keepassxc/src
Felix Geyer 721bec9794 Make sure we don't lock the database while a dialog is open.
This can happen when
- the user is picking out a file to save the database as
- a dialog asking the user to save/discard/cancel the current database
  changes is active

It is dangerous to lock the databases while these actions are still
in progress.

Closes #208
2015-07-13 21:25:38 +02:00
..
autotype Fix compiler warnings where keysyms are printed. 2015-05-12 23:57:36 +02:00
core QSaveFile: Flush temporary file and fsync before renaming. 2015-07-13 21:01:53 +02:00
crypto Ignore libgcrypt errors in CryptoHash::CryptoHash(). 2015-05-14 20:44:17 +02:00
format KeePass2XmlReader: Don't fail wheh nreading empty UUIDs. 2015-07-13 21:01:55 +02:00
gui Make sure we don't lock the database while a dialog is open. 2015-07-13 21:25:38 +02:00
keys Use higher increment for transform rounds in benchmark. 2015-07-12 21:48:55 +02:00
streams Initialize some instance variables in ctor. 2015-05-14 16:58:53 +02:00
CMakeLists.txt Protect opened databases with a file lock. 2015-05-12 22:24:45 +02:00
config-keepassx.h.cmake Fix plugin path detection when installed with DESTDIR. 2015-05-12 22:24:59 +02:00
main.cpp Add an option to display a tray icon. 2014-11-02 11:44:03 +01:00