summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-21Don't try to link to SQLite plugin when building samegame statically.Mitch Curtis1-1/+1
2015-08-20Remove unused pointer to the context wrapperLars Knoll2-12/+0
2015-08-20Cleanup qmlcontextwrapper usage in XHRLars Knoll4-116/+50
2015-08-20Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll5-25/+23
2015-08-20Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll5-50/+51
2015-08-20Use the QmlContext as the scope for QQmlV4Function callsLars Knoll4-24/+14
2015-08-20Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta1-3/+6
2015-08-20Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen11-2/+375
2015-08-19QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell1-1/+1
2015-08-19Doc: fix verb redundancySamuel Gaist1-1/+1
2015-08-19qml: Don't build OpenGL support if OpenGL is not available in Qt.Kai Koehne1-5/+5
2015-08-19Cleanup code in the VMEMOLars Knoll3-45/+44
2015-08-19Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll7-23/+30
2015-08-19Switch to the non compat metacall overloadLars Knoll4-9/+14
2015-08-19Clean up data format for V4 debug connectionUlf Hermann3-56/+71
2015-08-19V4 debugger: Fix expression evaluationUlf Hermann6-25/+48
2015-08-19V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann1-1/+1
2015-08-19Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid1-2/+5
2015-08-19Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid1-0/+7
2015-08-19Fix memory leak when using async image providersAlbert Astals Cid1-0/+1
2015-08-19Fix performance of ListModel::get()Simon Hausmann7-63/+213
2015-08-18Fix test caseLars Knoll1-2/+3
2015-08-18Get rid of special handling of var propertiesLars Knoll5-90/+43
2015-08-18Properly initialize the memberdata to undefinedLars Knoll1-1/+4
2015-08-18Use the proper static ValueTypeProvider as intendedFrank Meerkoetter1-1/+1
2015-08-18Remove special case for var propertiesFrank Meerkoetter2-9/+7
2015-08-18Allocate a JS wrapper if there are any propertiesFrank Meerkoetter1-2/+2
2015-08-18Use QV4::MemberData for property storageFrank Meerkoetter2-194/+129
2015-08-18Update copyright notice.Frank Meerkoetter3-0/+3
2015-08-18Remove QQmlVMEVariant specific workaroundFrank Meerkoetter1-9/+1
2015-08-18Remove unused codeFrank Meerkoetter1-25/+2
2015-08-18Mark methods as overridesFrank Meerkoetter1-11/+11
2015-08-18Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter3-57/+0
2015-08-18Remove the QQmlVMEVariant implementationFrank Meerkoetter1-363/+0
2015-08-18Remove the QQmlVMEVariant array memberFrank Meerkoetter2-5/+1
2015-08-18Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter4-122/+90
2015-08-18Port QVariant away from QQmlVMEVariantFrank Meerkoetter1-6/+23
2015-08-18Port QObject* away from QQmlVMEVariantFrank Meerkoetter2-20/+54
2015-08-18Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter3-60/+0
2015-08-18Port list properties away from QQmlVmeVariantFrank Meerkoetter1-2/+2
2015-08-18Port QDate/QDateTime/QRectF away from QQmlVmeVariantFrank Meerkoetter2-9/+96
2015-08-18Port QUrl/QSizeF away from QQmlVmeVariantFrank Meerkoetter2-6/+65
2015-08-18Store all properties in one Javascript arrayFrank Meerkoetter2-61/+28
2015-08-18Store int/bool/double/string and sizef as QV4::Value in a Javascript arrayFrank Meerkoetter2-16/+189
2015-08-18Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann112-465/+1713
2015-08-18QmlDevTools: Define QML export macros as empty.Friedemann Kleint1-15/+2
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann112-465/+1713
2015-08-17Merge dev into 5.6Oswald Buddenhagen47-427/+418
2015-08-17Fix casing in Models and Views documentation.Mitch Curtis1-1/+1
2015-08-17qml: Don't build OpenGL support if OpenGL is not available in Qt.Robin Burchell1-3/+3