summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QtXml: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* | Updated BSD licensed file headersJani Heikkinen2015-02-157-21/+21
* | Update copyright headersJani Heikkinen2015-02-1117-113/+113
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-033-119/+119
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-17/+0
|\|
| * Remove old Trolltech feature string from QXmlSimpleReader docsAlex Blasche2014-10-201-17/+0
* | Fix QDomDocument::importNode() crashing on null nodesMarian Beermann2014-10-071-0/+5
|/
* Update license headers and add new license filesMatti Paaso2014-09-246-113/+65
* QXmlSimpleReader shall handle external entity reference file over 1kAlex Blasche2014-09-241-2/+14
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-141-1/+1
|\
| * Doc: edited qtxml.qdocconfNico Vertriest2014-07-111-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-105-266/+330
|\|
| * Doc: moved saxbookmarks example filesNico Vertriest2014-07-091-3/+1
| * Make QDom/QXmlSimpleReader reentrant.David Faure2014-07-034-22/+22
| * Move QXmlReaderPrivate to private header.David Faure2014-07-032-241/+307
* | Doc: Removed "url" variable from qdocconf files.Jerome Pasion2014-07-041-1/+0
|/
* Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
* Doc: Fix typosJonathan Liu2014-03-271-1/+1