summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QFont: don't detach the families list in family()Thiago Macieira2022-06-271-1/+1
* QFont: remove support for comma split setFamily()Janne Juntunen2022-06-171-12/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-7/+7
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-151-7/+1
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-3/+3
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* gui: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-011-15/+26
* Undeprecate QFont(QString) since this is still useful for manyAndy Shaw2021-08-111-4/+0
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-4/+7
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-4/+4
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-10/+0
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-0/+2
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+2
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+4
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-60/+96
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-2/+2
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-5/+5
* Add deprecated accessors for legacy font weightEskil Abrahamsen Blomfeldt2020-11-031-0/+62
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-6/+23
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-2/+2
* Use OpenType font weightsJonas Karlsson2020-08-281-27/+84
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-2/+2
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-4/+17
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-081-4/+0
* Make the QFontCache size configurableMartin Jansa2020-06-081-2/+4
* Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-151-140/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+10
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-1/+10
| |\
| | * Doc: Describe updating fonts with substitutes5.14Leena Miettinen2020-04-241-1/+10
* | | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
|/ /
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | Deprecate QFont::ForceIntegerMetrics and QFont::OpenGLCompatibleEskil Abrahamsen Blomfeldt2020-01-231-4/+4
* | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-37/+37
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+6
|\
| * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-051-1/+6
* | Fix double free when debug printing QFont with non-default verbosityTor Arne Vestbø2019-10-081-2/+1