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
*
Fix Qt6 related comments in qdebug
Lars Knoll
2020-09-11
2
-45
/
+33
*
Get rid of QEnableIf
Lars Knoll
2020-09-11
2
-9
/
+3
*
Remove pre-C++17 code path
Lars Knoll
2020-09-11
1
-17
/
+0
*
Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"
Lars Knoll
2020-09-11
3
-14
/
+19
*
Rename QMetaSequence's "elements" to "values"
Ulf Hermann
2020-09-11
3
-176
/
+176
*
Prepare QSequentialIterable for non-const operation
Ulf Hermann
2020-09-11
2
-12
/
+66
*
QVariant: guard usage of fromType.metaObject()
Richard Moe Gustavsen
2020-09-11
1
-1
/
+1
*
Document that this method got added in 6.0
Lars Knoll
2020-09-11
1
-0
/
+1
*
CMake: Fix race condition in -trace configured build
Joerg Bornemann
2020-09-10
1
-0
/
+5
*
Introduce QProcess::startCommand(QString, OpenMode)
Joerg Bornemann
2020-09-10
3
-3
/
+45
*
Android: use bin for instead of QT6_HOST_INFO_BINDIR
Assam Boudjelthia
2020-09-10
1
-3
/
+3
*
QString/QBA: change realloc*Data signatures to use qsizetype
Andrei Golubev
2020-09-10
4
-26
/
+26
*
Remove '\0' space reservation logic in QString
Andrei Golubev
2020-09-10
2
-32
/
+43
*
Remove '\0' space reservation logic in QByteArray
Andrei Golubev
2020-09-10
2
-25
/
+39
*
Inline QMetaObject::cast(QObject *), as requested by ### Qt 6 comment
Edward Welbourne
2020-09-10
2
-8
/
+5
*
Remove spurious const from QVariant::convert()'s first parameter
Edward Welbourne
2020-09-10
2
-4
/
+4
*
Remove some pre-Qt6 code
Edward Welbourne
2020-09-10
4
-58
/
+0
*
Fix possible corner cases in qarraydataops.h
Andrei Golubev
2020-09-10
1
-9
/
+11
*
Doc: clean up the QProcess::setChildProcessModifier example
Thiago Macieira
2020-09-10
1
-3
/
+3
*
Remove redundant non-const QMutex::isRecursive()
Edward Welbourne
2020-09-10
2
-15
/
+0
*
Make Q*ArrayOps erase aligned with std::vector::erase
Andrei Golubev
2020-09-10
1
-5
/
+5
*
Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"
Alex Trotsenko
2020-09-10
4
-30
/
+14
*
Fix a number of MSVC integer conversion warnings
Friedemann Kleint
2020-09-10
8
-13
/
+13
*
QProcess/Unix: introduce setChildProcessModifier()
Thiago Macieira
2020-09-08
5
-42
/
+92
*
QSemaphore: Make 64-bit wide
Thiago Macieira
2020-09-08
1
-1
/
+3
*
Revert "Cleanup QSemaphore and make it always 64bit large"
Thiago Macieira
2020-09-09
2
-60
/
+104
*
Disable operator+ and operator- for QFlags
Giuseppe D'Angelo
2020-09-09
1
-2
/
+20
*
Fix failures in tst_qdatetime under non-english locales
Marcel Krems
2020-09-09
1
-2
/
+1
*
Initialize "uc1" variable
Wang Wei
2020-09-08
1
-1
/
+1
*
QCommonArrayOps: append when inserting into empty container
Andrei Golubev
2020-09-07
1
-3
/
+3
*
QList/QString/QByteArray: no prepend optimized allocation when empty
Andrei Golubev
2020-09-07
3
-7
/
+6
*
Update QList's documentation bits
Andrei Golubev
2020-09-07
1
-44
/
+43
*
Deliver Quit event when calling QCoreApplication::quit()
Tor Arne Vestbø
2020-09-07
1
-9
/
+22
*
Clean up QTextBoundaryFinder and qunicodetools
Lars Knoll
2020-09-07
4
-195
/
+185
*
Make QStringMatcher ready for Qt 6
Lars Knoll
2020-09-07
2
-48
/
+31
*
Use C++17 [[maybe_unused]]
Allan Sandfeld Jensen
2020-09-06
7
-17
/
+22
*
Round float->qfloat16 to even
Allan Sandfeld Jensen
2020-09-06
2
-9
/
+530
*
Inline QTest::qSleep()
Lars Knoll
2020-09-06
2
-38
/
+6
*
Get rid of hasPendingEvents() and flush()
Lars Knoll
2020-09-06
11
-79
/
+3
*
Cleanup QSemaphore and make it always 64bit large
Lars Knoll
2020-09-05
2
-104
/
+60
*
QMetaType: optimize comparison
Fabian Kosmale
2020-09-05
1
-1
/
+1
*
Get rid of the MSVC specific file
Lars Knoll
2020-09-05
3
-61
/
+0
*
Remove some comments that are no longer relevant
Edward Welbourne
2020-09-05
4
-7
/
+2
*
Fix compiler warning from unused private field in QSequentialIterable
Volker Hilsheimer
2020-09-05
1
-0
/
+1
*
Remove timeStep parameter from QAnimationDrive::advanceAnimation
Volker Hilsheimer
2020-09-03
3
-19
/
+14
*
Remove obsolete native client platform
Morten Johan Sørvig
2020-09-03
7
-266
/
+5
*
Add QByteArrayView overloads for push_back and push_front
Lars Knoll
2020-09-03
2
-18
/
+30
*
Clean up the QByteArray API and implementation
Lars Knoll
2020-09-03
3
-272
/
+140
*
QList/QByteArray/QString: Base GrowsBackwards heuristic on old size
Mårten Nordheim
2020-09-03
3
-6
/
+6
*
Reimplement QSequentialIterable using QMetaSequence
Ulf Hermann
2020-09-03
9
-598
/
+529
[next]