keepassxc/src
Michael Lass 97a890e8a0 Open previously opened databases in correct order
Databases are re-opened by traversing LastOpenedDatabases from front to
back, i.e. the last element in the list will be the active tab. However,
the most-recently used database is currently stored at the beginning of
the list. This leads to the least-recently used database to be the
ative tab on next startup.

Previously, this has been fixed in 4c76c97 by opening the databases in
reversed order. This change was accidentally reverted in 165d664.
Instead, change the order of LastOpenedDatabases itself, so no reversal
on opening the databases is necessary.

Resolves #1572
2018-03-03 13:33:00 +01:00
..
autotype Fix Auto-Type message not raised when no matching entry was found 2018-02-17 15:19:36 +01:00
browser Inform user that KeePassXC-Browser is not supported for Snaps at the moment 2018-02-26 01:57:02 +01:00
cli fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
core Do not delete MacPasteboard instance on exit, resolves #1543 2018-03-03 02:33:43 +01:00
crypto SymmetricCipher: Add support for AES-128-CBC 2018-02-11 15:31:06 +01:00
format Re-transform key on implicit KDBX 4 upgrade to avoid losing challenge-response, resolves #1584 2018-03-01 17:59:01 +01:00
gui Open previously opened databases in correct order 2018-03-03 13:33:00 +01:00
http centralize every password generator default option. add extended ASCII to XC_HTTP generator 2018-02-07 17:35:20 +01:00
keys Add MockChallengeResponseKey and additional composite key component test 2018-03-01 19:26:18 -05:00
proxy Try to change both the REALPATH and the symlink location 2018-02-27 20:11:03 +01:00
sshagent SSH Agent: Support old AES-128-CBC encrypted keys 2018-02-11 15:31:06 +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 Add MockChallengeResponseKey and additional composite key component test 2018-03-01 19:26:18 -05:00
config-keepassx.h.cmake Add support for pre-releases 2018-02-18 10:20:34 +01:00
main.cpp Process basic file, password and keyfile command line parameters 2018-03-03 10:18:16 +01:00
version.h.cmake Display git revision in about dialog. 2015-07-18 13:14:13 +02:00