summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml
Commit message (Expand)AuthorAgeFilesLines
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-022-0/+17
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-241-0/+26
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-172-4/+0
* QDomDocument: ensure a defined order of attributes when savingGiuseppe D'Angelo2022-12-091-8/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* tst_QDom: replace a final u"..."_qs (deprecated) with u"..."_sEdward Welbourne2022-09-221-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-171-39/+41
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-041-0/+61
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-031-2/+125
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* QDomDocument: add a missing full-stop to a warning messageSona Kurazyan2022-07-121-1/+1
* Add QDom internalSubset implementationYe ShanShan2022-06-231-0/+66
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-201-0/+22
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+3
* QDom: preserve empty CDATA sectionsMarc Mutz2022-03-261-0/+12
* Activate tst_qdom for AndroidAndreas Buhr2022-02-221-6/+1
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-091-0/+18
* tst_qdom: clean-up the code enabled only before Qt 6Sona Kurazyan2021-01-151-153/+4
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-5/+0
* Remove the qmake project filesJoerg Bornemann2021-01-073-18/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+5
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-042-1/+7
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove the SAX parser from QtXmlLars Knoll2020-09-15788-6262/+0
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-292-0/+4
* QDomNode: Add namespaceURI parameter to browse methodsLinus Jahn2020-07-171-1/+66
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-094-4/+4
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-061-3/+0
* Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-142-82/+0
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-143-196/+25
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-106-27/+15
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-7/+17
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-7/+17
| |\
| | * QDom: use correct precision when converting float/double valuesChristian Ehrlicher2020-03-031-7/+17
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\| |
| * | Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-281-1/+1
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-246-10/+165
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+1
| |\| |
| | * | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-131-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-076-13/+63
| |\| |
| | * | Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-066-13/+63
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-6/+42
| |\| |