summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2019-09-29Make sure main/qtpass actually depends on libqtpass.aMaciej S. Szmigiero
Currently, if one changes some source file in src and then runs make the libqtpass.a gets correctly rebuilt, however main/qtpass isn't actually relinked to make use of this new library version. According to the qmake project file snippet at the very bottom of https://doc.qt.io/qtcreator/creator-project-qmake-libraries.html internal static libraries need to be manually added to their users PRE_TARGETDEPS, too. The same goes for tests that link to libqtpass.a.
2018-10-11Some cleanup with help of Clang-Tidy and Clazy (part 1 of x)Anne Jan Brouwer
2018-06-26Need C++11 for testsAnne Jan Brouwer
2018-05-09Don't install unit tests fixes #389Anne Jan Brouwer
2018-04-26Link resources around a bit, Fixes #344, Fixes #333Anne Jan Brouwer
2018-04-25Minor cleanup (removed 2 messages that popped up when opening qtpass.pro)Anne Jan Brouwer
2018-04-18Automated housekeeping (clang-format CHANGELOG and localization)Anne Jan Brouwer
2018-03-16More refactorings, contributes to #107Lukas Vogel
* Split datahelpers.h to userinfo.h and passwordconfiguration.h * Rename passwordConfiguration to PasswordConfiguration * Move some code to separate methods in MainWindow * Handle PasswordConfiguration in QtPassSettings and in ConfigDialog
2018-03-15Introduce FileContent classLukas Vogel
This can be used to parse the content of the password file in a common place. In a later commit we should replace the parsing in mainwindow and passworddialog.
2018-03-14Add a test for PasswordDialogLukas Vogel
2018-01-22Change dependencies (main depends on src, tests depend on main) fixes #350 ↵Anne Jan Brouwer
als some minor automated housekeeping.
2018-01-09Honor PREFIX during tests installVladimir Pavljuchenkov (SpiderX)
2017-10-24fix library path for Windows buildtezeb
2017-10-24separate into main/static librarytezeb
2017-03-12Workaround for failing test building for Windowstezeb
2017-03-12fix for build with 'debug_and_release'(ie. Windows)tezeb
2017-03-10Codecov workingtezeb
2017-02-28Unit test now with QDir::toNativeSeparators( path )Anne Jan Brouwer
2017-01-16use win32 crypt api for password generation on windowsErik Lander
creates a new function rand in the util class that calls bcryptgenrandom from the win32 api when running on windows and falls back to qrand on other platforms
2017-01-10creation of transaction entity for better process-mgmttezeb
2016-12-16cleanup and autoupdatesAnne Jan Brouwer
2016-12-15Being good rolemodel when it comes to documenting ;)Anne Jan Brouwer
2016-12-14Fixed the test (added all required)Anne Jan Brouwer
2016-12-13My first working QtPass testAnne Jan Brouwer
2016-12-13tiny bit cleanerAnne Jan Brouwer
2016-12-13LOL wut, also how do I link ..Anne Jan Brouwer