summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)Author
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
2018-07-24SavingClaudio Maradonna
2018-07-24clang-formatClaudio Maradonna
2018-07-24Merge completedClaudio Maradonna
2018-07-24Now qDebug enable only if QT_DEBUG is defined. Trying to refactoring MainWind...Claudio Maradonna
2018-07-16HousekeepingAnne Jan Brouwer
2018-07-14Merge pull request #10 from IJHack/masterClaudio Maradonna
2018-07-13#390 make box cheched when opening a folder users panelkenji21
2018-07-06SavingClaudio Maradonna
2018-07-06Trying to use QtPass as process handler and connector for PassClaudio Maradonna
2018-07-04SavingClaudio Maradonna
2018-07-04SavingClaudio Maradonna
2018-06-28Minor cleanup mostly of html and docblocksAnne Jan Brouwer
2018-06-26Minor cleanupAnne Jan Brouwer
2018-05-16SavingClaudio Maradonna
2018-05-15Converted most of Qt4 signals to Qt5 style. Fixed BUG with main folder hidden...Claudio Maradonna
2018-05-09OTP is shown and copied to clipboard automatically. If compiled on WIN and AP...Ettore Dreucci
2018-05-09Added OTP handler. Now ui doesn't hang any more.Ettore Dreucci