aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrendercontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+4
|\
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-0/+4
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-1/+0
|/
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-0/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-121-1/+15
* Do not send deferred deletes from QQuickRenderControl::invalidate()Laszlo Agocs2014-11-181-1/+4
* Fix render control docsLaszlo Agocs2014-11-171-1/+9
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-071-4/+4
* Invalidate the scenegraph properly in the rendercontrol's stop()Laszlo Agocs2014-07-291-11/+10
* Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-011-0/+2
* Make QQuickRenderControl publicLaszlo Agocs2014-06-241-84/+155
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-2/+21
|\
| * Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-031-0/+19
| * Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-031-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-1/+31
|\|
| * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-241-0/+30
| * Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-201-1/+1
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-0/+3
|/
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-121-3/+3
* QQuickWidget: handle hide and show events properlyPaul Olav Tvete2014-02-281-0/+20
* Avoid extra platformwindows with QQuickWidgetLaszlo Agocs2014-02-211-3/+7
* Introducing QQuickWidgetLars Knoll2014-02-171-0/+224