aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-032-16/+25
| * QQuickWidget: Support drag and dropPaul Olav Tvete2014-05-271-1/+14
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-2/+2
|/
* Don't crash on AndroidPaul Olav Tvete2014-05-211-1/+7
* Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-212-0/+17
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
* Getting the render window of an offscreen windowPaul Olav Tvete2014-04-241-5/+19
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-2/+2
* Doc: Add a module page for Qt Quick WidgetsTopi Reinio2014-03-281-1/+18
* Fix some documentation errors.Friedemann Kleint2014-03-241-2/+2
* 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