aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix AnimatedSprite interpolation when looping and/or reversing.Michael Brasser2014-03-171-11/+47
* Suppress implicit sign conversion warnings in public APIKurt Pattyn2014-03-171-3/+3
* Fix context creation failure message.Friedemann Kleint2014-03-171-2/+2
* qv4isel_moth.cpp: Fix MSVC-warnings about operator unary minus applied to uns...Friedemann Kleint2014-03-171-3/+3
* Add docs on using a query in XMLRole with the less obvious boolean()David Greaves2014-03-171-0/+3
* Unset the current gl window when deletedGiulio Camuffo2014-03-171-0/+2
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-161-5/+4
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-151-0/+2
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+1
* Use stable sort when cleaning batches.Michael Brasser2014-03-151-1/+1
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-141-0/+3
* 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