summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquicktreemodeladaptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-271-4/+47
|\
| * Fix moving of TreeView itemsJoni Poikelin2016-08-261-4/+47
* | Controls: append "1" to all C++ classesMitch Curtis2016-03-181-41/+41
* | Unify license header usageAntti Kokko2016-02-041-12/+15
* | Replace foreach with range-based forAnton Kudryavtsev2016-01-161-2/+2
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-091-1/+1
|\
| * Make QtQuickControls compile on WinCETobias Koenig2015-08-061-1/+1
* | TreeView: Add rootIndex propertyGabriel de Dietrich2015-07-271-14/+38
|/
* TreeView: Track model indexes during selectionGabriel de Dietrich2015-07-041-5/+9
* TreeView: Check that indexes belong to the current modelGabriel de Dietrich2015-05-221-0/+3
* TreeModelAdaptor: Remove debug statementsGabriel de Dietrich2015-05-221-67/+30
* TreeModelAdaptor: Monitor model's lifespanGabriel de Dietrich2015-05-211-0/+21
* TreeModelAdaptor: Take into account childless expanded itemsGabriel de Dietrich2015-04-161-15/+27
* Fix TreeView missing visualization of expander image on insert or removeFilippo Cucchetto2015-04-141-0/+9
* TreeModelAdaptor: Fix slots and signal parameter type qualifiersGabriel de Dietrich2015-02-181-3/+3
* Introducing TreeViewGabriel de Dietrich2015-02-131-0/+799