aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-041-28/+28
* C++11 scoped enum support for QMLMichael Brasser2017-05-031-0/+29
* qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-151-0/+40
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-5/+10
|\
| * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-5/+10
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-6/+9
|/
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+3
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-0/+2
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-18/+56
|\
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-18/+56
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-2/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-8/+4
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-1/+1
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+3
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+3
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Rework QJSValue internalsLars Knoll2015-01-211-2/+2
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-3/+3
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Refactor persistent valuesLars Knoll2015-01-161-1/+1
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-081-3/+2
* Remove v8engine usage in the value type providerLars Knoll2015-01-081-3/+3
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-19/+14
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+0
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-4/+4
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-6/+8
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-311-11/+8
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-0/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-221-10/+10
* Get rid of StringRefLars Knoll2014-07-221-10/+8
* Convert type wrapper to new data layoutLars Knoll2014-07-221-24/+25
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-7/+7
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+11
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+5
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-3/+2