aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create less BindingWrappersLars Knoll2015-08-254-31/+16
* Remove this piece of codeLars Knoll2015-08-251-11/+2
* std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-242-12/+18
* Fix profiling of QML/JS compilationUlf Hermann2015-08-243-8/+13
* Fix incorrect signal emission for QML declared propertiesSimon Hausmann2015-08-241-7/+4
* Make iteration over persistent values saferLars Knoll2015-08-242-10/+61
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-241-8/+21
* Implement support for providing information to Linux's perf JIT interface.Robin Burchell2015-08-211-1/+61
* Add isTabFence private flagGabriel de Dietrich2015-08-212-19/+78
* Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint2015-08-211-1/+0
* Remove unused pointer to the context wrapperLars Knoll2015-08-202-12/+0
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-203-113/+47
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-205-25/+23
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-205-50/+51
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-204-24/+14
* Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta2015-08-201-3/+6
* Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-208-1/+121
* QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell2015-08-191-1/+1
* Cleanup code in the VMEMOLars Knoll2015-08-193-45/+44
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-196-17/+17
* Switch to the non compat metacall overloadLars Knoll2015-08-194-9/+14
* Clean up data format for V4 debug connectionUlf Hermann2015-08-192-44/+65
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-196-25/+48
* V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid2015-08-191-2/+5
* Fix memory leak when using async image providersAlbert Astals Cid2015-08-191-0/+1
* Fix performance of ListModel::get()Simon Hausmann2015-08-197-63/+213
* Get rid of special handling of var propertiesLars Knoll2015-08-184-90/+37
* Properly initialize the memberdata to undefinedLars Knoll2015-08-181-1/+4
* Use the proper static ValueTypeProvider as intendedFrank Meerkoetter2015-08-181-1/+1
* Remove special case for var propertiesFrank Meerkoetter2015-08-182-9/+7
* Allocate a JS wrapper if there are any propertiesFrank Meerkoetter2015-08-181-2/+2
* Use QV4::MemberData for property storageFrank Meerkoetter2015-08-182-194/+129
* Update copyright notice.Frank Meerkoetter2015-08-183-0/+3
* Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-181-9/+1
* Remove unused codeFrank Meerkoetter2015-08-181-25/+2
* Mark methods as overridesFrank Meerkoetter2015-08-181-11/+11
* Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-183-57/+0
* Remove the QQmlVMEVariant implementationFrank Meerkoetter2015-08-181-363/+0
* Remove the QQmlVMEVariant array memberFrank Meerkoetter2015-08-182-5/+1
* Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-184-122/+90
* Port QVariant away from QQmlVMEVariantFrank Meerkoetter2015-08-181-6/+23
* Port QObject* away from QQmlVMEVariantFrank Meerkoetter2015-08-182-20/+54
* Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-183-60/+0
* Port list properties away from QQmlVmeVariantFrank Meerkoetter2015-08-181-2/+2
* Port QDate/QDateTime/QRectF away from QQmlVmeVariantFrank Meerkoetter2015-08-182-9/+96
* Port QUrl/QSizeF away from QQmlVmeVariantFrank Meerkoetter2015-08-182-6/+65
* Store all properties in one Javascript arrayFrank Meerkoetter2015-08-182-61/+28
* Store int/bool/double/string and sizef as QV4::Value in a Javascript arrayFrank Meerkoetter2015-08-182-16/+189
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-1884-380/+568
|\