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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix various documentation issues
Topi Reinio
2021-04-16
1
-3
/
+3
*
standarddialogs example: Fix font handling
Friedemann Kleint
2021-04-07
1
-1
/
+7
*
Brush up the imageviewer example
Friedemann Kleint
2021-03-02
2
-4
/
+5
*
dirview example: Show file icons on Windows
Friedemann Kleint
2021-02-13
1
-0
/
+2
*
Remove QtDBus includes
David Skoland
2021-01-13
6
-31
/
+39
*
UndoFramework example: make the background visible
Ivan Solovev
2021-01-11
1
-0
/
+0
*
secureudpclient - a speculative fix for non-reproducible crash
Timur Pocheptsov
2020-12-11
1
-0
/
+5
*
CMake: Work around building dbus 'controller' example with qmake
Joerg Bornemann
2020-12-04
1
-0
/
+3
*
Fix documentation links to High DPI documentation
Andreas Buhr
2020-12-01
1
-1
/
+1
*
Rename Application Example
Volker Hilsheimer
2020-11-26
3
-6
/
+6
*
Use event cloning rather than copying
Volker Hilsheimer
2020-11-26
1
-1
/
+1
*
i18n example: No longer ignore return value of QTranslator.load()
Friedemann Kleint
2020-11-19
1
-4
/
+9
*
Improve QtConcurrent ImageScaling example to demo new features
Sona Kurazyan
2020-11-12
9
-68
/
+618
*
Doc: Fix documentation warnings for Qt Widgets
Topi Reinio
2020-11-12
1
-48
/
+0
*
Support the markdown underline extension
Shawn Rutledge
2020-11-07
1
-4
/
+6
*
Fix a bunch of qdoc warnings
Volker Hilsheimer
2020-11-06
2
-4
/
+4
*
Add multi key bindings to QShortcut
Allan Sandfeld Jensen
2020-11-04
1
-1
/
+1
*
Get rid of all instance usage of QFontDatabase
Volker Hilsheimer
2020-11-03
3
-12
/
+8
*
DropSite example: support markdown
Shawn Rutledge
2020-11-02
2
-0
/
+5
*
Forbid implicit conversions between QFuture and other types
Sona Kurazyan
2020-10-30
1
-1
/
+1
*
Doc: Fix documentation warnings for Qt OpenGL
Topi Reinio
2020-10-30
1
-0
/
+0
*
Doc: Fix link issues for QtCore
Topi Reinio
2020-10-29
1
-3
/
+2
*
Update the HTTP example
Mårten Nordheim
2020-10-28
3
-69
/
+120
*
CMake: Fix painting examples to build as standalone projects
Alexandru Croitor
2020-10-27
7
-51
/
+332
*
CMake: Regenerate examples to set the WIN32_EXECUTABLE property
Alexandru Croitor
2020-10-27
266
-0
/
+1078
*
CMake: Regenerate examples to use qt_add_executable
Alexandru Croitor
2020-10-19
262
-268
/
+288
*
Brush up the basicsortfiltermodel example
Friedemann Kleint
2020-10-14
1
-1
/
+25
*
Use QScroller in the Dir View example
Shawn Rutledge
2020-10-14
2
-3
/
+13
*
Get rid of all usage of QApplication:desktop
Volker Hilsheimer
2020-10-14
2
-4
/
+5
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
23
-26
/
+26
*
Rename the new platform APIs from QPlatformInterface to QNativeInterface
Tor Arne Vestbø
2020-10-07
1
-1
/
+1
*
Convert a couple of APIs to use views
Lars Knoll
2020-10-06
1
-1
/
+1
*
Stylesheet example: Get rid of auto-connection slots
Alexander Volkov
2020-09-25
3
-16
/
+21
*
CMake: Regenerate projects
Alexandru Croitor
2020-09-22
1
-3
/
+0
*
Fix some qdoc warnings: typos and qdoc syntax
Volker Hilsheimer
2020-09-22
1
-1
/
+1
*
Deprecate implicit QPixmap conversion to QBitmap
Volker Hilsheimer
2020-09-17
1
-1
/
+1
*
Add qHash implementation for QPoint
Mitch Curtis
2020-09-15
1
-13
/
+0
*
Switch QSurfaceFormat::colorSpace to a QColorSpace
Allan Sandfeld Jensen
2020-09-15
1
-1
/
+2
*
Fix vulkan example build with MSVC
Laszlo Agocs
2020-09-14
1
-1
/
+1
*
Make QStringList an alias to QList<QString>
Lars Knoll
2020-09-12
2
-2
/
+0
*
Rename QLibraryInfo::location() to path()
Lars Knoll
2020-09-12
5
-5
/
+5
*
Remove obsolete APIs and comments from QAbstractPrintDialog
Volker Hilsheimer
2020-09-10
2
-2
/
+2
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
6
-14
/
+14
*
Doc: Move example file that was left behind
Paul Wicking
2020-09-10
1
-0
/
+0
*
Derive some item delegates from QStyledItemDelegate
Lars Knoll
2020-09-10
1
-6
/
+1
*
Deliver Quit event when calling QCoreApplication::quit()
Tor Arne Vestbø
2020-09-07
3
-3
/
+3
*
Remove deprecated QPrinter and QPagedPaintDevice APIs
Volker Hilsheimer
2020-09-04
2
-8
/
+8
*
Long live QKeyCombination!
Giuseppe D'Angelo
2020-09-03
3
-14
/
+14
*
Remove "fallback session management"
Andreas Hartmetz
2020-09-01
1
-1
/
+0
*
Deprecate and remove uses of AA_DisableHighDpiScaling
Tor Arne Vestbø
2020-08-31
1
-10
/
+0
[next]