summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)Author
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
2018-11-04Disable Edit and Delete action on deselectMario Schlegel
2018-11-04Fix deselect bugMario Schlegel
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 2 of x)Anne Jan Brouwer
2018-09-28Add qrencode to settingsFrank Gabriel
2018-09-28Prototype for QR encoding fieldsFrank Gabriel
2018-08-21Moving GPG usersList business logic inside usersdialogClaudio Maradonna
2018-08-18Another fix for #400Claudio Maradonna
2018-08-18Profile Table cell has red background whenn text is empty. Added some tooltip...Claudio Maradonna
2018-08-17Fixed BUG with empty name in profileTable. Fixed BUG when you remove profile,...Claudio Maradonna
2018-08-12Removed unused headers from mainwindow.cpp. Disable UseTrayIcon if it's not a...Claudio Maradonna
2018-08-06Fix for AppVeyorClaudio Maradonna
2018-07-31Trying to fix this BUG: when user switch profile and selectionModel has index...Claudio Maradonna
2018-07-31Clang-formatClaudio Maradonna
2018-07-30Splitted setup. Now it's time to test! :)Claudio Maradonna