summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio5 days1-0/+3
* Doc: Fix page file name typoDavid Boddie7 days1-1/+1
* Clarify QDomProcessingInstruction docs regarding XML declarationMagdalena Stojek2025-03-291-3/+11
* QDom: Fix setAttributeNode() to properly replace existing attributesMagdalena Stojek2025-03-181-3/+7
* Expand Qt XML documentation on behavior changes in Qt 6Magdalena Stojek2025-03-121-5/+43
* Avoid returning null from find{Next,Prev}InOrder(non-null)Edward Welbourne2025-02-191-7/+7
* Unifty logic in QDomNodeListPrivate::forEachNodeMatthias Rauter2025-02-101-42/+4
* Make QDomNodeList::It bidirectional onlyMatthias Rauter2025-02-103-54/+140
* [QDomNodePrivate] delete unnecessary pointer check from the statementTatiana Borisova2024-12-121-1/+1
* Add iterator, begin() and end() for QDomNodeListIsak Fyksen2024-12-053-4/+184
* QDomDocument::toByteArray() crashed in case of high XML nesting levelTatiana Borisova2024-12-052-18/+57
* QDomNodeList: port to compare helpersMarc Mutz2024-11-064-10/+53
* QDomNodeList: mark op==(Private) noexceptMarc Mutz2024-11-062-8/+2
* QtXml: be systematic about feature domEdward Welbourne2024-08-296-13/+16
* XML/QDom: speedup encodeText()Christian Ehrlicher2024-08-281-39/+49
* Docs: Organize topics in the qtbase repoAlexei Cazacov2024-08-132-1/+29
* Remove GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-121-1/+0
* 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