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

Bunch of UI/UX Fixes - See Description #11321

Merged
merged 4 commits into from
Oct 7, 2024
Merged

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    77fde60 View commit details
    Browse the repository at this point in the history
  2. Fix detection regex for yubikey on Windows

    Something changed in the behavior of regex in Qt that prevents matches using a begin line caret without a complementary end line.
    droidmonkey committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    23bd7c1 View commit details
    Browse the repository at this point in the history
  3. Minor UI fixes

    * Fixes #11044 - password generator excluded characters tooltip was incorrect
    
    * Fixes #11084 - allow more than 30 days for showing expiring passwords. Also fix the ability to properly translate this control.
    
    * Fixes #11212 - don't show password on creating new database
    
    * Fixes #10726 - improve indication of hardware key polling. Also improve layout spacing of unlock dialog.
    
    * Fixes #11142 - provide better link for challenge-response information
    droidmonkey committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    64fa7df View commit details
    Browse the repository at this point in the history
  4. Add Import/Export to application settings

    * Closes #9452 - add import/export buttons to application settings
    
    * Fixes #11120 - duplicate both menubar and toolbar visibility settings into the application settings
    
    * Fixes #8561 - improve placement of various settings between General and Security pages
    
    * Improve tool tip for backup database setting
    * Improve wording of various settings
    droidmonkey committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3511cab View commit details
    Browse the repository at this point in the history