summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextlayout
Commit message (Expand)AuthorAgeFilesLines
* Enable cursor in ligature test on WindowsEskil Abrahamsen Blomfeldt2019-10-211-0/+5
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-0/+17
|\
| * Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-0/+17
* | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-8/+3
* | Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-041-0/+26
|/
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-0/+18
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+37
|\
| * Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-0/+37
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-0/+57
|\|
| * Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-0/+57
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+33
|\|
| * Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-0/+33
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-8/+1
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
|/
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-1/+6
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-26/+50
|\
| * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-26/+50
* | tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-14/+14
* | high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-301-0/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Skip incompatible QTextLayout tests when dpi-scaling is usedEskil Abrahamsen Blomfeldt2015-01-091-0/+62
* Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+34
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-0/+23
* REG: Fix nbsp in QTextLayoutEskil Abrahamsen Blomfeldt2014-07-081-0/+24
* Fix assert on justification of QTextLine with only spacesEskil Abrahamsen Blomfeldt2014-04-301-0/+15
* Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-141-31/+13
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-55/+55
* tst_QTextLayout: fix unhandled enum value in switch warningMarc Mutz2013-09-161-0/+2
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-131-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-1/+0
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-108/+0
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-0/+108
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-14/+14
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Replace insignificant test with QEXPECT_FAIL.Toby Tomkins2012-07-042-2/+1
* Remove Unicode escape sequence, which MSVC does not support.Friedemann Kleint2012-07-031-15/+1
* Fix capitalization with newline bugYann Bodson2012-07-031-0/+23
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-101-3/+1
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-4/+4
* Marked expected failures in tst_qtextlayout on WindowsRohan McGovern2012-06-011-0/+14
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-0/+440
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-161-3/+40
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-1/+1