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
6.5.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the SAX parser from QtXml
Lars Knoll
2020-09-15
4
-8799
/
+0
*
Clean up the last of QT6_(NOT_)?VIRTUAL
Edward Welbourne
2020-09-14
1
-1
/
+1
*
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
*
Disentangle QIODevice dependencies
Lars Knoll
2020-08-15
1
-0
/
+1
*
Fix some MSVC int conversion warnings
Friedemann Kleint
2020-07-17
1
-1
/
+2
*
Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHARED
Marc Mutz
2020-05-19
1
-1
/
+1
*
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
2
-11
/
+11
*
Deprecate SAX classes in Qt XML
Sona Kurazyan
2020-01-06
3
-16
/
+101
*
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
*
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-05-13
1
-1
/
+1
|
\
|
*
Doc: replace even more null/0/nullptr with \nullptr macro
Christian Ehrlicher
2019-05-08
1
-1
/
+1
*
|
Increase entityCharacterLimit to 4096
Volker Hilsheimer
2019-05-02
1
-1
/
+1
*
|
Remove handling of missing =delete and =default support
Allan Sandfeld Jensen
2019-05-02
1
-2
/
+0
*
|
Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usage
Allan Sandfeld Jensen
2019-04-04
1
-3
/
+3
|
/
*
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
*
|
Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macros
Sergio Martins
2018-02-05
1
-4
/
+2
*
|
doc: Add documentation for swap() functions
Martin Smith
2018-01-24
1
-0
/
+5
*
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-4
/
+4
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
2
-59
/
+59
|
/
*
Prefer rvalue versions of toLatin() and toUtf8()
Anton Kudryavtsev
2017-03-30
1
-1
/
+1
*
QtXml: add some missing Q_DECLARE_TYPEINFO
Giuseppe D'Angelo
2017-03-07
2
-0
/
+8
*
QXmlAttributes: mark as shared-come-qt6
Marc Mutz
2016-10-04
1
-0
/
+7
*
QXmlAttributes: re-enable suppressed move special member functions
Marc Mutz
2016-09-23
1
-1
/
+10
*
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
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-21
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2016-01-19
1
-1
/
+2
|
|
\
|
|
*
Add missing qxml_p.h to src/xml/sax/sax.pri
Marc Mutz
2016-01-06
1
-1
/
+2
*
|
|
Updated license headers
Jani Heikkinen
2016-01-15
3
-42
/
+60
*
|
|
QtXml: replace a QStack<QString> with std::stack<QString, QStringList>
Marc Mutz
2015-12-31
2
-17
/
+32
|
/
/
*
|
xml: Use the correct QString::arg() overload
Sérgio Martins
2015-10-08
1
-1
/
+1
*
|
QXmlSimpleReader: mark some types as primitive
Marc Mutz
2015-07-09
1
-0
/
+4
*
|
QtXml: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-04
1
-4
/
+4
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
3
-21
/
+21
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
2
-59
/
+59
*
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
3
-57
/
+33
*
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
3
-11
/
+10
*
Move QXmlReaderPrivate to private header.
David Faure
2014-07-03
2
-241
/
+307
[next]