summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-4/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-5/+5
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-1/+1
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-11/+28
* Begin writing tst_QInputDevice autotestShawn Rutledge2020-06-185-0/+103
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-163-60/+58
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-2/+9
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-101-0/+8
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-083-206/+206
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-082-13/+6
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* Move some flaky text tests into LancelotEskil Abrahamsen Blomfeldt2020-06-082-243/+0
* Remove winrtOliver Wolff2020-06-0635-121/+35
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-051-0/+1
* CMake: Fix tst_qclipboard test on macOSAlexandru Croitor2020-06-044-14/+8
* Use QByteArray instead of QStringJonas Karlsson2020-06-031-19/+19
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-0/+38
* Make tst_QTextLayout::textWidthVsWIdth() more robustEskil Abrahamsen Blomfeldt2020-05-291-0/+15
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+20
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-114/+114
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* Blacklist imageAtRightAlignedTab in CentOSHeikki Halmet2020-05-251-0/+1
* Blacklist tst_qfont tests on new platformsTony Sarajärvi2020-05-251-0/+6
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-8/+4
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-0/+1
|\
| * Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-151-16/+1
* | Remove autotest for codecForHtmlLars Knoll2020-05-141-11/+0
* | Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-37/+0
* | rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-19/+140
* | Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-073-20/+12
* | Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-061-72/+0
* | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-0/+37
* | Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-051-0/+17
* | Fix QTextDocumentLayout test with certain fontsEskil Abrahamsen Blomfeldt2020-05-041-1/+3
* | Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-293-65/+0
* | Port qtbase/tests/auto/gui/painting to CMakeSona Kurazyan2020-04-2712-16/+449
* | Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-273-56/+0
* | rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+267
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-223-3/+28
|\|
| * Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-203-6/+6
| * Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-202-0/+25
* | Always encode HTML as utf-8Lars Knoll2020-04-211-5/+6
* | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-5/+5
* | Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-161-2/+3
* | Run those autotests with cmakeLars Knoll2020-04-152-1/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-51/+68
|\|
| * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-51/+68
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1