summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-1/+2
* 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
* QTextCharFormat::setFont(): Preserve the font hinting preferenceKonstantin Ritt2013-04-021-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add QText*Format classes to the list of the implicitly shared onesGiuseppe D'Angelo2012-11-301-0/+7
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-131-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-271-25/+41
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-031-0/+8
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+9
* Remove all references to XLFD fontsLars Knoll2012-06-271-1/+0
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-2/+2