qt6-bb10/tests/auto/widgets/widgets
Laszlo Agocs 2266f51922 Fix incorrect FBO bindings with QOpenGLWidget
QOpenGLContext::defaultFramebufferObject() knows nothing about QOpenGLWidget
and QQuickWidget. The problem is that this function (and others that rely on it)
is expected to give the widget's backing FBO in paintGL() and friends.

To overcome this, we have to provide a way for such widgets that indicate what is
the expected "default fbo".

Task-number: QTBUG-43269
Change-Id: I43f439f8609382b9f7004707ab0ef9f091952b4f
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
2015-03-30 20:48:07 +00:00
..
qabstractbutton Update copyright headers 2015-02-11 06:49:51 +00:00
qabstractscrollarea Update copyright headers 2015-02-11 06:49:51 +00:00
qabstractslider autotests: fix the build in case of QT_NO_WHEELEVENT 2015-03-03 13:30:39 +00:00
qabstractspinbox Update copyright headers 2015-02-11 06:49:51 +00:00
qbuttongroup Update copyright headers 2015-02-11 06:49:51 +00:00
qcalendarwidget Update copyright headers 2015-02-11 06:49:51 +00:00
qcheckbox Update copyright headers 2015-02-11 06:49:51 +00:00
qcombobox autotests: fix the build in case of QT_NO_WHEELEVENT 2015-03-03 13:30:39 +00:00
qcommandlinkbutton Update copyright headers 2015-02-11 06:49:51 +00:00
qdatetimeedit autotests: fix the build in case of QT_NO_WHEELEVENT 2015-03-03 13:30:39 +00:00
qdial Update copyright headers 2015-02-11 06:49:51 +00:00
qdialogbuttonbox Update copyright headers 2015-02-11 06:49:51 +00:00
qdockwidget Update copyright headers 2015-02-11 06:49:51 +00:00
qdoublespinbox Update copyright headers 2015-02-11 06:49:51 +00:00
qfocusframe Update copyright headers 2015-02-11 06:49:51 +00:00
qfontcombobox Update copyright headers 2015-02-11 06:49:51 +00:00
qframe Update copyright headers 2015-02-11 06:49:51 +00:00
qgroupbox Update copyright headers 2015-02-11 06:49:51 +00:00
qkeysequenceedit Update copyright headers 2015-02-11 06:49:51 +00:00
qlabel Update copyright headers 2015-02-11 06:49:51 +00:00
qlcdnumber Update copyright headers 2015-02-11 06:49:51 +00:00
qlineedit Do not emit textEdited on inputMask change 2015-03-27 12:55:57 +00:00
qmainwindow Update copyright headers 2015-02-11 06:49:51 +00:00
qmdiarea Update copyright headers 2015-02-11 06:49:51 +00:00
qmdisubwindow Update copyright headers 2015-02-11 06:49:51 +00:00
qmenu Fixed license headers 2015-02-17 18:46:09 +00:00
qmenubar Update copyright headers 2015-02-11 06:49:51 +00:00
qopenglwidget Fix incorrect FBO bindings with QOpenGLWidget 2015-03-30 20:48:07 +00:00
qplaintextedit Add missing QPlainTextEdit::createStandardContextMenu(QPoint) 2015-02-15 14:25:01 +00:00
qprogressbar Update copyright headers 2015-02-11 06:49:51 +00:00
qpushbutton QAbstractButton: emit released on focus out or disable 2015-03-10 11:35:32 +00:00
qradiobutton Update copyright headers 2015-02-11 06:49:51 +00:00
qscrollarea Update copyright headers 2015-02-11 06:49:51 +00:00
qscrollbar Update copyright headers 2015-02-11 06:49:51 +00:00
qsizegrip Update copyright headers 2015-02-11 06:49:51 +00:00
qslider Update copyright headers 2015-02-11 06:49:51 +00:00
qspinbox Update copyright headers 2015-02-11 06:49:51 +00:00
qsplashscreen Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
qsplitter Update copyright headers 2015-02-11 06:49:51 +00:00
qstackedwidget Update copyright headers 2015-02-11 06:49:51 +00:00
qstatusbar Update copyright headers 2015-02-11 06:49:51 +00:00
qtabbar Update copyright headers 2015-02-11 06:49:51 +00:00
qtabwidget Update copyright headers 2015-02-11 06:49:51 +00:00
qtextbrowser Update copyright headers 2015-02-11 06:49:51 +00:00
qtextedit Update copyright headers 2015-02-11 06:49:51 +00:00
qtoolbar Update copyright headers 2015-02-11 06:49:51 +00:00
qtoolbox Update copyright headers 2015-02-11 06:49:51 +00:00
qtoolbutton Update copyright headers 2015-02-11 06:49:51 +00:00
widgets.pro QFrame: add unit test 2014-11-04 15:31:04 +01:00