Revisions of QtPass

buildservice-autocommit accepted request 1112424 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 31)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 30)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 29)
    - Don't base pass-otp availability decision on hardcoded /usr/lib in #499
    - Use new stable version of install-qt-action.  in #502
    - Enable out-of-source build in #503
    - Enable ubuntu, windows and macOS based builds for CI in #508
    - Spelling: Git pull, Git push in #516
    - Fix blurry icons when fractional scaling is enabled in #526
    - Update minimum Qt version in #527
    - #514 Show password with a monospace font in #528
    - Clear search on profile change in #529
    - Move MainWindow to the screen the cursor is on in #547
    - Fix issues with renaming passwords and moving folders in #532
    - Explicitly only remove ".gpg" when renaming files in #558
    - Keep suffices when moving (to) a directory while imitiating pass in #559
    - Fix keys created/expires dates in the users dialog window (fix: 571) in #572
    - Fix installation instructions in README.md in #565
    - Delete context menu after exec in #578
    - Add more options for the password displaying in #587
    - Fix accidental deletion of entire passwordstore in #604
    - Install QT in codeql workflow in #608
    - Super Linter added and fixing findings in #610
    - Removed travis (no longer free) and lgtm (migrated to Github) in #612
    - fix the unintended "running" of the entropy window in the keygen dial… in #640
    - Restore licensing info for QProgressIndicator in #642
    - Add pass store signing key feature in #634
    - Fix taborder and add buddies in keygen dialog in #643
    - Clazy cleanup and other minor fixes in #641
    - fix bug => clipboard was not cleared when using primary selection in #615
    - super-linter ENV variables in shared location for local and automated in #616
    - clang-format -i src/.cpp src/.h in #645
    - Version bump and cleanup in #646
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 28)
  * What's Changed
    - Don't use a deprecated method in #491
    - Issue #402: 'deselect()' on clearing filter in #490
    - Don't base pass-otp availability decision on hardcoded /usr/lib by @nh2 in #499
    - Use new stable version of install-qt-action. by @boppybibbles in #502
    - Enable out-of-source build by @boppybibbles in #503
    - Enable ubuntu, windows and macOS based builds for CI by @boppybibbles in #508
    - Spelling: Git pull, Git push by @comradekingu in #516
    - Fix blurry icons when fractional scaling is enabled by @mthw0 in #526
    - Update minimum Qt version by @cmol in #527
    - #514 Show password with a monospace font by @cmol in #528
    - Clear search on profile change by @cmol in #529
    - Move MainWindow to the screen the cursor is on by @inhinias in #547
    - Fix issues with renaming passwords and moving folders by @ChaoticEnigma in #532
    - Explicitly only remove ".gpg" when renaming files by @ichthyosaurus in #558
    - Keep suffices when moving (to) a directory while imitiating pass by @ichthyosaurus in #559
    - Fix keys created/expires dates in the users dialog window (fix: 571) by @nfetisov in #572
    - Fix installation instructions in README.md by @kawarimidoll in #565
    - Delete context menu after exec by @fasked in #578
    - Add more options for the password displaying by @l3u in #587
    - Fix accidental deletion of entire passwordstore by @FSMaxB in #604
    - Install QT in codeql workflow by @annejan in #608
    - Super Linter added and fixing findings by @annejan in #610
    - Removed travis (no longer free) and lgtm (migrated to Github) by @annejan in #612
    - fix the unintended "running" of the entropy window in the keygen dial… by @lherschi in #640
    - Restore licensing info for QProgressIndicator by @svuorela in #642
    - Add pass store signing key feature by @timegrid in #634
    - Fix taborder and add buddies in keygen dialog by @svuorela in #643
    - Clazy cleanup and other minor fixes by @svuorela in #641
    - fix bug => clipboard was not cleared when using primary selection by @pythcoiner in #615
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 27)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 26)
- Update to 1.4.0
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 25)
- Add qtpass.appdata.xml.
buildservice-autocommit accepted request 736729 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 24)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 23)
- Update to 1.3.2
  - Don't call QtPass::setup() from QtPass class constructor #482
     fixes first run issues #485, #481, #466, #423 and #308
  - Password window padding #484
  - Buttons width on RHEL 8 #483
  - Start minimized works again #471
