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
6.5.1
6.5.2
6.5.3
6.6
6.6.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revamp Subscription example: Cretae QString using a Literal operator
Rym Bouabid
36 hours
1
-8
/
+10
*
Revamp Subscription example: Fix includes
Rym Bouabid
36 hours
1
-1
/
+2
*
Revamp Bindable Subscription ex: Cretae QString using a Literal operator
Rym Bouabid
36 hours
1
-8
/
+10
*
Revamp Bindable Subscription ex: Fix includes
Rym Bouabid
36 hours
3
-5
/
+4
*
Revamp MIME Type Browser Ex: Revisit documentation
Rym Bouabid
37 hours
1
-1
/
+2
*
Revamp MIME Type Browser Ex: Replace QObject by Q_DECLARE_TR_FUNCTIONS
Rym Bouabid
37 hours
1
-1
/
+2
*
Revamp MIME Type Browser Ex: Fix includes
Rym Bouabid
37 hours
4
-19
/
+10
*
Revamp MIME Type Browser Ex: Fix too long lines
Rym Bouabid
37 hours
1
-6
/
+8
*
Make examples/bindableproperties a proper project
Kai Köhne
46 hours
4
-81
/
+54
*
Move rsslisting documentation to common dir
Kai Köhne
2 days
2
-0
/
+0
*
Docs: Update Links to Android Notifier Example
Nicholas Bennett
3 days
1
-0
/
+1
*
Revamp Local Fortune Client Example: Create QString instead of char *
Rym Bouabid
4 days
1
-1
/
+3
*
Revamp Local Fortune Client Example: Fix include order
Rym Bouabid
4 days
3
-12
/
+12
*
hellogl2 example: Decouple mainwindow from window
Friedemann Kleint
5 days
3
-9
/
+16
*
hellogl2 example: Streamline code
Friedemann Kleint
5 days
3
-36
/
+45
*
Check input and output converters do support the relevant directions
Edward Welbourne
8 days
1
-4
/
+7
*
Replace the image to illustrate the Serialization Converter
Edward Welbourne
8 days
1
-0
/
+0
*
Revamp Wait Conditions Example: Revisit the documentation
Rym Bouabid
11 days
1
-5
/
+4
*
Revamp Shared Memory Example: Revisit the documentation
Rym Bouabid
11 days
1
-3
/
+3
*
Revamp Shared Memory Example: Change the used QSharedMemory constructor
Rym Bouabid
11 days
1
-1
/
+5
*
Revamp Shared Memory Example: Fix formatting of the dialog.h header
Rym Bouabid
11 days
1
-5
/
+5
*
Revamp Semaphores example: Revisit the documentation
Rym Bouabid
11 days
1
-5
/
+4
*
Revamp Shared Memory Example: Fix include order
Rym Bouabid
11 days
3
-2
/
+5
*
Revamp Semaphores example: Replace const by constexpr when applicable
Rym Bouabid
11 days
1
-2
/
+2
*
Revamp Mandelbrot example: Declare slots as methods instead
Rym Bouabid
11 days
1
-4
/
+3
*
Revamp Mandelbrot example: Revisit the documentaton
Rym Bouabid
11 days
1
-2
/
+2
*
Revamp Mandelbrot example: Add const/constexpr when applicable
Rym Bouabid
11 days
2
-25
/
+24
*
Update mobile example categories for Qt 6.6
Rami Potinkara
12 days
2
-1
/
+1
*
Make \brief of Saving a Game to File actually brief
Edward Welbourne
13 days
1
-2
/
+1
*
Doc: Fix documentation issues
Topi Reinio
13 days
1
-1
/
+1
*
Revamp Mandelbrot example: Fix too long lines
Rym Bouabid
13 days
1
-2
/
+4
*
Revamp Mandelbrot example: Use a Literal operator to create QString
Rym Bouabid
13 days
1
-2
/
+4
*
Revamp Mandelbrot example: Fix Includes
Rym Bouabid
13 days
4
-7
/
+7
*
Turn Directions enum into an enum class in serialization converter
Edward Welbourne
2023-09-08
9
-13
/
+15
*
Turn Converter::Direction into a QFlags enum
Edward Welbourne
2023-09-08
16
-22
/
+24
*
Serialization converter example: const-ify the Converter type
Edward Welbourne
2023-09-08
16
-129
/
+143
*
Separate streaming dumper and converter in the convert example
Edward Welbourne
2023-09-08
7
-102
/
+124
*
corelib/serialization examples: clang-tidy and coding style clean-up
Edward Welbourne
2023-09-08
20
-118
/
+75
*
corelib/serialization examples: use string literals more
Edward Welbourne
2023-09-08
9
-107
/
+121
*
examples/: compile with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-09-08
9
-31
/
+24
*
Doc: Add \examplecategory for qtconcurrent
Safiyyah Moosa
2023-09-07
3
-0
/
+3
*
Doc: Fix qdoc full stop warning in briefs
Andreas Eliasson
2023-09-05
2
-2
/
+2
*
Minor tidies in example's XML converter
Edward Welbourne
2023-09-05
1
-2
/
+2
*
Exploit C++17 init-statements in if to simplify a loop
Edward Welbourne
2023-09-05
1
-12
/
+5
*
Update datastream converter to use Qt_6_0 instead of Qt_5_0
Edward Welbourne
2023-09-05
1
-2
/
+2
*
Core serialization examples: spacing-only clang-format changes
Edward Welbourne
2023-09-05
7
-25
/
+25
*
Doc: Add example categories for qtopengl
Jaishree Vyas
2023-09-05
6
-1
/
+6
*
Doc: Add example categories to Qt Widget examples
Mats Honkamaa
2023-09-05
69
-8
/
+77
*
Image Gestures Example: use QFileInfo for images file names
Assam Boudjelthia
2023-08-31
2
-9
/
+18
*
Enable QWidget::grab() with QRhiWidget in the widget tree
Laszlo Agocs
2023-08-28
1
-1
/
+1
[next]