summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qrawfont/tst_qrawfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Adapt QRawFont to use QFont::TagVolker Hilsheimer2023-10-201-7/+9
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-3/+24
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-14/+9
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-8/+8
* Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrderMårten Nordheim2018-06-301-0/+3
* CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-071-0/+39
* CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
* Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-1/+1
* Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-151-2/+28
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Fix kerned advances in QRawFont on OS X and WindowsEskil Abrahamsen Blomfeldt2015-11-251-0/+34
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-19/+23
|\
| * Fix QRawFont test when used with bundled FreeTypeEskil Abrahamsen Blomfeldt2015-01-161-19/+23
* | Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-171-1/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-0/+5
|\
| * Windows: Fix another crash when creating QRawFont from invalid dataEskil Abrahamsen Blomfeldt2014-05-281-0/+5
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-0/+11
|\|
| * Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+11
* | QNX: Make qrawfont auto test passBernd Weimer2014-03-141-18/+21
|/
* Revert "test: Mark tst_QRawFont::fromFont() as XFAIL"Liang Qi2013-09-201-4/+0
* test: Mark tst_QRawFont::fromFont() as XFAILSergio Ahumada2013-08-061-0/+4
* Fixed qrawfont auto testBernd Weimer2013-06-251-4/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-151-0/+45
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-161-0/+3
* Fix QRawFont autotest in WindowsMiikka Heikkinen2012-04-251-1/+10
* Un-guard a QRawFont autotest.Pierre Rossi2012-02-031-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/guiBradley T. Hughes2012-01-181-2/+2
* Changed qrawfont unittest to work from installation directory.Kurt Korbatits2012-01-161-30/+43
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-2/+2
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-231-17/+0
* Moved gui autotests into new directory structureJo Asplin2011-09-011-0/+897