summaryrefslogtreecommitdiffstats
path: root/src/imitatepass.cpp
AgeCommit message (Collapse)Author
2023-08-31Merge branch 'main' into svuorela/clazy-and-other-minor-fixesAnne Jan Brouwer
2023-08-21Clazy cleanup and other minor fixesSune Vuorela
- Code is now clazy clean with CLAZY_CHECKS="no-connect-by-name,no-overloaded-signal" - Given the minimum Qt version is 5.10, remove ifdef's for older versions - Some more range based for and related cleanups. - Some include cleanups
2023-07-09solved two Windows-specific issuesThomas Mielke
1. harmoized path separators in Pass::getGpgIdPath() as the pass store path couldn't match with the gpgIdDir because of trailing backslashes so two absolute paths were concatenated, leading to checkmarks not set properly in usersdialog.cpp, for example. 2. added an optional \r in regex of ImitatePass::verifyGpgIdFile() to comply with Windows \r\n linebreaks as QRegularExpression::MultilineOption won't honor \r as part of a line separator.
2023-06-26Fix SkipEmptyParts for different qt versionsAlexander Blum
2023-06-26Add pass store signing key feature for native gpgAlexander Blum
2023-01-31Some automatic fixesAnne Jan Brouwer
2020-12-21Make sure filenames end with lowercase ".gpg" when movingMirian Margiani
2020-12-21Use complete filename when moving (to) a directoryMirian Margiani
QFileInfo::baseName removes the path plus the complete suffix. We want to remove only the ".gpg" suffix manually, though.
2020-12-08Qt6 compatibilityAnne Jan Brouwer
2020-06-26Fix #487Charlie Waters
Rewrite ImitatePass Move method If no file is provided to ImitatePass GitCommit, do not pass --
2020-05-31Fallback for deprecated featureAnne Jan Brouwer
2020-05-30Fixed depracation warnings in Qt 5.15Anne Jan Brouwer
2019-09-28Don't hide arguementAnne Jan Brouwer
2019-04-17Updated to current masterAnne Jan Brouwer
2018-12-10Automated housekeepingAnne Jan Brouwer
2018-12-10Merge pull request #431 from rdoeffinger/wslsupportAnne Jan Brouwer
Support for using WSL binaries on Windows
2018-11-04Add support for using Linux binaries on Windows.Reimar Döffinger
Uses WSL, selected by prefixing the binaries with "wsl ".
2018-11-04Split keys on any newline character (line feed or carriage return)Mario Schlegel
actualKeys was empty on Windows because of extra carriage return characters.
2018-10-12Some cleanup with help of Clang-Tidy and Clazy (part 3 of x)Anne Jan Brouwer
2018-10-12Some cleanup with help of Clang-Tidy and Clazy (part 2 of x)Anne Jan Brouwer
2018-07-24Fixed missing #ifdef QT_DEBUG. Added Q_UNUSED for some parametersClaudio Maradonna
2018-07-24clang-formatClaudio 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-06-26Minor cleanupAnne Jan Brouwer
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-11Added OTP lib for imitatepassEttore Dreucci
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2018-05-09TypoEttore Dreucci
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2018-05-09OTP is shown and copied to clipboard automatically. If compiled on WIN and ↵Ettore Dreucci
APPLE OTP button and options are hidden. Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2018-05-09OTP button calls external pass otp -cEttore Dreucci
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2018-05-09Started integrating pass otp pluginEttore Dreucci
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
2017-01-11automate GitPush & minor fixestezeb
2017-01-10implement transaction usage in imitatepasstezeb
2017-01-10creation of transaction entity for better process-mgmttezeb
2017-01-10fix interface for passtezeb
2017-01-03coding style updatedtezeb
2017-01-03fixes to improve signal based process mgmttezeb
2017-01-03remove lastDecrypt from mainwindowtezeb
2016-12-15#239Janosch Knack
drag and drop for passwords and passwordfolders to move passwords and passwordfolders reencrypting after a drag and drop action
2016-12-14Updated from masterAnne Jan Brouwer
2016-12-13Some minor cleanupAnne Jan Brouwer
2016-12-13Moved sources to srcAnne Jan Brouwer