keepassxc/src/gui
Sebastian Livoni d7c7ce4cc4
Add Window menu for macOS and specify Help menu to AppKit (#12357)
* Add Window menu for macOS and specify Help menu to AppKit
* Fix potential NSString dangling pointers of temporary QStrings
2025-11-02 10:19:26 -05:00
..
csvImport csvImport: fix modified and creation time import 2025-10-25 19:25:43 -04:00
databasekey Show a clear error if no slots on hardware key(s) are configured (#11609) 2025-01-03 18:20:11 -05:00
dbsettings Several ui fixes (#11967) 2025-10-25 19:52:02 -04:00
entry Remove Last Accessed from GUI 2025-11-01 10:17:59 -04:00
export Update base translations and improve consistency (#12432) 2025-10-25 19:28:22 -04:00
group Fix inheriting browser group settings 2025-10-25 19:24:16 -04:00
osutils Add Window menu for macOS and specify Help menu to AppKit (#12357) 2025-11-02 10:19:26 -05:00
passkeys Update base translations and improve consistency (#12432) 2025-10-25 19:28:22 -04:00
reports Update base translations and improve consistency (#12432) 2025-10-25 19:28:22 -04:00
styles Several ui fixes (#11967) 2025-10-25 19:52:02 -04:00
tag Require Qt >= 5.12 2025-10-25 18:59:21 -04:00
widgets Optimize includes across code base 2021-07-13 22:08:33 -04:00
wizard Enforce new-line at end of code files 2025-10-25 19:23:05 -04:00
AboutDialog.cpp Fix Indonesian language descriptor 2024-04-27 23:19:32 -04:00
AboutDialog.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
AboutDialog.ui Clean up various parts of the UI and rearrange settings 2020-05-30 10:45:00 +02:00
Application.cpp Sanitize username to prevent single-instance detection failure (#12559) 2025-11-01 10:33:34 -04:00
Application.h Allow adjusting application font size 2025-02-02 09:27:11 -05:00
ApplicationSettingsWidget.cpp Add option to auto-generate a password for new entries (#12593) 2025-10-26 09:07:14 -04:00
ApplicationSettingsWidget.h Add more granular Auto-Type confirmation settings (#12370) 2025-10-25 19:24:46 -04:00
ApplicationSettingsWidgetGeneral.ui Add option to auto-generate a password for new entries (#12593) 2025-10-26 09:07:14 -04:00
ApplicationSettingsWidgetSecurity.ui Add Import/Export to application settings 2024-10-07 17:49:58 -04:00
CategoryListWidget.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
CategoryListWidget.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
CategoryListWidget.ui Clean up various parts of the UI and rearrange settings 2020-05-30 10:45:00 +02:00
Clipboard.cpp Additional exclusion fields for Windows Clipboard 2025-01-03 18:00:07 -05:00
Clipboard.h Better handling of "Lock on Minimize" setting 2022-09-22 06:49:07 -04:00
CloneDialog.cpp use setWindowFlags() instead of setWindowFlag on Qt<5.9 2023-05-14 13:24:27 -04:00
CloneDialog.h Add 1Password 1PUX and Bitwarden JSON Importers 2024-03-09 15:21:46 -05:00
CloneDialog.ui Select new entry after cloning 2023-02-19 08:28:59 -08:00
DatabaseIcons.cpp Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
DatabaseIcons.h Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
DatabaseOpenDialog.cpp Fix issues with reloading and handling of externally modified db file (#10612) 2025-02-02 09:43:02 -05:00
DatabaseOpenDialog.h Fix issues with reloading and handling of externally modified db file (#10612) 2025-02-02 09:43:02 -05:00
DatabaseOpenWidget.cpp Implement database closing question on escape 2025-06-19 17:40:51 -04:00
DatabaseOpenWidget.h Implement database closing question on escape 2025-06-19 17:40:51 -04:00
DatabaseOpenWidget.ui Add database name, color, and icon options for unlock view (#10819) 2024-10-07 23:47:40 -04:00
DatabaseTabWidget.cpp Show database public icon on tab when visible (#11725) 2025-02-10 19:18:11 -05:00
DatabaseTabWidget.h Overhaul action states and add icons to toolbar 2024-10-07 18:07:15 -04:00
DatabaseWidget.cpp Open TOTP setup dialog if entry has no valid TOTP set (#12584) 2025-11-01 10:17:52 -04:00
DatabaseWidget.h Fix incorrect "Restore Entry" option shown for non-recycle bin items in search results (#12198) 2025-10-25 19:52:05 -04:00
DatabaseWidgetStateSync.cpp Reset splitter sizes on database unlock 2024-12-21 23:25:29 -05:00
DatabaseWidgetStateSync.h Reset splitter sizes on database unlock 2024-12-21 23:25:29 -05:00
DialogyWidget.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
DialogyWidget.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
EditWidget.cpp Show main page when editing entry or database settings 2025-06-19 17:55:27 -04:00
EditWidget.h Fix assert hit when viewing entry history 2024-12-21 23:27:18 -05:00
EditWidget.ui Fix focus traps 2022-10-16 19:17:02 -04:00
EditWidgetIcons.cpp Fix menu location in alert 2024-02-04 11:50:52 -05:00
EditWidgetIcons.h Add url field to download favicon 2021-12-12 12:32:11 -05:00
EditWidgetIcons.ui Add url field to download favicon 2021-12-12 12:32:11 -05:00
EditWidgetProperties.cpp Remove Last Accessed from GUI 2025-11-01 10:17:59 -04:00
EditWidgetProperties.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
EditWidgetProperties.ui Remove Last Accessed from GUI 2025-11-01 10:17:59 -04:00
EntryPreviewWidget.cpp Fix TOTP visibility on unlock and setting change 2025-10-25 19:20:24 -04:00
EntryPreviewWidget.h Improve handling of clipboard actions 2024-06-16 17:11:21 -04:00
EntryPreviewWidget.ui Don't add space to invalid TOTP strings 2025-06-19 17:56:41 -04:00
FileDialog.cpp Allow specifying initial directory via the KPXC_INITIAL_DIR environment variable 2023-05-01 07:22:44 -04:00
FileDialog.h Allow specifying initial directory via the KPXC_INITIAL_DIR environment variable 2023-05-01 07:22:44 -04:00
Font.cpp Allow adjusting application font size 2025-02-02 09:27:11 -05:00
Font.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
GuiTools.cpp Update base translations and improve consistency (#12432) 2025-10-25 19:28:22 -04:00
GuiTools.h Prevent mouse wheel scroll on entry edit username field (#12398) 2025-10-25 19:25:44 -04:00
HtmlGuiExporter.cpp Feature: HTML export from CLI tool (#11590) 2025-02-23 16:19:13 -05:00
HtmlGuiExporter.h Feature: HTML export from CLI tool (#11590) 2025-02-23 16:19:13 -05:00
IconDownloader.cpp Create new UrlTools class 2024-01-30 18:26:45 -05:00
IconDownloader.h Enforce new-line at end of code files 2025-10-25 19:23:05 -04:00
IconDownloaderDialog.cpp Fix icon download dialog not appearing above windows 2025-06-19 17:56:43 -04:00
IconDownloaderDialog.h Download favicon in the background after credential add 2021-12-12 08:14:14 -05:00
IconDownloaderDialog.ui Address translation feedback from Transifex 2021-02-19 18:37:33 -05:00
IconModels.cpp Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
IconModels.h Replaced Uuid with QUuid 2018-07-06 22:23:49 -04:00
Icons.cpp Require Qt >= 5.12 2025-10-25 18:59:21 -04:00
Icons.h Improve colorful lock icon for system tray (#9632) 2023-08-14 21:40:13 -04:00
KMessageWidget.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2025-10-25 19:17:35 -04:00
KMessageWidget.h
MainWindow.cpp Add Window menu for macOS and specify Help menu to AppKit (#12357) 2025-11-02 10:19:26 -05:00
MainWindow.h Improve inactivity timer 2025-10-25 19:20:35 -04:00
MainWindow.ui Update base translations and improve consistency (#12432) 2025-10-25 19:28:22 -04:00
MergeDialog.cpp Database merge confirmation dialog (#10173) 2025-10-25 19:52:08 -04:00
MergeDialog.h Database merge confirmation dialog (#10173) 2025-10-25 19:52:08 -04:00
MergeDialog.ui Database merge confirmation dialog (#10173) 2025-10-25 19:52:08 -04:00
MessageBox.cpp Replace newlines with HTML line breaks in message dialogs 2025-06-19 17:56:42 -04:00
MessageBox.h Add configurable password strength check on database password (#9782) 2024-04-29 17:26:06 -04:00
MessageWidget.cpp Correct scaling on Linux and other minor fixes 2020-08-01 09:01:12 -04:00
MessageWidget.h Correct scaling on Linux and other minor fixes 2020-08-01 09:01:12 -04:00
org.keepassxc.KeePassXC.MainWindow.xml Add methods isHardwareKeySupported and refreshHardwareKeys to DBus 2022-09-22 06:49:07 -04:00
PasswordGeneratorWidget.cpp Fix handling of small passphrase wordlists 2025-06-19 17:56:39 -04:00
PasswordGeneratorWidget.h Fix handling of small passphrase wordlists 2025-06-19 17:56:39 -04:00
PasswordGeneratorWidget.ui Fix handling of small passphrase wordlists 2025-06-19 17:56:39 -04:00
PasswordWidget.cpp Add safeguards to secure input on macOS (#11928) 2025-06-19 17:42:29 -04:00
PasswordWidget.h Implement Secure Input Field mode on macOS 2025-01-19 09:25:56 -05:00
PasswordWidget.ui Fix various accessibility issues (#9138) 2023-04-16 07:16:19 -04:00
SearchHelpWidget.ui Add action item for removing a passkey from entry (#10777) 2024-06-02 07:38:03 -04:00
SearchWidget.cpp Fix saving "Search Wait for Enter" setting 2025-11-02 10:18:11 -05:00
SearchWidget.h Fix SearchWidget issues with saved searches and "Press Enter to search" option (#12314) 2025-10-25 19:27:06 -04:00
SearchWidget.ui Enhance Tags / Saved Searches 2022-09-22 06:49:07 -04:00
SettingsWidget.cpp Refactor Database Settings (#9485) 2025-02-10 19:16:31 -05:00
SettingsWidget.h Refactor Database Settings (#9485) 2025-02-10 19:16:31 -05:00
SortFilterHideProxyModel.cpp Greatly improve performance when rendering entry view (#9398) 2023-05-07 23:19:48 -04:00
SortFilterHideProxyModel.h Greatly improve performance when rendering entry view (#9398) 2023-05-07 23:19:48 -04:00
SquareSvgWidget.cpp Scale and center QR code on window resizing 2023-02-18 14:15:49 -08:00
SquareSvgWidget.h Scale and center QR code on window resizing 2023-02-18 14:15:49 -08:00
TotpDialog.cpp Don't add space to invalid TOTP strings 2025-06-19 17:56:41 -04:00
TotpDialog.h Add 1Password 1PUX and Bitwarden JSON Importers 2024-03-09 15:21:46 -05:00
TotpDialog.ui Fix translations 2022-03-20 23:31:52 +01:00
TotpExportSettingsDialog.cpp Support KeePass2 TOTP settings 2024-09-13 22:48:57 -04:00
TotpExportSettingsDialog.h Add 1Password 1PUX and Bitwarden JSON Importers 2024-03-09 15:21:46 -05:00
TotpSetupDialog.cpp Fix TOTP visibility on unlock and setting change 2025-10-25 19:20:24 -04:00
TotpSetupDialog.h Add 1Password 1PUX and Bitwarden JSON Importers 2024-03-09 15:21:46 -05:00
TotpSetupDialog.ui Don't add space to invalid TOTP strings 2025-06-19 17:56:41 -04:00
UpdateCheckDialog.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
UpdateCheckDialog.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
UpdateCheckDialog.ui Address translation feedback from Transifex 2021-02-19 18:37:33 -05:00
URLEdit.cpp Create new UrlTools class 2024-01-30 18:26:45 -05:00
URLEdit.h Fix error background color for URLs 2020-07-27 21:43:40 -04:00
WelcomeWidget.cpp Fix сentering icon and text on buttons 2024-06-30 22:23:43 -04:00
WelcomeWidget.h Add 1Password 1PUX and Bitwarden JSON Importers 2024-03-09 15:21:46 -05:00
WelcomeWidget.ui Add 1Password 1PUX and Bitwarden JSON Importers 2024-03-09 15:21:46 -05:00