aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault on certain resize patterns in QQuickWidgetLaszlo Agocs2014-07-071-1/+8
* Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-012-0/+19
* Make QQuickRenderControl publicLaszlo Agocs2014-06-241-13/+14
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-132-22/+53
|\
| * Set StrongFocus on QQuickWidgetLaszlo Agocs2014-06-131-0/+3
| * Drag&Drop support for child items in QQuickWidgetPaul Olav Tvete2014-06-101-1/+6
| * Add support for multisampling in QQuickWidgetLaszlo Agocs2014-06-062-5/+28
| * Fix QQuickWidget offscreen surface format and creation orderLaszlo Agocs2014-06-052-16/+10
| * Detect and warn when using QQuickWidget as a native childLaszlo Agocs2014-06-051-0/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-042-20/+42
|\|
| * Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-031-1/+1
| * Destroy the FBO in QQuickWidget while a context is currentLaszlo Agocs2014-06-031-2/+2
| * 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