summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the itemviews-ng .pri file to set the qmake library path and include p...Marius Bugge Monsen2009-08-261-2/+5
* Get the photoBrowser example working again. This required some ugly hacks in ...Marius Bugge Monsen2009-08-203-12/+10
* Update the photoBrowser ViewTransition to compile with the updated Stantes an...Marius Bugge Monsen2009-08-201-5/+6
* Remove the experimental QGraphicsScrollArea. It has been moved into another r...Marius Bugge Monsen2009-08-204-559/+0
* Add experimental code in QtListController for animated per-item scrolling.Marius Bugge Monsen2009-08-123-3/+61
* Remove the layoutsBlocked code.Marius Bugge Monsen2009-08-123-46/+8
* Move some of the QGraphicsTreeViewItem size hint code. This removes one virtu...Marius Bugge Monsen2009-08-112-16/+6
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-1016-437/+521
* Separate the creator out into its own file.Marius Bugge Monsen2009-07-304-70/+174
* Disable some tests for experimental classes that break with the lates changes.Marius Bugge Monsen2009-07-282-6/+6
* Update the examples to the new QGraphicsListView changes.Marius Bugge Monsen2009-07-287-20/+25
* Add example that uses QmlComponent to create view items in QGraphicsListView.Marius Bugge Monsen2009-07-282-0/+113
* Update QGraphicsListView to be able to use QmlComponent for creating view items.Marius Bugge Monsen2009-07-2819-292/+372
* Remove metatype declaration from the QListSelectionManager test.Marius Bugge Monsen2009-07-221-1/+0
* Include qmetatype for qlistselectionmanager.Marius Bugge Monsen2009-07-221-0/+3
* Implement the QListSelectionChange destructor.Marius Bugge Monsen2009-07-221-1/+10
* Remove some debug output from the photoAlbum example.Marius Bugge Monsen2009-07-221-3/+1
* Keep the example binaries in the example directories instead of moving them t...Marius Bugge Monsen2009-07-152-2/+1
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-1334-17/+186
* Restructure the .pri files to allow external projects to use itemviews-ng by ...Marius Bugge Monsen2009-07-132-10/+10
* Add some autotest data for QtSectionSpans.Marius Bugge Monsen2009-06-292-3/+30
* Make sure the active state in the style option is set if the view window is a...Marius Bugge Monsen2009-06-187-18/+29
* Add QHash<int,QString> roles() const function to the model interfaces. This i...Marius Bugge Monsen2009-06-1811-65/+162
* 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