summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-3/+4
|\|
| * Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-011-3/+4
* | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-1/+1
* | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-1/+5
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-2/+2
|\|
| * Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-101-2/+2
* | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-1/+1
|/
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * QTextCharFormat: fix word spacing setupMaks Naumov2015-01-231-1/+1
| * Doc: fix copy/paste error in QTextCharFormat::setFont documentationDavid Faure2015-01-221-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+1
|\|
| * QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QTextFormat: use qHash(double/float) instead of own implementationMarc Mutz2014-09-021-17/+3
|/
* Remove TableFormat as FormatType from QTextFormatLars Knoll2014-02-061-1/+1
* Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-311-23/+80
* Reduce code duplicationKonstantin Ritt2014-01-201-13/+0
* Add convenience method QTextFormat::isEmpty()Konstantin Ritt2014-01-201-0/+9
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-46/+46