aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
* 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
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-3/+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
* Further cleanupsLars Knoll2015-09-151-1/+1
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-2/+2
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-12/+7
* Further cleanupsLars Knoll2015-04-161-6/+6
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-3/+5
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+5
|\
| * Fix possible crash when removing items from QQmlDelegateModelDaniel Vrátil2015-02-021-0/+5
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-8/+8
* | CleanupsLars Knoll2015-01-231-1/+1
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-17/+17
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+4
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+0