summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-081-1/+51
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-2/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-3/+3
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-221-0/+30
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-4/+5
* Fix deprecated macrosVolker Hilsheimer2021-03-251-0/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-6/+9
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Fix QDataStream compatibility for QTextFormat::TextUnderlineColorLars Knoll2020-11-031-0/+8
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-7/+7
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-4/+6
* Avoid overflows in variantHash()Robert Loehning2020-08-281-2/+2
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Allow arbitrary baseline shift in QTextCharacterFormatJordi Pujol Foyo2020-08-261-0/+58
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-3/+3
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-2/+2
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-18/+18
* Remove deprecated methods and address some ### Qt 6 comments in gui/textVolker Hilsheimer2020-06-091-48/+0
* Fix warnings about size_t to uint truncationLars Knoll2020-05-021-13/+13
* Fix distribution of font properties in QTextFormatEskil Abrahamsen Blomfeldt2020-03-101-9/+29
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-26/+26
* Fix qdoc warningsFriedemann Kleint2019-09-101-0/+1
* QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-081-0/+279
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-0/+3
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-1/+7
* Add documentation for the QTextBlockFormat::marker propertyShawn Rutledge2019-05-231-0/+44
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+9
* Fix some qdoc warningsFriedemann Kleint2019-03-071-1/+1
* QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-281-0/+4
* Support style name property in QTextCharFormatEskil Abrahamsen Blomfeldt2018-12-041-0/+25
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-1/+2
|\
| * Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-1/+2
* | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-0/+23
|/
* Add image quality handling to QTextImageFormatDaniel Savi2018-04-221-1/+24
* Document the QTextBlockFormat::headingLevel propertyShawn Rutledge2018-03-291-0/+30
* qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-271-1/+1
* doc: Add missing return types to \fn commandsMartin Smith2018-01-181-13/+13
* Update font when text format's letter spacing type is changedEskil Abrahamsen Blomfeldt2017-12-221-2/+6
* Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-3/+3
* Fix uninitialized membersJesus Fernandez2017-06-201-1/+1
* Move QTextFormatPrivate::Property out of the classThiago Macieira2017-06-131-17/+17
* QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-231-12/+5
* Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-2/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\