summaryrefslogtreecommitdiffstats
path: root/src/xml/dom
Commit message (Expand)AuthorAgeFilesLines
* Add QDom internalSubset implementationYe ShanShan2022-06-232-0/+34
* QDom: Clean-up warnings about old-style cast usesSona Kurazyan2022-06-221-62/+66
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-201-4/+5
* Remove a misleading sentence from QDomDocument::setContent() docEdward Welbourne2022-06-171-3/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-165-190/+10
* QtXml: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-282-34/+37
* QtXml: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-272-26/+22
* QDom: optimize an atomic readMarc Mutz2022-04-061-1/+1
* 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
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-242-3/+3
* Remove leftovers for supporting SAX-based implenentation of QDomDocumentSona Kurazyan2021-11-263-66/+14
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-091-0/+16
* xml: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* xml: Fix typos in source code commentsJonas Kvinge2021-10-123-7/+7
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* The condition 'if(oldChild)' is redundantZou Ya2021-03-031-4/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-201-2/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-21/+21
* Remove dead codeLars Knoll2020-10-122-33/+0
* Fix a double deletion in QDomAttr::setNodeValue()Friedemann Kleint2020-09-181-1/+3
* Remove the SAX parser from QtXmlLars Knoll2020-09-154-405/+2
* Doc: Make snippets XML compilableNico Vertriest2020-09-011-10/+10
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-28/+19
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-192-2/+4
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* QDomNode: Add namespaceURI parameter to browse methodsLinus Jahn2020-07-172-24/+34
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-8/+1
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-28/+9
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-12/+9
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-3/+4
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-3/+4
| |\
| | * QDom: use correct precision when converting float/double valuesChristian Ehrlicher2020-03-031-3/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-2/+9
|\| |
| * | Fix broken -no-feature-domAndré Klitzing2020-02-192-2/+9
* | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+5
|\| |
| * | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-3/+5
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-075-4/+95
|\| |
| * | Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-065-4/+95
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-042-13/+13
|\| |
| * | Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-122-13/+13
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-275-0/+396
|\| |
| * | Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-265-0/+396
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-253-82/+273
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-12/+7
| |\|
| | * QDom: use QLocale::C when converting a double to a xml attributeChristian Ehrlicher2019-11-191-12/+7