summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the SAX parser from QtXmlLars Knoll2020-09-151-7999/+0
* Doc: Fix documentation warnings for Qt XMLTopi Reinio2020-08-311-28/+12
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-191-0/+5
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-1/+2
* Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-141-64/+26
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-10/+1
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-101-2/+12
* QXmlInputSource: change EndOf{Data,Document} ushort -> char16_tMarc Mutz2020-04-301-9/+9
* Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-061-0/+38
* Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-10/+10
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-55/+55
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-3/+4
* QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-12/+12
* Remove QRegExp dependency from QtXmlLars Knoll2018-12-141-4/+10
* Modernize the "textcodec" featureLiang Qi2018-11-071-6/+8
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-12/+2
|\
| * Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-12/+2
* | doc: Add documentation for swap() functionsMartin Smith2018-01-241-0/+5
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-2/+1
* QXml: reduce allocations in extractEncodingDeclAnton Kudryavtsev2016-07-051-1/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtXml: replace a QStack<QString> with std::stack<QString, QStringList>Marc Mutz2015-12-311-16/+29
* xml: Use the correct QString::arg() overloadSérgio Martins2015-10-081-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Remove old Trolltech feature string from QXmlSimpleReader docsAlex Blasche2014-10-201-17/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QXmlSimpleReader shall handle external entity reference file over 1kAlex Blasche2014-09-241-2/+14
* Make QDom/QXmlSimpleReader reentrant.David Faure2014-07-031-11/+7
* Move QXmlReaderPrivate to private header.David Faure2014-07-031-241/+1
* Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-5/+5
* Mitigate performance regression in isExpandedEntityValueTooLarge().Mitch Curtis2014-01-091-28/+57
* Fully expand entities to ensure deep or widely nested ones fail parsingMitch Curtis2013-11-141-26/+36
* Disallow deep or widely nested entity references.Mitch Curtis2013-11-051-0/+53
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-47/+47
* Mark as unused the private members that aren't and CANNOT be usedThiago Macieira2013-04-151-0/+20
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
|\
| * Doc: correct name of file with snippetNico Vertriest2013-01-281-1/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtXml: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtXml]Thiago Macieira2012-05-031-1/+1
* Doc: Fix most QDoc errors in QtXml.Casper van Donderen2012-04-231-12/+13
* Minimally resolve Qt 5 to-do's in QXmlSimpleReaderJason McDonald2012-04-111-11/+31