summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-12/+7
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | QDom: use QLocale::C when converting a double to a xml attributeChristian Ehrlicher2019-11-191-12/+7
| * | | | | | | | Move out the reusable part of QDomHandler to a new classSona Kurazyan2019-11-073-69/+265
| * | | | | | | | Deprecate reverse iteration on QHashLars Knoll2019-11-051-1/+1
| * | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-051-1/+1
| |\| | | | | | |
| | * | | | | | | Qt XML: Fix module in commentKai Koehne2019-11-041-1/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-025-704/+908
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Move the private and internal APIs of QDom to new filesSona Kurazyan2019-11-015-704/+908
| |/ / / / /
* / / / / / QDom: Add & to const QStringAlbert Astals Cid2019-10-022-14/+14
|/ / / / /
* | | | / Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-10/+10
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-0/+1
|\ \ \ \
| * | | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
* | | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+30
|\| | | |
| * | | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+30
* | | | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-072-165/+165
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-4/+8
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-272-4/+8
| |\ \ \
| | * | | Doc: Clarify state of Qt XmlKai Koehne2019-05-242-4/+8
* | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-2/+2
|\| | | |
| * | | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-2/+2
* | | | | Prefix textstream operators with Qt::Lars Knoll2019-05-022-13/+13
* | | | | Increase entityCharacterLimit to 4096Volker Hilsheimer2019-05-021-1/+1
* | | | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-2/+0
| |_|_|/ |/| | |
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-3/+3
|/ / /
* | | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-3/+4
* | | QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-12/+12
* | | Remove QRegExp dependency from QtXmlLars Knoll2018-12-142-10/+18
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-092-10/+14
|\ \ | |/ |/|
| * Modernize the "textcodec" featureLiang Qi2018-11-072-10/+14
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-2/+0
|\|
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-2/+0
| |\
| | * Doc: Remove non-reentrant from QDomDocument::setContentPaul Wicking2018-08-271-2/+0
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-072-0/+4
|\| |
| * | Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-302-0/+4
| |/
* / qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-2/+2
|/
* QDomNode::replaceChild(): Fix documentation typoAndre Hartmann2018-03-161-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-261-1/+10
| |\
| * | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-13/+12
|\ \ \ | | |/ | |/|
| * | Document licenses for all Qt modulesKai Koehne2018-01-241-1/+10
| |/
| * Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-12/+2
* | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-4/+2
* | doc: Add documentation for swap() functionsMartin Smith2018-01-241-0/+5
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-12/+12
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-119/+119
|/
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-2/+2
* QtXml: add some missing Q_DECLARE_TYPEINFOGiuseppe D'Angelo2017-03-072-0/+8