aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
* Use QSignalSpy instead of waitFor in tst_qpacketprotocolUlf Hermann2014-06-191-2/+7
* Bump versionOswald Buddenhagen2014-06-181-1/+1
* Separate renderer out in "OpenGL under QML" example.Gunnar Sletta2014-06-163-104/+115
* Use newest QtQuick in rssnews demoNiels Weber2014-06-165-10/+10
* Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+8
|\
| * Fix copy-paste errors.Richard J. Moore2014-06-140-0/+0
| * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | Merge remote-tracking branch 'origin/stable' into 5.3Simon Hausmann2014-06-133-73/+136
|\|
| * Fix EllipseShape for Affectors in QtQuick.ParticleDaniel Oberländer2014-06-121-1/+7
| * Further improve the StocQt demoTopi Reinio2014-06-112-72/+129
* | Set StrongFocus on QQuickWidgetLaszlo Agocs2014-06-131-0/+3
* | Doc: Clarify where JavaScript fits in QML codeSze Howe Koh2014-06-132-47/+42
* | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
* | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
* | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
* | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-112-1/+7
* | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-1110-75/+204
|\|
| * Drag&Drop support for child items in QQuickWidgetPaul Olav Tvete2014-06-101-1/+6
| * Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
| * add missing signal declaration in Exposing Attributes to QML exampleShawn Rutledge2014-06-101-0/+2
| * Add support for multisampling in QQuickWidgetLaszlo Agocs2014-06-063-7/+32
| * Keep QML and JS messages separate in QQmlProfilerService testUlf Hermann2014-06-061-46/+52
| * V4 Yarr JIT: push/pop addressTempRegister.Erik Verbruggen2014-06-051-0/+2
| * Fix opacity issue in the renderer.Gunnar Sletta2014-06-053-5/+98
| * Fix QQuickWidget offscreen surface format and creation orderLaszlo Agocs2014-06-052-16/+10
|/
* Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
* Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-0519-188/+448
* Detect and warn when using QQuickWidget as a native childLaszlo Agocs2014-06-051-0/+6
* Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
* Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* Fix method overload calling of Qt slots from JavaScriptkh12014-06-042-4/+53
* Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-046-3/+322
* Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
* Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-034-2/+22
* Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
* Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
* Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8
* Destroy the FBO in QQuickWidget while a context is currentLaszlo Agocs2014-06-031-2/+2
* Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-033-18/+27
* Dump all received messages if tst_QQmlProfilerService failsUlf Hermann2014-06-021-0/+21
* Disable qmlscene and qmlplugindump when doing static buildsSimon Hausmann2014-06-021-1/+1
* Keep the internal state about the bound fbo up to dateLaszlo Agocs2014-06-021-1/+3
* QNX: Fix qquicktext auto testBernd Weimer2014-05-302-2/+7
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-306-11/+17
* Fix copy and paste errorFrederik Gladhorn2014-05-301-5/+0
* Fix AccessibleAttached property documentationFrederik Gladhorn2014-05-301-55/+102
* Don't add the database before verificationRob Hoelz2014-05-291-1/+1
* Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-293-4/+172
* Fix QSGPlainTexture object leakLiang Jian2014-05-281-0/+1