summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clarify state of Qt XmlKai Koehne2019-05-242-4/+8
* 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
* QXmlAttributes: mark as shared-come-qt6Marc Mutz2016-10-041-0/+7
* QXmlAttributes: re-enable suppressed move special member functionsMarc Mutz2016-09-231-1/+10
* Convert the old feature systemLars Knoll2016-09-152-0/+19
* Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-2/+1
* QXml: reduce allocations in extractEncodingDeclAnton Kudryavtsev2016-07-051-1/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* | QtConcurrent/QtOpenGL(Extensions)/QtPrintSupport/QtTestLib/QtXml: add QT_NO_F...Marc Mutz2016-05-121-1/+2
* | Unify license header usage.Jani Heikkinen2016-03-2911-41/+111
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+2
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+2
| | |\
| | | * Add missing qxml_p.h to src/xml/sax/sax.priMarc Mutz2016-01-061-1/+2
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
* | | | Updated license headersJani Heikkinen2016-01-211-1/+1
|/ / /
* | | Updated license headersJani Heikkinen2016-01-156-83/+119
* | | QtXml: replace a QStack<QString> with std::stack<QString, QStringList>Marc Mutz2015-12-312-17/+32
|/ /
* | Fix QDomNamedNodeMap::item crash with negative indexJoni Poikelin2015-10-291-1/+1
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
* | xml: Use the correct QString::arg() overloadSérgio Martins2015-10-081-1/+1
* | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | QXmlSimpleReader: mark some types as primitiveMarc Mutz2015-07-091-0/+4
* | QtXml: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-042-12/+12
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-0/+3
|\
| * Doc: Added the missing \brief and \image for example docsVenugopal Shivashankar2015-05-271-0/+3