summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
* Remove leftovers for supporting SAX-based implenentation of QDomDocumentSona Kurazyan2021-11-263-66/+14
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-2/+8
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-091-0/+16
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* xml: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* xml: Fix typos in source code commentsJonas Kvinge2021-10-123-7/+7
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-13/+2
* Remove old configure-related filesJoerg Bornemann2021-06-181-16/+0
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* The condition 'if(oldChild)' is redundantZou Ya2021-03-031-4/+2
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-02-191-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-073-34/+0
* Doc: Clean up changes to Qt XML docsPaul Wicking2020-12-151-15/+12
* Add qt5compat as a dependency to qtxml documentationAndreas Buhr2020-12-021-1/+1
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-201-2/+3
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-172-8/+15
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-21/+21
* Doc: Add Qt6 XML porting guideKarsten Heimrich2020-11-111-1/+71
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* Remove dead codeLars Knoll2020-10-122-33/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-1/+1
* Fix a double deletion in QDomAttr::setNodeValue()Friedemann Kleint2020-09-181-1/+3
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* Remove the SAX parser from QtXmlLars Knoll2020-09-1511-9303/+2
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-1/+1
* Doc: Make snippets XML compilableNico Vertriest2020-09-014-83/+160
* Doc: Fix documentation warnings for Qt XMLTopi Reinio2020-08-311-28/+12
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-28/+19
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-193-2/+9
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+0
* Disentangle QIODevice dependenciesLars Knoll2020-08-152-0/+2
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-1/+2
* QDomNode: Add namespaceURI parameter to browse methodsLinus Jahn2020-07-172-24/+34
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Document how to use CMake for Qt XmlKai Koehne2020-05-267-82/+24
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-141-64/+26
* Get rid of some QTextCodec leftoversLars Knoll2020-05-142-18/+2
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-28/+9
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-12/+9
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-101-2/+12
* Doc: Remove deprecated API from XML processing overviewKai Koehne2020-05-071-243/+17
* QXmlInputSource: change EndOf{Data,Document} ushort -> char16_tMarc Mutz2020-04-302-11/+11