summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtexthtmlparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-2/+2
|\
| * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-2/+2
* | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-281-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-1/+2
|/ /
* / QtGui: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-02-141-7/+0
|/
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-8/+8
* Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-211-2/+12
* Fix warnings for -no-feature-cssparserNikita Krupenko2017-03-291-1/+1
* Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-4/+4
* QTextHtmlParser: adapt parseEntity() to make good use of QStringRefAnton Kudryavtsev2016-10-131-27/+30
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-221-1/+2
| |\
| | * QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-221-1/+2
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-3/+3
|/ /
* | Optimize string usageAnton Kudryavtsev2016-07-151-3/+1
* | Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-4/+4
* | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-1/+1
* | Interpret fixed CSS line-height as minimum rather than absoluteEskil Abrahamsen Blomfeldt2016-04-191-8/+36
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-7/+1
|\|
| * Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Implement support for 'none' value for list-style CSS propertyDan Vrátil2015-09-301-0/+3
|/
* Fix "'QCss::Property' is not a class or namespace"Andrew Knight2015-03-301-11/+11
* Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-251-64/+206
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-111-6/+5
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-8/+8
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-311-27/+1
* Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw2013-11-051-5/+1
* QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-2/+2
* Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+5
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-251-0/+13
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-231-4/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove Qt5 to-do comment in qtexthtmlparser.cpp.Jason McDonald2012-04-111-1/+1
* 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
* Merge branch 'refactor'Gunnar Sletta2011-09-131-3/+3
|\
| * Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
| |\
| * | Compile fix for -qpa/Linux.Friedemann Kleint2011-05-231-0/+1
| * | remove some QApplication dependenciesLars Knoll2011-05-051-2/+1
| * | small cleanupsLars Knoll2011-05-041-1/+1
* | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-8/+4
| |/ |/|
* | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
|/