aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-251-0/+1
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-111-7/+4
|\
| * 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
* | | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-3/+3
* | | Refactor how we define Heap objectsLars Knoll2017-03-091-4/+4
* | | New mark table implementationLars Knoll2017-03-091-11/+9
* | | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
|/ /
* / Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-2/+2
|/
* Avoid a duplicated wasDeleted() checkLars Knoll2016-11-291-8/+9
* QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-181-2/+7
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-1/+1
| |\
| | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-1/+1
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-2/+8
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-7/+17
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-4/+11
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-6/+22
* | | QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-221-2/+4
* | | Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-1/+0
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+1
| |\|
| | * Fix crash with SignalTransitionSimon Hausmann2016-05-251-1/+1
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-0/+28
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+19
|\| |
| * | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-201-0/+19
* | | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+1
* | | Add Qt.callLater() function.Michael Brasser2016-03-081-0/+2
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-1/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+1
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+3
* Smaller cleanupsLars Knoll2015-09-251-1/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-3/+2
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-1/+0
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-1/+2
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-0/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-181-4/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-9/+11
|\
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-0/+2
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-9/+9
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | More cleanupsLars Knoll2015-04-211-4/+4
* | 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-7/+7
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-1/+9