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
2020-05-29Replace database icons with SVG'sJonathan White
2020-05-22Add natural sort of entry listHolger Böhnke
2019-12-21Fix memory leaks (mostly) in tests (#3922)Carlo Teubner
2019-11-02some cppcheck and clang-tidy fixiesasapelkin
2019-10-21Prompt to delete recycle bin when disabling itMark Hakansson
2019-06-24Autocomplete usernames based on most frequent in databaseMatthias Drexler
2019-06-19Allow setting group icons to children groups/entries (#3273)Matthias Drexler
2019-06-19CLI: Add 'flatten' option to the 'ls' command (#3276)Balazs Gyurak
2019-06-19Add group sorting featureBalazs Gyurak
2019-03-20Ran `make format`Jonathan White
2019-02-02Fix group signals (#2670)Aetf
2019-01-30Select group when adding credentials from browser extension (#2637)Sami Vänttinen
2018-10-30Fix issues with group functions (#2410)Jonathan White
2018-10-19Rename TestClock to MockClock and move it to the mock directoryJanek Bevendorff
2018-09-30Introduce synchronize merge methodJonathan White
2018-07-07Replaced Uuid with QUuidpasdam
2018-03-31Formatting the code.Louis-Bertrand Varin
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