aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-1/+1
* 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
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-4/+4
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-2/+2
* Remove the last v8 dependency from the delegate modelLars Knoll2013-06-071-3/+18
* Convert more of the delegate model to v4Lars Knoll2013-06-071-1/+0
* Port the first half of the delegate model code to v4Lars Knoll2013-06-051-16/+14
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-1/+1
* Convert qqmldelegatemodel to not use v8::PersistentLars Knoll2013-05-081-4/+1
* Get rid of v8::LocalLars Knoll2013-05-061-10/+10
* Move QML types to types folderAlan Alpert2013-03-141-0/+411