aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use stable sort when cleaning batches.Michael Brasser2014-03-151-1/+1
* WinRT: Disable qml debugger autotestOliver Wolff2014-03-141-1/+1
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-142-0/+5
* 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-1411-3/+37
* 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 crash in qml/qmlscene when using dummy-data with importsErik Larsson2014-03-132-14/+6
* 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-133-14/+102
* 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-132-1/+15
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-135-32/+53
* Add some error handling to the QQuickWidget example.Friedemann Kleint2014-03-131-12/+53
* 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-133-4/+51
* 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-122-2/+29
* networkaccessmanagerfactory example: Fixed build with QT_NO_NETWORKPROXYOliver Wolff2014-03-121-0/+8
* networkaccessmanagerfactory example: introduced QCommandLineParserOliver Wolff2014-03-121-11/+28
* 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-1110-84/+109
* 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-1113-33/+549
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-115-6/+48
* 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-1126-579/+565
* 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
* MultiPointTouchArea: make nested.qml autotest easier to debugShawn Rutledge2014-03-101-5/+54
* Fix TextEdit::lineCount to update as appropriateJ-P Nurmi2014-03-102-1/+52
* Remove several uses of module includesAndrew Knight2014-03-106-5/+10
* MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-106-10/+594
* QQuickWidget: handle resize to empty sizePaul Olav Tvete2014-03-102-0/+15