summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)Author
2023-08-31Fixed my mergoAnne Jan Brouwer
2023-08-31Merge branch 'main' into svuorela/clazy-and-other-minor-fixesAnne Jan Brouwer
2023-08-21Clazy cleanup and other minor fixesSune Vuorela
2023-06-20fixes clang-format errorsAlexander Blum
2023-06-16Add pass store signing key featureAlexander Blum
2023-01-31Some automatic fixesAnne Jan Brouwer
2023-01-28Merge pull request #604 from FSMaxB/fix-accidental-deletion-of-all-passwordsAnne Jan Brouwer
2023-01-28Merge pull request #587 from l3u/display_optionsAnne Jan Brouwer
2023-01-25Fix accidental deletion of entire passwordstoreMax Bruckner
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
2020-12-20Explicitly only remove ".gpg" when renaming filesMirian Margiani
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-06-26Fix #487Charlie Waters
2020-06-13Merge pull request #529 from cmol/clear_searchbarAnne Jan Brouwer
2020-06-12Clear search on profile changeClaus Lensbøl
2020-06-12Show passwords as monospaceClaus Lensbøl
2020-06-12Revert "Show passwords as monospace"Claus Lensbøl
2020-06-12Show passwords as monospaceClaus Lensbøl
2020-05-30Fixed depracation warnings in Qt 5.15Anne Jan Brouwer
2020-02-25Minor cleanupAnne Jan Brouwer
2020-02-24Hide password is default behavior on clean install . . toggle hide/show passw...Anne Jan Brouwer
2019-10-23Some minor text tweaksAnne Jan Brouwer
2019-10-18'deselect()' on clearing filter #402Petr Nehez
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
2019-10-02Don't call QtPass::setup() from QtPass class constructorMaciej S. Szmigiero
2019-10-02Make QtPass class constructor take a MainWindow object directlyMaciej S. Szmigiero
2019-09-28Don't show a TOTP secret when selecting a password entry in the main windowMaciej S. Szmigiero
2019-09-28Emit passShowHandlerFinished signal in MainWindow::passShowHandler()Maciej S. Szmigiero
2019-09-28Remove unused uiEnabled signal and setTextTextBrowser() function from MainWindowMaciej S. Szmigiero
2019-09-21Remove dead model sort calls in MainWindow constructorMaciej S. Szmigiero
2019-09-21Avoid duplicate calls to model.setRootPath() in MainWindow constructorMaciej S. Szmigiero
2019-09-21Call setSourceModel() in StoreModel::setModelAndStore()Maciej S. Szmigiero
2019-09-04Merge branch 'feature/renameEntry' of https://github.com/Noettore/QtPass into...Anne Jan Brouwer
2019-08-30profileBox is now alphabetically sortedEttore Dreucci
2019-08-29Removed #include directive in mainwindow.cppEttore Dreucci
2019-08-29Resolved password rename problem.Ettore Dreucci
2019-08-29First implementation. Working for dir. Password end up with two trailing .gpgEttore
2019-06-05Minor extra safeguardingAnne Jan Brouwer
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
2019-04-17Updated to current masterAnne Jan Brouwer
2018-12-10Merge pull request #432 from rdoeffinger/configfixesAnne Jan Brouwer
2018-11-04Fix incorrect use of / as path separator.Reimar Döffinger