summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-03-15Use FileContent parsing in MainWindow, contributes to #107Lukas Vogel
2018-03-15Use FileContent parsing in PasswordDialogLukas Vogel
2018-03-15Introduce FileContent classLukas Vogel
2018-03-14Remember line edits in PasswordDialogLukas Vogel
2018-03-13Respect use template setting in password dialogLukas Vogel
2018-03-13Initial copy shortcut support, contributes to #292Lukas Vogel
2018-03-13Remove unused codeLukas Vogel
2018-03-13Refactor mainwindow, move duplicated code to methods, contributes #107Lukas Vogel
2018-03-12Fix & make clearClipboard more robustLukas Vogel
2018-03-12Display all fields when using template setting, fixes #273Lukas Vogel
2018-02-10re-apply PR #346Anne Jan Brouwer
2018-01-22Change dependencies (main depends on src, tests depend on main) fixes #350 al...Anne Jan Brouwer
2018-01-11Minor UI tweakDani Estanyol
2018-01-09Fix nested template argument list compile errorMartin Burchell
2018-01-04Removed bcrypt from windows prequisitesv1.2.1Anne Jan Brouwer
2018-01-02#include <cassert>Anne Jan Brouwer
2018-01-02Forgotten includesAnne Jan Brouwer
2018-01-02forgot init, now testing on 5.9Anne Jan Brouwer
2018-01-02QT_VERSION_CHECK in header tooAnne Jan Brouwer
2018-01-02Qt 5.9 fallback (unix) from #338Anne Jan Brouwer
2018-01-02Generate Password code from #338 placedAnne Jan Brouwer
2018-01-02Testing initial zx2c4 solutionAnne Jan Brouwer
2017-11-12remove comment leaking password info to terminal fixes #334Anne Jan Brouwer
2017-11-08PasswordDialog tab order fixes #331Anne Jan Brouwer
2017-10-24TrayIcon use 'qtpass-tray' fixes #318Anne Jan Brouwer
2017-10-24RESOURCES in main.pro (moved from src.pro) fixes #325Anne Jan Brouwer
2017-10-24separate into main/static librarytezeb
2017-10-11Add sftp, ftps, webdav and webdavs as supported linkscgonzalez
2017-09-08Ignore cmdline arguments if -session is used.Achim Herwig
2017-03-12coverage on release build with coverallstezeb
2017-03-10Codecov workingtezeb
2017-03-02Forgotten fallback iconsAnne Jan Brouwer
2017-02-28Moved INSTALL from qtpass.pro to src.proAnne Jan Brouwer
2017-02-28Util should normalize path with QDir::toNativeSeparators( path )Anne Jan Brouwer
2017-02-28OrderingAnne Jan Brouwer
2017-02-27Housekeeping (new clang-format settings test)Anne Jan Brouwer
2017-02-18Add pt_PT translationNuno Costa
2017-02-16Changed 'Password behaviour' label to 'Content panel behaviour', fixes #294Anne Jan Brouwer
2017-02-13autocleanupAnne Jan Brouwer
2017-01-18Some code fell out of my bufferAnne Jan Brouwer
2017-01-18CommentingAnne Jan Brouwer
2017-01-18Disable use of selection on non-supported platformsAnne Jan Brouwer
2017-01-18Hide 'use selection' when not QClipboard::supportsSelection() closes #280Anne Jan Brouwer
2017-01-18Also check clipboard/selection in clearClipboard callAnne Jan Brouwer
2017-01-18Add primary selection as clipboard optionKrayon
2017-01-16fallback to qrand if BCryptGenRandom failsErik Lander
2017-01-16fixes mistakes in 045e4bfErik Lander
2017-01-16use win32 crypt api for password generation on windowsErik Lander
2017-01-11HousekeepingAnne Jan Brouwer
2017-01-11minor improvementstezeb