| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-11-06 | 1 | -0/+1 |
| |\ |
|
| | * | Software Adaptation: Fix QQuickWidget when moving between screens | Andy Nichols | 2017-10-17 | 1 | -0/+1 |
| * | | Replace Q_DECL_OVERRIDE with override | Kevin Funk | 2017-09-25 | 1 | -3/+3 |
| |/ |
|
| * | Make keyboard events work in QQuickWidget | Laszlo Agocs | 2017-03-29 | 1 | -2/+0 |
| * | Get rid of most QT_NO_FOO usages | Lars Knoll | 2016-11-29 | 1 | -2/+2 |
| * | Quick: Do not calculate the difference in a geometryChange | Erik Verbruggen | 2016-11-10 | 1 | -1/+1 |
| * | QML: Pass the kind of geometry change around | Erik Verbruggen | 2016-07-11 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-06-30 | 1 | -1/+2 |
| |\ |
|
| | * | Lazy create QmlEngine on accessing rootContext | Allan Sandfeld Jensen | 2016-06-27 | 1 | -2/+2 |
| | * | Create QmlEngine lazy in case one is not needed | Allan Sandfeld Jensen | 2016-06-24 | 1 | -0/+1 |
| * | | Enable QQuickWidget for no-OpenGL builds | Allan Sandfeld Jensen | 2016-06-24 | 1 | -0/+7 |
| * | | QQuickWidget: Partial update support with software rendering | Andy Nichols | 2016-04-20 | 1 | -0/+1 |
| * | | QQuickWidget: Enable use with software renderer backend | Andy Nichols | 2016-04-20 | 1 | -0/+3 |
| |/ |
|
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing "We mean it" comments to private headers. | Friedemann Kleint | 2015-10-06 | 1 | -0/+11 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Ulf Hermann | 2015-08-18 | 1 | -2/+2 |
| |\ |
|
| | * | Consistently use the override keyword | Thiago Macieira | 2015-07-19 | 1 | -2/+2 |
| * | | Avoid multisampled contexts in QQuickWidget | Laszlo Agocs | 2015-08-04 | 1 | -0/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Liang Qi | 2015-04-16 | 1 | -1/+1 |
| |\ |
|
| | * | Use qt_subtract_from_timeout instead of duplicating qt_timeout_value | Daniel Teske | 2015-04-14 | 1 | -1/+1 |
| * | | Match the offscreen windows position to the QQuickWidget position. | Christian Strømme | 2015-04-13 | 1 | -0/+1 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| |/ |
|
| * | Input method support for QQuickWidget | Paul Olav Tvete | 2014-12-11 | 1 | -0/+2 |
| * | Recreate the fbo on screen change in QQuickWidget when needed | Laszlo Agocs | 2014-09-23 | 1 | -0/+1 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Finish render() support for QQuickWidget | Laszlo Agocs | 2014-08-11 | 1 | -0/+1 |
| * | Rename QQuickRenderControl::stop() to invalidate() | Laszlo Agocs | 2014-08-07 | 1 | -1/+1 |
| * | Add support for multisampling in QQuickWidget | Laszlo Agocs | 2014-06-06 | 1 | -0/+1 |
| * | Fix QQuickWidget offscreen surface format and creation order | Laszlo Agocs | 2014-06-05 | 1 | -1/+0 |
| * | Fix QQuickWidget cleanup and invalidation sequence | Laszlo Agocs | 2014-06-03 | 1 | -0/+1 |
| * | QQuickWidget: Fix SizeViewToRootObject | Paul Olav Tvete | 2014-03-19 | 1 | -1/+1 |
| * | Add surface format to QQuickWidget. | Laszlo Agocs | 2014-03-18 | 1 | -0/+1 |
| * | Consolidate context creation failure handling in Quick. | Friedemann Kleint | 2014-03-13 | 1 | -0/+1 |
| * | QQuickWidget: handle resize to empty size | Paul Olav Tvete | 2014-03-10 | 1 | -0/+1 |
| * | QQuickWidget: handle windowChange | Paul Olav Tvete | 2014-03-07 | 1 | -1/+3 |
| * | QQuickWidget: make sure to use the proper GL format | Paul Olav Tvete | 2014-03-07 | 1 | -0/+2 |
| * | Introducing QQuickWidget | Lars Knoll | 2014-02-17 | 1 | -0/+117 |