summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-0/+29
|\
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-021-1/+50
| |\
| * | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-301-0/+29
* | | Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-0/+26
| |/ |/|
* | QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-0/+49
* | QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-281-1/+1
|/
* Hide better the private API QTextCursor constructorsThiago Macieira2016-01-222-3/+4
* tst_qtextcocumentlayout::blockVisibility - make the test more robustTimur Pocheptsov2016-01-191-1/+1
* Insert leading after each line, not beforeUlf Hermann2015-10-091-0/+12
* Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
* Serialize the capitalization value of QFontAndy Shaw2015-09-151-0/+5
* 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-062-32/+58
|\
| * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-312-32/+58
* | tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3112-568/+573
* | high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-302-0/+3
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-272-6/+6
* | QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-191-4/+4
* | tst_qzip: remove unused init()/cleanup() functionsMarc Mutz2015-06-241-11/+0
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-143-0/+8
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-20/+11
* | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-4/+4
|/
* Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-4/+143
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-0/+115
|\
| * Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-0/+115
* | Fix QTextDocument test when default font is pixel-sizedEskil Abrahamsen Blomfeldt2015-02-171-12/+41
* | Update copyright headersJani Heikkinen2015-02-1126-182/+182
* | Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-231-4/+0
* | QTextDocumentLayout: handle QTextBlock visibilityJ-P Nurmi2015-01-221-0/+42
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-19/+85
|\|
| * Fix QRawFont test when used with bundled FreeTypeEskil Abrahamsen Blomfeldt2015-01-161-19/+23
| * Skip incompatible QTextLayout tests when dpi-scaling is usedEskil Abrahamsen Blomfeldt2015-01-091-0/+62
* | Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-171-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+34
|\|
| * Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+34
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-276-13/+8
|\|
| * QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-246-13/+8
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-0/+12
|\|
| * Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-011-0/+12
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2927-502/+356
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-2426-494/+286
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-234-8/+57
| |\
| | * Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-0/+23
| | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-203-8/+34
| * | Restore -qt-block-indent on <li> elementsAllan Sandfeld Jensen2014-09-181-0/+13
* | | Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-151-15/+50
|/ /
* | Make HarfBuzz-NG the default shaper on all platformsKonstantin Ritt2014-08-201-13/+2
* | Remove some manual qWait and use QTRY_VERIFY instead.Robin Burchell2014-08-181-6/+3
* | tst_QFont: remove unused static functionMarc Mutz2014-07-281-14/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2211-10/+65
|\|