index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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
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
/
sax
/
qxml.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the SAX parser from QtXml
Lars Knoll
2020-09-15
1
-7999
/
+0
*
Doc: Fix documentation warnings for Qt XML
Topi Reinio
2020-08-31
1
-28
/
+12
*
MSVC: Fix C4996 warnings when building Qt
Kai Koehne
2020-08-19
1
-0
/
+5
*
Fix some MSVC int conversion warnings
Friedemann Kleint
2020-07-17
1
-1
/
+2
*
Remove QTextCodec dependency in the old SAX parser
Lars Knoll
2020-05-14
1
-64
/
+26
*
Get rid of some QTextCodec leftovers
Lars Knoll
2020-05-14
1
-10
/
+1
*
Correctly parse non BMP char refs in the sax parser
Lars Knoll
2020-05-10
1
-2
/
+12
*
QXmlInputSource: change EndOf{Data,Document} ushort -> char16_t
Marc Mutz
2020-04-30
1
-9
/
+9
*
Deprecate SAX classes in Qt XML
Sona Kurazyan
2020-01-06
1
-0
/
+38
*
Be less laissez-faire with implicit conversions to QChar
Marc Mutz
2019-07-09
1
-10
/
+10
*
Move away from using 0 as a pointer constant
Allan Sandfeld Jensen
2019-06-07
1
-55
/
+55
*
Doc: replace even more null/0/nullptr with \nullptr macro
Christian Ehrlicher
2019-05-08
1
-1
/
+1
*
QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentation
Christian Ehrlicher
2019-02-20
1
-3
/
+4
*
QtBase: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-01-28
1
-12
/
+12
*
Remove QRegExp dependency from QtXml
Lars Knoll
2018-12-14
1
-4
/
+10
*
Modernize the "textcodec" feature
Liang Qi
2018-11-07
1
-6
/
+8
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-12
/
+2
|
\
|
*
Don't indefinitely wait for data if it was able to read some data
Andy Shaw
2018-01-24
1
-12
/
+2
*
|
doc: Add documentation for swap() functions
Martin Smith
2018-01-24
1
-0
/
+5
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-2
/
+2
|
/
*
Prefer rvalue versions of toLatin() and toUtf8()
Anton Kudryavtsev
2017-03-30
1
-1
/
+1
*
Use QStringLiteral more judiciously
Anton Kudryavtsev
2016-07-08
1
-2
/
+1
*
QXml: reduce allocations in extractEncodingDecl
Anton Kudryavtsev
2016-07-05
1
-1
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QtXml: replace a QStack<QString> with std::stack<QString, QStringList>
Marc Mutz
2015-12-31
1
-16
/
+29
*
xml: Use the correct QString::arg() overload
Sérgio Martins
2015-10-08
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
1
-2
/
+2
*
Remove old Trolltech feature string from QXmlSimpleReader docs
Alex Blasche
2014-10-20
1
-17
/
+0
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
QXmlSimpleReader shall handle external entity reference file over 1k
Alex Blasche
2014-09-24
1
-2
/
+14
*
Make QDom/QXmlSimpleReader reentrant.
David Faure
2014-07-03
1
-11
/
+7
*
Move QXmlReaderPrivate to private header.
David Faure
2014-07-03
1
-241
/
+1
*
Fix copy-paste error.
Richard J. Moore
2014-04-18
1
-1
/
+1
*
expand tabs and related whitespace fixes in *.{cpp,h,qdoc}
Oswald Buddenhagen
2014-01-13
1
-5
/
+5
*
Mitigate performance regression in isExpandedEntityValueTooLarge().
Mitch Curtis
2014-01-09
1
-28
/
+57
*
Fully expand entities to ensure deep or widely nested ones fail parsing
Mitch Curtis
2013-11-14
1
-26
/
+36
*
Disallow deep or widely nested entity references.
Mitch Curtis
2013-11-05
1
-0
/
+53
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-47
/
+47
*
Mark as unused the private members that aren't and CANNOT be used
Thiago Macieira
2013-04-15
1
-0
/
+20
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-2
/
+2
*
Merge branch 'release' into stable
Sergio Ahumada
2013-01-31
1
-1
/
+1
|
\
|
*
Doc: correct name of file with snippet
Nico Vertriest
2013-01-28
1
-1
/
+1
*
|
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
|
/
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QtXml: remove \link usages
Giuseppe D'Angelo
2012-05-29
1
-2
/
+1
*
Replace `const QLatin1String &` with `QLatin1String` where appropriate
Konstantin Ritt
2012-05-25
1
-2
/
+2
*
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtXml]
Thiago Macieira
2012-05-03
1
-1
/
+1
*
Doc: Fix most QDoc errors in QtXml.
Casper van Donderen
2012-04-23
1
-12
/
+13
*
Minimally resolve Qt 5 to-do's in QXmlSimpleReader
Jason McDonald
2012-04-11
1
-11
/
+31
[next]