keepassxc/src/gui/entry
Jonathan White dfee59742f Enhance Tags / Saved Searches
* Rename "Database Tags" to "Searches and Tags"
* Separate searching for all entries and resetting the search
* Support selecting multiple tags to search against
* Fix using escaped quotes in search terms
* Make tag searching more precise
* Support `is:expired-#` to search for entries expiring within # days. Exclude recycled entries from expired search.
* Don't list tags from entries that are recycled
* Force hide tag auto-completion menu when tag editing widget is hidden. On rare occasions the focus out signal is not called when the tag view is hidden (entry edit is closed), this resolves that problem.
* Remove spaces from before and after tags to prevent seemingly duplicate tags from being created.
* Also fix some awkward signal/slot dances that were setup over time with the entry view and preview widget.

Allow changing tags for multiple entries through context menu

* Closes #8277 - show context menu with currently available tags in database and checks those that are set on one or more selected entries. When a tag is selected it is either set or unset on all entries depending on its checked state.

* Add ability to save searches and recall them from the "Searches and Tags" view
* Add ability to remove a tag from all entries from the "Searches and Tags" view
* Cleanup tag handling and widgets
2022-09-08 06:46:48 -04:00
..
AutoTypeAssociationsModel.cpp Auto-Type: Only match non-empty associations 2022-02-08 19:07:00 -05:00
AutoTypeAssociationsModel.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
EditEntryWidget.cpp Add password strength indicator to PasswordEditWidget 2022-05-31 07:34:50 -04:00
EditEntryWidget.h Add Browser Integration to Group Edit page 2021-10-11 00:19:06 -04:00
EditEntryWidget_p.h Improve readability and type-safety 2018-10-31 15:16:04 +01:00
EditEntryWidgetAdvanced.ui Fix unreadable buttons in attachments widget 2021-08-22 17:09:21 -04:00
EditEntryWidgetAutoType.ui Fix translations 2022-03-20 23:31:52 +01:00
EditEntryWidgetBrowser.ui Add Browser Integration to Group Edit page 2021-10-11 00:19:06 -04:00
EditEntryWidgetHistory.ui Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00
EditEntryWidgetMain.ui Enhance Tags / Saved Searches 2022-09-08 06:46:48 -04:00
EditEntryWidgetSSHAgent.ui Address translation feedback from Transifex 2021-02-19 18:37:33 -05:00
EntryAttachmentsModel.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
EntryAttachmentsModel.h Improve and secure attachment handling (fixes #2400). 2021-08-22 17:09:21 -04:00
EntryAttachmentsWidget.cpp clang-tidy: use auto 2022-05-01 16:02:02 -04:00
EntryAttachmentsWidget.h clang-tidy: use override 2022-05-01 16:01:31 -04:00
EntryAttachmentsWidget.ui Add ability to rename attachments 2020-08-31 23:06:10 -04:00
EntryAttributesModel.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
EntryAttributesModel.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
EntryHistoryModel.cpp Add tags to history comparison 2022-04-03 13:28:39 -04:00
EntryHistoryModel.h Show what changed between entry history items 2021-12-22 05:52:54 -05:00
EntryModel.cpp clang-tidy: use auto 2022-05-01 16:02:02 -04:00
EntryModel.h Add entry view column for password strength 2021-02-26 22:10:04 -05:00
EntryURLModel.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
EntryURLModel.h Show UI warning for invalid URLs 2019-12-21 09:22:16 -05:00
EntryView.cpp Enhance Tags / Saved Searches 2022-09-08 06:46:48 -04:00
EntryView.h Enhance Tags / Saved Searches 2022-09-08 06:46:48 -04:00