0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00
keepassxc/tests
Felix Geyer 9ad4cc8783 Subclass QSortFilterProxyModel to hide the group column in EntryView.
QTreeView::hideColumn() does not work well with keyboard search.
2012-07-22 22:02:06 +02:00
..
data Import Auto-Type associations in KeePass1Reader. 2012-07-19 23:21:12 +02:00
gui Add TestGui::testCloneEntry(). 2012-07-22 22:02:06 +02:00
CMakeLists.txt Add custom wildcard matcher. 2012-07-22 14:43:45 +02:00
config-keepassx-tests.h.cmake Add include guards. 2012-01-01 21:57:13 +01:00
modeltest.cpp Change Q_ASSERT() to QVERIFY() in modeltest. 2012-04-25 10:45:36 +02:00
modeltest.h Introduce Group::aboutToMove() and moved() signals. 2012-04-23 16:57:08 +02:00
TestCryptoHash.cpp New TODO comment style. 2012-05-11 12:39:06 +02:00
TestCryptoHash.h No longer use automoc. 2010-11-21 23:06:30 +01:00
TestDeletedObjects.cpp Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestDeletedObjects.h Extend deleted objects test. 2012-04-22 19:59:50 +02:00
TestEntryModel.cpp Subclass QSortFilterProxyModel to hide the group column in EntryView. 2012-07-22 22:02:06 +02:00
TestEntryModel.h Subclass QSortFilterProxyModel to hide the group column in EntryView. 2012-07-22 22:02:06 +02:00
TestGroup.cpp Don't add new entries to EntryModel when in search mode. 2012-07-21 22:21:49 +02:00
TestGroup.h Add search test. 2012-05-13 19:21:23 +02:00
TestGroupModel.cpp Create src/gui/{entry,group}/ and move corresponding files to these dirs. 2012-05-16 10:22:04 +02:00
TestGroupModel.h No longer use automoc. 2010-11-21 23:06:30 +01:00
TestHashedBlockStream.cpp Core tests instantiate QCoreApplication instead of QApplication. 2012-01-01 22:04:27 +01:00
TestHashedBlockStream.h Add missing crypto initalization in tests. 2011-11-12 20:00:19 +01:00
TestKeePass1Reader.cpp Import Auto-Type associations in KeePass1Reader. 2012-07-19 23:21:12 +02:00
TestKeePass1Reader.h Import Auto-Type associations in KeePass1Reader. 2012-07-19 23:21:12 +02:00
TestKeePass2RandomStream.cpp Coding style fixes. 2012-07-01 21:58:45 +02:00
TestKeePass2RandomStream.h Add missing crypto initalization in tests. 2011-11-12 20:00:19 +01:00
TestKeePass2Reader.cpp Memory management fixes in tests. 2012-04-22 23:09:52 +02:00
TestKeePass2Reader.h Support KeePass format 3.00 (used by KeePass2 >= 2.15). 2012-04-21 16:45:46 +02:00
TestKeePass2Writer.cpp Fix reading non-ASCII passwords that are protected. 2012-06-24 18:22:18 +02:00
TestKeePass2Writer.h Fix reading non-ASCII passwords that are protected. 2012-06-24 18:22:18 +02:00
TestKeePass2XmlReader.cpp Move Auto-Type associations handling from Entry into an own class. 2012-07-16 09:54:04 +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 Fix CompositKey self assignment. 2012-07-17 10:57:08 +02:00
TestKeys.h Implement support for key files. 2011-12-21 23:22:07 +01:00
TestModified.cpp Improve auto save handling. 2012-06-24 19:30:30 +02:00
TestModified.h Create a history item when changing entries. 2012-04-23 21:20:05 +02:00
TestQSaveFile.cpp Coding style fixes. 2012-07-08 10:29:38 +02:00
TestQSaveFile.h Coding style fixes. 2012-07-08 10:29:38 +02:00
tests.h Coding style fixes. 2012-05-15 17:48:48 +02:00
TestSymmetricCipher.cpp Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00
TestSymmetricCipher.h Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00
TestWildcardMatcher.cpp Make wildcard matcher case insensitive. 2012-07-22 14:58:15 +02:00
TestWildcardMatcher.h Make wildcard matcher case insensitive. 2012-07-22 14:58:15 +02:00