aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-148-17/+66
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5
* Move Qt Quick Widgets example and document itTopi Reinio2014-03-142-2/+1
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* Fix QmldirCache object leakLiang Jian2014-03-142-3/+19
* Fix CompiledData::CompilationUnit object leakLiang Jian2014-03-131-5/+0
* Fix QQmlTypeNameCache object leakLiang Jian2014-03-131-1/+0
* Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-132-6/+18
* Allow maximum block size to be specified as an environment variable.Michael Brasser2014-03-131-3/+11
* Don't crash if a ScriptAction changes state mid-transition.Michael Brasser2014-03-131-14/+15
* Fix QQmlTypeData object leakLiang Jian2014-03-132-0/+6
* Fix QQmlBoundSignalExpression::Data object leakLiang Jian2014-03-131-0/+1
* Fix QV4::IR::Function object leakLiang Jian2014-03-131-0/+1
* Ensure TextEdit's text is vertically aligned after resizing its height.Mitch Curtis2014-03-131-1/+2
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-133-32/+22
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-139-49/+122
* QQuickWindow: let clearFocusObject actually clear the focus objectRichard Moe Gustavsen2014-03-131-1/+2
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-133-16/+58
* Item views: avoid fixing up the position while moving/flickingJ-P Nurmi2014-03-131-4/+8
* Doc: Re-organized Qt Quick's examples page.Jerome Pasion2014-03-121-90/+119
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-2/+7
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-124-11/+7
* qmldebugger: avoid loading tcp module in inspectorFawzi Mohamed2014-03-111-0/+2
* Avoid crash when unlinking compilation unitSimon Hausmann2014-03-111-1/+2
* Remove redundant QQmlBinding members.Michael Brasser2014-03-118-83/+107
* Doc: Fix issues in QQuickWidget documentationTopi Reinio2014-03-112-15/+20
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-115-13/+34
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-1110-24/+479
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-6/+11
* Fix linkingSimon Hausmann2014-03-112-2/+2
* Doc: Adding QQuickWidget's path to the qtquick.qdocconfJerome Pasion2014-03-111-2/+5
* Allow detaching V4 debuggers in agent destructorUlf Hermann2014-03-111-0/+3
* Doc: Qt QML: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-113-9/+17
* Don't delete the QML engines from the profiler service destructorUlf Hermann2014-03-111-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-1125-578/+564
* Fix copying of Property'sLars Knoll2014-03-1013-46/+68
* Fix compile errorLars Knoll2014-03-101-1/+1
* Stack size increase for x86 QNX systemsJames McDonnell2014-03-101-0/+4
* Fix TextEdit::lineCount to update as appropriateJ-P Nurmi2014-03-101-1/+1
* Remove several uses of module includesAndrew Knight2014-03-102-2/+2
* MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-102-10/+156
* QQuickWidget: handle resize to empty sizePaul Olav Tvete2014-03-102-0/+15
* V4 SSA: remove unused code.Erik Verbruggen2014-03-081-49/+1
* V4: fix address printing for real.Erik Verbruggen2014-03-081-7/+15
* V4 JIT: enable JIT on win64.Erik Verbruggen2014-03-082-1/+11
* Use an array of Value's for Object::memberDataLars Knoll2014-03-0710-95/+81
* Reserve a double slot for accessor propertiesLars Knoll2014-03-074-45/+118
* Use fuzzy comparison for another Flickable StopAtBounds case.Michael Brasser2014-03-071-4/+4
* QQuickWidget: handle windowChangePaul Olav Tvete2014-03-072-5/+28
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-073-42/+35