summaryrefslogtreecommitdiffstats
path: root/src/qgraphicslistview.h
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-091-11/+40
* Compile after converting from int role to QByteArray role names.Marius Bugge Monsen2009-09-301-16/+5
* Change to use string based role names.Marius Bugge Monsen2009-09-291-8/+19
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-09-291-16/+30
|\
| * Fix build on Windows.Alexis Menard2009-09-161-13/+30
* | Implement functionality to ensure that the current item is always visible. Ne...Marius Bugge Monsen2009-08-311-2/+3
* | Implement selection behavior in QtListController. Still needs tests and docs.Marius Bugge Monsen2009-08-311-2/+0
* | Make QtListWidgetNG use QGraphicsView's scrollbar rather than using QtGraphic...Marius Bugge Monsen2009-08-281-4/+8
|/
* Remove the layoutsBlocked code.Marius Bugge Monsen2009-08-121-4/+0
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-101-3/+19
* Update QGraphicsListView to be able to use QmlComponent for creating view items.Marius Bugge Monsen2009-07-281-9/+12
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-131-2/+3
* Make sure the active state in the style option is set if the view window is a...Marius Bugge Monsen2009-06-181-1/+1
* Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...Marius Bugge Monsen2009-06-091-11/+5
* api docs, add forgotten exportThomas Zander2009-06-081-1/+1
* Add QtGraphicsListView::itemGeometry(int). This enables us to implement setOf...Marius Bugge Monsen2009-06-071-0/+1
* Replace QtGraphicsListView::visibleItems() with itemForIndex(int).Marius Bugge Monsen2009-06-041-1/+2
* The creators API flushed out a bit more;Thomas Zander2009-05-281-4/+4
* Rename QtGraphicsListView::viewItems() to visibleItems().Marius Bugge Monsen2009-05-221-3/+3
* Fix test failure for horizontal layout in the list view. Also, simplify the c...Marius Bugge Monsen2009-05-221-1/+3
* Rename the internal itemSize() function to itemSizeHint().Marius Bugge Monsen2009-05-081-3/+2
* Add QtListSelectionChange. This class contains the changes made to a selectio...Marius Bugge Monsen2009-05-041-1/+2
* Update the list classes to reflect the change to the QtListSelectionManager::...Marius Bugge Monsen2009-05-031-1/+1
* Change printing approach from setting the proper font to instead scale the pa...Thomas Zander2009-04-291-1/+1
* Use friend instead of going via a controller. Still using the view is a bit u...Thomas Zander2009-04-271-0/+1
* Rename include-blockers to be QT instead of Q based which makes importing thi...Thomas Zander2009-04-231-3/+3
* Initial idea on printing a listThomas Zander2009-04-231-1/+1
* Fix test failure and experiment with delayed layouts in list view.Marius Bugge Monsen2009-04-211-1/+2
* Remove some comments.Marius Bugge Monsen2009-04-171-4/+4
* Fix compilation on Windows msvcAlexis Menard2009-04-171-3/+3
* Add roles argument to the item data() function.Marius Bugge Monsen2009-04-151-1/+1
* Add function to access the view from the item.Marius Bugge Monsen2009-04-151-0/+1
* Remove itemContentsSizeHint() and move all sizeHint code to the item.Marius Bugge Monsen2009-04-151-1/+1
* Add a generic item size hint function. This function is used for all items, v...Marius Bugge Monsen2009-04-151-3/+3
* Begin to clear up item size hint, item size and item contents size.Marius Bugge Monsen2009-04-151-3/+4
* Refactor sizing of (list) items a bit, see API docs of QtGraphicsListViewItem.Thomas Zander2009-04-151-2/+1
* Add view item creator classes to allow users to use view item sub-classes wit...Marius Bugge Monsen2009-04-151-2/+17
* Improve the API of the item to be friendlier to subclassing.Thomas Zander2009-04-141-2/+4
* ItemViewsNG lives!Thomas Zander2009-04-011-0/+158