aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Support sRGB for text with QQuickWidgetLaszlo Agocs2015-04-161-0/+21
| * Match the offscreen windows position to the QQuickWidget position.Christian Strømme2015-04-131-1/+25
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-131-1/+20
|\|
| * QQuickWidget: expose the underlying QQuickWindowGiuseppe D'Angelo2015-03-271-0/+19
| * 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-121-7/+7
* Implement dnd support in QQuickWidget differentlyLaszlo Agocs2015-02-111-15/+36
* Input method support for QQuickWidgetPaul Olav Tvete2014-12-111-0/+8
* Remove unnecessary doneCurrent in QQuickWidgetLaszlo Agocs2014-10-231-2/+0
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-1/+1
* Recreate the fbo on screen change in QQuickWidget when neededLaszlo Agocs2014-09-231-29/+33
* Add a note about winId() to QQuickWidgetLaszlo Agocs2014-09-171-0/+5
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-7/+7
* Enhance QQuickWidget docs regarding transparencyLaszlo Agocs2014-09-101-4/+20
* QQuickWidget: Keep the offscreen quick window size in syncLaszlo Agocs2014-08-291-7/+9
* Fix not having a context when making a QQuickWidget visible againLaszlo Agocs2014-08-271-9/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Avoid creating fbo with zero size in QQuickWidgetLaszlo Agocs2014-08-221-0/+5
* Fix flicker when showing QQuickWidgetLaszlo Agocs2014-08-141-4/+22
* Propagate the accepted flag back in QQuickWidget mouse handlersLaszlo Agocs2014-08-141-0/+4
* QQuickWidget: resolve samples also when rendering is triggered from resizeLaszlo Agocs2014-08-141-1/+6
* Reinitialize in QQuickWidget properly after hide and showLaszlo Agocs2014-08-141-22/+29
* Add QQuickWidget::setClearColor()Laszlo Agocs2014-08-131-0/+19
* Finish render() support for QQuickWidgetLaszlo Agocs2014-08-111-6/+10
* Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-071-6/+6
* Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-051-2/+2
* 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-011-0/+15
* Make QQuickRenderControl publicLaszlo Agocs2014-06-241-13/+14
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-21/+52
|\
| * 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-061-5/+27
| * Fix QQuickWidget offscreen surface format and creation orderLaszlo Agocs2014-06-051-15/+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-041-20/+41
|\|
| * 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-031-16/+24
| * QQuickWidget: Support drag and dropPaul Olav Tvete2014-05-271-1/+14
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-2/+2
|/