aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-271-5/+7
| * | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-241-12/+16
* | | Handle AA_ShareOpenGLContexts consistently in QQuickWidgetLaszlo Agocs2016-06-291-0/+25
* | | Make QQuickWidget honor QQuickWindow::isPersistentSceneGraphLaszlo Agocs2016-06-281-6/+25
* | | Enable QQuickWidget for no-OpenGL buildsAllan Sandfeld Jensen2016-06-241-3/+33
* | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-1/+1
* | | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-241-4/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-3/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-3/+7
| | |\|
| | | * QQuickWidget: update() when resetting updatePending in showEvent()Ulf Hermann2016-05-171-3/+7
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-071-4/+1
|\| | |
| * | | Introduce delegating constructors.Friedemann Kleint2016-05-061-4/+1
* | | | QQuickWidget: Partial update support with software renderingAndy Nichols2016-04-201-6/+20
* | | | QQuickWidget: Enable use with software renderer backendAndy Nichols2016-04-201-70/+154
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-1/+3
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-1/+3
| |\| |
| | * | Add a note saying that QQuickWidget::rootObject can return nullAlbert Astals Cid2016-04-041-1/+3
* | | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-0/+4
|/ / /
* / / Remove Windows CE.Friedemann Kleint2016-03-101-2/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Rewrite inspector serviceUlf Hermann2016-01-121-8/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-7/+16
|\|
| * Fix crash when grabbing a QQuickWidget before it is shown.Friedemann Kleint2015-12-151-6/+7
| * QQuickWidget: Update position of offscreen window in show().Friedemann Kleint2015-12-151-0/+1
| * Make QQuickWidget update inside a proxy widgetLaszlo Agocs2015-12-081-1/+8
* | QSGRenderLoop: Remove the exhaust delay timer.Robin Burchell2015-12-071-0/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-3/+5
|\|
| * Create proper offscreen surface the first timePaul Olav Tvete2015-11-271-3/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-1/+36
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-1/+6
| |\
| | * Doc: added documentation to undocumented functionsNico Vertriest2015-11-021-1/+6
| * | QQuickWidget: Emulate visibility for offscreen windowUlf Hermann2015-11-161-0/+30
* | | QmlProfiler: Collect useful input eventsUlf Hermann2015-10-301-7/+14
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+6
|\|
| * Assert that context exists in QQuickWidgetPrivate::renderRobert Loehning2015-09-221-0/+2
| * Don't try to render directly without context in showEventRobert Loehning2015-09-221-1/+4
* | Fix up flawed TranslucentBackground usage in docs and examplesLaszlo Agocs2015-09-281-5/+6
* | QQuickWidget: do not render when there is no fbo due to no sizeLaszlo Agocs2015-09-081-0/+5
* | QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-031-1/+1
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-5/+7
* | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-2/+2
* | Avoid multisampled contexts in QQuickWidgetLaszlo Agocs2015-08-041-1/+10
* | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-3/+3
* | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-2/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-1/+8
|\|
| * Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-031-1/+8
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-3/+13
|\|
| * Fix flickering when QQuickWidget becomes visibleJoni Poikelin2015-06-011-1/+1
| * Create contexts and pbuffers with the correct screen in QQuickWidgetLaszlo Agocs2015-05-121-2/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+46
|\|