qt6-bb10/tests/auto/widgets/widgets
Laszlo Agocs 4b2f35d04c Dynamic GL: remove exporting symbols
Remove the opengl proxy for now. Later it will either be moved into
a separate library or replaced by a QOpenGLFunctions-based approach.

This means that the -opengl dynamic configuration is not usable
for the time being. The rest of the enablers remain in place.

The convenience function QOpenGLFunctions::isES() is now moved to
QOpenGLContext and is changed to check the renderable type. This is
extremely useful since besides supporting dynamic GL it solves also
the problem of GL_ARB_ES2_compatibility (i.e. it triggers the real ES
path when creating an ES-compatible context with a desktop OpenGL
implementation).

Task-number: QTBUG-36483
Task-number: QTBUG-37172
Change-Id: I045be3fc16e9043e1528cf48e6bf0903da4fa7ca
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
2014-03-04 15:59:05 +01:00
..
qabstractbutton expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qabstractscrollarea QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qabstractslider QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qabstractspinbox QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qbuttongroup QButtonGroup - add buttonToggled signals 2013-08-28 12:15:43 +02:00
qcalendarwidget expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qcheckbox QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qcombobox QComboBox: fix keyboard selection with multiple character strings. 2013-12-04 13:19:57 +01:00
qcommandlinkbutton QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qdatetimeedit WinRT: Fix various test compilations 2013-10-02 12:36:05 +02:00
qdial QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qdialogbuttonbox QDialogButtonBox: add a missing constructor 2013-06-21 19:03:12 +02:00
qdockwidget expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qdoublespinbox expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qfocusframe QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qfontcombobox QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qgroupbox QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qkeysequenceedit QKeySequenceEdit: simplify clear() 2013-11-14 18:59:54 +01:00
qlabel expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qlcdnumber QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qlineedit expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qmainwindow expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qmdiarea Dynamic GL: remove exporting symbols 2014-03-04 15:59:05 +01:00
qmdisubwindow Fix setWindowFlags() for QMdiSubWindow. 2014-02-01 15:50:26 +01:00
qmenu Revert "Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS X" 2014-01-07 18:55:04 +01:00
qmenubar expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qplaintextedit Q(Plain)TextEdit: Add find() overload with QRegExp 2014-01-31 21:51:35 +01:00
qprogressbar QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qpushbutton expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qradiobutton QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qscrollarea QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qscrollbar Stabilize tst_scrollbar. 2014-01-14 22:33:19 +01:00
qsizegrip QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qslider QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qspinbox Merge remote-tracking branch 'origin/stable' into dev 2013-12-16 16:59:33 +01:00
qsplitter Extend QStyle API with a SH_Splitter_OpaqueResize styleHint 2013-08-20 20:09:20 +02:00
qstackedwidget Disabling some concurrency in widget tests 2013-05-10 17:31:52 +02:00
qstatusbar Only emit messageChanged() if the message has actually changed 2013-10-15 13:01:59 +02:00
qtabbar Add useful signals to QTabBar and QTabWidget 2013-08-13 19:28:31 +02:00
qtabwidget Merge remote-tracking branch 'origin/stable' into dev 2014-02-07 13:07:25 +01:00
qtextbrowser QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qtextedit Q(Plain)TextEdit: Add find() overload with QRegExp 2014-01-31 21:51:35 +01:00
qtoolbar QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
qtoolbox expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qtoolbutton Make QToolButtonPrivate::popupTimerDone() more robust 2014-02-12 01:41:15 +01:00
widgets.pro Add QKeySequenceEdit 2013-09-24 10:55:17 +02:00