aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-5/+4
|\
| * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-1/+2
| * Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-1/+1
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
| * Avoid a duplicated wasDeleted() checkLars Knoll2016-11-291-2/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-6/+0
|\|
| * QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-181-6/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-22/+36
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-2/+12
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-0/+4
| | |\
| | | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-2/+8
| | |\|
| | | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-2/+8
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-19/+23
| * | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-48/+58
|\| | |
| * | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-36/+36
| * | | QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-221-12/+22
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+1
|\| | |
| * | | Fix crash when instantiating new QObject object through QMetaObjectJoni Poikelin2016-09-031-1/+1
* | | | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-081-6/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2016-08-271-81/+15
|\| | |
| * | | QML: In QV4::QObjectWrapper, use QQmlPropertyData to read valuesErik Verbruggen2016-08-261-81/+15
* | | | Replace QStringLiteral with QL1S in QStringBuilderAnton Kudryavtsev2016-08-241-2/+2
|/ / /
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-75/+75
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-3/+6
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-0/+1
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-2/+2
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-1/+1
* | | QML: Fix property notifier registration for constant propertiesErik Verbruggen2016-07-191-1/+1
* | | QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-061-9/+10
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-23/+33
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-10/+180
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-5/+2
|\| |
| * | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-201-5/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+2
| |\|
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* | | Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-8/+4
* | | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-6/+0
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-2/+2
|\| |
| * | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-2/+2
* | | Add Qt.callLater() function.Michael Brasser2016-03-081-4/+4
* | | Convert QByteArray in C++ type to ArrayBuffer in QML and vice-versaNobuaki Sukegawa2016-03-051-0/+19
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+2
|\|
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-5/+0
|\|