Felix Geyer
|
6504b6f2bd
|
Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
|
2013-10-03 15:18:16 +02:00 |
|
Felix Geyer
|
21a80101ba
|
Add TestEntryModel::testDatabaseDelete().
It tests that EntryModel in EntryList mode correctly
removes entries from the model when that database of
these entries is deleted.
|
2013-03-24 14:00:23 +01:00 |
|
Felix Geyer
|
6b13d18137
|
Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.
|
2012-07-25 12:18:16 +02:00 |
|
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 |
|
Felix Geyer
|
af166a66b3
|
Add AutoTypeAssociationsModel class.
|
2012-07-16 17:39:20 +02:00 |
|
Felix Geyer
|
6d5b31f527
|
Normalize signal/slot signatures.
|
2012-07-14 19:34:38 +02:00 |
|
Felix Geyer
|
baa5a74ba0
|
Convert iconCount() and expiredIconIndex() to constants.
|
2012-06-29 15:22:43 +02:00 |
|
Felix Geyer
|
7ebee78c75
|
Create src/gui/{entry,group}/ and move corresponding files to these dirs.
|
2012-05-16 10:22:04 +02:00 |
|
Florian Geyer
|
a57e8f9864
|
Preserve order of custom icons.
Closes #25
|
2012-05-13 20:50:41 +02:00 |
|
Florian Geyer
|
6b6c109903
|
Add search.
Refs #24
|
2012-05-13 19:21:10 +02:00 |
|
Felix Geyer
|
5a08e4619c
|
Add icon model tests.
|
2012-05-10 13:59:54 +02:00 |
|
Felix Geyer
|
f8f52419c8
|
Turn EntryAttachmentsModel into a QAbstractListModel.
|
2012-05-02 10:30:30 +02:00 |
|
Felix Geyer
|
7f67019f63
|
Turn EntryAttributesModel into a QAbstractListModel.
|
2012-04-28 16:50:17 +02:00 |
|
Felix Geyer
|
2b16648370
|
Add EntryAttachmentsModel and EntryAttributesModel.
|
2012-04-14 15:41:57 +02:00 |
|
Felix Geyer
|
a61057d7f6
|
Core tests instantiate QCoreApplication instead of QApplication.
This way they can be used without a running X server.
|
2012-01-01 22:04:27 +01:00 |
|
Felix Geyer
|
a104e859cf
|
Clean up objects in the tests.
|
2011-06-29 18:40:26 +02:00 |
|
Felix Geyer
|
230d24a123
|
No longer use automoc.
|
2010-11-21 23:06:30 +01:00 |
|
Felix Geyer
|
c93ac9f6fc
|
Move qRegisterMetaType calls into initTestCase().
|
2010-09-18 17:15:22 +02:00 |
|
Felix Geyer
|
8d623f37ca
|
Add EntryModel.
|
2010-08-18 16:22:48 +02:00 |
|