index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTypeInfo: fix pointer detection
Giuseppe D'Angelo
2022-12-30
1
-1
/
+1
*
Fix size calculation of unplugged dock widgets
Axel Spoerl
2022-12-29
1
-4
/
+19
*
wasm: avoid LocalStorage past-the-end access on clear()
Morten Sørvig
2022-12-28
1
-5
/
+13
*
Fix UB (reference to local variable leaving scope) in runOnAndroidMainThread()
Marc Mutz
2022-12-28
1
-1
/
+1
*
windows: gl: Fix WGL_SAMPLES reduction
Laszlo Agocs
2022-12-24
1
-7
/
+8
*
[doc] QSharedPointer: add some missing docs
Marc Mutz
2022-12-24
2
-0
/
+57
*
QAndroidNaticeInterface: replace a pair with a struct
Marc Mutz
2022-12-23
1
-8
/
+15
*
runOnAndroidMainThread(): Don't block QThreadPool::globalInstance() with timo...
Marc Mutz
2022-12-23
1
-0
/
+8
*
runOnAndroidMainThread(): Use QThreadPool::start() instead of QtConcurrent::r...
Marc Mutz
2022-12-23
1
-2
/
+4
*
Don't create a QRunnable in QAndroidApplication::runOnAndroidMainThread() w/o...
Marc Mutz
2022-12-23
1
-4
/
+4
*
Android: Fix UI is scaled smaller than before
Samuel Mira
2022-12-23
2
-15
/
+7
*
QTextImageHandler: Resolve Nx images correctly for file or qrc URLs
Volker Hilsheimer
2022-12-23
1
-5
/
+19
*
Doc: Remove incorrect CMake instructions for QtCore-private
Topi Reinio
2022-12-23
2
-3
/
+25
*
GTK3 theme: simplify code
Yuhang Zhao
2022-12-23
1
-1
/
+1
*
Android: Do not close the keyboard for NO_ENTER_ACTION
Bartlomiej Moskal
2022-12-22
1
-0
/
+3
*
Doc: Increase Test Function Timeout
Jaishree Vyas
2022-12-21
1
-0
/
+41
*
Android: handle move operation with content uris
Assam Boudjelthia
2022-12-21
1
-0
/
+24
*
Android: fix deprecations for getDrawable() on QtMessageDialogHelper
Assam Boudjelthia
2022-12-21
1
-4
/
+8
*
Android: Fix deprecations AlertDialog.setButton()
Assam Boudjelthia
2022-12-21
1
-2
/
+5
*
Android: Fix for low contrast status bar
Bartlomiej Moskal
2022-12-20
1
-0
/
+16
*
Android: handle rename() operation with content uris
Assam Boudjelthia
2022-12-20
2
-0
/
+58
*
Windeployqt: adjust bitset change for scaling (Take 2)
Oliver Wolff
2022-12-20
1
-3
/
+3
*
Return the QFileInfo::baseName/QDir::dirName() from fileEngine impl
Assam Boudjelthia
2022-12-19
2
-2
/
+6
*
Doc: Add link to Tools Examples from the Qt Widgets module front page
Leena Miettinen
2022-12-19
1
-0
/
+1
*
QtMiscUtils: add missing toAsciiUpper(), use it in moc
Marc Mutz
2022-12-18
2
-2
/
+8
*
QLatin1/String/View: don't decay the arg() arguments
Marc Mutz
2022-12-17
1
-8
/
+5
*
QTest::WatchDog: fix missing timeout resets on test function change
Marc Mutz
2022-12-17
1
-3
/
+22
*
QTest::WatchDog: Extract Method setExpectation()
Marc Mutz
2022-12-17
1
-11
/
+10
*
Schannel: Don't emit error when peer performs graceful disconnection
Mårten Nordheim
2022-12-16
1
-2
/
+0
*
QJniObject: fix binary compatibility breakage
Volker Hilsheimer
2022-12-16
2
-1
/
+8
*
SQLite: Update SQLite to v3.40.0
Andy Shaw
2022-12-16
3
-1587
/
+3539
*
iOS: Don't assume screens will not be connected before QIOSIntegration
Tor Arne Vestbø
2022-12-16
1
-2
/
+2
*
iOS a11y: Ensure parent elements are stacked below their children
Tor Arne Vestbø
2022-12-16
1
-1
/
+3
*
Remove QEglFSCursor's inheritance of QOpenGLFunctions
Thomas Senyk
2022-12-16
2
-27
/
+26
*
windows: Fix vertical metrics with GDI engine
Eskil Abrahamsen Blomfeldt
2022-12-16
1
-0
/
+7
*
macOS: Use NSStatusItem.menu to manage system tray menu
Tor Arne Vestbø
2022-12-15
2
-15
/
+24
*
Document max size for QFont::setPixelSize
Paul Wicking
2022-12-15
1
-1
/
+2
*
Widgets: Deactivate effect on destruction
Christian Ehrlicher
2022-12-14
1
-0
/
+1
*
QBuffer: test and document open() behavior
Marc Mutz
2022-12-14
1
-0
/
+4
*
Fix the focus frame on Mac
Giuseppe D'Angelo
2022-12-14
1
-1
/
+12
*
Android: Close the keyboard after clicking Done
Bartlomiej Moskal
2022-12-14
1
-0
/
+1
*
Android: Add facilities to handle more content URIs operations
Assam Boudjelthia
2022-12-14
3
-284
/
+663
*
eglfs-kms/gbm: fix segfault and add qScopeGuard
Thomas Senyk
2022-12-14
1
-3
/
+12
*
HiDPI: fix wrong window size after DPI change
Yuhang Zhao
2022-12-14
1
-1
/
+7
*
PCRE2: upgrade to 10.42
Giuseppe D'Angelo
2022-12-14
36
-3496
/
+9919
*
Android: fix Android assets handler not listing dirs with only sub dirs
Bartlomiej Moskal
2022-12-13
1
-1
/
+8
*
Vista Style: Use correct action icon pixmaps matching the device pixel ratio
Friedemann Kleint
2022-12-13
1
-5
/
+4
*
CMake: Warn about additional arguments to qt_add_plugin()
Kai Köhne
2022-12-12
1
-0
/
+4
*
Set geometry property in QXcbWindow after checking minimum size
Axel Spoerl
2022-12-12
1
-5
/
+5
*
Add forwarding of CMake variables to ABI-specific external projects
Alexey Edelev
2022-12-12
1
-0
/
+7
[next]