summaryrefslogtreecommitdiffstats
path: root/src/experimental/qgraphicsgridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-091-11/+12
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-09-291-3/+3
|\
| * Fix build on Windows.Alexis Menard2009-09-161-3/+3
* | 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
* Update QGraphicsListView to be able to use QmlComponent for creating view items.Marius Bugge Monsen2009-07-281-7/+9
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-131-0/+4
* Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...Marius Bugge Monsen2009-06-091-6/+12
* Add QtGraphicsListView::itemGeometry(int). This enables us to implement setOf...Marius Bugge Monsen2009-06-071-6/+21
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngThomas Zander2009-05-281-4/+4
|\
| * Use the grid size rather than the viewport size when giving the constraints t...Marius Bugge Monsen2009-05-281-4/+4
* | 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-221-1/+1
* Fix test failure for horizontal layout in the list view. Also, simplify the c...Marius Bugge Monsen2009-05-221-3/+9
* Update some documentation.Marius Bugge Monsen2009-05-211-2/+2
* Change printing approach from setting the proper font to instead scale the pa...Thomas Zander2009-04-291-2/+2
* Update all the views initStyleOption() functions to take a QPaintDevice rathe...Marius Bugge Monsen2009-04-241-2/+4
* Change the grid view to use view items.Marius Bugge Monsen2009-04-231-100/+69
* Make the grid view compile again. Note that it still doesn't work properly.Marius Bugge Monsen2009-04-231-0/+437