summaryrefslogtreecommitdiff
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2022-01-141-2/+9
* Add a markdown writer test for a checklist item ending with `code`Shawn Rutledge2022-01-131-0/+29
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-131-3/+6
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-221-0/+41
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-0/+39
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-031-1/+60
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-021-0/+28
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-0/+60
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-11-262-17/+45
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-11-221-1/+7
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-201-0/+14
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-0/+7
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-231-1/+1
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-241-3/+24
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-0/+31
* Avoid overflow in text layoutEirik Aavitsland2021-06-221-0/+14
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-021-8/+28
* Write out the HTML correctly for nested listsAndy Shaw2021-05-271-0/+58
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-04-121-1/+11
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-241-11/+61
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-2/+8
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-181-0/+119
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-7/+31
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-0/+16
* Avoid overflow in text layoutEirik Aavitsland2021-02-031-0/+13
* QInputControl: accept surrogate category characterLiang Qi2021-02-021-0/+46
* Blacklist failing tests for WinRTFriedemann Kleint2021-01-211-0/+4
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-071-1/+11
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-0/+8
* [Android] Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-181-9/+0
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-161-2/+3
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-064-0/+91
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-0/+15
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-0/+24
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-10-011-1/+0
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-10/+10
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-0/+38
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-151-0/+3
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-141-3/+3
* Fix buffer overflowRobert Loehning2020-07-102-0/+9
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-082-0/+106
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-072-0/+73
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-242-3/+3
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* 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
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112