Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Tags / Saved Searches #8435

Merged
merged 5 commits into from
Sep 8, 2022
Merged

Enhance Tags / Saved Searches #8435

merged 5 commits into from
Sep 8, 2022

Commits on Sep 7, 2022

  1. 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
    droidmonkey committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3e15c75 View commit details
    Browse the repository at this point in the history
  2. Use search for showing expired entries on unlock

    * Fix #8036 - use search interface to display expiring entries on first unlock.
    droidmonkey committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ee64334 View commit details
    Browse the repository at this point in the history
  3. Fix tabbing around database widget

    Fixes #8352
    droidmonkey committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a202980 View commit details
    Browse the repository at this point in the history
  4. Show entry count in status bar

    Closes #3963
    droidmonkey committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bb3b165 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff8b0dd View commit details
    Browse the repository at this point in the history