summaryrefslogtreecommitdiffstats
path: root/src/qgraphicslistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the internal itemSize() function to itemSizeHint().Marius Bugge Monsen2009-05-081-13/+13
* fix coding style.Thomas Zander2009-05-061-12/+12
* Add QtListSelectionChange. This class contains the changes made to a selectio...Marius Bugge Monsen2009-05-041-8/+13
* Update the list classes to reflect the change to the QtListSelectionManager::...Marius Bugge Monsen2009-05-031-25/+28
* Change printing approach from setting the proper font to instead scale the pa...Thomas Zander2009-04-291-5/+3
* Add header/footer support to printingThomas Zander2009-04-281-1/+2
* Remove Q_UNUSED; param is not unusedThomas Zander2009-04-271-1/+0
* Update the demo to reflect the latest changes to size hints and layout.Marius Bugge Monsen2009-04-241-2/+2
* Fixe crash in grid view caused by list view not initializing the option.widge...Marius Bugge Monsen2009-04-241-0/+1
* Update all the views initStyleOption() functions to take a QPaintDevice rathe...Marius Bugge Monsen2009-04-241-19/+11
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-04-231-4/+9
|\
| * Initial idea on printing a listThomas Zander2009-04-231-4/+10
* | Change the grid view to use view items.Marius Bugge Monsen2009-04-231-5/+8
|/
* Add lots of empty docs to be filled out later.Marius Bugge Monsen2009-04-211-0/+10
* Fix test failure and experiment with delayed layouts in list view.Marius Bugge Monsen2009-04-211-7/+19
* Minor tweaks and fixes in the list view.Marius Bugge Monsen2009-04-201-12/+7
* Remove unused function.Marius Bugge Monsen2009-04-151-6/+0
* Add roles argument to the item data() function.Marius Bugge Monsen2009-04-151-2/+2
* Add function to access the view from the item.Marius Bugge Monsen2009-04-151-4/+10
* Remove itemContentsSizeHint() and move all sizeHint code to the item.Marius Bugge Monsen2009-04-151-45/+34
* Add a generic item size hint function. This function is used for all items, v...Marius Bugge Monsen2009-04-151-39/+36
* Minor documentation update.Marius Bugge Monsen2009-04-151-2/+2
* Begin to clear up item size hint, item size and item contents size.Marius Bugge Monsen2009-04-151-44/+51
* Refactor sizing of (list) items a bit, see API docs of QtGraphicsListViewItem.Thomas Zander2009-04-151-11/+31
* Add/update API docs for QtGraphicsListViewItemThomas Zander2009-04-151-3/+32
* Add view item creator classes to allow users to use view item sub-classes wit...Marius Bugge Monsen2009-04-151-5/+22
* Improve the API of the item to be friendlier to subclassing.Thomas Zander2009-04-141-5/+22
* ItemViewsNG lives!Thomas Zander2009-04-011-0/+1108