summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark qtbase/src/xml files as security criticalMagdalena Stojek2025-06-271-0/+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
* 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-101-3/+120
* [QDomNodePrivate] delete unnecessary pointer check from the statementTatiana Borisova2024-12-121-1/+1
* Add iterator, begin() and end() for QDomNodeListIsak Fyksen2024-12-051-4/+77
* QDomDocument::toByteArray() crashed in case of high XML nesting levelTatiana Borisova2024-12-051-17/+53
* QDomNodeList: port to compare helpersMarc Mutz2024-11-061-10/+10
* QDomNodeList: mark op==(Private) noexceptMarc Mutz2024-11-061-6/+1
* QtXml: be systematic about feature domEdward Welbourne2024-08-291-2/+2
* XML/QDom: speedup encodeText()Christian Ehrlicher2024-08-281-39/+49
* Extract method `bool QDomNodeListPrivate::maybeCreateList()`Isak Fyksen2024-03-201-11/+10
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-021-0/+4
* QDom: give name to all anonymous parameters as well as too generic onesSamuel Gaist2024-02-081-161/+160
* Doc: QDomDocument doc refers to QXmlQuery which doesn't exist in Qt6Jaishree Vyas2024-02-051-2/+2
* Fix copy/paste typo in qdom.cpp leading to wrong errorColumnDavid Faure2023-10-021-1/+1
* Doc: Remove link to removed exampleKai Köhne2023-08-071-1/+1
* Doc fix: QDomDocument::ParseResult is false on errorEdward Welbourne2023-07-121-2/+2
* Doc: Fix links to QDomDocument::setContent()Kai Köhne2023-05-051-0/+1
* Revamp DOM Bookmarks exampleØystein Heskestad2023-05-041-2/+1
* 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
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-171-1/+13
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-041-1/+5
* QDom: use QDomDocument::ParseResult for storing the error infoSona Kurazyan2022-08-031-4/+2
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-031-48/+194
* 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
* QDom: Use the default for assignment operators in QDom* classesSona Kurazyan2022-07-051-53/+14
* QDomDocument: some doc fixesSona Kurazyan2022-07-051-8/+4
* 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-161-38/+2
* QtXml: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-281-30/+31
* QtXml: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-271-24/+20
* QDom: optimize an atomic readMarc Mutz2022-04-061-1/+1
* 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-121-5/+5
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* The condition 'if(oldChild)' is redundantZou Ya2021-03-031-4/+2
* 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-121-19/+0