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
/
doc
/
snippets
/
code
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSemaphore: add QDeadlineTimer API
Thiago Macieira
2023-05-16
1
-0
/
+6
*
Brush up the container code snippets
Friedemann Kleint
2023-05-04
10
-109
/
+83
*
Remove unused documentation code snippets
Friedemann Kleint
2023-04-17
18
-396
/
+1
*
Fix qdoc warning about missing QMultiMap code snippet
Friedemann Kleint
2023-04-06
1
-13
/
+4
*
Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()
Ivan Solovev
2023-04-05
1
-3
/
+17
*
Long live QtFuture::makeReadyRangeFuture()
Ivan Solovev
2023-04-05
1
-0
/
+14
*
QtBase/doc: fix examples for QHash/QMap/QMultiMap::erase()
Christian Ehrlicher
2023-03-31
3
-84
/
+32
*
QFutureInterface: add a warning when an existing continuation is overwritten
Ivan Solovev
2023-03-28
1
-0
/
+14
*
Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition
Edward Welbourne
2023-03-20
1
-1
/
+1
*
Doc: Update docs to reflect method being renamed
Andreas Eliasson
2023-03-08
1
-1
/
+1
*
Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()
Marc Mutz
2023-02-21
1
-2
/
+2
*
IPC: add native key support to QSystemSemaphore
Thiago Macieira
2023-01-22
1
-2
/
+2
*
Documentation: Port code snippets to new connection syntax
Friedemann Kleint
2023-01-11
1
-1
/
+1
*
QUrl/doc: explain that the scheme-less URL is probably not intended
Thiago Macieira
2023-01-06
1
-0
/
+8
*
CMake: Allow contents of resources to be replaced by empty files
Ulf Hermann
2022-12-17
1
-0
/
+4
*
Adapt QDateTime to route QTimeSpec uses via QTimeZone
Edward Welbourne
2022-12-09
1
-0
/
+8
*
wasm: add native QByteArray conversion functions
Morten Sørvig
2022-12-05
1
-0
/
+11
*
Brush up the container documentation
Friedemann Kleint
2022-12-02
1
-6
/
+6
*
Documentation: Expand documentation on how to iterate Qt containers
Friedemann Kleint
2022-11-24
1
-0
/
+21
*
Documentation: Modernize the Qt container doc snippets
Friedemann Kleint
2022-11-24
1
-23
/
+15
*
Modernize QMessageBox documentation and example
Tor Arne Vestbø
2022-11-18
1
-2
/
+2
*
QHash: tame HasQHashSingleArgOverload ODR violations
Giuseppe D'Angelo
2022-11-01
1
-3
/
+3
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-0
/
+13
*
QString/doc: correct the record on const char* optimizations
Thiago Macieira
2022-10-02
1
-0
/
+3
*
Doc: Update the animation framework overview
Venugopal Shivashankar
2022-09-20
1
-5
/
+89
*
QMetaObject/Doc: document the variadic invoke{,Method} and newInstance
Thiago Macieira
2022-09-01
1
-0
/
+33
*
QMetaType/Doc: update some wording about type registration
Thiago Macieira
2022-08-29
1
-5
/
+5
*
Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN description
Kai Köhne
2022-08-24
1
-4
/
+0
*
[docs] Fix return value of QStringIterator::next()
Marc Mutz
2022-08-11
1
-1
/
+1
*
Move q{,Utf8, Utf16}Printable to qstring.h
Sona Kurazyan
2022-08-04
2
-10
/
+8
*
QAbstractNativeEventFilter: Fix the Mac example class name
Laszlo Papp
2022-08-04
1
-1
/
+1
*
QAbstractNativeEventFilter: Add a Windows example
Laszlo Papp
2022-08-02
1
-0
/
+20
*
Remove outdated docs for qOverload()
Sona Kurazyan
2022-08-01
1
-5
/
+0
*
QMap: remove more docs referring to multiple values for the same key
Giuseppe D'Angelo
2022-05-29
1
-16
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
112
-5490
/
+226
*
Add support for unwrapping QFuture<QFuture<T>>
Sona Kurazyan
2022-04-21
1
-0
/
+34
*
QDate: add conversions for std::chrono calendaring classes
Giuseppe D'Angelo
2022-04-13
1
-0
/
+20
*
Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS defines
Joerg Bornemann
2022-03-29
1
-0
/
+5
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
3
-16
/
+22
*
Add QByteArray::percentDecoded() as an instance method
Edward Welbourne
2022-03-18
1
-2
/
+7
*
Associative containers: add a way to obtain a key/value range
Giuseppe D'Angelo
2022-03-04
3
-0
/
+52
*
Doc: Make QListIterator snippets more robust
Kai Köhne
2022-01-17
6
-18
/
+22
*
Doc: Fix snippet to match actual QFileInfo behavior
Kai Köhne
2022-01-13
1
-1
/
+1
*
Doc: Replace "C:\Documents and Settings" paths
Kai Köhne
2022-01-12
2
-4
/
+4
*
Repair parameter type
ChunLin Wang
2021-12-03
3
-3
/
+3
*
Add support for combining multiple QFutures
Sona Kurazyan
2021-11-20
1
-0
/
+87
*
Add missing QT_TRID_N_NOOP definition
Lucie Gérard
2021-11-18
1
-0
/
+14
*
QFuture: extend the docs to explain how to cancel continuation chain
Sona Kurazyan
2021-11-15
1
-0
/
+17
*
QObjectComputedProperty docs: move example to snippet
Ivan Solovev
2021-10-26
1
-0
/
+37
*
QPoint: Don't claim that QPoint[F]::dotProduct() produces length squared
Ievgenii Meshcheriakov
2021-10-12
1
-2
/
+2
[next]