index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move streambookmarks example into corelibe/serialization
Øystein Heskestad
17 hours
16
-768
/
+1
*
Move rsslisting example into corelibe/serialization
Øystein Heskestad
11 days
7
-344
/
+0
*
Remove libQt6Xml dependency in rsslisting example
Øystein Heskestad
11 days
2
-3
/
+2
*
Remove libQt6Xml dependency in streambookmarks example
Øystein Heskestad
11 days
2
-3
/
+2
*
Move xmlstreamlint example into tests/manual
Øystein Heskestad
2023-03-02
6
-185
/
+0
*
Remove htmlinfo example
Øystein Heskestad
2023-03-02
11
-3494
/
+1
*
examples: port xml examples to new connection style
Samuel Gaist
2022-12-21
1
-9
/
+9
*
Examples: Use PRIVATE CMake linkage
Kai Köhne
2022-11-30
5
-5
/
+5
*
Examples: Use qt_standard_project_setup()
Kai Köhne
2022-11-17
5
-10
/
+10
*
Examples: Use Qt6:: to qualify Qt CMake packages
Kai Köhne
2022-11-17
6
-18
/
+18
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
6
-6
/
+6
*
QDomDocument: deprecate old setContent() overloads in favor of new ones
Sona Kurazyan
2022-08-17
1
-9
/
+6
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
6
-0
/
+18
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
20
-911
/
+40
*
Examples: Remove unneeded CMake options
Kai Köhne
2022-01-24
5
-20
/
+0
*
Examples: Fix whitespace issues in CMakeLists.txt
Kai Köhne
2021-12-13
5
-6
/
+15
*
Examples: Remove remaining conversion markers in CMakeLists.txt
Kai Köhne
2021-12-13
6
-13
/
+1
*
CMake: Prefer unversioned commands
Kai Köhne
2021-12-13
1
-1
/
+1
*
Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2021-12-10
5
-15
/
+5
*
Remove .prev_CMakeLists.txt
Kai Köhne
2021-12-06
2
-79
/
+0
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
5
-5
/
+5
*
Build examples in isolated sub-builds using ExternalProject
Craig Scott
2021-05-26
1
-5
/
+5
*
CMake: Regenerate examples to set the WIN32_EXECUTABLE property
Alexandru Croitor
2020-10-27
6
-0
/
+24
*
CMake: Regenerate examples to use qt_add_executable
Alexandru Croitor
2020-10-19
6
-6
/
+6
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
2
-4
/
+4
*
Port the QXmlStream API from QStringRef to QStringView
Karsten Heimrich
2020-08-19
1
-2
/
+2
*
CMake: Regenerate examples
Alexandru Croitor
2020-07-09
7
-11
/
+33
*
examples: avoid int -> QChar conversions
Marc Mutz
2020-04-29
2
-2
/
+2
*
Do not mention Qt XML's SAX API anymore in examples/xml/README
Kai Koehne
2020-04-24
1
-5
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
1
-1
/
+1
|
\
|
*
QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead
Mårten Nordheim
2020-03-03
1
-1
/
+1
*
|
Regenerate examples
Alexandru Croitor
2020-02-04
7
-9
/
+114
*
|
Post Merge Fixes
Leander Beernaert
2020-01-24
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/dev' into merge-dev
Leander Beernaert
2020-01-24
14
-927
/
+1
|
\
|
|
*
Deprecate SAX classes in Qt XML
Sona Kurazyan
2020-01-06
12
-895
/
+0
|
*
Replace usages of QVariant::value by qvariant_cast
Olivier Goffart
2019-12-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Simon Hausmann
2019-10-17
3
-3
/
+3
|
\
|
|
*
Prepare for deprecating the QDesktopWidget
Sona Kurazyan
2019-10-15
3
-3
/
+3
*
|
Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake
Alexandru Croitor
2019-06-14
6
-11
/
+11
|
\
|
*
|
Fix compiling of examples on Android
Simon Hausmann
2019-06-12
6
-4
/
+10
*
|
Fix linking of examples
Simon Hausmann
2019-06-12
4
-4
/
+4
*
|
Allow to build examples as standalone project
Kevin Funk
2019-06-05
7
-0
/
+184
|
/
*
Prefix textstream operators with Qt::
Lars Knoll
2019-05-02
1
-9
/
+9
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-19
2
-4
/
+2
|
\
|
*
Add cmdline feature to qmake
Joerg Bornemann
2019-02-18
2
-4
/
+2
*
|
Fix some deprecation warnings in examples
Friedemann Kleint
2019-02-06
5
-5
/
+5
*
|
Examples: cleanup foreach usage
Christian Ehrlicher
2019-02-02
1
-13
/
+13
|
/
*
Doc: Add missing full stops in briefs
Paul Wicking
2018-06-21
3
-3
/
+3
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-20
4
-0
/
+4
|
\
[next]