index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
/
corelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile androidnotifier only if widgets are available
Juha Vuolle
2025-05-02
1
-1
/
+1
*
Compile calendarbackendplugin only if widgets are enabled
Juha Vuolle
2025-04-29
2
-2
/
+4
*
Examples: fix a couple of nodiscard warnings from QFile::open
Giuseppe D'Angelo
2025-04-24
1
-3
/
+5
*
Examples: fix UB calls into QElapsedTimer
Giuseppe D'Angelo
2025-03-26
1
-1
/
+1
*
Docs: Create \Q4A macro for "Qt for Android" and replace instances
Nicholas Bennett
2025-02-28
1
-2
/
+2
*
CMake: Fix examples built as external projects
Joerg Bornemann
2025-01-27
2
-2
/
+2
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
1
-0
/
+1
*
Mime type browser example: Add translator loader code
Friedemann Kleint
2025-01-06
1
-0
/
+16
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
1
-4
/
+0
*
CMake: Fix project structure of calendarbackendplugin project
Alexandru Croitor
2024-07-30
4
-23
/
+8
*
QCalendar example illustrating the user-supplied plugin mechanism
Magdalena Stojek
2024-07-04
18
-1
/
+580
*
Android: cleanup AndroidManifest.xml files in examples
Assam Boudjelthia
2024-05-23
1
-5
/
+0
*
Remove check for Qt version > 4 that's not useful now
Assam Boudjelthia
2024-04-24
1
-2
/
+1
*
Fix feature dependencies for sharedmemory
Morten Sørvig
2024-04-17
1
-1
/
+1
*
Android notification example: Correct connect statements
Axel Spoerl
2024-04-04
1
-2
/
+2
*
Android: add core-private to use private permissions API
Assam Boudjelthia
2024-03-25
1
-0
/
+1
*
CMake: Add deployment API to our examples
Alexandru Croitor
2024-03-22
15
-135
/
+157
*
CMake: Use qt_internal_add_example for bindableproperties
Alexandru Croitor
2024-03-11
1
-1
/
+1
*
Correct license for examples files
Lucie Gérard
2024-03-07
25
-25
/
+25
*
Assign a category to Contiguous Cache Example
Kai Köhne
2024-02-19
1
-0
/
+1
*
Android: request POST_NOTIFICATIONS permission for Android Notifier
Assam Boudjelthia
2024-02-06
3
-0
/
+14
*
Android: fix style extraction when set to none
Assam Boudjelthia
2024-02-06
1
-4
/
+0
*
Android: remove redundant comments from notifier example manifest
Assam Boudjelthia
2023-12-22
1
-5
/
+1
*
Doc: Fix documentation issues for Qt Core
Topi Reinio
2023-12-19
2
-15
/
+8
*
examples: update local fortune example to use transaction
Samuel Gaist
2023-12-04
2
-12
/
+5
*
Rework documentation of the serialization converter example
Edward Welbourne
2023-11-01
5
-59
/
+140
*
Eliminate duplicate overrides of Converter methods in example
Edward Welbourne
2023-11-01
12
-82
/
+21
*
Move Converter class, in eponymous example, to a file of its own
Edward Welbourne
2023-11-01
4
-22
/
+27
*
Break out the list of available converters to a static method
Edward Welbourne
2023-11-01
2
-10
/
+20
*
Replace confusing member variable with a predicate
Edward Welbourne
2023-11-01
4
-4
/
+7
*
Rename Convert Example to Serialization Converter
Edward Welbourne
2023-10-30
2
-4
/
+4
*
Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)
Edward Welbourne
2023-10-30
7
-91
/
+62
*
Make Converter::saveFile() consistently error on unexpected options
Edward Welbourne
2023-10-30
1
-1
/
+4
*
QueuedCustomType example: use QThread::requestInterruption
Volker Hilsheimer
2023-10-27
3
-19
/
+2
*
Rename the JSON Save Game Example to Saving a Game to File
Edward Welbourne
2023-10-20
1
-1
/
+1
*
Split VariantOrderedMap out of Converter's header in example
Edward Welbourne
2023-10-16
8
-15
/
+31
*
Remove unused Map alias for VariantOrderedMap in convert example
Edward Welbourne
2023-10-16
1
-2
/
+0
*
Revamp Local Fortune Server Example: Allow specifying the server name
Rym Bouabid
2023-10-06
3
-21
/
+77
*
Revamp Bindable Properties exp: Revisit documentation
Rym Bouabid
2023-10-05
1
-1
/
+2
*
Revamp Shared Memory example: Add \examplecategory Data Processing & I/O
Rym Bouabid
2023-10-05
1
-0
/
+1
*
Revamp Wait conditions exp: Add \examplecategory Data Processing & I/O
Rym Bouabid
2023-10-05
1
-0
/
+1
*
Revamp Semaphores example: Add \examplecategory {Data Processing & I/O}
Rym Bouabid
2023-10-05
1
-0
/
+1
*
Revamp Mandelbrot example: Add \examplecategory {Data Processing & I/O}
Rym Bouabid
2023-10-05
1
-0
/
+1
*
Remove Custom Type Example and Custom Type Sending Example
Rym Bouabid
2023-10-04
15
-484
/
+1
*
Doc: QtCore: Fix documentation issues
Topi Reinio
2023-10-02
3
-3
/
+3
*
Revamp Queued Custom Type Ex: Revisit the documentation
Rym Bouabid
2023-10-02
2
-3
/
+3
*
Revamp Queued Custom Type Ex: Declare stopProcess() as a method
Rym Bouabid
2023-10-02
1
-3
/
+1
*
Revamp Queued Custom Type Ex: Add const when applicable
Rym Bouabid
2023-10-02
3
-12
/
+12
*
Revamp Queued Custom Type Ex: Fix includes
Rym Bouabid
2023-10-02
5
-10
/
+28
*
Deduplicate code in setup of serialization converters
Edward Welbourne
2023-09-28
1
-82
/
+49
[next]