index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()
6.1
Liang Qi
2021-10-26
1
-1
/
+1
*
Fix compilation error with MSVC 2019 and C++20
Sona Kurazyan
2021-10-11
1
-1
/
+1
*
gl: Try the local CacheLocation when the shared one fails
Laszlo Agocs
2021-10-08
2
-20
/
+45
*
Revert "Support family names that end/start with space"
Eskil Abrahamsen Blomfeldt
2021-10-07
1
-3
/
+1
*
Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogs
Doris Verria
2021-09-24
2
-9
/
+8
*
QProcess: do not emit aboutToClose() twice
Alex Trotsenko
2021-09-19
2
-1
/
+2
*
QPlatformWindow: fix isAncestorOf not breaking recursion
Richard Moe Gustavsen
2021-09-13
1
-1
/
+1
*
Make clear why QTestLog::addB?XFail() don't add to counters
Edward Welbourne
2021-09-13
3
-9
/
+11
*
Allow destruction of QWinEventNotifier in its signal
Alex Trotsenko
2021-09-11
1
-1
/
+3
*
Fix querying font aliases that share name with other fonts
Eskil Abrahamsen Blomfeldt
2021-09-11
2
-6
/
+15
*
tst_http2: Fix flaky authentication test
Mårten Nordheim
2021-09-10
1
-0
/
+5
*
qdevice.pri: Use cmake separators for the path
Mårten Nordheim
2021-09-10
1
-0
/
+2
*
OpenSSL: Let people opt-in to use TLS 1.3 PSK callback
Mårten Nordheim
2021-09-10
1
-2
/
+9
*
Skip tst_QReadWriteLock::multipleReadersLoop on QEMU
Sona Kurazyan
2021-09-10
2
-0
/
+6
*
xcb: update connection time when possible
Liang Qi
2021-09-09
2
-3
/
+19
*
Fix QtConcurrent::blockingMapped to work with non-template sequences
Sona Kurazyan
2021-09-08
4
-1
/
+202
*
Cocoa: Make sure we can display multiple sheets for the same NSWindow
Doris Verria
2021-09-07
1
-1
/
+5
*
Fix compilation for recursive Qt containers
Sona Kurazyan
2021-09-07
8
-32
/
+204
*
QPaintEngineEx: solve compile error
Zhang Hao
2021-09-07
1
-1
/
+1
*
QObject: cleanup the orphaned connection lists on destruction
Giuseppe D'Angelo
2021-09-06
1
-2
/
+17
*
Add binary compatibility files for 6.1
Milla Pohjanheimo
2021-09-03
11
-0
/
+93568
*
Fix build on riscv32
Fabrice Fontaine
2021-09-02
1
-0
/
+5
*
Fix corner case in QTimeZonePrivate::dataForLocalTime()
Edward Welbourne
2021-09-02
1
-13
/
+19
*
Fix QListView assert when the last row is moved in IconMode
ChunLin Wang
2021-09-01
2
-2
/
+221
*
Doc: Replace the example for QFileInfo::setFile
Luca Di Sera
2021-08-28
3
-10
/
+22
*
Fix deprecation of QMouseEvent::source() and flags()
Shawn Rutledge
2021-08-27
2
-1
/
+3
*
QToolButton: reimplement the fix for QTBUG-95255
Giuseppe D'Angelo
2021-08-27
2
-7
/
+10
*
QGraphicsProxyWidget: forward Window(De)Activate events
Volker Hilsheimer
2021-08-26
2
-0
/
+59
*
Forward touchEvents to children inside QGraphicsProxyWidget
Volker Hilsheimer
2021-08-26
4
-12
/
+187
*
CMake: Fix automatic iOS bundle id extraction
Alexandru Croitor
2021-08-24
1
-1
/
+1
*
Unicode: fix the grapheme clustering algorithm
Giuseppe D'Angelo
2021-08-24
2
-15
/
+128
*
Painting: handle large and negative dash offset values
Eirik Aavitsland
2021-08-24
2
-3
/
+6
*
QDashStroker: cap the number of repetitions of the pattern
Eirik Aavitsland
2021-08-24
4
-24
/
+39
*
Fix default line thickness for fonts
Eskil Abrahamsen Blomfeldt
2021-08-23
1
-1
/
+1
*
Android: guard getStateCount() with correct VERSION.SDK_INT
Assam Boudjelthia
2021-08-23
1
-1
/
+7
*
QLineEdit: account for the placeholderText when computing lineRect
Zhang Hao
2021-08-23
1
-3
/
+10
*
tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cpp
Martin Storsjö
2021-08-20
1
-2
/
+2
*
Fix QScroller::scrollTo failing in QGraphicsView with movable item
ChunLin Wang
2021-08-20
2
-1
/
+31
*
QCocoaTheme: add ButtonText color to standard palette
Richard Moe Gustavsen
2021-08-20
1
-1
/
+2
*
Improve lancelot test of dashed line painting
Eirik Aavitsland
2021-08-20
3
-4
/
+70
*
macOS: close popups on mousedown within the window frame
Volker Hilsheimer
2021-08-19
3
-34
/
+53
*
Attempt to unwedge tst_QThread::wait3_slowDestructor()
Edward Welbourne
2021-08-19
1
-13
/
+15
*
Use a scope-guard to take care of process deletion in a test
Edward Welbourne
2021-08-19
1
-6
/
+5
*
Fix bug with NoFontMerging when font does not support script
Eskil Abrahamsen Blomfeldt
2021-08-19
4
-6
/
+39
*
QRegularExpression: fix matching over null/empty QString(View)
Giuseppe D'Angelo
2021-08-19
2
-4
/
+37
*
QtConcurrent: fix examples of overloaded methods in docs
Sona Kurazyan
2021-08-18
4
-8
/
+18
*
rhi: metal: Make base vertex and instance support optional
Laszlo Agocs
2021-08-18
3
-14
/
+34
*
Doc: Add missing links to methods to QSet documentation page
Luca Di Sera
2021-08-18
1
-5
/
+5
*
QTabBar: don't overwrite data, fix refactoring error for vertical tabs
Volker Hilsheimer
2021-08-18
1
-1
/
+1
*
QtConcurrent::run: support non default-constructible return types
Sona Kurazyan
2021-08-18
4
-30
/
+27
[next]