keepassxc/src
Carlo Teubner d77a715807 MainWindow: move shortcuts from .cpp to .ui file
The only shortcuts defined in the .cpp file are ones that can't be
defined in the .ui file, because they are in some way conditional.

This also reduces the number of compiler warnings of the kind

    warning: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated [-Wdeprecated-enum-enum-conversion]

with recent GCC versions.
2024-06-15 16:54:09 +01:00
..
autotype Reduce complexity of {CLEARFIELD} on Linux 2024-04-28 18:22:13 -04:00
browser Passkeys: Fix incorrect username fill 2024-06-12 21:27:06 -04:00
cli Fix broken build when using system zxcvbn (#10717) 2024-05-27 15:11:34 -04:00
core Support remote database access using external tools (#7222) 2024-06-13 06:23:41 -04:00
crypto Botan: don't call deprecated functions (#10826) 2024-06-01 15:53:35 -04:00
fdosecrets Cleanup compiler warnings on all platforms (#10847) 2024-06-12 21:25:15 -04:00
format Bitwarden and 1PUX importer improvements 2024-04-29 08:51:01 -04:00
gui MainWindow: move shortcuts from .cpp to .ui file 2024-06-15 16:54:09 +01:00
keeshare Prevent KeeShare from merging database custom data 2024-04-29 08:50:46 -04:00
keys Fix issues with Hardware Key auto detection 2024-05-05 16:33:03 -04:00
post_install Fix various typos (#8748) 2023-01-29 09:38:44 -05:00
proxy Fix file permissions for some files 2024-06-06 17:35:49 -04:00
qrcode Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
quickunlock Fix TouchID not being shown after lid close 2024-03-08 10:55:22 -05:00
sshagent Botan: don't call deprecated functions (#10826) 2024-06-01 15:53:35 -04:00
streams clang-tidy: use auto 2022-05-01 16:02:02 -04:00
thirdparty Fix broken build when using system zxcvbn (#10717) 2024-05-27 15:11:34 -04:00
updatecheck Optimize includes across code base 2021-07-13 22:08:33 -04:00
CMakeLists.txt Support remote database access using external tools (#7222) 2024-06-13 06:23:41 -04:00
config-keepassx.h.cmake Add basic support for WebAuthn (Passkeys) (#8825) 2023-10-25 10:12:55 -04:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp Correct minor issues in translations 2024-04-28 18:16:10 -04:00