Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
2017-03-10Fix Qt deprecation warningsJanek Bevendorff
2015-09-23Remove backported Qt5 test macros.Felix Geyer
2014-06-15Do some basic self-checks when initializing the crypto backend.Felix Geyer
2014-05-16Move QTEST_GUILESS_MAIN statements before test cases.Florian Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-03-24Stop suppressing signals in Group dtor.Felix Geyer
2012-07-25Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Q...Felix Geyer
2012-05-16Create src/gui/{entry,group}/ and move corresponding files to these dirs.Felix Geyer
2012-04-25Support moving groups with drag and drop.Felix Geyer
2012-04-23Introduce Group::aboutToMove() and moved() signals.Felix Geyer
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.Felix Geyer
2011-12-27Enforce that group/entry uuid is set when writing a database.Felix Geyer
2011-07-09Notify entry/group parent on deletion.Felix Geyer
2011-07-08Make some Group methods private.Felix Geyer
2011-06-29Clean up objects in the tests.Felix Geyer
2010-11-22No longer use automoc.Felix Geyer
2010-09-18Move qRegisterMetaType calls into initTestCase().Felix Geyer
2010-08-18Use QCOMPARE instead of QVERIFY where possible.Felix Geyer
2010-08-18Implement support for group tree changes in GroupModel.Felix Geyer
2010-08-15Add signal for changes in Group.Felix Geyer
2010-08-15Add GroupModel and corresponding unit test.Felix Geyer