buildservice-autocommit accepted request 735509 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 22)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 21)
- Rename all to package_naming_guidelines.

- Remove superfluous entry for password-store from Recommends as
  it's already stated in Requires
- Add hicolor-icon-theme to BuildRequires

- Update to 1.3.1
  - Renaming password #463 #469
  - Edit main title field #446
  - Add missing finishedShow() signal connection in PasswordDialog
    constructor (fixes the "Edit password" function) #473
  - Build dependency fixes #467 #479
  - Additional lines (notes) shown again #474
  - Running but no GUI #451
  - Correct font color with Dark themes #340 #476
  - Add missing overrides #478
  - Sorted profiles dropdown as in #404 #472
  - Fix missing app ID and icon on Wayland. #468

- Update to 1.3.0
  Some of the many changes, please resort to the CHANGELOG for 
  a more complete listing.
  - Add otp (two factor authentication) support #327
  - Use key fingerprint as ID instead of “long” ID. #452
  - Typo: dialouge to dialogue. #444
  - Scripts and logic specific to Windows Store releases #439
  - For config check, check that the selected binary is available.
    #438
  - Fix character encoding issues for non-UTF-8 locales. #435
  - Fixes and improvments for config dialog #432
buildservice-autocommit accepted request 734945 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 20)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 19)
- Update to 1.3.1
  - Renaming password #463 #469
  - Edit main title field #446
  - Add missing finishedShow() signal connection in PasswordDialog
    constructor (fixes the "Edit password" function) #473
  - Build dependency fixes #467 #479
  - Additional lines (notes) shown again #474
  - Running but no GUI #451
  - Correct font color with Dark themes #340 #476
  - Add missing overrides #478
  - Sorted profiles dropdown as in #404 #472
  - Fix missing app ID and icon on Wayland. #468
buildservice-autocommit accepted request 725862 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 18)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 17)
- Update to 1.3.0
  Some of the many changes, please resort to the CHANGELOG for 
  a more complete listing.
  - Add otp (two factor authentication) support #327
  - Use key fingerprint as ID instead of “long” ID. #452
  - Typo: dialouge to dialogue. #444
  - Scripts and logic specific to Windows Store releases #439
  - For config check, check that the selected binary is available.
    #438
  - Fix character encoding issues for non-UTF-8 locales. #435
  - Fixes and improvments for config dialog #432
  - Support for using WSL binaries on Windows #431
  - Bugfixes and Windows compatibility improvements #430
  - Semi-automatic code cleanup #425
  - Update to prevent the installer requesting admin #424
  - Display passwords as QR codes #421
  - Tested working on Mac Os HS with pinentry-mac #419
  - Bugfixes #413
  - pwgen: fix inverted "Generate ... less secure passwords" 
    checkbox #409
  - Continuing refactoring #407
  - #390 make box cheched when opening a folder users panel #403
  - Windows sigsev issues #326
  - Access to the / (root) directory form within the application 
    window on MacOS #302
  - Context menu on transparent fields is transparent too . . #227
  - Various issues with Info.plist file on macOS #457
  - Problem with GNUpg not found on MacOS #362
  - Unable to see main application window (applicationn runs 
    minimized to tray only) #286
buildservice-autocommit accepted request 614353 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 16)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 15)
- update to 1.2.3
  - Add support for OTP code generation on Linux as requested in 
    #327 #394 (Noettore)
  - Revert scroll bar changes #393 (destanyol)
  - Fix High Dpi Support. Works now under Windows and KDE/Plasma. 
    #392 (hgraeber)
  - Duplicate prefix in installation of tests directory in v1.2.2.
    #389
  - Compilation error on FreeBSD member access into incomplete type
    #388
- remove patch qtpass-highdpi.patch because now in upstream
buildservice-autocommit accepted request 605650 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 14)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 13)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 12)
Displaying revisions 1 - 20 of 31
openSUSE Build Service is sponsored by