summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-5/+6
|\|
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
* | QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-221-5/+3
* | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* | Optimize some atomic countersMarc Mutz2019-06-271-2/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-15/+15
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-1/+1
| |\
| | * Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1