summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Don't hide object replacement char except in rich textv6.5.0-beta1Eskil Abrahamsen Blomfeldt2022-12-152-9/+31
* Try to match variant-selector font to preceding characterEskil Abrahamsen Blomfeldt2022-12-121-1/+5
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-112-0/+23
* Detach event points when cloning pointer eventsVolker Hilsheimer2022-12-101-0/+20
* Fix missing text when Harfbuzz fails to shape a substringEskil Abrahamsen Blomfeldt2022-12-051-8/+32
* Don't return a visual glyph for ignorable charactersEskil Abrahamsen Blomfeldt2022-12-051-3/+1
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-251-0/+8
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-191-1/+15
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-3/+3
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-0/+510
* Use SPDX license identifiersLucie GĂ©rard2022-11-151-27/+2
* Android: Skip/blacklist remaining tests for emulator bump to API 24Samuel Mira2022-11-151-0/+4
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-0/+98
* Fix type mismatch compiler warning in tst_QGlyphRunAxel Spoerl2022-11-101-33/+33
* Fix unused variable compiler warning in tst_qpaletteAxel Spoerl2022-11-101-0/+12
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0325-342/+342
* Android: skip tessellation(Vulkan)Assam Boudjelthia2022-10-201-0/+2
* tst_QDoubleValidator::setRangeOverloads(): rename a data rowEdward Welbourne2022-10-181-1/+1
* tst_QFont::serialize(): distinguish two letterspacing data tagsEdward Welbourne2022-10-181-2/+2
* tst_QPainter::blendARGBonRGB(): rename some data rowsEdward Welbourne2022-10-181-8/+8
* tst_QPainterPath::testNaNandInfinites(): anticipate the warningsEdward Welbourne2022-10-181-3/+30
* tst_QPainterPath::testArcMoveTo(): include index in some data tagsEdward Welbourne2022-10-181-8/+8
* tst_QPainterPath::contains_QRectF(): rename some data rowsEdward Welbourne2022-10-181-3/+3
* tst_QImage::reinterpretAsFormat(): deduplicate a data tagEdward Welbourne2022-10-181-1/+1
* tst_QImage::mirrored(): deduplicate some data row namesEdward Welbourne2022-10-181-6/+6
* tst_QImageReader::preserveTexts(): deduplicate data tagsEdward Welbourne2022-10-181-11/+23
* tst_QKeySequence::parseString_data(): drop duplicated rowsEdward Welbourne2022-10-181-4/+0
* tests: skip tst_QTouchEvent::multiPointRawEventTranslationOnTouchPad() on Way...Liang Qi2022-10-141-0/+5
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-0/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-9/+9
* Fix tst_QQuaternion's duplicate test tagsEdward Welbourne2022-10-111-25/+9
* Revert "tests: XFAIL tst_QOpenGL::bufferMapRange() on Wayland"Liang Qi2022-10-071-2/+0
* Revert "tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()"Liang Qi2022-10-071-2/+0
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-2/+14
* Port from container.count()/length() to size()Marc Mutz2022-10-0427-290/+290
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-0/+57
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-293-0/+311
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-2/+2
* Fix setScaledClipRect autotest for reading SVG formatEirik Aavitsland2022-09-271-2/+5
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-231-28/+0
* Fix signed/unsigned comparison warning in shader testEdward Welbourne2022-09-221-1/+1
* tst_qtnoeventloop: add missing overrideJohannes Kauffmann2022-09-201-1/+2
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-201-0/+28
* Fix flaky FP32x4 testAllan Sandfeld Jensen2022-09-161-0/+1
* tst_qmatrixnxn: port away from deprecated APIsIvan Solovev2022-09-062-55/+105
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-051-0/+37
* Fix tst_QWindow::requestUpdate on WaylandEskil Abrahamsen Blomfeldt2022-09-051-7/+9
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-022-68/+64
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-0118-0/+311
* tst_qguiapplication: guard the usage of deprecated signalsIvan Solovev2022-08-302-3/+10