.. |
AsyncTask.h
|
Add AsyncTask helper functions
|
2018-01-13 14:23:27 -05:00 |
AutoTypeAssociations.cpp
|
Fix code-style issues
|
2018-01-23 00:57:04 +01:00 |
AutoTypeAssociations.h
|
Add extend entry-size calculation (resolved #1387)
|
2018-01-23 00:56:58 +01:00 |
AutoTypeMatch.cpp
|
add support for multiple autotype sequence, fix #559
|
2018-02-04 23:13:15 +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 |
Config.cpp
|
Re-add QStandardPaths include to fix compilation error on macOS,
|
2018-02-04 22:56:31 +01:00 |
Config.h
|
Guarantee that configuration values are committed to disk on exit
|
2018-02-04 13:56:46 +01:00 |
CsvParser.cpp
|
Change 'unget' error message to untranslatable qWarning
|
2018-01-21 15:54:46 +01:00 |
CsvParser.h
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
CustomData.cpp
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
CustomData.h
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
Database.cpp
|
Add additional KDBX4 upgrade tests for composite key integrity
|
2018-03-01 19:26:18 -05:00 |
Database.h
|
Add additional KDBX4 upgrade tests for composite key integrity
|
2018-03-01 19:26:18 -05:00 |
DatabaseIcons.cpp
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
DatabaseIcons.h
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
Endian.h
|
Refactor Endian namespace
|
2018-01-13 14:23:27 -05:00 |
Entry.cpp
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
Entry.h
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
EntryAttachments.cpp
|
Fix history truncation based on max size and extend unit tests
|
2018-01-23 02:31:29 +01:00 |
EntryAttachments.h
|
Fix history truncation based on max size and extend unit tests
|
2018-01-23 02:31:29 +01:00 |
EntryAttributes.cpp
|
Refactor DetailsWidget
|
2018-02-04 15:51:30 +02:00 |
EntryAttributes.h
|
Refactor DetailsWidget
|
2018-02-04 15:51:30 +02:00 |
EntrySearcher.cpp
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
EntrySearcher.h
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
Exporter.h
|
Introduce interface for exporter.
|
2014-05-16 12:32:06 +02:00 |
FilePath.cpp
|
Fix regression introduced in 6723f42
|
2018-02-11 15:12:20 +01:00 |
FilePath.h
|
centralize every password generator default option. add extended ASCII to XC_HTTP generator
|
2018-02-07 17:35:20 +01:00 |
Global.h
|
Corrected autotype lib building for Windows
|
2017-01-02 22:25:37 -05:00 |
Group.cpp
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
Group.h
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
InactivityTimer.cpp
|
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
|
2017-03-10 16:12:02 +01: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
|
Drop Qt module name from include statements.
|
2013-10-03 15:18:16 +02:00 |
MacPasteboard.cpp
|
Improve macOS pasteboard handling
|
2017-11-20 16:09:42 -02:00 |
MacPasteboard.h
|
Do not delete MacPasteboard instance on exit, resolves #1543
|
2018-03-03 02:33:43 +01:00 |
Metadata.cpp
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
Metadata.h
|
Properly save custom header data
|
2018-02-21 13:23:14 +01:00 |
PassphraseGenerator.cpp
|
Fix regression introduced in 6723f42
|
2018-02-11 15:12:20 +01:00 |
PassphraseGenerator.h
|
Fix regression introduced in 6723f42
|
2018-02-11 15:12:20 +01:00 |
PasswordGenerator.cpp
|
add default charset when not specified
|
2018-02-07 17:35:20 +01:00 |
PasswordGenerator.h
|
fix cli commands, translations and codestyle
|
2018-02-07 17:35:20 +01:00 |
ScreenLockListener.cpp
|
Add file header, use nullptr instead of NULL, fix code style
|
2017-05-17 13:04:02 +02:00 |
ScreenLockListener.h
|
fix codestyle and use C++11 keywords
|
2017-05-17 13:04:02 +02:00 |
ScreenLockListenerDBus.cpp
|
Adds listener for Gnome specific screensaver activation
|
2017-12-03 13:17:43 +01:00 |
ScreenLockListenerDBus.h
|
fix codestyle and use C++11 keywords
|
2017-05-17 13:04:02 +02: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
|
Restrict Q_OS_UNIX ifdefs to non-Mac platforms
|
2017-12-27 20:35:05 +01:00 |
ScreenLockListenerPrivate.h
|
fix codestyle and use C++11 keywords
|
2017-05-17 13:04:02 +02:00 |
ScreenLockListenerWin.cpp
|
Fixed variable naming error that prevented compiling on Windows
|
2017-05-27 21:33:30 -04:00 |
ScreenLockListenerWin.h
|
Styling + CFNotificationName -> CFStringRef
|
2017-05-17 13:04:02 +02:00 |
SignalMultiplexer.cpp
|
spelling: whose
|
2017-01-14 20:12:32 +01:00 |
SignalMultiplexer.h
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
TimeDelta.cpp
|
Drop Qt module name from include statements.
|
2013-10-03 15:18:16 +02:00 |
TimeDelta.h
|
Drop Qt module name from include statements.
|
2013-10-03 15:18:16 +02:00 |
TimeInfo.cpp
|
Remove Tools::currentDateTimeUtc().
|
2015-09-12 13:51:49 +02:00 |
TimeInfo.h
|
Drop Qt module name from include statements.
|
2013-10-03 15:18:16 +02:00 |
Tools.cpp
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
Tools.h
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
Translator.cpp
|
Fix qtbase translations not being loaded (regression)
|
2018-03-04 21:01:00 +01:00 |
Translator.h
|
Refactor Translator class to load qtbase translations from local directory if available
|
2017-12-23 17:47:46 +01:00 |
Uuid.cpp
|
Feature : clip command (#578)
|
2017-05-19 14:04:11 -04:00 |
Uuid.h
|
Feature : clip command (#578)
|
2017-05-19 14:04:11 -04:00 |