keepassxc/src/gui
Veeti Paananen 9cae8a412a Save password generator settings
Remember the used values for the password generator and restore them the
next time the user opens the generation dialog.
2013-11-30 11:27:39 +01:00
..
entry Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
group Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
AboutDialog.cpp Rename DataPath to FilePath. 2012-07-18 21:22:26 +02:00
AboutDialog.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
AboutDialog.ui Mark some UI strings as untranslatable. 2012-05-25 13:42:55 +02:00
Application.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
Application.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
ChangeMasterKeyWidget.cpp Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
ChangeMasterKeyWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
ChangeMasterKeyWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
Clipboard.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
Clipboard.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DatabaseOpenWidget.cpp Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
DatabaseOpenWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DatabaseOpenWidget.ui Make DatabaseOpenWidget a bit prettier. 2012-07-02 18:47:12 +02:00
DatabaseSettingsWidget.cpp Show a busy cursor while doing master key transformations. 2012-07-27 18:54:35 +02:00
DatabaseSettingsWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DatabaseSettingsWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
DatabaseTabWidget.cpp Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
DatabaseTabWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DatabaseWidget.cpp Focus entryView when pressing enter in the search field. 2013-11-17 10:55:58 +01:00
DatabaseWidget.h Allow removing multiple entries. 2013-10-08 21:36:01 +02:00
DialogyWidget.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DialogyWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DragTabBar.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
DragTabBar.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
EditWidget.cpp Small refactoring in EditWidget and EditEntryWidget. 2012-10-29 23:44:10 +01:00
EditWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
EditWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
EditWidgetIcons.cpp Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
EditWidgetIcons.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
EditWidgetIcons.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
EditWidgetProperties.cpp Refactor EditWidgetProperties. 2012-10-29 22:41:37 +01:00
EditWidgetProperties.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
EditWidgetProperties.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
FileDialog.cpp Regain focus after native file dialogs have been closed. 2012-07-25 12:18:16 +02:00
FileDialog.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
IconModels.cpp Convert iconCount() and expiredIconIndex() to constants. 2012-06-29 15:22:43 +02:00
IconModels.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
KeePass1OpenWidget.cpp Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
KeePass1OpenWidget.h Use QSaveFile to save databases. 2012-07-06 18:50:52 +02:00
LineEdit.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
LineEdit.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
MainWindow.cpp Coding style fixes. 2013-10-13 18:08:50 +02:00
MainWindow.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
MainWindow.ui Add menu entry to copy an entry attribute to clipboard. 2012-10-24 20:03:33 +02:00
MessageBox.cpp Coding style fixes. 2013-10-13 18:08:50 +02:00
MessageBox.h Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
PasswordGeneratorWidget.cpp Save password generator settings 2013-11-30 11:27:39 +01:00
PasswordGeneratorWidget.h Save password generator settings 2013-11-30 11:27:39 +01:00
PasswordGeneratorWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
SearchWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
SettingsWidget.cpp Added option to minimize window when copying data to clipboard 2013-10-29 20:54:56 +01:00
SettingsWidget.h Add global shortcut widget to SettingsWidget and register shortcut on startup. 2012-07-14 19:09:28 +02:00
SettingsWidgetGeneral.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
SettingsWidgetSecurity.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
SortFilterHideProxyModel.cpp Subclass QSortFilterProxyModel to hide the group column in EntryView. 2012-07-22 22:02:06 +02:00
SortFilterHideProxyModel.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
UnlockDatabaseWidget.cpp Add a QMessageBox wrapper class to help gui tests. 2013-10-08 22:09:20 +02:00
UnlockDatabaseWidget.h Coding style fixes. 2012-10-21 15:09:01 +02:00
WelcomeWidget.cpp Add welcome widget. 2012-05-27 20:15:06 +02:00
WelcomeWidget.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
WelcomeWidget.ui Add welcome widget. 2012-05-27 20:15:06 +02:00