summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt 5.0 QTreeView. Prevent manual moving of the first sectionThorbjørn Lund Martsum2012-11-021-0/+2
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-1/+1
* Store an unsigned temporary for the internalId.Stephen Kelly2012-09-271-1/+1
* Fix typo: contais -> contains.Stephen Kelly2012-09-271-1/+1
* Fix hover handling in QTreeViewMiikka Heikkinen2012-09-241-13/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-23/+23
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+6
* Make keyboard search work in the current column, not only the first.Stephen Kelly2012-08-221-0/+5
* Fix indexAbove and indexBelow to return indexes in the correct column.Stephen Kelly2012-08-221-2/+4
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-1/+1
* Do not draw garbage branches if 0px indentation is specified.Stephen Kelly2012-08-071-1/+2
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-1/+1
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-1/+1
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-2/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-3/+3
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-2/+2
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-32/+9
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-171-5/+6
* Merge master into api_changesKent Hansen2012-03-231-26/+6
|\
| * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-26/+6
* | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-201-2/+2
|/
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-5/+10
* QHeaderView - renaming functions in Qt5Thorbjørn Lund Martsum2012-03-141-2/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-20/+20
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-171-1/+1
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-5/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* QTreeView: fix crash when starting a drag with hidden columns.David Faure2012-01-121-4/+12
* Set missing flags in the option when rendering QTreeView drag pixmapDavid Faure2012-01-121-39/+74
* Add roles to the dataChanged slots in views.Stephen Kelly2012-01-061-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove virtual child integers.Frederik Gladhorn2011-11-231-14/+0
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-1/+1
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-151-5/+7
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-9/+43
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* library splitLars Knoll2011-05-071-0/+3755