summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-42/+50
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-1/+1
* Remove Qt5 to-do comments in qtextformat.cpp.Jason McDonald2012-04-101-2/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add methods for font stretch and absolute letter spacingC. Boemann2012-01-111-3/+60
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+15
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-17/+44
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3297