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

Set password input field font correctly #8732

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Conversation

phoerious
Copy link
Member

Set password input field font correctly

Also update member variable names to describe their contents better.

Fixes #8709

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

Also update member variable names to describe their contents better.

Fixes #8709
@phoerious phoerious added bug pr: backport pending Pull request yet to be backported to a previous release labels Nov 2, 2022
@phoerious phoerious added this to the v2.7.5 milestone Nov 2, 2022
@phoerious phoerious requested a review from a team November 2, 2022 08:32
@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2022

Codecov Report

Attention: Patch coverage is 81.25000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 64.45%. Comparing base (033dd79) to head (a76fe6d).
Report is 333 commits behind head on develop.

Files with missing lines Patch % Lines
src/gui/PasswordWidget.cpp 81.25% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8732      +/-   ##
===========================================
- Coverage    64.45%   64.45%   -0.00%     
===========================================
  Files          341      341              
  Lines        44247    44247              
===========================================
- Hits         28518    28517       -1     
- Misses       15729    15730       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@phoerious phoerious merged commit 3cbe4df into develop Nov 2, 2022
@phoerious phoerious deleted the fix/8709-password-font branch November 2, 2022 18:13
phoerious added a commit that referenced this pull request Nov 2, 2022
Also update member variable names to describe their contents better.

Fixes #8709
@phoerious phoerious added pr: backported Pull request backported to previous release and removed pr: backport pending Pull request yet to be backported to a previous release labels Nov 2, 2022
pull bot pushed a commit to tigerwill90/keepassxc that referenced this pull request Nov 3, 2022
Also update member variable names to describe their contents better.

Fixes keepassxreboot#8709
Perlover added a commit to Perlover/keepassxc that referenced this pull request May 18, 2023
Release 2.7.5

- Add menu option to allow screenshots [keepassxreboot#8841]
- Add support for Botan 3 [keepassxreboot#9388]
- Increase max TOTP step to 24 hours [keepassxreboot#9149]
- Improve HTML export layout [keepassxreboot#8987]
- Turn search reset off by default [keepassxreboot#9153]
- Use QClipboard::clear() instead of setting blank text [keepassxreboot#9148]
- Hide group column header choice when not in search [keepassxreboot#9171]
- Improve look of KeePassXC logo and icons [keepassxreboot#9355]
- Add keyboard shortcuts for app and database settings [keepassxreboot#9007]
- Hide rename button from attachments preview panel [keepassxreboot#8842]
- Linux: Set SingleMainWindow in .desktop file [keepassxreboot#7430]

- Fix crash when search clears while creating new entry [keepassxreboot#9230]
- Fix crash when using Windows Hello in a Remote Desktop session [keepassxreboot#9006]
- Fix crash in Group Edit after enabling Browser Integration [keepassxreboot#8778]
- Fix canceling quick unlock when it is unavailable [keepassxreboot#9034]
- Set password input field font correctly [keepassxreboot#8732]
- Greatly improve performance when rendering entry view [keepassxreboot#9398]
- Fix various accessibility issues [keepassxreboot#9138]
- Fix arrows size when expand/collapse a group [keepassxreboot#9096]
- Select the clone instead of the original after cloning an entry [keepassxreboot#9070]
- Fix bugs with preview widget [keepassxreboot#9170]
- Fix status bar update when switching to other DB [keepassxreboot#9073]
- Fix database settings spin box bug [keepassxreboot#9101]
- Fix Ctrl+Tab shortcut to cycle databases in unlock dialog [keepassxreboot#8839]
- Fix TOTP QR code maintaining square ratio [keepassxreboot#9027]
- Fix Auto-Type configuration page on custom sequence selection [keepassxreboot#8752]
- Fix unexpected behavior of `--lock` when KeePassXC is not running [keepassxreboot#8889]
- Make open folder icon exempt from "Apply group icon to entry" [keepassxreboot#9205]
- Allow setting default file open directory with env var [keepassxreboot#9192]
- SSH Agent: Fix support for AES-256/GCM openssh keys [keepassxreboot#8968]
- Browser: Fix Native Messaging script path with BSD OS's [keepassxreboot#8835]
- MacOS: Fix text selection for Auto-Type clear field [keepassxreboot#9066]
- MacOS: Don't rely on AppleInterfaceStyle for theme switching [keepassxreboot#8615]
- Windows: Remove registry detection of desktop shortcut [keepassxreboot#9380]
@phoerious phoerious added pr: bugfix Pull request that fixes a bug and removed bug labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: backported Pull request backported to previous release pr: bugfix Pull request that fixes a bug regression user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password field in "password generator" window uses variable font
3 participants