keepassxc/src/gui
2013-04-04 21:25:11 +02:00
..
entry Coding style fixes. 2013-03-24 14:04:08 +01:00
group Add asserts in GroupModel::groupAboutToRemove(). 2013-03-24 14:00:23 +01:00
AboutDialog.cpp Rename DataPath to FilePath. 2012-07-18 21:22:26 +02:00
AboutDialog.h Make use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
AboutDialog.ui Mark some UI strings as untranslatable. 2012-05-25 13:42:55 +02:00
Application.cpp Add initial auto-type implementation. 2012-07-12 22:33:20 +02:00
Application.h Add initial auto-type implementation. 2012-07-12 22:33:20 +02:00
ChangeMasterKeyWidget.cpp Coding style fixes. 2012-06-11 18:52:16 +02:00
ChangeMasterKeyWidget.h Make use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
ChangeMasterKeyWidget.ui Focus the password line edit on switch to change master key widget. 2012-04-23 17:14:22 +02:00
Clipboard.cpp Make sure the clipboard is cleared before the QApplication instance is destroyed. 2012-08-04 22:06:41 +02:00
Clipboard.h Make sure the clipboard is cleared before the QApplication instance is destroyed. 2012-08-04 22:06:41 +02:00
DatabaseOpenWidget.cpp Implement database locking. 2012-10-12 12:12:00 +02:00
DatabaseOpenWidget.h Implement database locking. 2012-10-12 12:12:00 +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 Make use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
DatabaseSettingsWidget.ui Mark some UI strings as untranslatable. 2012-05-25 13:42:55 +02:00
DatabaseTabWidget.cpp Implement database locking. 2012-10-12 12:12:00 +02:00
DatabaseTabWidget.h Implement database locking. 2012-10-12 12:12:00 +02:00
DatabaseWidget.cpp Change Entry::clone() to set a random uuid. 2013-04-04 21:25:11 +02:00
DatabaseWidget.h Add menu entry to copy an entry attribute to clipboard. 2012-10-24 20:03:33 +02:00
DialogyWidget.cpp Replace some more Q_WS_* with Q_OS_*. 2012-07-19 19:42:26 +02:00
DialogyWidget.h Mark overriden methods as Q_DECL_OVERRIDE. 2012-06-29 14:37:29 +02:00
DragTabBar.cpp Switch database tab when hovering over it in drag and drop. 2012-05-16 10:05:58 +02:00
DragTabBar.h Use constructor initialization lists where possible. 2012-07-19 19:42:14 +02:00
EditWidget.cpp Small refactoring in EditWidget and EditEntryWidget. 2012-10-29 23:44:10 +01:00
EditWidget.h Coding style fixes. 2013-03-24 14:04:08 +01:00
EditWidget.ui Create src/gui/{entry,group}/ and move corresponding files to these dirs. 2012-05-16 10:22:04 +02:00
EditWidgetIcons.cpp Use constructor initialization lists where possible. 2012-07-19 19:42:14 +02:00
EditWidgetIcons.h Use constructor initialization lists where possible. 2012-07-19 19:42:14 +02:00
EditWidgetIcons.ui Rename EditEntryWidgetIcons to EditWidgetIcons. 2012-05-15 18:46:59 +02:00
EditWidgetProperties.cpp Refactor EditWidgetProperties. 2012-10-29 22:41:37 +01:00
EditWidgetProperties.h Refactor EditWidgetProperties. 2012-10-29 22:41:37 +01:00
EditWidgetProperties.ui Rename "EditGroupWidgetProperties" to "EditWidgetProperties". 2012-10-29 19:29:18 +01:00
FileDialog.cpp Regain focus after native file dialogs have been closed. 2012-07-25 12:18:16 +02:00
FileDialog.h Make use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
IconModels.cpp Convert iconCount() and expiredIconIndex() to constants. 2012-06-29 15:22:43 +02:00
IconModels.h Mark overriden methods as Q_DECL_OVERRIDE. 2012-06-29 14:37:29 +02:00
KeePass1OpenWidget.cpp Implement database locking. 2012-10-12 12:12:00 +02:00
KeePass1OpenWidget.h Use QSaveFile to save databases. 2012-07-06 18:50:52 +02:00
LineEdit.cpp Use constructor initialization lists where possible. 2012-07-19 19:42:14 +02:00
LineEdit.h Use constructor initialization lists where possible. 2012-07-19 19:42:14 +02:00
MainWindow.cpp Add icon for the auto-type action. 2013-03-22 19:51:39 +01:00
MainWindow.h Add menu entry to copy an entry attribute to clipboard. 2012-10-24 20:03:33 +02:00
MainWindow.ui Add menu entry to copy an entry attribute to clipboard. 2012-10-24 20:03:33 +02:00
PasswordGeneratorWidget.cpp Implement the GUI for the password generator. 2013-03-12 22:42:06 +01:00
PasswordGeneratorWidget.h Coding style fixes. 2013-03-24 14:04:08 +01:00
PasswordGeneratorWidget.ui Implement the GUI for the password generator. 2013-03-12 22:42:06 +01:00
SearchWidget.ui Search in root group by default. 2012-10-20 16:57:14 +02:00
SettingsWidget.cpp Add global shortcut widget to SettingsWidget and register shortcut on startup. 2012-07-14 19:09:28 +02:00
SettingsWidget.h Add global shortcut widget to SettingsWidget and register shortcut on startup. 2012-07-14 19:09:28 +02:00
SettingsWidgetGeneral.ui Add global shortcut widget to SettingsWidget and register shortcut on startup. 2012-07-14 19:09:28 +02:00
SettingsWidgetSecurity.ui Add (not yet functional) SettingsWidget. 2012-05-27 11:09:52 +02:00
SortFilterHideProxyModel.cpp Subclass QSortFilterProxyModel to hide the group column in EntryView. 2012-07-22 22:02:06 +02:00
SortFilterHideProxyModel.h Subclass QSortFilterProxyModel to hide the group column in EntryView. 2012-07-22 22:02:06 +02:00
UnlockDatabaseWidget.cpp Implement database locking. 2012-10-12 12:12:00 +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 Make use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
WelcomeWidget.ui Add welcome widget. 2012-05-27 20:15:06 +02:00