summaryrefslogtreecommitdiffstats
path: root/src/experimental
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-0920-220/+243
* Move the graphics scrollbar to experimental. Misc updates. Some unfinished fe...Marius Bugge Monsen2010-02-183-0/+647
* Update the graphics path view.Marius Bugge Monsen2009-11-261-10/+2
* Re-enable animations in QGraphicsPathView.Marius Bugge Monsen2009-10-101-15/+14
* Get the chat example working again, including changing the size of the item w...Marius Bugge Monsen2009-10-081-1/+0
* Change to use string based role names.Marius Bugge Monsen2009-09-291-1/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-09-2911-22/+22
|\
| * Fix build on Windows.Alexis Menard2009-09-1611-22/+22
* | Make QtListWidgetNG use QGraphicsView's scrollbar rather than using QtGraphic...Marius Bugge Monsen2009-08-281-1/+1
|/
* Get the photoBrowser example working again. This required some ugly hacks in ...Marius Bugge Monsen2009-08-201-3/+7
* Remove the experimental QGraphicsScrollArea. It has been moved into another r...Marius Bugge Monsen2009-08-203-556/+0
* Update QGraphicsListView to be able to use QmlComponent for creating view items.Marius Bugge Monsen2009-07-2810-24/+1073
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-134-0/+16
* Update the include guards to the 'Qt' name pattern.Marius Bugge Monsen2009-06-103-8/+8
* Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...Marius Bugge Monsen2009-06-093-31/+26
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-06-081-7/+37
|\
| * Use a creator with recycled items memory for the flowviewThomas Zander2009-06-081-7/+37
* | Add QtKineticListController::stop() to stop the timer and reset any movement ...Marius Bugge Monsen2009-06-082-1/+22
|/
* Add QtGraphicsListView::itemGeometry(int). This enables us to implement setOf...Marius Bugge Monsen2009-06-076-7/+40
* Compile with Qt mainline. The moc object apparently don't include the QMetaOb...Marius Bugge Monsen2009-06-071-0/+1
* Update QtKineticListController to use QtGraphicsListView::itemForIndex(int).Marius Bugge Monsen2009-06-051-9/+1
* 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-022-0/+13
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngThomas Zander2009-05-283-11/+22
|\
| * 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
| * None of the classes uses QEasingCurve, so we don't need the check in src.pro.Marius Bugge Monsen2009-05-261-3/+0
* | The creators API flushed out a bit more;Thomas Zander2009-05-281-1/+1
|/
* Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.Marius Bugge Monsen2009-05-222-5/+7
* Rename QtGraphicsListView::viewItems() to visibleItems().Marius Bugge Monsen2009-05-221-1/+1
* Fix test failure for horizontal layout in the list view. Also, simplify the c...Marius Bugge Monsen2009-05-223-20/+26
* Update some documentation.Marius Bugge Monsen2009-05-212-7/+7
* Add some documentation to the QtKineticListController.Marius Bugge Monsen2009-05-201-0/+62
* Rename the internal itemSize() function to itemSizeHint().Marius Bugge Monsen2009-05-081-1/+1
* Remove use of IconRole and TextRole for now. Use the enums in the Qt namespac...Marius Bugge Monsen2009-05-081-2/+2
* Fixes: printing svg-icons makes them blurryThomas Zander2009-05-041-1/+8
* Update the kinetic list controller to use graphics scene events.Marius Bugge Monsen2009-05-033-19/+12
* Fixes warnings of unused variables.Marius Bugge Monsen2009-04-301-0/+1
* Change printing approach from setting the proper font to instead scale the pa...Thomas Zander2009-04-293-4/+4
* Upgrade the flowview a bit.Thomas Zander2009-04-291-5/+9
* Remove unused include.Marius Bugge Monsen2009-04-241-2/+0
* Rename the qpathlistview to qgraphicspathview and add an example for it.Marius Bugge Monsen2009-04-242-55/+41
* Update all the views initStyleOption() functions to take a QPaintDevice rathe...Marius Bugge Monsen2009-04-244-5/+7
* Remove the old grid control class.Marius Bugge Monsen2009-04-232-531/+0
* Change the grid view to use view items.Marius Bugge Monsen2009-04-232-101/+69
* Make the grid view compile again. Note that it still doesn't work properly.Marius Bugge Monsen2009-04-232-0/+509
* Fix compilation on Windows msvcAlexis Menard2009-04-176-6/+6
* Update some outdated license headers.Marius Bugge Monsen2009-04-153-9/+45
* Fixes: flowView icons having small size.Thomas Zander2009-04-151-1/+1
* Add view item creator classes to allow users to use view item sub-classes wit...Marius Bugge Monsen2009-04-151-1/+1