keepassxc/src/gui
2018-01-13 14:25:00 -05:00
..
csvImport add test for DB creation 2017-11-02 20:07:41 +01:00
entry Remove minus since it's an invalid literal 2018-01-03 12:56:18 +01:00
group add preview panel for entries and groups 2017-10-26 12:19:23 +02:00
AboutDialog.cpp keepassxc-browser 2018-01-04 21:42:20 +01:00
AboutDialog.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
AboutDialog.ui Let Qt figure out geometry of the about window. Closes: #780. 2017-07-23 02:35:21 +02:00
Application.cpp Pass (using IPC) command line filenames to already running instance 2018-01-03 16:12:05 +02:00
Application.h Pass (using IPC) command line filenames to already running instance 2018-01-03 16:12:05 +02:00
CategoryListWidget.cpp Fix selection background on Windows 2017-02-22 23:35:49 +01:00
CategoryListWidget.h Fix funny resizing bug and increase min-padding 2017-02-22 04:24:34 +01:00
CategoryListWidget.ui Make widget scalable and set minimum width based on the widget text 2017-02-22 03:39:13 +01:00
ChangeMasterKeyWidget.cpp Update and fix copyright headers 2017-06-14 15:54:43 +02:00
ChangeMasterKeyWidget.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
ChangeMasterKeyWidget.ui Show busy indicator while scanning for YubiKeys 2017-02-20 23:20:32 +01:00
Clipboard.cpp Change MacPasteboard init object to QScopedPointer 2017-11-20 17:25:27 -02:00
Clipboard.h Change MacPasteboard init object to QScopedPointer 2017-11-20 17:25:27 -02:00
CloneDialog.cpp Use the emit keyword correctly 2017-09-24 18:00:40 -04:00
CloneDialog.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
CloneDialog.ui Fix clone dialog text 2017-07-20 14:09:33 +02:00
DatabaseOpenWidget.cpp forget keyfile path, fix #1151 2017-11-22 22:20:38 +01:00
DatabaseOpenWidget.h Ensure that YubiKey is only polled once, even if showEvent() is called twice 2017-10-24 17:58:27 +02:00
DatabaseOpenWidget.ui Only poll YubiKey for currently visible tab 2017-02-21 02:19:11 +01:00
DatabaseRepairWidget.cpp Fixed memory leaks in non-gui tests 2017-11-27 23:36:09 +01:00
DatabaseRepairWidget.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
DatabaseSettingsWidget.cpp Explicitly support AES-KDF in KDBX4 and don't convert KDBX4 files with AES-KDF back to KDBX3 when saving 2018-01-13 14:25:00 -05:00
DatabaseSettingsWidget.h Redesign DatabaseSettingsWidget 2018-01-13 14:24:56 -05:00
DatabaseSettingsWidget.ui Redesign DatabaseSettingsWidget 2018-01-13 14:24:56 -05:00
DatabaseSettingsWidgetEncryption.ui Redesign DatabaseSettingsWidget 2018-01-13 14:24:56 -05:00
DatabaseSettingsWidgetGeneral.ui Redesign DatabaseSettingsWidget 2018-01-13 14:24:56 -05:00
DatabaseTabWidget.cpp Consistency using filepath and minor code fixes 2018-01-04 19:09:36 -05:00
DatabaseTabWidget.h Remove lock file and cleanup file handling [#1002] 2018-01-04 19:09:36 -05:00
DatabaseWidget.cpp Implements KDBX4 format with Argon2 KDF 2018-01-13 14:24:55 -05:00
DatabaseWidget.h Consistency using filepath and minor code fixes 2018-01-04 19:09:36 -05:00
DatabaseWidgetStateSync.cpp Fix formatting brackets in DatabaseWidgetStateSync::setActive function 2017-11-02 20:47:54 +02:00
DatabaseWidgetStateSync.h Synchronize the height of the preview panel for all open databases 2017-11-02 19:09:36 +02:00
DetailsWidget.cpp Use EntryAttachmentsWidget in details view 2017-12-25 14:36:43 +02:00
DetailsWidget.h Use EntryAttachmentsWidget in details view 2017-12-25 14:36:43 +02:00
DetailsWidget.ui Use EntryAttachmentsWidget in details view 2017-12-25 14:36:43 +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 Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
EditWidget.cpp Fix edit entry header entity encoding 2017-06-29 02:50:47 +02:00
EditWidget.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
EditWidget.ui Add "Apply" button to entry and group edit windows (#624) 2017-06-13 20:55:53 -04:00
EditWidgetIcons.cpp Select custom icon radio button after successful download 2017-10-07 08:49:14 -04:00
EditWidgetIcons.h Multiple fixes to custom icon downloading 2017-09-29 09:01:55 -04:00
EditWidgetIcons.ui Pixel-perfect entry edit widgets 2017-02-16 10:35:39 +01: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 Pixel-perfect entry edit widgets 2017-02-16 10:35:39 +01:00
FileDialog.cpp refactor saveLastDir code 2017-11-22 22:20:38 +01:00
FileDialog.h refactor saveLastDir code 2017-11-22 22:20:38 +01:00
Font.cpp Refactor fixed font selection into Font class 2017-12-16 09:59:51 +02:00
Font.h Refactor fixed font selection into Font class 2017-12-16 09:59:51 +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 Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
KeePass1OpenWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
KMessageWidget.cpp Replace remaining instances of Q_FOREACH with C++11 range-based for loops 2017-03-10 16:11:57 +01:00
KMessageWidget.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
LineEdit.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
LineEdit.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
MainWindow.cpp keepassxc-browser 2018-01-04 21:42:20 +01:00
MainWindow.h Pass (using IPC) command line filenames to already running instance 2018-01-03 16:12:05 +02:00
MainWindow.ui Prevent shadowing of application settings on MacOS 2017-12-28 18:10:56 -05: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
MessageWidget.cpp Disable automatic hiding of an information message for YubiKey 2017-10-19 22:22:10 +03:00
MessageWidget.h Disable automatic hiding of an information message for YubiKey 2017-10-19 22:22:10 +03:00
PasswordEdit.cpp Refactor fixed font selection into Font class 2017-12-16 09:59:51 +02:00
PasswordEdit.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
PasswordGeneratorWidget.cpp keepassxc-browser 2018-01-04 21:42:20 +01:00
PasswordGeneratorWidget.h Add keypress handler to the password generator widget so that esc quits 2017-12-06 17:10:25 +01:00
PasswordGeneratorWidget.ui Enable translations for 'Extended ASCII' button 2017-12-08 10:52:40 +01:00
SearchWidget.cpp replaced hard function call with signal connection 2017-08-23 00:21:08 +02:00
SearchWidget.h replaced hard function call with signal connection 2017-08-23 00:21:08 +02:00
SearchWidget.ui More compact search widget 2017-04-06 07:19:56 -04:00
SettingsWidget.cpp Added dark tray icon parameter to settings. 2017-12-27 16:44:25 +01:00
SettingsWidget.h Fix apply button on settings window 2017-06-28 17:09:32 -03:00
SettingsWidgetGeneral.ui Added dark tray icon parameter to settings. 2017-12-27 16:44:25 +01:00
SettingsWidgetSecurity.ui hide note option 2017-10-26 13:13:31 +02:00
SetupTotpDialog.cpp Change QTotp class name to Totp 2017-11-20 22:25:09 -02:00
SetupTotpDialog.h Add initial Steam TOTP support 2017-11-20 17:08:01 -07:00
SetupTotpDialog.ui Add initial Steam TOTP support 2017-11-20 17:08:01 -07: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
TotpDialog.cpp Add initial Steam TOTP support 2017-11-20 17:08:01 -07:00
TotpDialog.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
TotpDialog.ui Add TOTP support 2017-05-03 20:55:14 -03:00
UnlockDatabaseDialog.cpp Consistency using filepath and minor code fixes 2018-01-04 19:09:36 -05:00
UnlockDatabaseDialog.h Consistency using filepath and minor code fixes 2018-01-04 19:09:36 -05:00
UnlockDatabaseWidget.cpp Clear database open dialog before and after merging a database (#958) 2017-09-23 11:43:29 -04:00
UnlockDatabaseWidget.h Clear database open dialog before and after merging a database (#958) 2017-09-23 11:43:29 -04:00
WelcomeWidget.cpp Update and fix copyright headers 2017-06-14 15:54:43 +02:00
WelcomeWidget.h Update and fix copyright headers 2017-06-14 15:54:43 +02:00
WelcomeWidget.ui Horizontal layout for import buttons 2017-03-22 22:34:29 +01:00