aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
* Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
* QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-054-1/+29
* Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-013-2/+75
* Support padding in images stored in atlas textureEskil Abrahamsen Blomfeldt2014-08-301-1/+10
* Fix crash with cleanup of animators.Gunnar Sletta2014-08-303-5/+14
* Bump versionFrederik Gladhorn2014-08-291-1/+1
* Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-275-15/+12
* Doc: Added a link to the QML advanced tutorialVenu2014-08-261-0/+3
* Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
* Fix crash with early QObject property accessSimon Hausmann2014-08-254-5/+48
* Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
* Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
* Initialize variableLars Knoll2014-08-241-1/+1
* Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
* Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
* Add 5.3.2 changelog for qtdeclarativeAlan Alpert2014-08-221-0/+41
* Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
* Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
* Added the QtSQL dependency info. to the project fileVenu2014-08-151-1/+1
* tst_dialogs: verify that rootObject is validRobin Burchell2014-08-151-0/+3
* tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the var...Robin Burchell2014-08-151-1/+1
* The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-142-1/+104
* Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
* Added a signal handlerVenu2014-08-141-0/+1
* Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
* V4 JIT: fix JS stack frame size calculation.Erik Verbruggen2014-08-131-3/+2
* Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* Silence harmless compiler warning.Gunnar Sletta2014-08-121-3/+2
* benchmarks: Skip compilation of (and mark with FIXME) a few benchmarks that d...Robin Burchell2014-08-122-2/+2
* benchmarks/particles: fix projects to actually buildRobin Burchell2014-08-122-2/+2
* Fix compilation of tst_compilation (:-P) benchmark.Robin Burchell2014-08-122-31/+1
* Avoid double deletion when deleting an incubating component.Martin Jones2014-08-112-8/+3
* Invalidate the scenegraph properly in the rendercontrolLaszlo Agocs2014-08-084-19/+13
* Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-084-6/+15
* Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* Don't try to reload QQuick images when changing to null screenTaylor Braun-Jones2014-08-062-3/+3
* Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
* Fix fbo creation and resize logic in QQuickWidgetLaszlo Agocs2014-08-061-2/+13
* Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-064-8/+43
* Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-065-9/+150
* Fix FBO recreated every time the QSG node is updated under some conditionsTaylor Braun-Jones2014-08-051-5/+6
* Run autotests for Canvas.renderTarget == FramebufferObject also.Gunnar Sletta2014-08-021-2/+2
* More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-014-28/+47
* Make canvas cleanup work propertly...Gunnar Sletta2014-08-013-2/+48
* Use the current context to resolve extensions.Gunnar Sletta2014-08-011-1/+1
* qmlplugindumper: do not pop up a window if an assert is triggeredFawzi Mohamed2014-08-011-0/+11
* Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
* Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-305-4/+145
|\