summaryrefslogtreecommitdiffstats
path: root/src/qgraphicstreeview.h
Commit message (Collapse)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 ↵Marius Bugge Monsen2009-08-111-2/+1
| | | | virtual function.
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-101-8/+21
| | | | QGraphicsObject is now the base class for view items.
* 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 ↵Marius Bugge Monsen2009-06-041-7/+4
| | | | clutters the api.
* Update the QtGraphicsTreeView::doLayout() to a slightly improved algorithm. ↵Marius Bugge Monsen2009-06-041-2/+0
| | | | It is still not optimal and is still a work-in-progress.
* Keep the QtGraphicsTreeViewItemCreator in sync with the API changes in the ↵Marius Bugge Monsen2009-05-281-4/+4
| | | | other creators.
* 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 ↵Marius Bugge Monsen2009-05-181-1/+2
| | | | implementation is temporary and will have to be refactored.
* Update the tree model signal arguments to be const. Update the tree ↵Marius Bugge Monsen2009-05-131-5/+5
| | | | selection manager api.
* 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
|\ | | | | | | | | Conflicts: src/qgraphicstreeview.cpp
| * 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 ↵Marius Bugge Monsen2009-04-271-0/+2
|/ | | | branches from the main paint() function.
* Update all the views initStyleOption() functions to take a QPaintDevice ↵Marius Bugge Monsen2009-04-241-1/+1
| | | | rather than a QWidget. This makes it easier to support printing.
* Rename include-blockers to be QT instead of Q based which makes importing ↵Thomas Zander2009-04-231-3/+3
| | | | this project next to a final version even more clean
* 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
| | | | items to draw the contents and to get item sizehints. There are still some issues to work out; the items are not recycled properly.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-04-171-1/+2
|\ | | | | | | | | Conflicts: src/qgraphicstreeview.h
| * 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