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-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
2017-12-13Correct memory leaks in TestGroup.cppJonathan White
2017-12-12Merge branch 'master' into developJonathan White
2017-11-28Fixed memory leaks in non-gui testsMichal Kaptur
2017-11-21Adding tests for Group::cloneLouis-Bertrand Varin
2017-09-06CLI : basic entry manipulation commands. (#919)louib
2017-09-05Feature : Update entries across groups when merging (#807)louib
2017-08-05Adding Locate command. (#829)louib
2017-07-17Refactoring : Introducing Command class for CLI commands (#778)louib
2017-06-22Adding support for listing a group. (#652)louib
2017-06-14Update and fix copyright headersthez3ro
2017-05-21Find entry by title.Louis-Bertrand Varin
2017-05-21Moving print group in Group class. (#586)louib
2017-05-19Feature : clip command (#578)louib
2016-11-08Add Merge database utility function (#47)Jonathan White
2016-10-28Fix testsJosef Vitu
2016-10-03Merge branch '2.0'Felix Geyer
2016-09-02Pass entryFlags to clone() when recursing into sub-groups.Felix Geyer
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
2014-05-16Move exporter to separate class.Florian Geyer
2014-05-16Move search into separate class.Florian Geyer
2013-11-22Add Group::exportToDb().Felix Geyer
2013-11-22Add flags to Entry::clone() for customized cloning.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-04-07Add unit test for Metadata::copyCustomIcons().Felix Geyer
2013-04-04Add Group::clone().Felix Geyer
2013-03-24Stop suppressing signals in Group dtor.Felix Geyer
2012-10-21Whitespace separated search terms are AND concatenated.Florian Geyer
2012-07-25Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Q...Felix Geyer
2012-07-22Don't add new entries to EntryModel when in search mode.Felix Geyer
2012-05-13Add search test.Florian Geyer
2012-04-27Copy custom icons when moved to another database.Felix Geyer
2012-04-25Extend group test.Florian Geyer
2012-04-25Fix bug where index is wrong when a group is moved to the end from the same p...Felix Geyer
2012-04-23Introduce Group::aboutToMove() and moved() signals.Felix Geyer
2012-04-22Coding style fixes.Felix Geyer
2012-04-22Clean up group deletion.Florian Geyer
2012-04-18TestGroup: Register Entry as a meta type.Felix Geyer
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.Felix Geyer
2011-11-12Add missing crypto initalization in tests.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-23Un-constify Entry* and Group* in various related signals and models/views.Felix Geyer
2010-08-18Add EntryModel.Felix Geyer
2010-08-18Use QCOMPARE instead of QVERIFY where possible.Felix Geyer