summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-241-0/+2
|\
| * QtGui: includemocsMarc Mutz2022-05-061-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-111-9/+3
|\|
| * QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-9/+26
|\|
| * Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-121-3/+1
| * Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-231-5/+14
| * Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-241-1/+11
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-5/+24
|\|
| * Fix mapping between Han and other CJK scriptsEskil Abrahamsen Blomfeldt2021-07-011-5/+24
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-6/+12
|\|
| * Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-221-6/+12
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-1/+3
|\|
| * Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
* | Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-221-20/+20
|/
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-02-021-0/+6
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-281-20/+20
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-061-0/+1
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-25/+25
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+2
|\
| * QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
* | CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-081-1/+1
* | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-3/+3
* | Improve performance when loading application fontsEskil Abrahamsen Blomfeldt2019-06-281-13/+8
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-1/+2
| |\
| | * Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
* | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-231-0/+7
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-32/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-32/+20
| |\ \ | | |/ | |/|
| | * Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-32/+20
* | | Revert "Fix font matching of typographic families on Windows"Eskil Abrahamsen Blomfeldt2019-04-091-7/+0
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-3/+3
* | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-04-041-0/+7
|/ /
* | Check if the string inside the families list is empty and not the listAndy Shaw2018-11-141-1/+1
* | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-26/+28
|/
* Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-4/+4
* macOS: Fix stretch of condensed fonts with NoFontMergingEskil Abrahamsen Blomfeldt2018-05-041-1/+0
* Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
* Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-0/+35
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+35
| |\
| | * CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
* | | doc: Remove unneeded \fn commandsMartin Smith2018-01-121-0/+7
|/ /
* | Fix synchronization error when matching font with empty familyEskil Abrahamsen Blomfeldt2017-09-251-1/+9
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* QFontDatabase: Output family in warning about missing Open Type supportFriedemann Kleint2017-07-271-2/+4