aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Delete objects created by qmlplugindumpDaiwei Li2014-06-301-0/+1
| * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-294-4/+144
* | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-306-8/+273
* | QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* | Remove metaobject revisioning for QQuickScreenAttachedAlan Alpert2014-07-291-9/+9
* | Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
* | Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-283-21/+63
* | Don't try to draw shader effect sources with dims < 0.Gunnar Sletta2014-07-281-1/+1
* | QQuickMouseArea: Mark override functions with Q_DECL_OVERRIDEAlbert Astals Cid2014-07-281-17/+17
* | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-266-8/+157
* | Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
* | Don't recreate header and footer unnecessarilyMartin Jones2014-07-256-17/+21
* | Clear the visibleImgTags list when setting up the text layoutAndy Shaw2014-07-241-1/+2
* | Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-243-1/+71
* | V4: work around a bug in libc++'s std::vector<bool>Erik Verbruggen2014-07-241-8/+23
* | QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5