summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-261-8/+10
* Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-131-1/+1
* Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-1/+1
* QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-231-1/+1
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-181-5/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-10/+11
|\
| * Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-10/+11
* | Fix QTextEdit/QQuickTextEdit undo bug - Part #2Dan Cape2016-03-021-2/+3
|/
* QVector: preserve capacity in clear()Marc Mutz2016-02-291-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\
| * Revert some changes to QTextCursor constructorshjk2016-01-281-1/+1
* | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
|\|
| * Hide better the private API QTextCursor constructorsThiago Macieira2016-01-221-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-2/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* src/gui/text: whitespace fixesJ-P Nurmi2013-11-261-38/+38
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Register QTextDocument* as a meta type to fix QTextEdit::document typeJ-P Nurmi2012-08-181-0/+2
* Compile with clang when C++11 support is enabledBradley T. Hughes2012-05-301-1/+1
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-2/+2
* 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
* Join user state of removed text blocksLeandro Melo2012-01-171-9/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Revert logic when building with --force-assertsHarald Fernengel2011-11-161-9/+1
* Fix Q_ASSERT usage in case -force-asserts is enabledEckhart Koppen2011-11-161-0/+8
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-1/+1
* Support visual cursor movement for BIDI textJiang Jiang2011-04-291-0/+15
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1724