summaryrefslogtreecommitdiffstats
path: root/src/xml/dom
Commit message (Expand)AuthorAgeFilesLines
* QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-261-3/+5
* Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-065-4/+95
* Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-122-13/+13
* Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-265-0/+396
* 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
* | Move the private and internal APIs of QDom to new filesSona Kurazyan2019-11-015-704/+908
|/
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-110/+110
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-9/+9
|/
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* Remove QRegExp dependency from QtXmlLars Knoll2018-12-141-6/+8
* Modernize the "textcodec" featureLiang Qi2018-11-071-4/+6
* Doc: Remove non-reentrant from QDomDocument::setContentPaul Wicking2018-08-271-2/+0
* QDomNode::replaceChild(): Fix documentation typoAndre Hartmann2018-03-161-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-60/+60
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Updated license headersJani Heikkinen2016-01-152-28/+40
* Fix QDomNamedNodeMap::item crash with negative indexJoni Poikelin2015-10-291-1/+1
* QtXml: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-041-8/+8
* QtXml: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* Update copyright headersJani Heikkinen2015-02-112-27/+27
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-60/+60
* Fix QDomDocument::importNode() crashing on null nodesMarian Beermann2014-10-071-0/+5
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Make QDom/QXmlSimpleReader reentrant.David Faure2014-07-031-11/+12
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-73/+73
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* Correct QDomDocument documentation re deletion of internal objects.Mitch Curtis2012-07-231-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-3/+3
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-0/+1
* QtXml: remove \link usagesGiuseppe D'Angelo2012-05-291-71/+54
* Doc: Fix most QDoc errors in QtXml.Casper van Donderen2012-04-231-98/+116
* Update Qt 5 to-do comment in QDom.Jason McDonald2012-04-111-2/+2
* Update QtXmlPatterns module name in documentationHonglei Zhang2012-03-221-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-4/+4
|\
| * Merge master -> api_changesRohan McGovern2012-02-291-5/+7
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-4/+4
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-57/+57
| |/ |/|
* | QDomNode: don't needlessly call virtual functionsMarc Mutz2012-02-281-5/+7
|/
* Remove many unneeded virtuals.Richard Moore2012-02-201-28/+16