keepassxc/src/gui
2017-02-16 10:35:39 +01:00
..
entry Change size policy of alphabet buttons to avoid tiny button sizes 2017-02-16 10:35:39 +01:00
group Add unlock dialog on Autotype and show default Autotype sequence (#89) 2016-11-11 16:26:07 -05:00
AboutDialog.cpp Added extensions section in about dialog; fixed url as well 2016-12-07 22:40:09 -05:00
AboutDialog.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
AboutDialog.ui Correct link in about dialog, fix typo and make text selectable 2017-02-16 10:35:39 +01:00
Application.cpp Added ifdef guard 2017-01-24 22:24:34 -05:00
Application.h Add missing #ifdef around slot 2017-01-23 22:33:39 +01:00
ChangeMasterKeyWidget.cpp Always clearing ChangeMasterKeyWidget.m_key 2015-05-12 16:31:14 -04:00
ChangeMasterKeyWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
ChangeMasterKeyWidget.ui Change size policy of alphabet buttons to avoid tiny button sizes 2017-02-16 10:35:39 +01:00
Clipboard.cpp Merge branch '2.0' 2015-09-21 23:23:51 +02:00
Clipboard.h Merge branch '2.0' 2015-09-21 23:23:51 +02:00
DatabaseOpenWidget.cpp Fix DatabaseOpenWidget alignment on Mac OS X 2017-02-16 10:35:39 +01:00
DatabaseOpenWidget.h Force focus on password field, resolves #116 (#117) 2016-11-26 09:37:25 -05:00
DatabaseOpenWidget.ui Fix DatabaseOpenWidget alignment on Mac OS X 2017-02-16 10:35:39 +01:00
DatabaseRepairWidget.cpp Display an error message when opening the database fails. 2016-09-29 22:08:29 -04:00
DatabaseRepairWidget.h Use C++11 keyword directly in new methods. 2016-01-29 17:25:32 +01:00
DatabaseSettingsWidget.cpp Convert Q_FOREACH loops to C++11 for loops. 2016-10-02 21:45:55 -04:00
DatabaseSettingsWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
DatabaseSettingsWidget.ui Change size policy of alphabet buttons to avoid tiny button sizes 2017-02-16 10:35:39 +01:00
DatabaseTabWidget.cpp Ask for save location when creating new DB and change default name to 'Passwords.kdbx', resolves #285 2017-02-15 22:52:43 -05:00
DatabaseTabWidget.h Implemented major autoreload functionality 2016-11-25 12:03:36 -05:00
DatabaseWidget.cpp Merge branch 'meta/release-preparation' into release/2.1.1 2017-02-06 23:27:05 +01:00
DatabaseWidget.h Preserve group/entry focus when replacing db. (#176) 2017-01-24 22:17:16 -05:00
DatabaseWidgetStateSync.cpp Make search always visible (PR #67) 2016-11-02 21:01:02 -04:00
DatabaseWidgetStateSync.h Coding style fixes. 2015-10-15 18:02:31 +02:00
DialogyWidget.cpp Look for a close button when pressing the escape key. 2015-05-03 19:59:11 +02:00
DialogyWidget.h Coding style fixes. 2015-10-15 18:02:31 +02:00
DragTabBar.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DragTabBar.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
EditWidget.cpp Display a Close button for history items. 2015-05-03 18:59:19 +02:00
EditWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
EditWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
EditWidgetIcons.cpp Fixes #225 : downloading favicon crash 2017-01-27 13:49:33 -05:00
EditWidgetIcons.h Fetch favicon from the root of the website and use Google as a fallback (#36) 2016-10-11 18:04:44 -04:00
EditWidgetIcons.ui Download favorite icon of entry url and add to the custom icon registry (#30) 2016-10-05 23:10:06 -04:00
EditWidgetProperties.cpp Refactor EditWidgetProperties. 2012-10-29 22:41:37 +01:00
EditWidgetProperties.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
EditWidgetProperties.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
FileDialog.cpp Merge branch '2.0' 2015-09-26 11:44:27 +02:00
FileDialog.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
IconModels.cpp Always display scaled custom icons. 2016-01-26 22:44:38 +01:00
IconModels.h Merge branch '2.0' 2016-01-29 17:22:37 +01:00
KeePass1OpenWidget.cpp Display an error message when opening the database fails. 2016-09-29 22:08:29 -04:00
KeePass1OpenWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
LineEdit.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
LineEdit.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
MainWindow.cpp Remove lambda to be compatible with Qt 5.2 2017-02-14 22:21:53 +01:00
MainWindow.h Implement clean shutdown after receiving Unix signals, resolves #169 2017-01-23 22:33:36 +01:00
MainWindow.ui Moved autotype after copyattribute 2017-01-24 10:31:49 -08:00
MessageBox.cpp Coding style fixes. 2013-10-13 18:08:50 +02:00
MessageBox.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
PasswordComboBox.cpp Merge branch '2.0' 2016-10-02 21:45:55 -04:00
PasswordComboBox.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
PasswordEdit.cpp Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
PasswordEdit.h Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
PasswordGeneratorWidget.cpp Don't make font size of password strength labels smaller than 8pt, resolves #228 2017-01-27 17:59:03 +01:00
PasswordGeneratorWidget.h Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
PasswordGeneratorWidget.ui Change size policy of alphabet buttons to avoid tiny button sizes 2017-02-16 10:35:39 +01:00
SearchWidget.cpp Pressing escape quits search 2017-01-25 19:37:53 -05:00
SearchWidget.h Enhanced search ui keypress actions 2017-01-14 19:47:35 -05:00
SearchWidget.ui Changed built-in clear search button with custom one to fix pixelation 2017-01-14 22:29:16 -05:00
SettingsWidget.cpp Hide systray options on Mac 2017-02-11 13:49:19 -05:00
SettingsWidget.h Fix minimize at startup and decouple various tray and minimization options (#109) 2016-11-23 18:15:51 -05:00
SettingsWidgetGeneral.ui Merge remote-tracking branch 'origin/feature/autoreload-db' into develop 2016-11-25 12:04:44 -05:00
SettingsWidgetSecurity.ui Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
SortFilterHideProxyModel.cpp Adapt to setSupportedDragActions() begin removed. 2015-09-12 13:51:49 +02:00
SortFilterHideProxyModel.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
UnlockDatabaseDialog.cpp Add unlock dialog on Autotype and show default Autotype sequence (#89) 2016-11-11 16:26:07 -05:00
UnlockDatabaseDialog.h Add unlock dialog on Autotype and show default Autotype sequence (#89) 2016-11-11 16:26:07 -05:00
UnlockDatabaseWidget.cpp Merge branch '2.0' 2015-10-11 10:44:30 +02:00
UnlockDatabaseWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
WelcomeWidget.cpp Add welcome widget. 2012-05-27 20:15:06 +02:00
WelcomeWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
WelcomeWidget.ui Add welcome widget. 2012-05-27 20:15:06 +02:00