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
2022-05-03clang-tidy: use nullptrRosen Penev
2022-05-01clang-tidy: use autoRosen Penev
2021-11-12Removing QWidget dependency from src/core.louib
2021-07-14Optimize includes across code basepeter
2021-02-27Add entry view column for password strengthOjas Anand
2020-05-29Replace database icons with SVG'sJonathan White
2020-05-22Add natural sort of entry listHolger Böhnke
2020-05-04Add "Size" columnOjas Anand
2019-11-02some cppcheck and clang-tidy fixiesasapelkin
2018-11-17Clean up Entry Model/View codeJonathan White
2018-09-15Complete refactor of TOTP integrationJonathan White
2018-07-07Fixed issues with initial commitpasdam
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
2018-01-21Update entry model test to account for additional column 'Paperclip'Fonic
2018-01-21Update entry model test to account for additional columnsFonic
2017-12-25Fix failing entry model test for attachment name and sizefrostasm
2017-03-08Enhance attribute entry and add protected attributes (#220)Jonathan White
2017-01-14spelling: associationsJosh Soref
2016-01-29Merge branch '2.0'Felix Geyer
2016-01-27Always display scaled custom icons.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
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-03-24Add TestEntryModel::testDatabaseDelete().Felix Geyer
2012-07-25Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Q...Felix Geyer
2012-07-23Subclass QSortFilterProxyModel to hide the group column in EntryView.Felix Geyer
2012-07-16Add AutoTypeAssociationsModel class.Felix Geyer
2012-07-14Normalize signal/slot signatures.Felix Geyer
2012-06-29Convert iconCount() and expiredIconIndex() to constants.Felix Geyer
2012-05-16Create src/gui/{entry,group}/ and move corresponding files to these dirs.Felix Geyer
2012-05-13Preserve order of custom icons.Florian Geyer
2012-05-13Add search.Florian Geyer
2012-05-10Add icon model tests.Felix Geyer
2012-05-02Turn EntryAttachmentsModel into a QAbstractListModel.Felix Geyer
2012-04-28Turn EntryAttributesModel into a QAbstractListModel.Felix Geyer
2012-04-14Add EntryAttachmentsModel and EntryAttributesModel.Felix Geyer
2012-01-02Core tests instantiate QCoreApplication instead of QApplication.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-18Add EntryModel.Felix Geyer