Bunch of UI/UX Fixes - See Description#11321
Merged
droidmonkey merged 4 commits intodevelopfrom Oct 7, 2024
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #11321 +/- ##
===========================================
- Coverage 62.98% 62.90% -0.08%
===========================================
Files 362 362
Lines 37793 37840 +47
===========================================
- Hits 23802 23800 -2
- Misses 13991 14040 +49 ☔ View full report in Codecov by Sentry. |
Member
|
|
varjolintu
approved these changes
Oct 6, 2024
Something changed in the behavior of regex in Qt that prevents matches using a begin line caret without a complementary end line.
* 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
* 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
9d6513b to
3511cab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes "passwords" (UUID 005) from 1passwords get not imported #11298
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.
Minor UI fixes
Add Import/Export to application settings
Screenshots
Testing strategy
All unit tests pass, tested new features manually
Type of change