summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-052-5/+4
|\
| * Windows: Fix high-dpi text renderingEskil Abrahamsen Blomfeldt2016-11-041-0/+4
| * remove bogus freetype dependency stuffOswald Buddenhagen2016-11-011-5/+0
* | Don't disable CoreText on watchOS Simulator (take 2)Jake Petroules2016-11-031-4/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0218-23/+5672
|\|
| * Windows QPA: Do not use QSettings to access the registryFriedemann Kleint2016-10-283-4/+29
| * Move Windows font DB and engines to QtFontDatabaseSupportGabriel de Dietrich2016-10-2812-0/+5614
| * rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-154-4/+3
| * create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-153-3/+14
| * get rid of Q_FONTCONFIGDATABASE defineOswald Buddenhagen2016-10-151-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-134-10/+10
|\|
| * Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-062-7/+7
| * convert apparently forgotten QT_CONFIG/fontconfig reference to qtConfig()Oswald Buddenhagen2016-10-041-1/+1
| * clean up freetype conditionalsOswald Buddenhagen2016-10-041-1/+1
| * fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-041-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-1/+7
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+7
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+7
| | |\
| | | * Fix Myanmar text with some fontsEskil Abrahamsen Blomfeldt2016-09-231-1/+7
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-152-1/+8
|\| | |
| * | | Do not force the default fontconfig configurationAllan Sandfeld Jensen2016-09-042-1/+8
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-313-4/+5
|\| | |
| * | | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-263-4/+5
* | | | Don't disable CoreText on watchOS SimulatorJake Petroules2016-08-252-1/+11
|/ / /
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-227-39/+55
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-193-15/+14
| * | | Cleanup QT_NO_FONTCONFIG usageLars Knoll2016-08-192-3/+1
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-3/+3
| * | | QCoreTextFontEngine: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-121-17/+10
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-3/+29
| |\| |
| | * | Fix registered style name of sub-familiesAllan Sandfeld Jensen2016-08-031-1/+0
| | * | Register sub-families as separate fontsAllan Sandfeld Jensen2016-08-021-3/+30
* | | | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-152-0/+14
* | | | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-24/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-24/+3
| |\|
| | * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-063-24/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+6
| |\|
| | * UIKit: Don't populate font families with no matching fontsTor Arne Vestbø2016-06-141-0/+6
* | | Fix tvOS buildMike Krus2016-06-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-2/+2
|\| |
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-2/+2
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-042-177/+79
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-232-12/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-12/+55
| |\|
| | * Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
| | * Fix crash when using QRawFont with FreeType on OS X.Jake Petroules2016-05-061-1/+1
| | * Reorder negative font weight checks in qtWeightFromCFWeight.Jake Petroules2016-05-051-4/+4
* | | Add support for Apple tvOSMike Krus2016-05-175-12/+12