aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-4/+4
* Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-301-1/+1
* QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
* QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-59/+59
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-6/+6
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-6/+6
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-6/+6
| | |\
| | | * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| | | * Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-1/+1
| | | * Remove extra addrefMichael Brasser2017-12-291-1/+0
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-26/+25
|/ / /
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-14/+14
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-11/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-11/+28
| |\|
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-0/+20
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-12/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+2
| |\|
| | * Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
* | | Change signature for call/callAsConstructorLars Knoll2017-11-071-3/+3
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-8/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-8/+22
| |\|
| | * Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-141-0/+7
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-8/+15
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-1/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-3/+3
| |\|
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-3/+3
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-24/+24
* | | Change function signatures for call/construct backLars Knoll2017-08-041-6/+5
|/ /
* / QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-031-25/+3
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-7/+4
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-7/+4
* | Fix memory leak in QQDMIncubationTask::statusChangedAlbert Astals Cid2017-03-011-4/+3
* | Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-39/+40
* | qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-171-3/+5
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-30/+30
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-8/+15
|\|
| * QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-301-8/+15
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-15/+22
|\|
| * QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+2
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-12/+16
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-5/+6
* | QmlDelegateModel: proper construction of vectorAnton Kudryavtsev2016-10-101-5/+5
* | Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-071-4/+4
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-3/+17
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-3/+17
| |\
| | * Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17