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-11-09Expose EntrySearcher's SearchTerm for internal code usageAetf
2019-09-05Allow abbreviation of search field namesAkinori MUSHA
This allows `t:word` instead of `title:word` and `p:word` instead of `password:word`, and so on. The rule is that an abbreviated name expands to the first field name that starts with it, with exceptions `u:` expanding to `username:` instead of `url:` and `pw:` expanding to `password:`.
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)
2019-02-26Updates to EntrySearcherJonathan White
* Only search custom named attributes * Search attribute values in addition to keys * Optimize search process
2019-01-29Performed project-wide code formattingJonathan White
* Updated format CMake command to properly ignore new directories and files * Added output when command is run * Resolves #2623
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-11-17Streamlined searcher codeJonathan White
* Remove searching of group title and notes * End search when selecting a new group * Correct entry searcher tests to align with new code
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-01-24Move useful QTest template specializations to global header fileJanek Bevendorff
Fix KDBX test linker errors on Windows
2015-09-23Remove backported Qt5 test macros.Felix Geyer
2014-05-16Move QTEST_GUILESS_MAIN statements before test cases.Florian Geyer
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