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
2020-05-28Add an option to EntrySearcher to skip protected attributesAetf
2020-05-14Add group searchBO41
* Allow searching by group using the `group:` field. * Group hierarchies can be searched by including a '/' in the search term.
2019-05-12Improve existing code prior to implementing FDO SecretsAetf
* DatabaseTabWidget::newDatabase returns the created DatabaseWidget * Emit DatabaseTabWidget::databaseOpened signal before a new tab is added * EntrySearcher can now search attribute values including custom ones * Add Group::applyGroupIconTo to set the group icon on the supplied entry * Implement desktop notifications through the system tray icon * Add DatabaseWidget::deleteEntries to delete a list of entries * Add Aes128 in SymmetricCipher::algorithmIvSize * Add DatabaseWidget::databaseReplaced signal * Add a helper class to override the message box's parent (prevent bugs)
2018-11-17Correct logic error in EntrySearcher and add more testsJonathan White
2018-11-17Add advanced search term parserJonathan White
* Support quoted strings & per-field searching * Support regex and exact matching * Simplify search sequence * Make search widget larger * Add regex converter to Tools namespace
2018-03-31Formatting the code.Louis-Bertrand Varin
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2014-05-16Extend TestEntrySearcher.Florian Geyer
2014-05-16Refactor TestEntrySearcher.Florian Geyer
2014-05-16Refactor TestEntrySearcher.Florian Geyer
2014-05-16Move search into separate class.Florian Geyer