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
/
corelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
153
-2269
/
+2269
*
Replace Q_NULLPTR with nullptr in corelib
Allan Sandfeld Jensen
2019-04-03
3
-3
/
+3
*
Remove special NOTHROW handling
Allan Sandfeld Jensen
2019-04-03
1
-12
/
+1
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-03
2
-7
/
+5
|
\
|
*
Fix remaining Q_DECL_OVERRIDE instances
Allan Sandfeld Jensen
2019-04-02
1
-3
/
+3
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-04-02
1
-4
/
+2
|
|
\
|
|
*
Refine underflow check in QLocaleData::convertDoubleToFloat()
Edward Welbourne
2019-04-01
1
-4
/
+2
*
|
|
Issue a warning about unused result of qScopeGuard and QScopeGuard
Jędrzej Nowacki
2019-04-02
1
-1
/
+10
*
|
|
Use the QTime API less clumsily
Edward Welbourne
2019-04-01
1
-4
/
+3
*
|
|
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...
Liang Qi
2019-03-31
9
-33
/
+67
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-03-31
9
-33
/
+67
|
|
\
\
\
|
|
|
/
/
|
|
*
|
QMimeDatabase: allow building without our internal copy
Thiago Macieira
2019-03-26
3
-1
/
+10
|
|
*
|
wasm: Use common “qt” prefix for exported functions
Morten Johan Sørvig
2019-03-26
1
-1
/
+1
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Friedemann Kleint
2019-03-26
6
-31
/
+56
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Doc: mention what is the suggested replacement for QSignalMapper
Albert Astals Cid
2019-03-25
1
-1
/
+1
|
|
|
*
Fix tree recursion in QAbstractItemModel::match()
Friedemann Kleint
2019-03-22
1
-5
/
+9
|
|
|
*
Fix broken data for time-zones with no transitions
Edward Welbourne
2019-03-22
2
-24
/
+23
|
|
|
*
Correct a misguided assertion in QTzTimeZonePrivate
Edward Welbourne
2019-03-22
1
-2
/
+4
|
|
|
*
Accept that glibc's statx() falls back for us
Thiago Macieira
2019-03-22
2
-1
/
+21
*
|
|
|
QVariant: deprecate qVariantFromValue/qVariantSetValue()
Christian Ehrlicher
2019-03-31
2
-25
/
+35
|
/
/
/
*
|
|
Doc-fixes in QRandomGenerator::bounded(int...)
Edward Welbourne
2019-03-29
1
-3
/
+2
*
|
|
Get rid of the locking in activate()
Lars Knoll
2019-03-29
2
-195
/
+236
*
|
|
Add safe way to resize the signalVector
Lars Knoll
2019-03-29
2
-55
/
+122
*
|
|
Add a QAbstractMetaCallEvent
Lars Knoll
2019-03-29
2
-18
/
+38
*
|
|
Change cleanup mechanism for orphaned connections
Lars Knoll
2019-03-29
3
-131
/
+165
*
|
|
Use move more consistently in QScopedValueRollback
Allan Sandfeld Jensen
2019-03-27
1
-7
/
+7
*
|
|
Use QScopedValueRollback more as a reentrancy guard
Allan Sandfeld Jensen
2019-03-26
4
-14
/
+14
*
|
|
Simplify finite/NaN testing for qfloat16
Edward Welbourne
2019-03-26
4
-107
/
+20
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Friedemann Kleint
2019-03-26
3
-347
/
+62
|
\
\
\
|
|
/
/
|
*
|
doc: Remove incomplete information for QDataStream
Rainer Keller
2019-03-25
1
-344
/
+58
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-20
2
-3
/
+4
|
|
\
\
|
|
|
/
|
|
*
QTemporaryFile: Return early if the passed in QFile cannot be opened
Andy Shaw
2019-03-19
1
-2
/
+2
|
|
*
QTranslator: avoid unhandled exception
Anton Kudryavtsev
2019-03-16
1
-1
/
+2
*
|
|
core: Add deduction guides for QPair
Mikhail Svetkin
2019-03-25
1
-0
/
+5
*
|
|
Clean up QTextStream functions
Allan Sandfeld Jensen
2019-03-23
2
-24
/
+95
*
|
|
qstringalgorithms: add find methods
Anton Kudryavtsev
2019-03-22
4
-204
/
+208
*
|
|
Widen out parameter "result" of the native event filters for Qt 6
Friedemann Kleint
2019-03-22
6
-0
/
+25
*
|
|
Don't iterate over the connections without holding a lock
Lars Knoll
2019-03-21
2
-1
/
+18
*
|
|
QVector: Add assignment from std::initializer_list
Kari Oikarinen
2019-03-21
2
-1
/
+22
*
|
|
QVariant: Fix isNull() == true after downcasting QObject*
Timo Lang
2019-03-21
1
-0
/
+2
*
|
|
Add qFpClassify() to mirror std::fpclassify()
Edward Welbourne
2019-03-19
4
-6
/
+48
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-03-16
6
-33
/
+75
|
\
\
\
|
|
/
/
|
*
|
Fix qdoc errors in QProcess header
Friedemann Kleint
2019-03-15
1
-9
/
+11
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-15
5
-24
/
+64
|
|
\
\
|
|
|
/
|
|
*
Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUT
Kai Koehne
2019-03-14
1
-16
/
+33
|
|
*
Doc: "UTF" -> "UTF-8"
Thiago Macieira
2019-03-14
1
-1
/
+1
|
|
*
Add a pair of functions to convert to and from Q/CborError
Thiago Macieira
2019-03-14
1
-4
/
+21
|
|
*
Doc: Use nullptr in Signals & Slots
Kai Koehne
2019-03-13
2
-3
/
+3
|
|
*
Doc: fix some typos and missing doc for QScopeGuard
Eirik Aavitsland
2019-03-11
1
-0
/
+6
*
|
|
Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...
Liang Qi
2019-03-15
9
-45
/
+64
|
\
\
\
[next]