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
|
7ebee78c75
|
Create src/gui/{entry,group}/ and move corresponding files to these dirs.
|
2012-05-16 10:22:04 +02:00 |
|
Felix Geyer
|
d3fbb291bd
|
Support moving groups with drag and drop.
|
2012-04-25 00:22:55 +02:00 |
|
Felix Geyer
|
bddc29101c
|
Introduce Group::aboutToMove() and moved() signals.
Emit them instead of remove/add when groups are moved within
a database.
|
2012-04-23 16:57:08 +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
|
bce46c5ece
|
Enforce that group/entry uuid is set when writing a database.
|
2011-12-27 15:47:06 +01:00 |
|
Felix Geyer
|
027362be76
|
Notify entry/group parent on deletion.
Also make the root group pseudo static, i.e. it shouldn't be changed
after the database has been fully constructed.
|
2011-07-09 21:54:01 +02:00 |
|
Felix Geyer
|
4dbdc4d847
|
Make some Group methods private.
|
2011-07-08 13:57:02 +02: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
|
48c498890f
|
Use QCOMPARE instead of QVERIFY where possible.
|
2010-08-18 11:05:46 +02:00 |
|
Felix Geyer
|
623b325fa1
|
Implement support for group tree changes in GroupModel.
|
2010-08-18 10:27:40 +02:00 |
|
Felix Geyer
|
e28ed4891b
|
Add signal for changes in Group.
|
2010-08-15 15:03:47 +02:00 |
|
Felix Geyer
|
072a8ccf1b
|
Add GroupModel and corresponding unit test.
|
2010-08-15 12:31:48 +02:00 |
|