aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add a feature for DelegateModelUlf Hermann2018-03-211-0/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+3
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-2/+3
| |\
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-0/+1
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-2/+2
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
| |\|
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-1/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-3/+3
|/ /
* / QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-031-5/+0
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-3/+3
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+2
|\
| * QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-301-1/+2
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-4/+5
|\|
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-3/+4
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-061-15/+15
|/
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-1/+1
* Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-261-2/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-4/+3
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-6/+6
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Cleanup destruction of heap objectsLars Knoll2014-11-211-2/+1
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-101-11/+19
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-4/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* | Convert delegate model and indexed builtin functionLars Knoll2014-07-221-8/+7
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-221-7/+15
* | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-241-1/+1
|/
* Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-121-0/+2
* Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-3/+3
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-6/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-4/+4
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3