summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qopenglwidget/tst_qopenglwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Android: SKIP cases failing on Android 12 CI with 16GB RAM"Assam Boudjelthia2024-04-051-4/+0
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Refine the rhi-based flush logicLaszlo Agocs2023-06-011-5/+55
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-2/+1
* Handle device loss for texture widgetsDavid Redondo2023-03-171-0/+46
* Android: SKIP cases failing on Android 12 CI with 16GB RAMRami Potinkara2023-02-201-0/+4
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-141-32/+125
* Stabilize flakiness in tst_QOpenGLWidgetAxel Spoerl2022-11-081-41/+52
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-7/+7
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-0/+26
* Try re-enabling test on WaylandEskil Abrahamsen Blomfeldt2022-07-141-2/+0
* Skip test which depends on window activations on WaylandEskil Abrahamsen Blomfeldt2022-07-131-2/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Android: skip few tst_qopenglwidget tests that crash on CIAssam Boudjelthia2022-04-021-1/+31
* Android: skip crashing tests tst_QOpenglWidget::clearAndResizeAndGrab()Assam Boudjelthia2022-03-301-0/+3
* Exercise reparenting more in QOpenGLWidget autotestLaszlo Agocs2022-03-171-1/+65
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+25
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-011-1/+2
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-9/+5
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-3/+0
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-221-0/+10
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-3/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Move QOpenGLWidget from QtOpenGL to its own moduleJohan Klokkhammer Helsing2020-02-181-1/+1
* | Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-121-1/+1
|/
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+6
* Windows: Fix some widget tests to pass on High DPI screensFriedemann Kleint2019-08-231-0/+3
* Fix crash when combining QOpenGLWidget, QStaticText and Qt QuickEskil Abrahamsen Blomfeldt2018-08-241-0/+54
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-21/+21
|\
| * Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-21/+21
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-8/+8
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+31
|\
| * Fix moving a hidden QOpenGLWidget to another windowSérgio Martins2017-07-021-0/+31
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-0/+2
|\|
| * Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-0/+2
* | Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-081-0/+70
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+10
|\|
| * Skip testing of QOpenGLWidget on platforms that don't support itSami Nurmenniemi2017-04-041-0/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-0/+7
|\|
| * Set default fbo redirect correctly for QOpenGLWidget viewportsLaszlo Agocs2017-03-181-0/+7
* | Add support for custom texture format in QOpenGLWidgetLaszlo Agocs2017-02-261-0/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+133
|\
| * Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+133
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-2/+72
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-2/+2