summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add API to provide user-defined fallback fontsEskil Abrahamsen Blomfeldt2024-04-181-1/+122
* gui/text: use const methods moreAnton Kudryavtsev2023-09-091-4/+4
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-181-1/+1
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-2/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* Add some more logging to QFontDatabaseTor Arne Vestbø2022-08-211-0/+7
* Don't assume that QtFontFamily::ensurePopulated() will populateTor Arne Vestbø2022-08-191-12/+17
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-151-1/+13
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-24/+25
* QFontDatabase: Clear font cache before emitting fontDatabaseChangedTor Arne Vestbø2022-04-231-2/+2
* QFontDatabase: Allow partially populating the font databaseTor Arne Vestbø2022-04-221-16/+24
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-8/+8
* QFontDatabase: Simplify and standardize emit of fontDatabaseChanged signalTor Arne Vestbø2022-04-071-2/+2
* QFontDatabase: Add internal documentation for QFontDatabasePrivateTor Arne Vestbø2022-04-071-0/+50
* QFontDatabase: Track empty slots in application font list via file nameTor Arne Vestbø2022-04-071-4/+3
* QFontDatabase: Move registration of platform application fonts into call sitesTor Arne Vestbø2022-04-071-11/+9
* QFontDatabase: Make match/bestFoundry/load(Single)Engine part of QFontDatabas...Tor Arne Vestbø2022-04-071-15/+8
* Flush font cache when we load new application fontsEskil Abrahamsen Blomfeldt2022-04-011-2/+8
* QFontDatabase: Use more explicit function name for clearing familiesTor Arne Vestbø2022-03-311-2/+12
* QFontDatabase: Move writing_system_sample() into only callerTor Arne Vestbø2022-03-311-79/+76
* QFontDatabase: Remove un-needed load() functionTor Arne Vestbø2022-03-311-33/+2
* QFontDatabase: Centralize initialization in ensureFontDatabase()Tor Arne Vestbø2022-03-311-26/+10
* QFontDatabase: Replace privateDb Q_GLOBAL_STATIC with instance() accessorTor Arne Vestbø2022-03-311-28/+27
* QFontDatabase: Remove unused createDatabase() functionTor Arne Vestbø2022-03-311-3/+0
* Revert "Avoid populating font family aliases if family matched"Tor Arne Vestbø2022-03-291-15/+9
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* Add styleName to debug outputNiklas Wenzel2022-03-111-2/+4
* Avoid crash on app startup if the default font family is emptyLars Knoll2022-01-031-3/+6
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-061-1/+13
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* Add const to read only local variablesOliver Eftevaag2021-11-011-2/+2
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-1/+1
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-5/+14
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-1/+11
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-111-6/+12
* Fix compilation error when LTTng enabledHyungchan Kim2021-03-251-2/+2
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-211-0/+6
* Remove debug outputEskil Abrahamsen Blomfeldt2021-01-201-1/+0
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-32/+16
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-26/+25
* QFontDatabase: fix a uint->int implicit conversionGiuseppe D'Angelo2020-10-191-2/+2
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-051-0/+1
* Doc: Compile qfontdatabase snippetsPaul Wicking2020-08-281-2/+1