keepassxc/tests/gui
Matthias Drexler f85642741d Autocomplete usernames based on most frequent in database
* Fixes #3126
* Limit autocompletion to the top ten used usernames
- Load common usernames when database is opened
- Transition from QLineEdit to QComboBox for usernames
- Dropdown menu of the combobox lets user choose a common username
- Common usernames are autocompleted via inline completion
- Common usernames are sorted by frequency (first) and name (second)
2019-06-23 22:22:57 -04:00
..
CMakeLists.txt Fix tests on Windows 2018-10-19 21:49:55 +02:00
TestGui.cpp Autocomplete usernames based on most frequent in database 2019-06-23 22:22:57 -04:00
TestGui.h Add group sorting feature 2019-06-18 18:51:38 -04:00
TestGuiPixmaps.cpp Fixed issues with initial commit 2018-07-06 22:23:52 -04:00
TestGuiPixmaps.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00