summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-0/+1
* Extract method `bool QDomNodeListPrivate::maybeCreateList()`Isak Fyksen2024-03-202-14/+14
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-022-0/+7
* Correct doc snippet licenseLucie Gérard2024-02-281-1/+1
* QDom: give name to all anonymous parameters as well as too generic onesSamuel Gaist2024-02-082-208/+207
* Doc: QDomDocument doc refers to QXmlQuery which doesn't exist in Qt6Jaishree Vyas2024-02-051-2/+2
* Change license of .qdoc filesLucie Gérard2024-02-011-1/+1
* xml: add parameter name to toString and toByteArray for PySide6Samuel Gaist2024-01-311-2/+2
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* Fix copy/paste typo in qdom.cpp leading to wrong errorColumnDavid Faure2023-10-021-1/+1
* Remove unused snippets/rsslisting filesKai Köhne2023-09-222-353/+0
* Doc: All overviews list categorizationJaishree Vyas2023-09-111-1/+1
* Doc: Remove link to removed exampleKai Köhne2023-08-071-1/+1
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-191-0/+1
* Doc fix: QDomDocument::ParseResult is false on errorEdward Welbourne2023-07-121-2/+2
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Doc: Fix links to QDomDocument::setContent()Kai Köhne2023-05-051-0/+1
* Revamp DOM Bookmarks exampleØystein Heskestad2023-05-042-5/+4
* 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
* Remove unused documentation code snippetsFriedemann Kleint2023-04-174-23/+0
* Move streambookmarks example into corelibe/serializationØystein Heskestad2023-03-313-31/+16
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-2/+0
* QDom: Don't reuse a moved-from objectMårten Nordheim2022-12-141-4/+5
* QDomDocument: ensure a defined order of attributes when savingGiuseppe D'Angelo2022-12-091-23/+74
* QDomDocument: use .value() instead of dereferencing an iteratorGiuseppe D'Angelo2022-11-301-9/+9
* Port from container.count()/length() to size()Marc Mutz2022-10-041-6/+6
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-172-1/+22
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-045-8/+26
* QDom: use QDomDocument::ParseResult for storing the error infoSona Kurazyan2022-08-033-26/+9
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-035-65/+235
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* Doc: Remove non-existing directories from qtxml.qdocconfKai Köhne2022-07-221-3/+0
* Doc: Document protected variable as internalKai Köhne2022-07-221-0/+6
* QDomDocument: add a missing full-stop to a warning messageSona Kurazyan2022-07-121-2/+2
* QDomDocument: fix the formatting of setContent() declarationsSona Kurazyan2022-07-121-6/+6
* QDom: Use the default for assignment operators in QDom* classesSona Kurazyan2022-07-051-53/+14
* QDomDocument: some doc fixesSona Kurazyan2022-07-051-8/+4
* 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-1618-678/+36
* 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