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.5
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
/
embedded
Commit message (
Expand
)
Author
Age
Files
Lines
*
examples: port embedded examples to new connection style
Samuel Gaist
2022-12-21
3
-13
/
+14
*
Examples: Use PRIVATE CMake linkage
Kai Köhne
2022-11-30
6
-6
/
+6
*
Examples: Use qt_standard_project_setup()
Kai Köhne
2022-11-17
6
-14
/
+12
*
Examples: Use Qt6:: to qualify Qt CMake packages
Kai Köhne
2022-11-17
7
-21
/
+21
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
7
-7
/
+7
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
7
-0
/
+21
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
16
-785
/
+33
*
Do not assume implicit string-ish → QColor conversion
Marc Mutz
2022-03-11
1
-2
/
+2
*
Examples: Remove unneeded CMake options
Kai Köhne
2022-01-24
6
-22
/
+0
*
Examples: Fix whitespace issues in CMakeLists.txt
Kai Köhne
2021-12-13
6
-9
/
+18
*
Examples: Remove remaining conversion markers in CMakeLists.txt
Kai Köhne
2021-12-13
7
-14
/
+0
*
CMake: Prefer unversioned commands
Kai Köhne
2021-12-13
3
-3
/
+3
*
Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2021-12-10
6
-20
/
+6
*
Remove .prev_CMakeLists.txt
Kai Köhne
2021-12-06
2
-99
/
+0
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
6
-6
/
+6
*
Build examples in isolated sub-builds using ExternalProject
Craig Scott
2021-05-26
1
-6
/
+6
*
Remove unnecessary int() casting in QRandomGenerator::bounded
Thiago Macieira
2021-03-17
1
-1
/
+1
*
Use event cloning rather than copying
Volker Hilsheimer
2020-11-25
1
-1
/
+1
*
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
7
-8
/
+8
*
Add qHash implementation for QPoint
Mitch Curtis
2020-09-15
1
-13
/
+0
*
Port the QXmlStream API from QStringRef to QStringView
Karsten Heimrich
2020-08-19
1
-13
/
+13
*
Deprecate QTimeLine's curveShape in favor of its easingCurve
Edward Welbourne
2020-07-16
1
-1
/
+1
*
CMake: Regenerate examples
Alexandru Croitor
2020-07-09
7
-6
/
+33
*
Use qsizetype in QList
Lars Knoll
2020-07-06
1
-1
/
+1
*
CMake: Fix lightmaps example to build in a namespaced Qt
Alexandru Croitor
2020-06-12
2
-1
/
+12
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
4
-17
/
+17
*
Example compile fix with namespaced Qt
hjk
2020-06-08
1
-3
/
+1
*
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-02-28
2
-2
/
+2
|
\
|
*
Revert "QNetworkReply: deprecate the 'error' getter"
Alexander Akulich
2020-02-28
2
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
2
-46
/
+0
|
\
\
|
|
/
|
*
Remove usage of bearer management from lightmaps example
Mårten Nordheim
2020-02-19
2
-46
/
+0
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-02-13
1
-2
/
+2
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-04
1
-2
/
+2
|
|
\
|
|
*
Change examples and snippets to pass QDate and QTime by value
Edward Welbourne
2020-01-30
1
-2
/
+2
*
|
|
Regenerate examples
Alexandru Croitor
2020-02-04
8
-9
/
+181
*
|
|
Merge remote-tracking branch 'origin/dev' into merge-dev
Leander Beernaert
2020-01-24
2
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
QNetworkReply: deprecate the 'error' getter
Timur Pocheptsov
2020-01-13
2
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2019-10-14
2
-9
/
+9
|
\
\
\
|
|
/
/
|
*
|
Port two examples from QTime to QElapsedTimer
Albert Astals Cid
2019-09-27
2
-9
/
+9
|
|
/
*
|
Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake
Alexandru Croitor
2019-06-14
6
-8
/
+8
|
\
\
|
|
/
*
|
Fix compiling of examples on Android
Simon Hausmann
2019-06-12
6
-6
/
+12
*
|
Fix linking of examples
Simon Hausmann
2019-06-12
6
-6
/
+6
*
|
Allow to build examples as standalone project
Kevin Funk
2019-06-05
6
-105
/
+135
*
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2019-06-03
1
-4
/
+0
|
\
\
|
|
/
|
*
Remove usages of Q_OS_WINCE
Joerg Bornemann
2019-05-23
1
-4
/
+0
*
|
Rerun pro2cmake on projects that use .ui files
Alexandru Croitor
2019-05-22
2
-3
/
+7
*
|
Merge commit 'dev' into 'wip/cmake-merge'
Tobias Hunger
2019-04-16
1
-5
/
+6
|
\
\
|
|
/
[next]