summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-11-13Auto-updated changelogAnne Jan Brouwer
2018-11-04Add autodetect button for programs.Reimar Döffinger
Makes it easy for user to reset the values to the defaults.
2018-11-04Show Programs tab in config dialog if config is broken.Reimar Döffinger
It is confusing to show a tab that has nothing to do with the problem the user needs to fix.
2018-11-04Fix incorrect use of / as path separator.Reimar Döffinger
This fixes the password store path growing an endless set of / at the end on Windows. Also disable delete and edit buttons when entry is deselected.
2018-11-04Automatically detect and use WSL binaries.Reimar Döffinger
Treat WSL as if it contained binaries that are in the PATH.
2018-11-04Add support for using Linux binaries on Windows.Reimar Döffinger
Uses WSL, selected by prefixing the binaries with "wsl ".
2018-11-04Disable Edit and Delete action on deselectMario Schlegel
2018-11-04Fix deselect bugMario Schlegel
After selection and deselection of a folder the currentDir did get set to "/". After right clicking and selecting "Users" the root directory would be used for all actions. For example when changing the Users and reencrypting, all .gpg files in the system would get reencrypted.
2018-11-04PassStore path has to be normalizedMario Schlegel
Without this some string/path comparisons on windows (e.g. in Pass::getRecipientList) would fail.
2018-11-04Split keys on any newline character (line feed or carriage return)Mario Schlegel
actualKeys was empty on Windows because of extra carriage return characters.
2018-10-24Merge branch 'master' into clang-tidy-clazyAnne Jan Brouwer
2018-10-24Auto-update CHANGELOGAnne Jan Brouwer
2018-10-24Merge branches 'master' and 'master' of github.com:IJHack/QtPassAnne Jan Brouwer
2018-10-24Merge pull request #424 from hughwilliams94/patch-1Anne Jan Brouwer
Update to prevent the installer requesting admin
2018-10-24Update to prevent the installer requesting adminHugh Williams
Added PrivilegesRequired=lowest as per http://www.jrsoftware.org/ishelp/index.php?topic=setup_privilegesrequired
2018-10-24FAQ and README updated pinentry-macAnne Jan Brouwer
2018-10-24FAQ and README updated pinentry-macAnne Jan Brouwer
2018-10-14Some cleanup with help of Clang-Tidy and Clazy (part 4 of x)Anne Jan Brouwer
2018-10-12Some cleanup with help of Clang-Tidy and Clazy (part 3 of x)Anne Jan Brouwer
2018-10-12Some cleanup with help of Clang-Tidy and Clazy (part 2 of x)Anne Jan Brouwer
2018-10-11Some cleanup with help of Clang-Tidy and Clazy (part 1 of x)Anne Jan Brouwer
2018-10-02Auto-updated changelogAnne Jan Brouwer
2018-09-28Add qrencode to settingsFrank Gabriel
2018-09-28Prototype for QR encoding fieldsFrank Gabriel
2018-09-25Automated housekeepingAnne Jan Brouwer
2018-09-25Merge branch 'master' of github.com:IJHack/QtPassAnne Jan Brouwer
2018-09-25It compiles, ship it . .Anne Jan Brouwer
2018-09-25Merge pull request #419 from riccardocossu/patch-1Anne Jan Brouwer
Tested working on Mac Os HS with pinentry-mac
2018-09-25Merge pull request #413 from rdoeffinger/bugfixesAnne Jan Brouwer
Bugfixes
2018-09-25Merge pull request #418 from equaeghe/nl-vertalingverbeteringenAnne Jan Brouwer
Dutch (nl) translation improvements
2018-09-25Tested working on Mac Os HS with pinentry-macRiccardo Cossu
No need to install gpg tools in Mac Os, pass and pinentry-mac will do the job just fine
2018-09-13Forgotten update of .pro and .qcr file for merging of nl_NL and nl_BEErik Quaeghebeur
2018-09-13Improvements to Dutch translations (desktop file)Erik Quaeghebeur
2018-09-13Correct and improve Dutch translationsErik Quaeghebeur
The Dutch translations contained some errors and some translations that deviated substantially from the original. This change corrects errors and makes some changes. The focus was on keeping the translations close to the original and use terminology consistently. (In case the originals are actually worse descriptions, it is those that should be changed first, before it is propagated to the translations.)
2018-09-13Unify nl_BE and nl_NL localization filesErik Quaeghebeur
There was essentially no difference between these two variants. So it would be a hassle to maintain both separately. The difference there was (Seconden vs. Secondes) is not even one that is a substantive difference between BE and NL. Both are used in both regions and both are correct.
2018-09-05Avoid assert due to using proxyModel too early.Reimar Döffinger
mapFromSource can't be called when the proxyModel has no source model set yet.
2018-08-29Fix copy button :)Claudio Maradonna
2018-08-25Use || instead of "or".Reimar Döffinger
No idea why "or" would work at all, but definitely fails to compile on MSVC.
2018-08-25Avoid adding -Wall if compiling with MSVC.Reimar Döffinger
It causes a huge amount of completely irrelevant warnings on that compiler.
2018-08-25Avoid crashes caused by dynamic initialization.Reimar Döffinger
2018-08-21Moving GPG usersList business logic inside usersdialogClaudio Maradonna
2018-08-18Another fix for #400Claudio Maradonna
2018-08-18Updating translationsClaudio Maradonna
2018-08-18Profile Table cell has red background whenn text is empty. Added some ↵Claudio Maradonna
tooltips for disabled checkbox like TrayIcon and OTP. Fixed Sort for QTreeView. Now when search is empty all QTreeView is collapsed and keys are not selected. Another fix when you press enter and proxyModel is empty.
2018-08-17Fixed BUG with empty name in profileTable. Fixed BUG when you remove ↵Claudio Maradonna
profile, profiles was not saved correctly. Adding timer to handle search (350ms).
2018-08-13Fix for AppVeyorClaudio Maradonna
2018-08-12Simple way to understand if Pass OTP extension is installed.Claudio Maradonna
2018-08-12Removed unused headers from mainwindow.cpp. Disable UseTrayIcon if it's not ↵Claudio Maradonna
available for the OS.
2018-08-10Merge pull request #12 from IJHack/masterClaudio Maradonna
Updating local
2018-08-09Merge branch 'master' of github.com:UnitooTeam/QtPassClaudio Maradonna