summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2023-09-11Added Serbian and Estonian to project fileAnne Jan Brouwer
2023-08-31clang-format -i src/*.cpp src/*.hAnne Jan Brouwer
2023-08-31Fixed my mergoAnne Jan Brouwer
2023-08-31Merge branch 'main' into svuorela/clazy-and-other-minor-fixesAnne Jan Brouwer
2023-08-31Merge pull request #643 from ↵Anne Jan Brouwer
svuorela/svuorela/fix-taborder-and-add-buddies-in-taborder-dialog Fix taborder and add buddies in keygen dialog
2023-08-31Merge pull request #634 from timegrid/feature-passstoresigningkeyAnne Jan Brouwer
Add pass store signing key feature
2023-08-24Fix taborder and add buddies in keygen dialogSune Vuorela
Tab was jumping weird, and clicking on labels didn't behave
2023-08-22Restore licensing info for QProgressIndicatorSune Vuorela
When importing QProgressInformation many years ago, the licensing information for that class was not included. Add it now. It doesn't look like the files has received copyright-worthy changes since the import.
2023-08-21Clazy cleanup and other minor fixesSune Vuorela
- Code is now clazy clean with CLAZY_CHECKS="no-connect-by-name,no-overloaded-signal" - Given the minimum Qt version is 5.10, remove ifdef's for older versions - Some more range based for and related cleanups. - Some include cleanups
2023-08-20fix the unintended "running" of the entropy window in the keygen dialog and ↵lherschi
bypasses the "unknown elliptic curve" bug in unattended key generation in newer GnupPG versions.
2023-07-09solved two Windows-specific issuesThomas Mielke
1. harmoized path separators in Pass::getGpgIdPath() as the pass store path couldn't match with the gpgIdDir because of trailing backslashes so two absolute paths were concatenated, leading to checkmarks not set properly in usersdialog.cpp, for example. 2. added an optional \r in regex of ImitatePass::verifyGpgIdFile() to comply with Windows \r\n linebreaks as QRegularExpression::MultilineOption won't honor \r as part of a line separator.
2023-06-26Fix SkipEmptyParts for different qt versionsAlexander Blum
2023-06-26Add pass store signing key feature for native gpgAlexander Blum
2023-06-20fixes clang-format errorsAlexander Blum
2023-06-20Added Korean to compileAnne Jan Brouwer
2023-06-18Add migration for profile settings from 'profile/name'->path to ↵Alexander Blum
'profile/name/path'->path
2023-06-16Add pass store signing key featureAlexander Blum
2023-02-06fix bug => clipboard was not cleared when using primary selectioncc1
2023-01-31Some automatic fixesAnne Jan Brouwer
2023-01-28Merge pull request #604 from FSMaxB/fix-accidental-deletion-of-all-passwordsAnne Jan Brouwer
Fix accidental deletion of entire passwordstore
2023-01-28Merge pull request #587 from l3u/display_optionsAnne Jan Brouwer
Add more options for the password displaying
2023-01-25Fix accidental deletion of entire passwordstoreMax Bruckner
This happens if you manage to trigger the deletion path while no directory or password is selected in the tree view.
2022-02-20Also make line wrapping optionalTobias Leupold
2022-02-19Added an option to display all pass file content as-isTobias Leupold
2022-02-19Allow setting a monospace font for displaying pass filesTobias Leupold
2021-12-19Update mainwindow.cppAlexander Strebkov
Delete context menu after exec to prevent "memory eating"
2021-06-22Fix keys created/expires dates in the users dialog windowNikolay A. Fetisov
2021-06-09Correct a typo in pass.cppFelix Yan
2021-03-21Merge pull request #559 from ichthyosaurus/fix-520Anne Jan Brouwer
Keep suffices when moving (to) a directory while imitiating pass
2021-02-28Added SlovenianAnne Jan Brouwer
2021-02-20Naming thingsAnne Jan Brouwer
2020-12-21Make sure filenames end with lowercase ".gpg" when movingMirian Margiani
2020-12-21Use complete filename when moving (to) a directoryMirian Margiani
QFileInfo::baseName removes the path plus the complete suffix. We want to remove only the ".gpg" suffix manually, though.
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