summaryrefslogtreecommitdiffstats
path: root/src/qgraphicstreeview.h
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-091-11/+12
* Compile after converting from int role to QByteArray role names.Marius Bugge Monsen2009-09-301-13/+5
* Change to use string based role names.Marius Bugge Monsen2009-09-291-8/+16
* Fix build on Windows.Alexis Menard2009-09-161-14/+30
* Move some of the QGraphicsTreeViewItem size hint code. This removes one virtu...Marius Bugge Monsen2009-08-111-2/+1
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-101-8/+21
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-131-0/+1
* Remove some comments from the QtGraphicsTreeView header.Marius Bugge Monsen2009-06-071-2/+4
* Remove the index from QtGraphicsTreeViewItem. It is not needed and just clutt...Marius Bugge Monsen2009-06-041-7/+4
* Update the QtGraphicsTreeView::doLayout() to a slightly improved algorithm. I...Marius Bugge Monsen2009-06-041-2/+0
* Keep the QtGraphicsTreeViewItemCreator in sync with the API changes in the ot...Marius Bugge Monsen2009-05-281-4/+4
* Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.Marius Bugge Monsen2009-05-221-4/+6
* Enable per-section horizontal scrolling for trees.Marius Bugge Monsen2009-05-201-1/+4
* Add initial implementation of anchor selections in trees. This api and implem...Marius Bugge Monsen2009-05-181-1/+2
* Update the tree model signal arguments to be const. Update the tree selection...Marius Bugge Monsen2009-05-131-5/+5
* We don't need the widget or paintdeviceThomas Zander2009-05-041-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-04-271-20/+20
|\
| * Replace typedef QTreeSelection with QtTreeSelectionThomas Zander2009-04-271-2/+2
| * Replace typedef QTreeModelIterator with QtTreeModelIteratorThomas Zander2009-04-271-17/+17
* | Add drawBranches() to QtGraphicsTreeViewItem to separate drawing the branches...Marius Bugge Monsen2009-04-271-0/+2
|/
* Update all the views initStyleOption() functions to take a QPaintDevice rathe...Marius Bugge Monsen2009-04-241-1/+1
* Rename include-blockers to be QT instead of Q based which makes importing thi...Thomas Zander2009-04-231-3/+3
* Add lots of empty docs to be filled out later.Marius Bugge Monsen2009-04-211-1/+1
* Move the qgraphicstreeview over to use graphics items. The view now uses the ...Marius Bugge Monsen2009-04-201-7/+8
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-04-171-1/+2
|\
| * Fix compilation on Windows msvcAlexis Menard2009-04-171-1/+1
* | Move tree item size and painting functionality from the view to the item.Marius Bugge Monsen2009-04-171-7/+29
|/
* Start moving QtGraphicsTreeView over to using items.Marius Bugge Monsen2009-04-161-0/+28
* ItemViewsNG lives!Thomas Zander2009-04-011-0/+147