index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
/
dom
/
qdom.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark qtbase/src/xml files as security critical
Magdalena Stojek
2025-06-27
1
-0
/
+1
*
Clarify QDomProcessingInstruction docs regarding XML declaration
Magdalena Stojek
2025-03-29
1
-3
/
+11
*
QDom: Fix setAttributeNode() to properly replace existing attributes
Magdalena Stojek
2025-03-18
1
-3
/
+7
*
Avoid returning null from find{Next,Prev}InOrder(non-null)
Edward Welbourne
2025-02-19
1
-7
/
+7
*
Unifty logic in QDomNodeListPrivate::forEachNode
Matthias Rauter
2025-02-10
1
-42
/
+4
*
Make QDomNodeList::It bidirectional only
Matthias Rauter
2025-02-10
1
-3
/
+120
*
[QDomNodePrivate] delete unnecessary pointer check from the statement
Tatiana Borisova
2024-12-12
1
-1
/
+1
*
Add iterator, begin() and end() for QDomNodeList
Isak Fyksen
2024-12-05
1
-4
/
+77
*
QDomDocument::toByteArray() crashed in case of high XML nesting level
Tatiana Borisova
2024-12-05
1
-17
/
+53
*
QDomNodeList: port to compare helpers
Marc Mutz
2024-11-06
1
-10
/
+10
*
QDomNodeList: mark op==(Private) noexcept
Marc Mutz
2024-11-06
1
-6
/
+1
*
QtXml: be systematic about feature dom
Edward Welbourne
2024-08-29
1
-2
/
+2
*
XML/QDom: speedup encodeText()
Christian Ehrlicher
2024-08-28
1
-39
/
+49
*
Extract method `bool QDomNodeListPrivate::maybeCreateList()`
Isak Fyksen
2024-03-20
1
-11
/
+10
*
QtXml: fix leak in QDomText::splitText
Christian Ehrlicher
2024-03-02
1
-0
/
+4
*
QDom: give name to all anonymous parameters as well as too generic ones
Samuel Gaist
2024-02-08
1
-161
/
+160
*
Doc: QDomDocument doc refers to QXmlQuery which doesn't exist in Qt6
Jaishree Vyas
2024-02-05
1
-2
/
+2
*
Fix copy/paste typo in qdom.cpp leading to wrong errorColumn
David Faure
2023-10-02
1
-1
/
+1
*
Doc: Remove link to removed example
Kai Köhne
2023-08-07
1
-1
/
+1
*
Doc fix: QDomDocument::ParseResult is false on error
Edward Welbourne
2023-07-12
1
-2
/
+2
*
Doc: Fix links to QDomDocument::setContent()
Kai Köhne
2023-05-05
1
-0
/
+1
*
Revamp DOM Bookmarks example
Øystein Heskestad
2023-05-04
1
-2
/
+1
*
QDom: Don't reuse a moved-from object
Mårten Nordheim
2022-12-14
1
-4
/
+5
*
QDomDocument: ensure a defined order of attributes when saving
Giuseppe D'Angelo
2022-12-09
1
-23
/
+74
*
QDomDocument: use .value() instead of dereferencing an iterator
Giuseppe D'Angelo
2022-11-30
1
-9
/
+9
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-6
/
+6
*
QDomDocument: deprecate old setContent() overloads in favor of new ones
Sona Kurazyan
2022-08-17
1
-1
/
+13
*
QDomDocument: Add a way to enable spacing-only text nodes
Sona Kurazyan
2022-08-04
1
-1
/
+5
*
QDom: use QDomDocument::ParseResult for storing the error info
Sona Kurazyan
2022-08-03
1
-4
/
+2
*
Improve QDomDocument::setContent() API
Sona Kurazyan
2022-08-03
1
-48
/
+194
*
Doc: Document protected variable as internal
Kai Köhne
2022-07-22
1
-0
/
+6
*
QDomDocument: add a missing full-stop to a warning message
Sona Kurazyan
2022-07-12
1
-2
/
+2
*
QDom: Use the default for assignment operators in QDom* classes
Sona Kurazyan
2022-07-05
1
-53
/
+14
*
QDomDocument: some doc fixes
Sona Kurazyan
2022-07-05
1
-8
/
+4
*
QDom: Clean-up warnings about old-style cast uses
Sona Kurazyan
2022-06-22
1
-62
/
+66
*
QDom: Stop treating non-BMP characters as invalid
Sona Kurazyan
2022-06-20
1
-4
/
+5
*
Remove a misleading sentence from QDomDocument::setContent() doc
Edward Welbourne
2022-06-17
1
-3
/
+1
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtXml: replace QLatin1String uses with _L1 or _s
Sona Kurazyan
2022-04-28
1
-30
/
+31
*
QtXml: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-27
1
-24
/
+20
*
QDom: optimize an atomic read
Marc Mutz
2022-04-06
1
-1
/
+1
*
QDomDocument::setContent: Open device if necessary
Fabian Kosmale
2021-11-09
1
-0
/
+16
*
xml: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-2
/
+2
*
xml: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-5
/
+5
*
Doc: Use \deprecated instead of \obsolete
Paul Wicking
2021-05-26
1
-1
/
+1
*
The condition 'if(oldChild)' is redundant
Zou Ya
2021-03-03
1
-4
/
+2
*
Deprecate QScopedPointer::take()
Giuseppe D'Angelo
2020-11-20
1
-2
/
+3
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-21
/
+21
*
Remove dead code
Lars Knoll
2020-10-12
1
-19
/
+0
[next]