summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add QtGraphicsTableView::cellGeometry(int,int). Also add an auto-test (it nee...Marius Bugge Monsen2009-06-103-18/+115
* Make sure QtGraphicsListView::maximumOffset() only returns positive values. A...Marius Bugge Monsen2009-06-102-2/+82
* Update the include guards to the 'Qt' name pattern.Marius Bugge Monsen2009-06-104-11/+11
* Rename QSectionSpan to QtSectionSpan. This is done to avoid name-clashes if a...Marius Bugge Monsen2009-06-104-13/+13
* Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...Marius Bugge Monsen2009-06-0914-280/+198
* Add test for QtGraphicsListView::itemGeometry(int).Marius Bugge Monsen2009-06-091-0/+173
* Fix bug in QtGraphicsListView::setOffsetToEnsureIndexIsVisible(int). Instead ...Marius Bugge Monsen2009-06-091-5/+6
* Update the spreadsheet example to load an external file instead of having the...Marius Bugge Monsen2009-06-084-126/+142
* Update QtTableWidgetNG to let the QtGraphicsTableView clipt its children.Marius Bugge Monsen2009-06-081-3/+5
* Update the visible items in QtGraphicsTableView if items are inserted, remove...Marius Bugge Monsen2009-06-082-0/+20
* Implement QtGraphicsListView::setOffsetToEnsureIndexIsVisible(int) properly.Marius Bugge Monsen2009-06-081-5/+13
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-06-083-11/+64
|\
| * Use a creator with recycled items memory for the flowviewThomas Zander2009-06-081-7/+37
| * api docs, add forgotten exportThomas Zander2009-06-082-4/+27
* | Add animated transitions to the photoAlbum example.Marius Bugge Monsen2009-06-081-13/+78
* | Add QtKineticListController::stop() to stop the timer and reset any movement ...Marius Bugge Monsen2009-06-082-1/+22
* | Even if QtGraphicsListView has a visible item, we still may have to change th...Marius Bugge Monsen2009-06-081-2/+3
|/
* Convert the photoAlbum example to use QStateMachine.Marius Bugge Monsen2009-06-071-57/+53
* Add QtGraphicsListView::itemGeometry(int). This enables us to implement setOf...Marius Bugge Monsen2009-06-0710-37/+189
* Compile with Qt mainline. The moc object apparently don't include the QMetaOb...Marius Bugge Monsen2009-06-071-0/+1
* Remove some comments from the QtGraphicsTreeView header.Marius Bugge Monsen2009-06-071-2/+4
* Add some docs to QtGraphicsScrollBar.Marius Bugge Monsen2009-06-051-0/+97
* Remove a 'qDebug' that was not supposed to be there.Marius Bugge Monsen2009-06-051-1/+0
* Add limited support for wheel events in QtTreeController.Marius Bugge Monsen2009-06-051-2/+8
* Add scrollwheel support to QtGraphicsScrollBar. Also make sure that it is pai...Marius Bugge Monsen2009-06-051-2/+3
* 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 QtKineticListController to use QtGraphicsListView::itemForIndex(int).Marius Bugge Monsen2009-06-051-9/+1
* 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-053-19/+30
* Update the photoAlbum example to use the new QtGraphicsListView::itemForIndex...Marius Bugge Monsen2009-06-041-14/+4
* Replace QtGraphicsListView::visibleItems() with itemForIndex(int).Marius Bugge Monsen2009-06-044-14/+27
* Remove the index from QtGraphicsTreeViewItem. It is not needed and just clutt...Marius Bugge Monsen2009-06-042-31/+9
* Update the QtGraphicsTreeView::doLayout() to a slightly improved algorithm. I...Marius Bugge Monsen2009-06-043-49/+33
* The treeModel example Test::parentItem() function should not return hiddenRoo...Marius Bugge Monsen2009-06-041-1/+1
* Add some comments to make the QtTableGraphicsView::layout() test data-sets a ...Marius Bugge Monsen2009-06-031-9/+12
* Simplify the QtKienticListController API by removing the need to specify the ...Marius Bugge Monsen2009-06-035-177/+98
* Kill the timer in QtKineticListController when the view is hidden.Marius Bugge Monsen2009-06-024-0/+33
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-06-021-9/+25
|\
| * Implement orientationThomas Zander2009-06-021-13/+19
| * Support printing the headers/footersThomas Zander2009-06-021-8/+18
* | Add some animation to the photoAlbum example.Marius Bugge Monsen2009-06-021-15/+55
* | Use a kinetic controller for the grid view in the photoAlbum example.Marius Bugge Monsen2009-06-021-10/+4
|/
* Merge branch 'review/master'Marius Bugge Monsen2009-06-021-24/+9
|\
| * QListFromTreeAdaptor: Simplified signal interception.Bruno Abinader2009-05-311-24/+9
* | Set the table default text elide mode to be Qt::ElideNone.Marius Bugge Monsen2009-06-021-3/+4
|/
* 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