summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text
Commit message (Expand)AuthorAgeFilesLines
* test: Remove Q_WS_X11 from tst_QTextScriptEngineKonstantin Ritt2012-11-111-319/+226
* QFontEngineMulti: Fix possible crash in stringToCMap()Konstantin Ritt2012-10-292-1/+35
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-8/+8
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-192-0/+44
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-181-0/+19
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-151-0/+45
* QGlyphRun: Fix isEmpty() and boundingRect() didn't work after setRawData()Konstantin Ritt2012-10-131-0/+46
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-108/+0
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-101-1/+3
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-0/+108
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2225-600/+600
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-14/+14
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+14
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-271-8/+12
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-202-0/+16
* Auto test for passing QTextEdit as QSyntaxHighlighter parentJ-P Nurmi2012-08-182-1/+20
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0124-0/+24
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-1/+1
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-162-11/+9
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-0/+29
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Color transparency support in html import/exportAlexey Chernov2012-07-102-0/+123
* 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
* tst_qtextscriptengine: make it compilable under MSVC2010Debao Zhang2012-06-261-2/+6
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-101-3/+1
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-081-1/+1
* Make qfont autotest build without widgetsKent Hansen2012-06-082-4/+11
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-4/+4
* Make qtexttable autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qtextdocumentlayout autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qtextobject autotest build without widgetsKent Hansen2012-06-072-1/+8
* Marked expected failures in tst_qtextlayout on WindowsRohan McGovern2012-06-011-0/+14
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2817-0/+17
* Fixed unused function warning in qtextdocumentfragment test.Mitch Curtis2012-05-281-18/+0
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-221-1/+1
* 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-164-3/+55
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-161-5/+0
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-043-18/+18
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-1/+1
* Fix QRawFont autotest in WindowsMiikka Heikkinen2012-04-252-3/+10
* Start running some disabled tests again on Mac OS.Jason McDonald2012-04-232-4/+2
* QTextLayout::d is privateGirish Ramakrishnan2012-04-231-1/+1
* Remove insignification of QStaticText test on Mac OS X.Jason McDonald2012-04-191-2/+0
* Re-enable QTextScriptEngine test.Jason McDonald2012-04-192-2/+4
* Re-enable QFontDatabase test on Mac OS X.Jason McDonald2012-04-192-3/+4
* Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-101-18/+42
* Harfbuzz-thai - fix buffer overflow when setting item attributesJohn Tapsell2012-04-021-1/+23