summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdomhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement QXmlStreamReader::hasStandaloneDeclaration()Axel Spoerl2023-04-261-2/+1
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-241-3/+5
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-041-7/+8
* QDom: use QDomDocument::ParseResult for storing the error infoSona Kurazyan2022-08-031-14/+4
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-031-9/+8
* Add QDom internalSubset implementationYe ShanShan2022-06-231-0/+31
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtXml: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-281-4/+6
* QtXml: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-271-2/+2
* QDom: preserve empty CDATA sectionsMarc Mutz2022-03-261-1/+1
* QDom: remove uneeded toString()Marc Mutz2022-03-261-1/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-7/+8
* Remove leftovers for supporting SAX-based implenentation of QDomDocumentSona Kurazyan2021-11-261-28/+12
* xml: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Remove the SAX parser from QtXmlLars Knoll2020-09-151-192/+2
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-28/+19
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-191-1/+3
* Fix broken -no-feature-domAndré Klitzing2020-02-191-0/+6
* Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-061-1/+21
* Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-261-0/+272
* Move out the reusable part of QDomHandler to a new classSona Kurazyan2019-11-071-57/+181
* Move the private and internal APIs of QDom to new filesSona Kurazyan2019-11-011-0/+247