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 (Collapse)Author
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2013-10-03Drop Qt module name from include statements.Felix Geyer
This is a preparation to be able to build KeePassX against Qt 5.
2013-03-24Add TestEntryModel::testDatabaseDelete().Felix Geyer
It tests that EntryModel in EntryList mode correctly removes entries from the model when that database of these entries is deleted.
2012-07-23Subclass QSortFilterProxyModel to hide the group column in EntryView.Felix Geyer
QTreeView::hideColumn() does not work well with keyboard search.
2012-07-16Add AutoTypeAssociationsModel class.Felix Geyer
2012-05-10Add icon model tests.Felix Geyer
2012-04-14Add EntryAttachmentsModel and EntryAttributesModel.Felix Geyer
2010-11-22No longer use automoc.Felix Geyer