keepassxc/src
Valeriy Malov 0650b3084e Do not ignore MainWindow closeEvent when closing to tray
Ignoring closeEvent signals that the application doesn't want the widget
to be closed. This may cause unwanted shutdown interruption. There's no
difference between close() and hide() unless WA_DeleteOnClose is set, so
it's better to just accept the event if we're hiding the window
afterwards anyway.

Resolves #856
2018-03-22 12:29:25 +01:00
..
autotype Fix inconsistent mutex unlocking due to double slot execution, fixes #1561 2018-03-10 10:52:18 +01:00
browser Fix wrong reply size in NativeMessagingBase 2018-03-13 22:32:31 +01:00
cli fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
core Fix dark tray icon option making all icons dark 2018-03-08 21:34:15 +01:00
crypto SymmetricCipher: Add support for AES-128-CBC 2018-02-11 15:31:06 +01:00
format KdbxXmlReader: Support Protected attribute on most nodes 2018-03-06 19:11:10 +01:00
gui Do not ignore MainWindow closeEvent when closing to tray 2018-03-22 12:29:25 +01:00
http Fix GCC 8 memset warning and set -Werror only for debug builds, resolves #1558 2018-03-04 21:18:13 +01:00
keys Raise error if challenge-response failed during KDBX4 key transformation, resolves #1656 2018-03-06 22:08:09 +01:00
proxy Fix freeze and high CPU usage on invalid STDIN data, resolves #1620 2018-03-06 21:55:32 +01:00
sshagent Keep openSSH-portable's blowfish code unmodified 2018-03-17 11:03:36 +01:00
streams Fix coding style and GUI test 2018-01-13 14:24:57 -05:00
totp Change QTotp class name to Totp 2017-11-20 22:25:09 -02:00
zxcvbn Correct zxcvbn build on windows & snap build 2018-02-21 21:59:42 -05:00
CMakeLists.txt Remove qsvg imageformat plugin to prevent crash when trying to load SVG icons, resolves #1602 2018-03-06 22:23:52 +01:00
config-keepassx.h.cmake Add support for pre-releases 2018-02-18 10:20:34 +01:00
main.cpp Cover the fix/WA for Linux #1595 behind compile time flags & comment. 2018-03-12 21:30:25 +01:00
version.h.cmake Display git revision in about dialog. 2015-07-18 13:14:13 +02:00