nitrokey:snap-edge

Last commit made on 2017-12-11
Get this branch:
git clone -b snap-edge https://git.launchpad.net/nitrokey

Branch merges

Branch information

Name:
snap-edge
Repository:
lp:nitrokey

Recent commits

af1b2d9... by Szczepan

Merge branch '273-no_high_dpi_scalling' into snap-edge

73e09f5... by Szczepan

Remove HighDpiScaling attribute

Signed-off-by: Szczepan Zalega <email address hidden>

77c44e8... by Szczepan

Update libnitrokey

Signed-off-by: Szczepan Zalega <email address hidden>

9fd489e... by Szczepan

Merge branch 'pr_295'

Closes #295

Tested on Ubuntu 17.10, CMake 3.9.1, pkg-config 0.29.1, GCC 7.2.0.

8de46d4... by David Seifert <email address hidden>

Only enable `-Werror` for Travis CI

e14d239... by David Seifert <email address hidden>

Modernise CMake

* Try to first use system libnitrokey, which
  is important for Linux distros that unbundle
  libraries.
* Use `GNUInstallDirs` module for paths, allows
  changing of directories for users and distros.
* Use `BUILD_SHARED_LIBS`, which is the
  idiomatic way to switch between static
  and shared libraries in CMake.
    https://cmake.org/cmake/help/v3.0/variable/BUILD_SHARED_LIBS.html
* Do not enable `-Werror` by default. This
  just causes unnecessary issues with new
  compiler releases.
    https://blog.flameeyes.eu/2009/02/future-proof-your-code-dont-use-werror/

07ed959... by Szczepan

Merge branch '297-windows_icon'

Closes #297

ee72df7... by Szczepan

Improve Application icon on Windows

Add SVG for the icon
Remove obsolete files
Fixes #297

f63040e... by Szczepan

Merge branch '290-translations_with_location'

Closes #290

13a33e2... by Szczepan

Do not translate dynamically generated OTP menu

Signed-off-by: Szczepan Zalega <email address hidden>