keepassxc/tests
Janek Bevendorff 389899e0c6 Fix theme issues on macOS
* Fix #5025 - Change edit entry widget title separator to the common bullet character • (U+2022)
* Fix #5307 and Fix #5347 - Remove transparent toolbar/window on macOS and properly color text in toolbar.
2020-10-14 23:55:01 -04:00
..
data FdoSecrets: add unit tests 2020-05-27 22:07:25 -04:00
gui Fix theme issues on macOS 2020-10-14 23:55:01 -04:00
mock
stub
util Run code formatter 2019-11-23 10:07:39 -05:00
CMakeLists.txt FdoSecrets: add unit tests 2020-05-27 22:07:25 -04:00
config-keepassx-tests.h.cmake
FailDevice.cpp
FailDevice.h
modeltest.cpp
modeltest.h
TestAutoType.cpp Refactor Config. 2020-05-02 22:30:27 +02:00
TestAutoType.h
TestBase32.cpp
TestBase32.h
TestBrowser.cpp Fix Best-Matching ..again (#5316) 2020-09-13 10:38:19 -04:00
TestBrowser.h Fix Best-Matching ..again (#5316) 2020-09-13 10:38:19 -04:00
TestCli.cpp Significantly enhance hardware key robustness 2020-05-14 20:19:56 -04:00
TestCli.h CLI: Use stderr for password prompt 2020-05-14 16:33:25 -04:00
TestConfig.cpp Fixup saving non-data changes on database lock 2020-08-08 15:40:00 -04:00
TestConfig.h Change settings checkbox texts to positive phrasing (#4715) 2020-05-10 21:35:08 -04:00
TestCryptoHash.cpp
TestCryptoHash.h
TestCsvExporter.cpp Clean up various parts of the UI and rearrange settings 2020-05-30 10:45:00 +02:00
TestCsvExporter.h
TestCsvParser.cpp Add braces around single line statements 2020-02-02 08:46:18 -05:00
TestCsvParser.h
TestDatabase.cpp Improve Database and CLI tests 2019-10-20 18:56:41 -04:00
TestDatabase.h Improve Database and CLI tests 2019-10-20 18:56:41 -04:00
TestDeletedObjects.cpp
TestDeletedObjects.h
TestEntry.cpp Add natural sort of entry list 2020-05-22 12:13:20 -04:00
TestEntry.h Add natural sort of entry list 2020-05-22 12:13:20 -04:00
TestEntryModel.cpp Replace database icons with SVG's 2020-05-29 10:00:32 -04:00
TestEntryModel.h
TestEntrySearcher.cpp Add an option to EntrySearcher to skip protected attributes 2020-05-27 22:07:25 -04:00
TestEntrySearcher.h Add an option to EntrySearcher to skip protected attributes 2020-05-27 22:07:25 -04:00
TestFdoSecrets.cpp FdoSecrets: fix searching of entries with special characters in attributes 2020-01-02 08:04:42 -05:00
TestFdoSecrets.h FdoSecrets: fix searching of entries with special characters in attributes 2020-01-02 08:04:42 -05:00
TestGlobal.h
TestGroup.cpp Replace database icons with SVG's 2020-05-29 10:00:32 -04:00
TestGroup.h Add natural sort of entry list 2020-05-22 12:13:20 -04:00
TestGroupModel.cpp
TestGroupModel.h
TestHashedBlockStream.cpp
TestHashedBlockStream.h
TestHibp.cpp CLI: add 'analyze' subcommand for offline HIBP breach checks 2019-06-25 15:37:40 -04:00
TestHibp.h CLI: add 'analyze' subcommand for offline HIBP breach checks 2019-06-25 15:37:40 -04:00
TestKdbx2.cpp
TestKdbx2.h
TestKdbx3.cpp Ensure challenge-response key buffer is properly cleared. 2020-01-11 11:16:03 +01:00
TestKdbx3.h
TestKdbx4.cpp Ensure challenge-response key buffer is properly cleared. 2020-01-11 11:16:03 +01:00
TestKdbx4.h Ensure challenge-response key buffer is properly cleared. 2020-01-11 11:16:03 +01:00
TestKeePass1Reader.cpp Replace database icons with SVG's 2020-05-29 10:00:32 -04:00
TestKeePass1Reader.h
TestKeePass2Format.cpp Replace "Master Key" with "Database Credentials" 2020-07-02 17:39:45 -04:00
TestKeePass2Format.h Ensure challenge-response key buffer is properly cleared. 2020-01-11 11:16:03 +01:00
TestKeePass2RandomStream.cpp
TestKeePass2RandomStream.h
TestKeys.cpp
TestKeys.h
TestMerge.cpp Replace database icons with SVG's 2020-05-29 10:00:32 -04:00
TestMerge.h Merge custom data only when necessary (#3475) 2019-09-16 14:01:13 -04:00
TestModified.cpp Removing QColor (from Qt::Widgets) from core modules. (#4247) 2020-01-26 21:38:43 -05:00
TestModified.h
TestOpenSSHKey.cpp
TestOpenSSHKey.h
TestOpVaultReader.cpp Fix memory leak in test 2020-06-01 18:43:50 +02:00
TestOpVaultReader.h Improve OPVault handling and replace test opvault 2020-05-14 15:17:28 -04:00
TestPassphraseGenerator.cpp
TestPassphraseGenerator.h
TestPasswordGenerator.cpp Allow defining additional characters for the password generator 2020-03-09 23:35:55 -04:00
TestPasswordGenerator.h Allow defining additional characters for the password generator 2020-03-09 23:35:55 -04:00
TestPasswordHealth.cpp Implement Password Health Report 2020-02-01 09:30:12 -05:00
TestPasswordHealth.h Implement Password Health Report 2020-02-01 09:30:12 -05:00
TestRandomGenerator.cpp
TestRandomGenerator.h
TestSharing.cpp
TestSharing.h
TestSignature.cpp
TestSignature.h
TestSSHAgent.cpp SSH Agent: Track which database owns a key for remove-on-lock 2020-05-19 09:23:41 -04:00
TestSSHAgent.h SSH Agent: Track which database owns a key for remove-on-lock 2020-05-19 09:23:41 -04:00
TestSymmetricCipher.cpp Fixes for minor issues found by static analysis 2020-02-02 08:46:58 -05:00
TestSymmetricCipher.h
TestTools.cpp Substitute tilde with USERPROFILE on Windows 2020-07-18 09:24:22 -04:00
TestTools.h Implement SSH key file path env substitution 2020-01-27 22:57:31 -05:00
TestTotp.cpp Correct issues with TOTP Setup 2019-10-20 17:57:51 -04:00
TestTotp.h
TestUpdateCheck.cpp
TestUpdateCheck.h
TestWildcardMatcher.cpp
TestWildcardMatcher.h
TestYkChallengeResponseKey.cpp Significantly enhance hardware key robustness 2020-05-14 20:19:56 -04:00
TestYkChallengeResponseKey.h Significantly enhance hardware key robustness 2020-05-14 20:19:56 -04:00