summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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 QtKineticListController to use QtGraphicsListView::itemForIndex(int).Marius Bugge Monsen2009-06-051-9/+1
* Add QtGraphicsTableView::itemForCell(int,int). Change the test to use this fu...Marius Bugge Monsen2009-06-052-3/+17
* Replace QtGraphicsListView::visibleItems() with itemForIndex(int).Marius Bugge Monsen2009-06-042-4/+15
* 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
* Simplify the QtKienticListController API by removing the need to specify the ...Marius Bugge Monsen2009-06-033-170/+94
* Kill the timer in QtKineticListController when the view is hidden.Marius Bugge Monsen2009-06-024-0/+33
* Implement orientationThomas Zander2009-06-021-13/+19
* Support printing the headers/footersThomas Zander2009-06-021-8/+18
* 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
|/
* Refactor the QtGraphicsTableView layout function.Marius Bugge Monsen2009-05-293-44/+123
* Keep the QtGraphicsTreeViewItemCreator in sync with the API changes in the ot...Marius Bugge Monsen2009-05-282-10/+10
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngThomas Zander2009-05-288-43/+68
|\
| * Add an argument to visibleSectionCount() so the QtGraphicsTableView is not de...Marius Bugge Monsen2009-05-283-8/+7
| * Make sure that QtKineticListController continues scrolling when the user rele...Marius Bugge Monsen2009-05-281-4/+18
| * Use the grid size rather than the viewport size when giving the constraints t...Marius Bugge Monsen2009-05-281-4/+4
| * Remove unused variable in QtGraphicsTreeView.Marius Bugge Monsen2009-05-281-1/+0
| * QListFromTreeAdaptor: Only children items from the current item should emit s...Bruno Abinader2009-05-261-15/+37
| * None of the classes uses QEasingCurve, so we don't need the check in src.pro.Marius Bugge Monsen2009-05-262-16/+6
| * Fix bug where the QtTreeDefaultModel::rootItem() could get a valid iterator.Marius Bugge Monsen2009-05-251-2/+2
* | The creators API flushed out a bit more;Thomas Zander2009-05-285-18/+18
* | Grid lines don't show up properly in some cases, or do when they should not. ...Thomas Zander2009-05-281-2/+13
* | Its a new class starting...Thomas Zander2009-05-281-0/+2
* | Having a method to give the visible Section count for the size of the viewThomas Zander2009-05-283-7/+6
|/
* Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.Marius Bugge Monsen2009-05-226-78/+70
* Add an item creator to QtGraphicsTableView. Remove an unnecessary function in...Marius Bugge Monsen2009-05-225-45/+85
* Update to use visibleItems().Marius Bugge Monsen2009-05-221-1/+1
* Rename QtGraphicsListView::viewItems() to visibleItems().Marius Bugge Monsen2009-05-223-7/+7
* Refactor the doLayout() function; unify vertical and horizontal layout.Marius Bugge Monsen2009-05-221-109/+72
* Fix test failure for horizontal layout in the list view. Also, simplify the c...Marius Bugge Monsen2009-05-226-99/+108
* Refactor the QtGraphicsTableView item layout code.Marius Bugge Monsen2009-05-217-404/+192
* Update some documentation.Marius Bugge Monsen2009-05-213-8/+79
* Remove iteratorAt() from the header.Marius Bugge Monsen2009-05-211-3/+0
* Rename QListFromTreeAdaptor to QtListFromTreeAdaptor to avoid symbol clashes ...Marius Bugge Monsen2009-05-203-50/+50
* QListFromTreeAdaptor: Move private function the private object.Marius Bugge Monsen2009-05-202-29/+37
* Add some documentation to the QtKineticListController.Marius Bugge Monsen2009-05-201-0/+62
* Rename QGraphicsHeader::setSectionState() to copySections() and add some docu...Marius Bugge Monsen2009-05-203-5/+8
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-2011-150/+766
|\
| * Merge branch 'tableItemLayout'Thomas Zander2009-05-2010-145/+768
| |\
| | * cleanup whitespacetableItemLayoutThomas Zander2009-05-202-8/+6
| | * Do an experiment; copy the header data and apply on our print view.Thomas Zander2009-05-203-3/+47
| | * CleanupThomas Zander2009-05-201-53/+3
| | * Don't initialize with a header. A header is just going to cause havoc if its ...Thomas Zander2009-05-201-2/+0