index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
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
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
QArrayData: fix potential UB in QBasicAtomic initialization
HEAD
dev
Marc Mutz
7 min.
3
-14
/
+17
*
QRangeModel: consistently call roleNames() through the vtable
Volker Hilsheimer
2 hours
1
-10
/
+27
*
QFreeList: fix UB (data race) in release()
Marc Mutz
3 hours
1
-1
/
+1
*
QQuaternion: document some get*() preconditions
Marc Mutz
3 hours
1
-0
/
+12
*
QStorageInfo: add missing move constructor
Marc Mutz
3 hours
2
-0
/
+14
*
[docs] QStorageInfo: use standard move-assignment description
Marc Mutz
7 hours
1
-1
/
+3
*
Correct Africa/El_Aaiun to fix typo in CLDR data
Edward Welbourne
7 hours
1
-1435
/
+1435
*
QStorageInfo: DRY ctors and SMFs
Marc Mutz
11 hours
1
-12
/
+5
*
QMainWindowLayout::animationFinished(): don't show deleted tab bars
Axel Spoerl
11 hours
1
-2
/
+4
*
gui: Add missing QAPP_CHECK undefines to fix unity builds
Tim Blechmann
12 hours
2
-0
/
+4
*
Android: Set proper A11y-element java class names to support TalkBack
Lars Schmertmann
14 hours
2
-7
/
+132
*
android: fix unity builds
Tim Blechmann
22 hours
1
-0
/
+5
*
QtTest LoggerRegistry: fix UB (default-constructed std::atomic)
Marc Mutz
25 hours
1
-1
/
+1
*
QtTest LoggerRegistry: fix UB (insufficient atomic memory order)
Marc Mutz
25 hours
1
-4
/
+4
*
QtTest LoggerRegistry: make the stored LoggersContainer const
Marc Mutz
25 hours
1
-2
/
+2
*
QtTest WatchDog: fix UB (default-constructed std::atomic)
Marc Mutz
25 hours
1
-1
/
+1
*
QFontDatabase: eradicate goto use
Marc Mutz
26 hours
1
-28
/
+15
*
[docs] QQuaternion: fix links to QVector3D functions
Marc Mutz
29 hours
1
-2
/
+3
*
Doc: silence warning, QMetaType::type() is overloaded
Volker Hilsheimer
29 hours
1
-1
/
+1
*
[docs] QQuaternion: fix grammar
Marc Mutz
29 hours
1
-1
/
+1
*
a11y atspi: Don't crash when using DBus Properties GetAll
Nicolas Fella
29 hours
1
-3
/
+6
*
QToolButton a11y: Take menu from default action into account
Michael Weghorn
30 hours
2
-7
/
+22
*
QToolButton a11y: Use existing method to get QToolButton
Michael Weghorn
30 hours
1
-2
/
+1
*
QScrollBar: Set parent for context menu to match other widgets
Dheerendra Purohit
32 hours
1
-1
/
+1
*
QObjectPrivate::ConnectionData: fix UB (default-constructed std::atomic)
Marc Mutz
32 hours
1
-1
/
+1
*
Doc: Fix "see also" links
David Boddie
33 hours
2
-2
/
+2
*
QMainWindowLayout: fix missing std::move() in QDebug stream operator
Marc Mutz
36 hours
1
-1
/
+1
*
[docs] QQuaternion: fix grammar in toRotationMatrix()
Marc Mutz
36 hours
1
-2
/
+2
*
eglfs/kms: hot-plug and hot-reload
Thomas Senyk
37 hours
21
-90
/
+690
*
QMetaObject::normalizedType: handle nullptr
Ivan Solovev
41 hours
1
-0
/
+3
*
QStringAlgorithms: rename replace_detaching() to replace_into_copy()
Ahmad Samir
46 hours
1
-2
/
+5
*
Windows11Style: draw item text unconditionally
Christian Ehrlicher
2 days
1
-5
/
+5
*
QClipData: fix incorrect realloc() use
Marc Mutz
2 days
1
-2
/
+2
*
QXmlStream: fix incorrect use of realloc()
Marc Mutz
2 days
1
-4
/
+6
*
QDataBuffer: fix incorrect use of realloc()
Marc Mutz
2 days
1
-4
/
+6
*
QXmlStreamSimpleStack: Q_CHECK_PTR() the correct pointer
Marc Mutz
2 days
1
-1
/
+1
*
QProperty: add various missing std::move()s
Marc Mutz
2 days
1
-19
/
+19
*
QXmlStreamReader: fix a missing std::move()
Marc Mutz
2 days
1
-1
/
+1
*
QTextCharFormat: improve documentation for font()
David Faure
2 days
1
-0
/
+11
*
QFileInfoGatherer: Prevent infinite loop
Tobias Fella
2 days
1
-0
/
+2
*
QQuaternion: rename the fromEulerAngles() argument
Marc Mutz
2 days
2
-7
/
+7
*
QQuaternion: fix MingW "redeclared without dllimport attribute" error
Marc Mutz
2 days
1
-3
/
+3
*
QDirEntryInfo: fix GCC optional<> -Wmaybe-uninitialized
Marc Mutz
2 days
1
-1
/
+1
*
QVariant: remove a false statement about C++ unions
Giuseppe D'Angelo
2 days
1
-5
/
+0
*
moc: add line numbers to properties, methods, etc
Sami Shalayel
3 days
2
-0
/
+10
*
Doc: Fix incorrect inheritence statement in QStringList documentation
Dheerendra Purohit
3 days
1
-1
/
+1
*
Document the QByteArray(QByteArrayView) constructor
MÃ¥rten Nordheim
3 days
1
-0
/
+9
*
Add assertions to qtestlog.cpp where it branches on variant type
Edward Welbourne
3 days
1
-0
/
+8
*
Convert qtestlog.cpp to use QVariant::get_if<>(QVariant *)
Edward Welbourne
3 days
1
-11
/
+10
*
Clean up some #if-ery in qtestlog.cpp
Edward Welbourne
3 days
1
-10
/
+8
[next]