.. |
data
|
Add support for database format 3.01 (HeaderHash).
|
2012-09-25 22:33:36 +02:00 |
gui
|
Store the filename instead of a QTemporaryFile in TestGui.
|
2012-10-22 17:52:08 +02:00 |
CMakeLists.txt
|
Add infrastructure for auto-type tests.
|
2012-10-28 15:33:44 +01:00 |
config-keepassx-tests.h.cmake
|
Add include guards.
|
2012-01-01 21:57:13 +01:00 |
modeltest.cpp
|
Don't use deprecated Qt methods.
|
2012-10-27 00:06:12 +02:00 |
modeltest.h
|
Introduce Group::aboutToMove() and moved() signals.
|
2012-04-23 16:57:08 +02:00 |
TestAutoType.cpp
|
Extend auto-type test.
|
2012-10-28 18:18:24 +01:00 |
TestAutoType.h
|
Extend auto-type test.
|
2012-10-28 18:18:24 +01:00 |
TestCryptoHash.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestCryptoHash.h
|
No longer use automoc.
|
2010-11-21 23:06:30 +01:00 |
TestDeletedObjects.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestDeletedObjects.h
|
Extend deleted objects test.
|
2012-04-22 19:59:50 +02:00 |
TestEntryModel.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestEntryModel.h
|
Subclass QSortFilterProxyModel to hide the group column in EntryView.
|
2012-07-22 22:02:06 +02:00 |
TestGroup.cpp
|
Whitespace separated search terms are AND concatenated.
|
2012-10-21 21:09:27 +02:00 |
TestGroup.h
|
Whitespace separated search terms are AND concatenated.
|
2012-10-21 21:09:27 +02:00 |
TestGroupModel.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestGroupModel.h
|
No longer use automoc.
|
2010-11-21 23:06:30 +01:00 |
TestHashedBlockStream.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestHashedBlockStream.h
|
Add missing crypto initalization in tests.
|
2011-11-12 20:00:19 +01:00 |
TestKeePass1Reader.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestKeePass1Reader.h
|
Import Auto-Type associations in KeePass1Reader.
|
2012-07-19 23:21:12 +02:00 |
TestKeePass2RandomStream.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestKeePass2RandomStream.h
|
Add missing crypto initalization in tests.
|
2011-11-12 20:00:19 +01:00 |
TestKeePass2Reader.cpp
|
Add support for database format 3.01 (HeaderHash).
|
2012-09-25 22:33:36 +02:00 |
TestKeePass2Reader.h
|
Add support for database format 3.01 (HeaderHash).
|
2012-09-25 22:33:36 +02:00 |
TestKeePass2Writer.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestKeePass2Writer.h
|
Fix reading non-ASCII passwords that are protected.
|
2012-06-24 18:22:18 +02:00 |
TestKeePass2XmlReader.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestKeePass2XmlReader.h
|
Implement support for parsing groups and entries from KeePass 1 databases.
|
2012-05-09 23:16:32 +02:00 |
TestKeys.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestKeys.h
|
Implement support for key files.
|
2011-12-21 23:22:07 +01:00 |
TestModified.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestModified.h
|
Create a history item when changing entries.
|
2012-04-23 21:20:05 +02:00 |
TestQSaveFile.cpp
|
Close file in TestQSaveFile::autoFlush() so we can remove it.
|
2012-10-22 17:50:58 +02:00 |
TestQSaveFile.h
|
Coding style fixes.
|
2012-07-08 10:29:38 +02:00 |
tests.h
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestSymmetricCipher.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestSymmetricCipher.h
|
Fix padding handling in SymmetricCipherStream.
|
2012-05-08 21:46:01 +02:00 |
TestWildcardMatcher.cpp
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
TestWildcardMatcher.h
|
Refactor wildcard matcher test.
|
2012-07-24 20:35:36 +02:00 |