aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* QQuickWidget: Fix SizeViewToRootObjectPaul Olav Tvete2014-03-192-14/+10
* Set correct FBO size for devicePixelRatio != 1Morten Johan Sørvig2014-03-191-1/+1
* Add surface format to QQuickWidget.Laszlo Agocs2014-03-183-3/+55
* Move Qt Quick Widgets example and document itTopi Reinio2014-03-141-1/+1
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-133-1/+46
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-121-5/+3
* Doc: Fix issues in QQuickWidget documentationTopi Reinio2014-03-111-14/+19
* QQuickWidget: handle resize to empty sizePaul Olav Tvete2014-03-102-0/+15
* QQuickWidget: handle windowChangePaul Olav Tvete2014-03-072-5/+28
* QQuickWidget: make sure to use the proper GL formatPaul Olav Tvete2014-03-072-19/+14
* QQuickWidget: handle hide and show events properlyPaul Olav Tvete2014-02-281-4/+13
* Add double-click to QQuickWidgetUlf Hermann2014-02-252-0/+16
* Add touch and wheel events to QQuickWidgetLaszlo Agocs2014-02-212-1/+34
* Fix missing depth and stencil buffer in QQuickWidgetLaszlo Agocs2014-02-211-2/+12
* Avoid extra platformwindows with QQuickWidgetLaszlo Agocs2014-02-211-8/+24
* Update QQuickWidget docs and changelogLaszlo Agocs2014-02-201-5/+15
* Properly export QQuickProfilerUlf Hermann2014-02-171-4/+0
* Introducing QQuickWidgetLars Knoll2014-02-175-0/+1109