summaryrefslogtreecommitdiffstats
path: root/examples/xml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add XML, Json, CBOR examples to IO categoryKai Köhne2023-05-091-1/+1
* Revamp DOM Bookmarks exampleØystein Heskestad2023-05-045-4/+106
* Move streambookmarks example into corelibe/serializationØystein Heskestad2023-03-3116-768/+1
* Move rsslisting example into corelibe/serializationØystein Heskestad2023-03-217-344/+0
* Remove libQt6Xml dependency in rsslisting exampleØystein Heskestad2023-03-212-3/+2
* Remove libQt6Xml dependency in streambookmarks exampleØystein Heskestad2023-03-212-3/+2
* Move xmlstreamlint example into tests/manualØystein Heskestad2023-03-026-185/+0
* Remove htmlinfo exampleØystein Heskestad2023-03-0211-3494/+1
* examples: port xml examples to new connection styleSamuel Gaist2022-12-211-9/+9
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-305-5/+5
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-175-10/+10
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-176-18/+18
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-236-6/+6
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-171-9/+6
* Add license headers to cmake filesLucie Gérard2022-08-036-0/+18
* Use SPDX license identifiersLucie Gérard2022-05-1620-911/+40
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-245-20/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-135-6/+15
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-136-13/+1
* CMake: Prefer unversioned commandsKai Köhne2021-12-131-1/+1
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-105-15/+5
* Remove .prev_CMakeLists.txtKai Köhne2021-12-062-79/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-175-5/+5
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-5/+5
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-276-0/+24
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-196-6/+6
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-4/+4
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-2/+2
* CMake: Regenerate examplesAlexandru Croitor2020-07-097-11/+33
* examples: avoid int -> QChar conversionsMarc Mutz2020-04-292-2/+2
* Do not mention Qt XML's SAX API anymore in examples/xml/READMEKai Koehne2020-04-241-5/+3
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+1
|\
| * QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-031-1/+1
* | Regenerate examplesAlexandru Croitor2020-02-047-9/+114
* | Post Merge FixesLeander Beernaert2020-01-241-1/+0
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2414-927/+1
|\|
| * Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-0612-895/+0
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-173-3/+3
|\|
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-153-3/+3
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-146-11/+11
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-126-4/+10
* | Fix linking of examplesSimon Hausmann2019-06-124-4/+4
* | Allow to build examples as standalone projectKevin Funk2019-06-057-0/+184
|/
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-9/+9
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-192-4/+2
|\
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-182-4/+2
* | Fix some deprecation warnings in examplesFriedemann Kleint2019-02-065-5/+5
* | Examples: cleanup foreach usageChristian Ehrlicher2019-02-021-13/+13
|/