summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2018-10-12Some cleanup with help of Clang-Tidy and Clazy (part 2 of x)Anne Jan Brouwer
2018-10-11Some cleanup with help of Clang-Tidy and Clazy (part 1 of x)Anne Jan Brouwer
2018-09-28Add qrencode to settingsFrank Gabriel
2018-09-28Prototype for QR encoding fieldsFrank Gabriel
2018-09-25It compiles, ship it . .Anne Jan Brouwer
2018-09-05Avoid assert due to using proxyModel too early.Reimar Döffinger
mapFromSource can't be called when the proxyModel has no source model set yet.
2018-08-29Fix copy button :)Claudio Maradonna
2018-08-25Use || instead of "or".Reimar Döffinger
No idea why "or" would work at all, but definitely fails to compile on MSVC.
2018-08-25Avoid crashes caused by dynamic initialization.Reimar Döffinger
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 ↵Claudio Maradonna
tooltips for disabled checkbox like TrayIcon and OTP. Fixed Sort for QTreeView. Now when search is empty all QTreeView is collapsed and keys are not selected. Another fix when you press enter and proxyModel is empty.
2018-08-17Fixed BUG with empty name in profileTable. Fixed BUG when you remove ↵Claudio Maradonna
profile, profiles was not saved correctly. Adding timer to handle search (350ms).
2018-08-13Fix for AppVeyorClaudio Maradonna
2018-08-12Simple way to understand if Pass OTP extension is installed.Claudio Maradonna
2018-08-12Removed unused headers from mainwindow.cpp. Disable UseTrayIcon if it's not ↵Claudio Maradonna
available for the OS.
2018-08-10Merge pull request #12 from IJHack/masterClaudio Maradonna
Updating local
2018-08-06Cleaning old mountWebDav declaration. Fix another problem with AppVeyorClaudio Maradonna
2018-08-06Fix for AppVeyorClaudio Maradonna
2018-08-06Auto update CHANGELOG and sorting of treeviewAnne Jan Brouwer
2018-08-05pwgen: fix inverted "Generate ... less secure passwords" checkboxAndrey Mazo
Checking the checkbox "Generate easy to memorize but less secure passwords" (aka `isLessRandom()`) means _omitting_ "--secure" option to `pwgen`. Unchecking the checkbox means _passing_ "--secure" option to `pwgen`, which is meant to be the default for QtPass. This got broken in b11e71d331310c27fde3e53a098ba108bc8f0f61 Use new executor in Pass Fix this by inverting the check once again.
2018-08-03Trying to fix #408. Fixed missing IFDEF for QT_DEBUG.Claudio Maradonna
2018-07-31Trying to fix this BUG: when user switch profile and selectionModel has ↵Claudio Maradonna
index, you can delete the key anyway
2018-07-31Clang-formatClaudio Maradonna
2018-07-30Splitted setup. Now it's time to test! :)Claudio Maradonna
2018-07-24SavingClaudio Maradonna
2018-07-24Fixed missing #ifdef QT_DEBUG. Added Q_UNUSED for some parametersClaudio 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 ↵Claudio Maradonna
MainWindow - QtPass class should handle connecctions and business logic
2018-07-16HousekeepingAnne Jan Brouwer
2018-07-14Merge pull request #10 from IJHack/masterClaudio Maradonna
Update local
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-04Saving. Moving process event to QtPass classClaudio Maradonna
2018-07-04SavingClaudio Maradonna
2018-07-04SavingClaudio Maradonna
2018-06-28Second attempt at HTMLAnne Jan Brouwer
2018-06-28Minor cleanup mostly of html and docblocksAnne Jan Brouwer
2018-06-26Minor cleanupAnne Jan Brouwer
2018-06-20Backward compatibility with Qt 5.2 should solve #371Anne Jan Brouwer
2018-05-25Merge pull request #394 from Noettore/feature/otpAnne Jan Brouwer
Add support for OTP code generation on Linux as requested in #327
2018-05-16SavingClaudio Maradonna
2018-05-16Removed blank linesEttore Dreucci
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2018-05-15Removed libotp. Further thinking required to integrate OTP generation in ↵Ettore Dreucci
imitatePass. Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2018-05-15Converted most of Qt4 signals to Qt5 style. Fixed BUG with main folder ↵Claudio Maradonna
hidden (possible regression for Windows users and dot folders)
2018-05-14Merge pull request #8 from IJHack/masterClaudio Maradonna
Merge local
2018-05-12Merge pull request #393 from destanyol/patch-1Anne Jan Brouwer
Revert scroll bar changes
2018-05-11Revert scroll bar changesDaniel Estanyol