summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qfont/tst_qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QEXPECT_FAIL for tests that pass now on AndroidVolker Hilsheimer2021-03-311-3/+0
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-131-2/+2
* tst_qfont: expect failure on font testcase for QEMU ARMv7Samuli Piippo2021-01-221-0/+5
* Replace QtTest headers with QTestDavid Skoland2020-12-221-3/+4
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+6
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-3/+3
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-8/+11
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-17/+12
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-0/+15
* Use OpenType font weightsJonas Karlsson2020-08-281-7/+9
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-5/+5
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-1/+32
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-081-2/+0
* Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-151-16/+1
* Fix font and palette propagation for themed children created at runtimeVolker Hilsheimer2020-02-201-7/+13
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-0/+7
|\
| * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-051-0/+7
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-0/+21
|\|
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-0/+21
* | CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-09-161-2/+2
* | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-0/+4
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-9/+9
|/
* Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-0/+123
* Android: tst_QFont: QEXPECT_FAIL a couple failing checksMårten Nordheim2018-06-301-0/+6
* winrt: Use styleHint as clue for fallbacks for font familiesOliver Wolff2017-06-011-1/+1
* Properly use the "process" featureUlf Hermann2017-02-271-1/+1
* QFont: fix fromString(toString()) when application font has styleNameDavid Faure2017-01-111-0/+14
* tst_qfont: clear style name in test fontDavid Faure2017-01-111-0/+2
* UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-081-1/+0
* Save QFont's style name if presentKonstantin Shegunov2016-08-031-0/+21
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-152/+4
|\
| * Remove dead code from tst_QFont::exactMatch()Eskil Abrahamsen Blomfeldt2016-05-121-145/+0
| * QFont::exactMatch() should return false for aliasesEskil Abrahamsen Blomfeldt2016-05-121-7/+4
* | Autotest tst_qfont can split font familiesTony Sarajärvi2016-03-161-5/+5
|/
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-28/+0
* tests/auto/gui: Remove some placeholder formatting.Friedemann Kleint2015-10-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-1/+6
|\
| * Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
| * Serialize the capitalization value of QFontAndy Shaw2015-09-151-0/+5
* | qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-311-2/+2
|/
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-35/+35
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-231-4/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_QFont: remove unused static functionMarc Mutz2014-07-281-14/+0
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-141-5/+5
|\
| * Android: Prefer "Droid Serif" as default serif fontEskil Abrahamsen Blomfeldt2014-07-101-5/+5
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-34/+0
|\|
| * Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-271-34/+0