summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure that all the tests are compiling and running.Marius Bugge Monsen2009-09-303-39/+25
* Compile after converting from int role to QByteArray role names.Marius Bugge Monsen2009-09-303-33/+35
* Fix build on Windows.Alexis Menard2009-09-166-11/+5
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-103-8/+11
* Disable some tests for experimental classes that break with the lates changes.Marius Bugge Monsen2009-07-282-6/+6
* Remove metatype declaration from the QListSelectionManager test.Marius Bugge Monsen2009-07-221-1/+0
* Add some autotest data for QtSectionSpans.Marius Bugge Monsen2009-06-291-1/+28
* Add QHash<int,QString> roles() const function to the model interfaces. This i...Marius Bugge Monsen2009-06-181-1/+1
* Add QtGraphicsTableView::cellGeometry(int,int). Also add an auto-test (it nee...Marius Bugge Monsen2009-06-101-18/+89
* Make sure QtGraphicsListView::maximumOffset() only returns positive values. A...Marius Bugge Monsen2009-06-101-0/+80
* Rename QSectionSpan to QtSectionSpan. This is done to avoid name-clashes if a...Marius Bugge Monsen2009-06-101-3/+3
* Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...Marius Bugge Monsen2009-06-092-76/+68
* Add test for QtGraphicsListView::itemGeometry(int).Marius Bugge Monsen2009-06-091-0/+173
* Update the tst_QtGraphicsTreeView::layout() function to call layout, even whe...Marius Bugge Monsen2009-06-051-2/+1
* Move the test functions to private so they are actually called by the test sy...Marius Bugge Monsen2009-06-051-11/+51
* Add some more test data to tst_QtGraphicsTreeView::layout().Marius Bugge Monsen2009-06-051-0/+48
* Add tst_QtGraphicsTreeView::layout() test. No data for now. Also update the Q...Marius Bugge Monsen2009-06-053-1/+106
* Update the tests to use QtGraphicsListView::itemForIndex().Marius Bugge Monsen2009-06-051-52/+41
* Add QtGraphicsTableView::itemForCell(int,int). Change the test to use this fu...Marius Bugge Monsen2009-06-051-16/+13
* Replace QtGraphicsListView::visibleItems() with itemForIndex(int).Marius Bugge Monsen2009-06-041-4/+10
* Add some comments to make the QtTableGraphicsView::layout() test data-sets a ...Marius Bugge Monsen2009-06-031-9/+12
* Add some test data to QtGraphicsTableView test.Marius Bugge Monsen2009-05-291-11/+18
* Add test for QtGraphicsTableView::doLayout(). Still missing test data.Marius Bugge Monsen2009-05-291-0/+118
* QListFromTreeAdaptor: Only children items from the current item should emit s...Bruno Abinader2009-05-261-7/+87
* Rename QtGraphicsListView::viewItems() to visibleItems().Marius Bugge Monsen2009-05-221-7/+7
* Register the QList<int> metatype.Marius Bugge Monsen2009-05-201-0/+1
* Rename QListFromTreeAdaptor to QtListFromTreeAdaptor to avoid symbol clashes ...Marius Bugge Monsen2009-05-201-14/+14
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-201-0/+35
* QListFromTreeAdaptor: Implemented test cases.Bruno Abinader2009-05-203-0/+159
* Fix compile problem because the moc include had upper-case chars.Marius Bugge Monsen2009-05-141-1/+1
* Update the tree model signal arguments to be const. Update the tree selection...Marius Bugge Monsen2009-05-131-0/+6
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-131-1/+1
|\
| * Don't have the 'cb' as thats part of my personal setup.Thomas Zander2009-05-131-1/+1
* | Revert "Be consistent when including the test moc files."Marius Bugge Monsen2009-05-1310-10/+10
|/
* Add more test-data for QtTableSelectionManager.Marius Bugge Monsen2009-05-122-4/+229
* Add even more test-data for QtTableSelectionManager.Marius Bugge Monsen2009-05-121-0/+131
* Add more test-data for QtTableSelectionManager. Also expand the QtListSelecti...Marius Bugge Monsen2009-05-112-4/+217
* Add more test data for QtTableSelectionManager.Marius Bugge Monsen2009-05-111-12/+87
* Remove extra qualification 'GraphicsListViewItem'.Marius Bugge Monsen2009-05-111-1/+1
* Be consistent when including the test moc files.Marius Bugge Monsen2009-05-1110-10/+10
* Add some more test data to the QtTableSelectionManager auto-test.Marius Bugge Monsen2009-05-111-1/+46
* Updates to the QtListSelectionManager test to reflect the API updates.Marius Bugge Monsen2009-05-111-45/+69
* Add test data for QtTableSelectionManager current cell and anchor cell.Marius Bugge Monsen2009-05-111-0/+244
* Add some empty test functions to the QtTreeSelectionManager test to indicate ...Marius Bugge Monsen2009-05-103-10/+39
* Update the QtTableSelectionManager to be similar to the QtListSelectionManage...Marius Bugge Monsen2009-05-102-302/+44
* Expand the QtListModelAdaptor auto-tests with data-sets.Marius Bugge Monsen2009-05-081-87/+129
* Expand the QtGraphicsListView::layout() test to check the indexes of the visu...Marius Bugge Monsen2009-05-081-13/+39
* Remove use of IconRole and TextRole for now. Use the enums in the Qt namespac...Marius Bugge Monsen2009-05-081-10/+10
* Cosmetic changes to the qsectionspans test.Marius Bugge Monsen2009-05-081-13/+15
* Expand the QtGraphicsListView test with data-sets.Marius Bugge Monsen2009-05-081-347/+448