aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlinstantiator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Add a feature for DelegateModelUlf Hermann2018-03-211-5/+22
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-2/+2
* Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-071-2/+4
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-151-2/+2
* Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-1/+1
|\
| * fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
* | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-251-7/+31
* | Update copyright headersJani Heikkinen2015-02-121-6/+6
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-0/+1
|\
| * Don't use d->instanceModel after free'ing itLars Knoll2014-08-261-0/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-221-2/+2
|/
* Doc: Qt QML: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-111-5/+9
* Fix adding created objects to instantiator.kakadu2013-10-291-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-9/+9
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-271-1/+1
* Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-081-3/+7
* Add Instantiator type to QtQmlAlan Alpert2013-03-201-0/+459