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
*
Tidy up some local variables in QSettingsPrivate::iniEscapedString()
Edward Welbourne
2022-04-21
1
-4
/
+3
*
Fix handling of DateTime values in QSettings
Edward Welbourne
2022-04-21
1
-1
/
+2
*
macOS: Reactivate current input context after discarding marked text
Tor Arne Vestbø
2022-04-21
1
-0
/
+8
*
Android: fix A11Y object description
Ivan Solovev
2022-04-21
1
-4
/
+7
*
Add support for unwrapping QFuture<QFuture<T>>
Sona Kurazyan
2022-04-21
4
-0
/
+142
*
Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChanged
Tor Arne Vestbø
2022-04-21
4
-19
/
+19
*
QApplication: deliver activation events for non-widget windows
Richard Moe Gustavsen
2022-04-21
1
-1
/
+14
*
rhi: vulkan: Enable feature for line polygon mode
Laszlo Agocs
2022-04-21
1
-0
/
+2
*
Fix unresolved include in bootstraplib when using source copies
Joerg Bornemann
2022-04-21
1
-0
/
+4
*
Upgrade PCRE2 to 10.40
Giuseppe D'Angelo
2022-04-21
47
-9258
/
+13827
*
Android: de-duplicate shellquote helpers code in deploy and test tools
Assam Boudjelthia
2022-04-21
4
-144
/
+112
*
Android: remove what appears to be non-necessary debug print leftovers
Assam Boudjelthia
2022-04-21
2
-3
/
+2
*
Android: add helper functions to append .exe/.bat suffix when needed
Assam Boudjelthia
2022-04-21
1
-86
/
+76
*
Android: remove unused function in androiddeployqt
Assam Boudjelthia
2022-04-21
1
-58
/
+1
*
Android: remove the old copy of gradle.properties after reading it
Assam Boudjelthia
2022-04-21
1
-3
/
+5
*
Ensure tag used for logging on Android does not contain spaces
Łukasz Korbel
2022-04-21
1
-1
/
+2
*
Add QDebug operator for Objective-C id type
Tor Arne Vestbø
2022-04-21
2
-0
/
+23
*
wasm: fix initial window paint event
Lorn Potter
2022-04-20
1
-3
/
+0
*
xcb: recreate xcb window under some conditions
Liang Qi
2022-04-19
2
-0
/
+23
*
Revert "xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handling"
Liang Qi
2022-04-19
2
-119
/
+12
*
Sql: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-19
8
-33
/
+35
*
Sql: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
22
-327
/
+356
*
Sql: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
15
-186
/
+182
*
Printsupport: replace remaining uses of QL1String with QL1StringView
Sona Kurazyan
2022-04-19
2
-3
/
+3
*
Printsupport: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
12
-51
/
+75
*
Printsupport: stop using QL1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
7
-17
/
+16
*
Update documentation of enum Qt::DockWidgetArea
Axel Spoerl
2022-04-19
1
-6
/
+10
*
Fix QDockWidget parenting and dock permissions
Axel Spoerl
2022-04-19
6
-141
/
+331
*
Replace uses of _qs with _s in sources and examples
Sona Kurazyan
2022-04-19
17
-29
/
+43
*
wasm: propagate QWindow format to backing store
Morten Sørvig
2022-04-19
1
-5
/
+10
*
Android: use libexec path for qmlimportscanner
Assam Boudjelthia
2022-04-19
1
-3
/
+5
*
QMimeData: return null string for null byte array
Liang Qi
2022-04-19
1
-0
/
+2
*
QFutureCallOutEvent: remove unused pseudo-copy-ctor
Marc Mutz
2022-04-15
1
-12
/
+0
*
wasm: use emscripten::val for specialHTMLTargets
Lorn Potter
2022-04-15
1
-6
/
+8
*
Fix race condition in futex-based QSemaphore
Allan Sandfeld Jensen
2022-04-15
1
-3
/
+6
*
TextEdit: Avoid scrolling to cursor during app switch on GNOME
Volodymyr Zibarov
2022-04-14
2
-0
/
+8
*
QDate(Time): add a addDuration method
Giuseppe D'Angelo
2022-04-14
2
-0
/
+53
*
QFutureCallOutEvent: de-export again
Marc Mutz
2022-04-14
1
-1
/
+1
*
QEvent: start to de-inline copy ctor and clone() of all subclasses
Marc Mutz
2022-04-14
6
-391
/
+122
*
Spacing-only change: fix indents and spacing in qtestcase.cpp
Edward Welbourne
2022-04-14
1
-73
/
+73
*
qtestcase.cpp: s/QString::fromLatin1/QLatin1String/ where viable
Edward Welbourne
2022-04-14
1
-15
/
+15
*
Android: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-14
3
-9
/
+9
*
Android: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-14
11
-382
/
+395
*
Android: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-14
10
-103
/
+101
*
QBENCHMARK: Replace the double underscore with something not reserved
Thiago Macieira
2022-04-14
1
-4
/
+4
*
QObjectPrivate:Connection:: use NSDMI for the ref count
Thiago Macieira
2022-04-13
1
-4
/
+2
*
QObjectPrivate: deinline a bunch of stuff only used in QtCore
Thiago Macieira
2022-04-13
2
-216
/
+229
*
QObjectPrivate: use placement new/delete for SignalVector
Thiago Macieira
2022-04-13
1
-2
/
+6
*
QObjectPrivate: use ConnectionList's constructor instead of copy-assignment
Thiago Macieira
2022-04-13
1
-1
/
+4
*
FileChooser portal: set current_name
Ilya Fedin
2022-04-14
1
-1
/
+6
[next]