aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create proper offscreen surface the first timePaul Olav Tvete2015-11-271-3/+5
* 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
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* | 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
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\|
| * Consistently use the override keywordThiago Macieira2015-07-191-2/+2
* | 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-042-1/+12
* | 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
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-1/+2
* | 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-222-2/+48
|\|
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-161-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-1/+1
| | |\
| | | * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-141-1/+1
| * | | Support sRGB for text with QQuickWidgetLaszlo Agocs2015-04-161-0/+21
| |/ /
| * | Match the offscreen windows position to the QQuickWidget position.Christian Strømme2015-04-132-1/+26
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-132-1/+22
|\| |
| * | QQuickWidget: expose the underlying QQuickWindowGiuseppe D'Angelo2015-03-272-0/+21
| * | Fix flushing QQuickWidgetLaszlo Agocs2015-03-261-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-171-1/+2
|\| |
| * | Add missing flush for multisampled QQuickWidgetLaszlo Agocs2015-03-091-1/+2
* | | QQuickView/QQuickWidget: Improve diagnostics message for non-QQuickItem root ...Robin Burchell2015-02-231-5/+2
* | | QQuickView/QQuickWidget: Improve diagnostics for using a QWindow as a base it...Robin Burchell2015-02-231-0/+4
* | | QQuickView/QQuickWidget: Report an error if rootObject ends up null.Robin Burchell2015-02-231-0/+7
|/ /
* | Update copyright headersJani Heikkinen2015-02-124-28/+28
* | Implement dnd support in QQuickWidget differentlyLaszlo Agocs2015-02-112-15/+43
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-162-0/+10
|\|
| * Input method support for QQuickWidgetPaul Olav Tvete2014-12-112-0/+10
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-3/+1
|\|
| * Remove unnecessary doneCurrent in QQuickWidgetLaszlo Agocs2014-10-231-2/+0
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-092-36/+46
|\|
| * Recreate the fbo on screen change in QQuickWidget when neededLaszlo Agocs2014-09-232-29/+34