summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-08-28Fix missing app ID and icon on Wayland.Chris Rendle-Short
X11/Wayland needs to know the name of the .desktop file to show a dock icon and application name. X11 has various means of guessing the filename (often WM_NAME). Wayland is a bit more strict, and requires that either the filename match the AppId or the .desktop filename be specified.
2019-08-22Chaged QtPass to org.qtpass in Plist fixes #448Anne Jan Brouwer
2019-08-20Some German translation fixes via @hannes08Anne Jan Brouwer
2019-08-20Post release auto-updatesAnne Jan Brouwer
2019-08-20Updates before possible releasev1.3.0Anne Jan Brouwer
2019-08-20Hardcoded PRODUCT_BUNDLE_IDENTIFIER fixes #448Anne Jan Brouwer
2019-08-20Updates to Doxygen and CHANGELOGAnne Jan Brouwer
2019-08-12yes . . osx :/Anne Jan Brouwer
2019-08-12lrelease fix for mac travisAnne Jan Brouwer
2019-08-12typo and stupidoAnne Jan Brouwer
2019-08-12coreutils for Mac and libgl1-mesa-dev for linux added to TravisAnne Jan Brouwer
2019-08-12Updates travis to Qt 5.13 and 5.12Anne Jan Brouwer
2019-08-12travis updated to xenialAnne Jan Brouwer
2019-08-12Updates for Qt 5.13Anne Jan Brouwer
2019-08-12DocsAnne Jan Brouwer
2019-08-12version numberAnne Jan Brouwer
2019-06-05Minor extra safeguardingAnne Jan Brouwer
2019-06-05Some nvm magicAnne Jan Brouwer
2019-06-05Double envAnne Jan Brouwer
2019-06-05Dunno . . let's try againAnne Jan Brouwer
2019-06-05Dunno . . let's tryAnne Jan Brouwer
2019-06-05yaml oopsyAnne Jan Brouwer
2019-06-05Updated macOs infoAnne Jan Brouwer
2019-06-05Second attempt at later versionAnne Jan Brouwer
2019-06-05Node version thing and some nullptrAnne Jan Brouwer
2019-06-05Auto-updatesAnne Jan Brouwer
2019-04-18CHANGELOG.md autoupdateAnne Jan Brouwer
2019-04-18Merge pull request #425 from IJHack/clang-tidy-clazyAnne Jan Brouwer
Semi-automatic code cleanup
2019-04-17Updates and more cleanupAnne Jan Brouwer
2019-04-17Merge branch 'master' into clang-tidy-clazyAnne Jan Brouwer
2019-04-17Merge pull request #421 from frawi/masterAnne Jan Brouwer
Display passwords as QR codes
2019-04-17clang-format againAnne Jan Brouwer
2019-04-17Updated to current masterAnne Jan Brouwer
2019-04-17Merge pull request #452 from Natureshadow/gpg-use-fprAnne Jan Brouwer
Use key fingerprint as ID instead of “long” ID.
2019-04-17Merge pull request #444 from georgjaehnig/masterAnne Jan Brouwer
Typo: dialouge to dialogue.
2019-04-16Use key fingerprint as ID instead of “long” ID.Dominik George
2019-01-08Typo: dialouge to dialogue.Georg Jaehnig
2018-12-18HousekeepingAnne Jan Brouwer
2018-12-17Merge pull request #439 from rdoeffinger/winstoreAnne Jan Brouwer
Scripts and logic specific to Windows Store releases
2018-12-17Merge pull request #438 from rdoeffinger/checkconfigAnne Jan Brouwer
For config check, check that the selected binary is available.
2018-12-12Add script to build release for Microsoft Store.Reimar Döffinger
2018-12-12Add a special winstore config flag.Reimar Döffinger
Use it to make "missing GnuPG" message for Windows conditional. When set, remove references to GnuPG downloads to make Windows Store reviewers happy... In all cases, suggest installing Ubuntu from the Store as an alternative.
2018-12-12For config check, check that the selected binary is available.Reimar Döffinger
pass being available is irrelevant if QtPass was configured to use gpg for example.
2018-12-10Automated housekeepingAnne Jan Brouwer
2018-12-10Merge pull request #432 from rdoeffinger/configfixesAnne Jan Brouwer
Fixes and improvments for config dialog
2018-12-10Merge pull request #431 from rdoeffinger/wslsupportAnne Jan Brouwer
Support for using WSL binaries on Windows
2018-12-10Merge pull request #430 from mrsch/windows_fixesAnne Jan Brouwer
Bugfixes and Windows compatibility improvements
2018-12-10Merge pull request #435 from rdoeffinger/encodingfixAnne Jan Brouwer
Fix character encoding issues for non-UTF-8 locales.
2018-11-17Fix character encoding issues for non-UTF-8 locales.Reimar Döffinger
Since we (most sensibly) encode text as UTF-8 before encrypting we should assume that the password files contain UTF-8 when decrypting, instead of the current locale encoding. This is the biggest issue on Windows, since it doesn't even officially support locales with UTF-8 encoding. For compatibility, detect if the data is not valid UTF-8 and fall back to Qt's BOM based approach, which provides support for UTF-16 and falls back to current locale encoding. Fixes issue #412
2018-11-13Merge branch 'master' into clang-tidy-clazyAnne Jan Brouwer