keepassxc/src/core
Jonathan White d8d758f0e1
Streamlined searcher code
* Remove searching of group title and notes
* End search when selecting a new group
* Correct entry searcher tests to align with new code
2018-11-17 08:49:02 -05:00
..
AsyncTask.h Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeAssociations.cpp Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
AutoTypeAssociations.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
AutoTypeMatch.cpp Reduce unnecessary copies using move semantics 2018-10-31 15:16:04 +01:00
AutoTypeMatch.h add support for multiple autotype sequence, fix #559 2018-02-04 23:13:15 +01:00
Base32.cpp Improve Base32.cpp 2017-11-12 12:09:35 -06:00
Base32.h Replace Optional with QVariant 2017-10-21 13:15:02 +02:00
Bootstrap.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
Bootstrap.h Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
Clock.cpp Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Clock.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Compare.cpp Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Compare.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Config.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
Config.h Create config file deprecation mechanism & rename Details->Preview (#2371) 2018-10-08 21:11:44 -04:00
CsvParser.cpp Reduce number of unneeded copies 2018-10-31 15:16:04 +01:00
CsvParser.h Reduce number of unneeded copies 2018-10-31 15:16:04 +01:00
CustomData.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
CustomData.h Formatting the code. 2018-03-31 16:01:30 -04:00
Database.cpp Better error message for invalid db file 2018-11-09 19:09:55 -05:00
Database.h Reduce number of unneeded copies 2018-10-31 15:16:04 +01:00
DatabaseIcons.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
DatabaseIcons.h Formatting the code. 2018-03-31 16:01:30 -04:00
Endian.h Formatting the code. 2018-03-31 16:01:30 -04:00
Entry.cpp Reduce unnecessary copies using move semantics 2018-10-31 15:16:04 +01:00
Entry.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
EntryAttachments.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
EntryAttachments.h Fix history truncation based on max size and extend unit tests 2018-01-23 02:31:29 +01:00
EntryAttributes.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
EntryAttributes.h Refactor DetailsWidget 2018-02-04 15:51:30 +02:00
EntrySearcher.cpp Streamlined searcher code 2018-11-17 08:49:02 -05:00
EntrySearcher.h Streamlined searcher code 2018-11-17 08:49:02 -05:00
Exporter.h Formatting the code. 2018-03-31 16:01:30 -04:00
FilePath.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
FilePath.h Formatting the code. 2018-03-31 16:01:30 -04:00
Global.h Formatting the code. 2018-03-31 16:01:30 -04:00
Group.cpp Normalize signature of SIGNAL() and SLOT() 2018-10-31 15:16:04 +01:00
Group.h Reduce number of unneeded copies 2018-10-31 15:16:04 +01:00
InactivityTimer.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
InactivityTimer.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
ListDeleter.h Formatting the code. 2018-03-31 16:01:30 -04:00
MacPasteboard.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
MacPasteboard.h Formatting the code. 2018-03-31 16:01:30 -04:00
Merger.cpp Reduce function call overhead 2018-10-31 14:23:06 +01:00
Merger.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Metadata.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
Metadata.h Replaced Uuid with QUuid 2018-07-06 22:23:49 -04:00
OSEventFilter.cpp Extract the OS event filter implementation (#2422) 2018-10-30 08:46:12 -04:00
OSEventFilter.h Extract the OS event filter implementation (#2422) 2018-10-30 08:46:12 -04:00
PassphraseGenerator.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
PassphraseGenerator.h Fix regression introduced in 6723f42 2018-02-11 15:12:20 +01:00
PasswordGenerator.cpp Improve readability and type-safety 2018-10-31 15:16:04 +01:00
PasswordGenerator.h Reduce number of unneeded copies 2018-10-31 15:16:04 +01:00
ScreenLockListener.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
ScreenLockListener.h Formatting the code. 2018-03-31 16:01:30 -04:00
ScreenLockListenerDBus.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
ScreenLockListenerDBus.h Extract the OS event filter implementation (#2422) 2018-10-30 08:46:12 -04:00
ScreenLockListenerMac.cpp fix codestyle and use C++11 keywords 2017-05-17 13:04:02 +02:00
ScreenLockListenerMac.h Styling + CFNotificationName -> CFStringRef 2017-05-17 13:04:02 +02:00
ScreenLockListenerPrivate.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
ScreenLockListenerPrivate.h Improve readability and type-safety 2018-10-31 15:16:04 +01:00
ScreenLockListenerWin.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
ScreenLockListenerWin.h Improve readability and type-safety 2018-10-31 15:16:04 +01:00
SignalMultiplexer.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
SignalMultiplexer.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
TimeDelta.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
TimeDelta.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
TimeInfo.cpp Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
TimeInfo.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Tools.cpp Replace old for-loops with range-based for-loops 2018-10-31 14:23:06 +01:00
Tools.h Implement review feedback 2018-10-19 22:16:44 +02:00
Translator.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
Translator.h Refactor Translator class to load qtbase translations from local directory if available 2017-12-23 17:47:46 +01:00