KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Albert Weichselbraun 62ea117f45 Significantly reduce the number of re-mappings required by
a) dynamically fetching the modifier masks for Mod1 to Mod5 (Alt, AltGr, Meta,
    etc.)

 b) integrating commit bfec222 from Felix Geyer <debfx@fobos.de> which creates a
    unicode -> x11 keysym mapping table by parsing keysymdefs.h.

    This avoids adding new keysyms because keyboard layouts seem to prefer the
    lower keysyms over unicode | 0x01000000 mapping.
    An example of this is the euro sign with a German keyboard layout.
2013-12-01 15:34:27 +01:00
cmake Use standard GNU install dirs and make them overridable. 2013-04-29 22:17:31 +02:00
share Add and install a desktop file. 2013-04-04 21:18:14 +02:00
src Significantly reduce the number of re-mappings required by 2013-12-01 15:34:27 +01:00
tests Coding style fixes. 2013-10-13 18:08:50 +02:00
utils Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
.gitignore Initial import. 2010-08-07 15:10:44 +02:00
CHANGELOG Bump version and update changelog. 2013-03-29 09:46:03 +01:00
CMakeLists.txt Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
COPYING Use standard GNU install dirs and make them overridable. 2013-04-29 22:17:31 +02:00
INSTALL Add instructions for build on Mac OS X. 2012-05-28 12:12:33 +02:00
LICENSE.BSD Add crypto classes and tests. Link to libgcrypt. 2010-09-11 19:49:30 +02:00
LICENSE.CC0 Fix database icons license issues. 2013-03-23 21:50:23 +01:00
LICENSE.GPL-2 Add "LICENSE" prefix to license filenames. 2010-08-15 12:33:42 +02:00
LICENSE.GPL-3 Add "LICENSE" prefix to license filenames. 2010-08-15 12:33:42 +02:00
LICENSE.LGPL-2.1 Fix typo in filename. 2013-03-24 14:16:34 +01:00
LICENSE.LGPL-3 Add LGPL-3 license text for the Oxygen icons. 2013-03-24 11:54:20 +01:00
LICENSE.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00