summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Shortcut: add sequenceString propertyShawn Rutledge3-0/+19
2015-09-02Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann5-4/+27
2015-09-02Don't consider QLocale a value type.Mitch Curtis1-1/+2
2015-09-02Doc: broken links and missing doc for functionsNico Vertriest3-2/+24
2015-08-31Doc: fix the "Grouped Properties" example snippetJ-P Nurmi1-2/+2
2015-08-28Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2-1/+8
2015-08-27XHR: Server side errors are not network errorsJulien Brianceau1-1/+5
2015-08-25Fix compiler warnings on recent clangLars Knoll1-1/+1
2015-08-25Create less BindingWrappersLars Knoll4-31/+16
2015-08-25Remove this piece of codeLars Knoll1-11/+2
2015-08-24std::sort JS profiling data instead of insert-sorting itUlf Hermann2-12/+18
2015-08-24Fix profiling of QML/JS compilationUlf Hermann3-8/+13
2015-08-24Fix hue clamping in Context2DLaszlo Agocs1-1/+1
2015-08-24Fix incorrect signal emission for QML declared propertiesSimon Hausmann1-7/+4
2015-08-24Make iteration over persistent values saferLars Knoll2-10/+61
2015-08-24Fix use of function expressions with signal handlersSimon Hausmann1-8/+21
2015-08-21Implement support for providing information to Linux's perf JIT interface.Robin Burchell1-1/+61
2015-08-21Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2-1/+8
2015-08-21Add isTabFence private flagGabriel de Dietrich2-19/+78
2015-08-21Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint1-1/+0
2015-08-20Remove unused pointer to the context wrapperLars Knoll2-12/+0
2015-08-20Cleanup qmlcontextwrapper usage in XHRLars Knoll3-113/+47
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 Heikkinen8-1/+121
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-19Cleanup code in the VMEMOLars Knoll3-45/+44
2015-08-19Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll6-17/+17
2015-08-19Switch to the non compat metacall overloadLars Knoll4-9/+14
2015-08-19Clean up data format for V4 debug connectionUlf Hermann2-44/+65
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-18Get rid of special handling of var propertiesLars Knoll4-90/+37
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