keepassxc/src/core
Gianluca Recchia c01e14c879
Wrap static literal strings with QStringLiteral
The strings in the deprecation map are never modified in the program and
they're known at compile time. An internal resizable buffer is not
needed for these strings so we can allocate them statically.
2019-01-30 09:50:11 -05:00
..
AsyncTask.h Restore correct formatting 2018-11-28 18:29:15 -05: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 Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Bootstrap.h Multiple macOS fixes and include keepassxc-cli in DMG (#2165) 2018-12-28 18:32:25 -05:00
Clock.cpp Add sharing of groups between databases 2018-10-01 10:39:37 -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 Wrap static literal strings with QStringLiteral 2019-01-30 09:50:11 -05:00
Config.h Merge branch 'develop' 2018-12-18 22:28:56 -05:00
CsvParser.cpp Correct checks for containers' emptiness 2018-11-28 18:29:15 -05:00
CsvParser.h Reduce number of unneeded copies 2018-10-31 15:16:04 +01:00
CustomData.cpp Avoid creation of temporary containers 2019-01-30 09:50:10 -05:00
CustomData.h Refactor Database and Database widgets (#2491) 2018-11-22 11:47:31 +01:00
Database.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Database.h Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
DatabaseIcons.cpp Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
DatabaseIcons.h Add sharing of groups between databases 2018-10-01 10:39:37 -04:00
Endian.h Formatting the code. 2018-03-31 16:01:30 -04:00
Entry.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Entry.h Merge branch 'develop' 2018-12-30 16:32:57 -05:00
EntryAttachments.cpp Avoid creation of temporary containers 2019-01-30 09:50:10 -05:00
EntryAttachments.h Refactor Database and Database widgets (#2491) 2018-11-22 11:47:31 +01:00
EntryAttributes.cpp Avoid creation of temporary containers 2019-01-30 09:50:10 -05:00
EntryAttributes.h Fix updating reference passwords from KeePassXC-Browser (#2218) 2019-01-21 14:24:57 -05:00
EntrySearcher.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
EntrySearcher.h Performed project-wide code formatting 2019-01-28 22:38:59 -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
FileWatcher.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
FileWatcher.h Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Global.h Formatting the code. 2018-03-31 16:01:30 -04:00
Group.cpp Select group when adding credentials from browser extension (#2637) 2019-01-30 09:48:22 -05:00
Group.h Select group when adding credentials from browser extension (#2637) 2019-01-30 09:48:22 -05:00
InactivityTimer.cpp Restore correct formatting 2018-11-28 18:29:15 -05: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 Avoid creation of temporary containers 2019-01-30 09:50:10 -05:00
Merger.h Restore correct formatting 2018-11-28 18:29:15 -05:00
Metadata.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Metadata.h Refactor Database and Database widgets (#2491) 2018-11-22 11:47:31 +01:00
OSEventFilter.cpp Extract the OS event filter implementation (#2422) 2018-10-30 08:46:12 -04:00
OSEventFilter.h Restore correct formatting 2018-11-28 18:29:15 -05: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 Restore correct formatting 2018-11-28 18:29:15 -05: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 Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
ScreenLockListenerMac.h Performed project-wide code formatting 2019-01-28 22:38:59 -05: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 Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
TimeInfo.h Introduce synchronize merge method 2018-09-30 09:36:39 -04:00
Tools.cpp Select group when adding credentials from browser extension (#2637) 2019-01-30 09:48:22 -05:00
Tools.h Select group when adding credentials from browser extension (#2637) 2019-01-30 09:48:22 -05:00
Translator.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Translator.h Refactor Translator class to load qtbase translations from local directory if available 2017-12-23 17:47:46 +01:00