summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QTreeView::accessibleTree2Index to the private classGiuseppe D'Angelo2013-11-081-10/+15
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-171-4/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-17/+17
* Make Accessibility publicFrederik Gladhorn2013-09-191-1/+0
* Include hidden headers in trees and tables consistentlyJan Arve Saether2013-09-181-4/+10
* Remove deprecated algorithms usage from itemviewsGiuseppe D'Angelo2013-09-051-1/+3
* QTreeView - fix next focus when there is no current indexThorbjørn Martsum2013-08-301-2/+2
* QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-261-2/+2
* QTreeView - allow users to control data in the treestructureThorbjørn Lund Martsum2013-08-071-7/+45
* Added SH_Widget_Animate in QStyleÀlex Fiestas2013-08-021-0/+1
* QHeaderView - add parameter to control sizeHint precisionThorbjørn Martsum2013-05-131-3/+7
* QTreeView - clean up comments (do not add spans)Thorbjørn Martsum2013-05-131-4/+3
* resizeToContents - QTreeView - improve sizeHintForColumnThorbjørn Martsum2013-05-091-8/+57
* resizeToContents - move some of sizeHint into separate functionsThorbjørn Martsum2013-05-091-9/+18
* Unify header-based scroll offsets in itemviewsJ-P Nurmi2013-05-071-7/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-1/+1
|\
| * Fix typo in docsStephen Kelly2013-04-231-1/+1
* | QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-221-0/+30
|/
* QTreeView - improve ItemNeverHasChildren slightlyThorbjørn Martsum2013-03-281-0/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-141-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-171-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\
| | * When expanding up the tree, there is no need to expand above root.Stephen Kelly2013-02-101-1/+1
* | | QMetaMethod is needed in qtreeview.cpp even without accessibility.Samuel Rødal2013-02-131-1/+1
|/ /
* | QTreeView - optimize. Do not do signals-work if signals are blockedThorbjørn Lund Martsum2013-02-021-20/+28
* | QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+20
* | QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-0/+8
* | QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-2/+2
* | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-291-2/+6
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed typo 'collasping' in QTreeView documentationThorbjørn Lindeijer2012-12-281-1/+1
* Accessibility indexes are no longer 1-based.Frederik Gladhorn2012-12-181-5/+5
* QtWidgets docs: use WinVista screenshots instead of obsolescent WinXPJ-P Nurmi2012-12-061-2/+2
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-281-2/+2
* 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