summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2020-12-20Explicitly only remove ".gpg" when renaming filesMirian Margiani
QFileInfo::baseName removes the path plus the complete suffix. The alternative QFileInfo::completeBaseName would only remove the last suffix (e.g. ".gz" in "foo.tar.gz") but we want to remove ".gpg" only.
2020-12-08Remove password <tt> wrapping fixes #542Anne Jan Brouwer
2020-12-08Clear password view on searchAnne Jan Brouwer
2020-12-08Qt6 compatibilityAnne Jan Brouwer
2020-12-08ja_JAAnne Jan Brouwer
2020-12-01HousekeepingAnne Jan Brouwer
2020-11-05Merge pull request #532 from ChaoticEnigma/masterAnne Jan Brouwer
Fix issues with renaming passwords and moving folders
2020-10-13Added localization_zh_HantAnne Jan Brouwer
2020-06-26Fix #487Charlie Waters
Rewrite ImitatePass Move method If no file is provided to ImitatePass GitCommit, do not pass --
2020-06-17Included the bg_BG translationAnne Jan Brouwer
2020-06-13Merge pull request #529 from cmol/clear_searchbarAnne Jan Brouwer
Clear search on profile change
2020-06-12Clear search on profile changeClaus Lensbøl
Fixes #524
2020-06-12Show passwords as monospaceClaus Lensbøl
Fixes #514
2020-06-12Revert "Show passwords as monospace"Claus Lensbøl
This reverts commit ce4cbde592fc6a57bbacf85e963432b53ab9bd33.
2020-06-12Show passwords as monospaceClaus Lensbøl
Fixes #514
2020-05-31Fallback for deprecated featureAnne Jan Brouwer
2020-05-30Fixed depracation warnings in Qt 5.15Anne Jan Brouwer
2020-05-10Updated localesAnne Jan Brouwer
2020-04-14Added WelshAnne Jan Brouwer
2020-04-04Spelling: Git pull, Git pushAllan Nordhøy
2020-02-25Minor cleanupAnne Jan Brouwer
2020-02-24missing files and updated localeAnne Jan Brouwer
2020-02-24Hide password is default behavior on clean install . . toggle hide/show ↵Anne Jan Brouwer
password fixes #511
2020-01-24Cleanup and versioningAnne Jan Brouwer
2020-01-24Windows build apparently needs explicit QDialog hereAnne Jan Brouwer
2020-01-24qrencode and QR popup refactoredAnne Jan Brouwer
2020-01-24Allow qrencode and pass-otp on macAnne Jan Brouwer
2020-01-20Added hrAnne Jan Brouwer
2020-01-07Clearer wording in configdialog.uiAnne Jan Brouwer
2020-01-07Merge pull request #503 from boppybibbles/feature/enable-out-of-source-buildAnne Jan Brouwer
Enable out-of-source build
2020-01-04Enable out-of-source builds.boppybibbles
- Rely on `qmake`'s `CONFIG` to generate and embed QM files. - Add all existing TS files to TRANSLATE. - Keep TRANSLATE in single project file: `src/src.pro`. - Update 'steps to translate' section in `CONTRIBUTING.md`.
2019-12-20Don't base pass-otp availability decision on hardcoded /usr/libNiklas Hambüchen
/usr/lib does not exist in various Linux distributions, nor does it work if you have installed your qtpass to a custom prefix such as /usr/local or into your home directory. Disable this check for now, so that the OTP functionality can be enabled in such cases.
2019-11-01Spelling: Search for users, ,Allan Nordhøy
2019-10-27Spelling: Keylist missing, Could not fetch, GPGAllan Nordhøy
2019-10-23Added TurkishAnne Jan Brouwer
2019-10-23Some minor text tweaksAnne Jan Brouwer
2019-10-23Updated CONTRIBUTING, locales and changed the "Current profile / ↵Anne Jan Brouwer
password-store / password manager" to "Current path"
2019-10-23Spelling: Git, GPG, PWGen, etc.Allan Nordhøy
2019-10-21Merge pull request #490 from petr-nehez/issue-402Anne Jan Brouwer
Issue #402: 'deselect()' on clearing filter
2019-10-19Correct different argument names between declaration and definitionAschwin Marsman
2019-10-19Don't use a deprecated methodAschwin Marsman
2019-10-18'deselect()' on clearing filter #402Petr Nehez
2019-10-18Added Norwegian Bokmål by requestAnne Jan Brouwer
2019-10-17No unneeded markup in HTML windowAnne Jan Brouwer
2019-10-17Forgotten ifdef QT_DEBUGAnne Jan Brouwer
2019-10-17More testing at first startup, adding some pathsAnne Jan Brouwer
2019-10-11Some more work on wordsAnne Jan Brouwer
2019-10-10Updated localization and some more docblocksAnne Jan Brouwer
2019-10-09Let's got v1.3.2v1.3.2Anne Jan Brouwer
2019-10-07Start minimized should not only be checked on clean install, fixes #471Anne Jan Brouwer