summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-0/+14
* Improve tst_QColorSpace::imageConversion64PM testAllan Sandfeld Jensen2021-06-161-8/+17
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-7/+7
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-0/+43
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-032-4/+72
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-021-6/+27
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-1/+104
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-311-11/+1
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-311-1/+1
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-05-302-0/+5
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-0/+72
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-262-8/+35
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-212-12/+25
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-201-0/+15
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-1/+139
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-1/+48
* Move QtX11Extras into QtGui as private APITor Arne Vestbø2021-05-104-0/+401
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+27
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-052-8/+0
* Write out the HTML correctly for nested listsAndy Shaw2021-05-051-0/+58
* Unit test for checking text-decoration in html exportOliver Eftevaag2021-05-051-0/+57
* Export text-decorationAllan Sandfeld Jensen2021-05-051-2/+2
* Test at some Android DPIs in additionMorten Johan Sørvig2021-05-041-4/+9
* Remove setting of Qt 5 high-dpi attributesMorten Johan Sørvig2021-05-041-10/+0
* Extend QT_SCREEN_SCALE_FACTORS testMorten Johan Sørvig2021-05-031-14/+39
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-292-2/+2
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-0/+10
* Add grabber context pointersShawn Rutledge2021-04-282-2/+2
* Android: unblock passing testsAssam Boudjelthia2021-04-273-12/+0
* Fix tst_qicon for fractional dprAllan Sandfeld Jensen2021-04-201-2/+5
* Fix compiler warning on platforms without QRhiNativeHandlesVolker Hilsheimer2021-04-121-1/+1
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-114-55/+55
* BLACKLIST tst_qfont for Red HatHeikki Halmet2021-04-061-0/+2
* Remove QEXPECT_FAIL for tests that pass now on AndroidVolker Hilsheimer2021-03-312-9/+0
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-1/+62
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-301-18/+30
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-291-2/+2
* Skip a tst_QRhi test case with the Android emulatorLaszlo Agocs2021-03-291-0/+3
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-11/+61
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-1/+44
* Port away from deprecated QVariant::typeVolker Hilsheimer2021-03-171-3/+3
* Add auto-test for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2021-03-151-0/+27
* Auto-test some high-dpi env variablesMorten Johan Sørvig2021-03-151-0/+49
* Skip tst_qwindow test when running on WaylandEskil Abrahamsen Blomfeldt2021-03-151-0/+2
* Make tst_shortcut pass on WaylandEskil Abrahamsen Blomfeldt2021-03-111-0/+1
* Skip tst_QOpenGL::glxContext test on WaylandEskil Abrahamsen Blomfeldt2021-03-111-0/+3
* Fix: QBrush autotest failure on Android and WaylandEirik Aavitsland2021-03-111-4/+3
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-091-49/+170