summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtextbrowser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextBrowser: remove deprecated signal highlighted(const QString&)Vitaly Fanaskov2020-02-101-15/+0
* QTextBrowser: deprecate signal highlighted(QString)Christian Ehrlicher2020-01-251-18/+19
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-091-1/+1
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-3/+4
* QTextBrowser: assume Markdown is UTF-8Shawn Rutledge2019-07-081-4/+8
* Fix build without features.mimetypeTasuku Suzuki2019-07-061-1/+0
* Overload QTextBrowser::setSource() to add optional type argumentShawn Rutledge2019-06-201-11/+73
* QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-301-1/+19
* QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-2/+8
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+3
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+3
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+3
* | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-3/+3
|/ /
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
* | QTextBrowser: do not try to open file with empty filenameChristian Ehrlicher2018-04-031-0/+5
|/
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Convert features.textbrowser to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-4/+0
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-241-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-0/+1
|\
| * Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+1
* | QVector: preserve capacity in clear()Marc Mutz2016-02-291-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-121-2/+2
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-1/+1
|/
* QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-131-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-11/+18
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Correctly locate files with relative pathsLars Knoll2012-06-051-0/+2
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-1/+1
* Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-16/+16
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-0/+1
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-281-13/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* library splitLars Knoll2011-05-071-0/+1275