keepassxc/src/gui
Akinori MUSHA 5c7c7f54fa Improve UI of the search edit.
- The copy action (Control+C) when no text is selected copies the
  password of the current entry.  This should be reasonable when
  Control+B copies the username.

- Down at EOL moves the focus to the entry view.  Enter and Tab should
  do that, but it would be handy for user to be able to get to the third
  entry by hitting Down three times.
2015-08-05 19:02:17 +09:00
..
entry Merge remote-tracking branch 'github/pr/72' 2015-07-16 20:04:26 +02:00
group Add GUI for changing default group auto-type sequence. 2015-05-14 12:59:36 +02:00
AboutDialog.cpp Small clean up. 2015-07-18 13:23:36 +02:00
AboutDialog.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
AboutDialog.ui Display git revision in about dialog. 2015-07-18 13:14:13 +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 Always clearing ChangeMasterKeyWidget.m_key 2015-05-12 16:31:14 -04:00
ChangeMasterKeyWidget.h Use an icon for the button that shows/masks passwords. 2014-01-12 17:13:10 +01:00
ChangeMasterKeyWidget.ui Make tab order consistent. 2015-07-16 23:50:35 +02:00
Clipboard.cpp Remove support for clearing the Klipper history. 2015-07-16 20:02:10 +02:00
Clipboard.h Clear clipboard only if copied text is still present. 2014-05-26 18:41:48 +02:00
DatabaseOpenWidget.cpp Adjust coding style. 2015-04-14 23:10:37 +02:00
DatabaseOpenWidget.h Use an icon for the button that shows/masks passwords. 2014-01-12 17:13:10 +01:00
DatabaseOpenWidget.ui Use an icon for the button that shows/masks passwords. 2014-01-12 17:13:10 +01:00
DatabaseSettingsWidget.cpp Handle cipher errors in TransformKeyBenchmarkThread. 2015-05-09 23:38:04 +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 Detect and display more errors when writing databases. 2015-07-20 21:35:48 +02:00
DatabaseTabWidget.h Add ability to export databases to CSV files. 2015-07-14 22:14:34 +02:00
DatabaseWidget.cpp Improve UI of the search edit. 2015-08-05 19:02:17 +09:00
DatabaseWidget.h Improve UI of the search edit. 2015-08-05 19:02:17 +09:00
DatabaseWidgetStateSync.cpp Block non-user updates in DatabaseWidgetStateSync. 2014-05-17 18:17:31 +02:00
DatabaseWidgetStateSync.h Block non-user updates in DatabaseWidgetStateSync. 2014-05-17 18:17: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 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 Display a Close button for history items. 2015-05-03 18:59:19 +02:00
EditWidget.h Display a Close button for history items. 2015-05-03 18:59:19 +02:00
EditWidget.ui Fix tab focus order in ui files. 2013-11-17 10:15:50 +01:00
EditWidgetIcons.cpp Merge branch 'lockdb' 2015-04-05 10:38:58 +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 Correct tr-calls. 2014-05-17 18:13:22 +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 Explicity hide the tray icon before deleting it. 2015-07-19 21:14:08 +02:00
MainWindow.h Make sure we don't lock the database while a dialog is open. 2015-07-13 21:25:38 +02:00
MainWindow.ui Group all copy to clipboard menu entries together. 2015-07-16 20:09:23 +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
PasswordComboBox.cpp Use specific monospace fonts as fallback on Mac OS X. 2014-11-02 11:44:03 +01:00
PasswordComboBox.h Drop superfluous PasswordGeneratorWidget::togglePassword slot. 2014-01-13 21:40:23 +01:00
PasswordEdit.cpp Use specific monospace fonts as fallback on Mac OS X. 2014-11-02 11:44:03 +01:00
PasswordEdit.h Add PasswordEdit class. 2014-01-12 17:13:03 +01:00
PasswordGeneratorWidget.cpp Drop superfluous PasswordGeneratorWidget::togglePassword slot. 2014-01-13 21:40:23 +01:00
PasswordGeneratorWidget.h Drop superfluous PasswordGeneratorWidget::togglePassword slot. 2014-01-13 21:40:23 +01:00
PasswordGeneratorWidget.ui Mark some strings as untranslatable. 2014-05-17 18:17:31 +02:00
SearchWidget.ui Improve tab order. 2014-05-16 19:49:58 +02:00
SettingsWidget.cpp Issue #270 - turning off key location memory 2015-03-14 22:06:53 -05:00
SettingsWidget.h Add global shortcut widget to SettingsWidget and register shortcut on startup. 2012-07-14 19:09:28 +02:00
SettingsWidgetGeneral.ui Issue #270 - turning off key location memory 2015-03-14 22:06:53 -05:00
SettingsWidgetSecurity.ui Add an option to always ask before performing auto-type. 2014-04-14 22:57:18 +02: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 Close databases when they are locked. 2015-04-05 10:38:36 +02:00
UnlockDatabaseWidget.h Close databases when they are locked. 2015-04-05 10:38:36 +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