aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlDelegateModel: check incubationTask before accessing itwip/itemviewsRichard Moe Gustavsen2018-02-061-2/+8
* 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
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-4/+4
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+6
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-4/+3
* | | Remove "external" usages of QQmlCompiledData::engineSimon Hausmann2016-06-011-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-37/+2
|\| |
| * | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
| * | Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-261-36/+1
* | | Introduce delegating constructors.Friedemann Kleint2016-05-061-4/+2
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-14/+8
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1