summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+1
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-011-3/+1
|/
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-0/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* Add QTextDocument::toRawText() functionEskil Abrahamsen Blomfeldt2016-10-171-0/+1
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-6/+6
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-3/+3
* qdoc: Remove unnecessary ifndef Q_QDOCMartin Smith2015-03-071-2/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add missing QT_NO_REGEXP guard to search functionsSamuel Gaist2014-11-261-0/+3
* 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
* | QTextDocument: doc and function parameter name cleanupSamuel Gaist2014-09-151-3/+3
* | Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-151-1/+5
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+2
|\
| * Use Q_QDOC for Qt namespace declaration in Qt GuiTopi Reinio2013-12-031-0/+2
* | Introduce QTextDocument::baseUrlJ-P Nurmi2013-10-251-2/+6
|/
* Fix typo in QTextDocument::contentsChange() argumentsJ-P Nurmi2013-09-021-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-071-8/+0
* Load resources in in QTextDocument correctlyLars Knoll2012-05-041-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move Qt::escape to QtCoreDavid Faure2011-09-291-1/+0
* Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-191-4/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-3/+3
* Support visual cursor movement for BIDI textJiang Jiang2011-04-291-1/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+309