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.4.3
6.5
6.5.0
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
*
macOS: Notify socket notifier on connection error
6.0
Morten Johan Sørvig
2021-07-02
1
-3
/
+11
*
QVarLengthArray: fix aliasing error in insert(it, n, v)
Marc Mutz
2021-06-28
1
-1
/
+1
*
xcb: fix cursorTheme update issue
Tang Haixiang
2021-06-24
1
-2
/
+6
*
xkb.compose: get locale from user env settings
Liang Qi
2021-06-21
1
-4
/
+10
*
Fix license information for libjpeg-turbo
Kai Köhne
2021-06-04
4
-15
/
+65
*
QtGui/math3d : Fix QQuaternion::getEulerAngles
Inho Lee
2021-06-01
1
-1
/
+5
*
QWidgetTextControl: ignore GroupSwitchModifier for BackSpace
Igor Kushnir
2021-05-31
1
-1
/
+1
*
Qt xcb: remove false detects of Qt::GroupSwitchModifier
Aleksei Nikiforov
2021-05-26
1
-3
/
+3
*
qxkbcommon: Map Super/Hyper to Meta early enough to have an effect
Andrey Butirsky
2021-05-25
1
-6
/
+6
*
QFileSystemModel fails to locate a host from root's visible children
Dongmei Wang
2021-05-22
1
-2
/
+5
*
Fix QUrl::fromLocalFile with long path prefix
Karsten Heimrich
2021-05-19
1
-2
/
+20
*
Windows QPA: Fix dock widget drag&drop failure
Andre de la Rocha
2021-05-19
1
-1
/
+1
*
Cherry-pick upstream patch for non-gcc/clang/msvc compilers
Allan Sandfeld Jensen
2021-05-18
3
-4
/
+15
*
Fix QSaveFile and QTemporaryFile issues with windows network shares
Karsten Heimrich
2021-05-17
3
-24
/
+17
*
QPageSize: make PageSizeId ctor non-explicit
Marc Mutz
2021-05-13
1
-1
/
+1
*
Do not remove non-widget items when removeWidget() called with nullptr
Piotr Srebrny
2021-05-11
1
-0
/
+5
*
QFlags::testFlag: clarify the behavior in the docs
Giuseppe D'Angelo
2021-05-11
1
-0
/
+8
*
Check scrollbar visibility when computing QListView margins
Chen Bin
2021-05-11
1
-1
/
+1
*
Update bundled libjpeg-turbo to version 2.1.0
Eirik Aavitsland
2021-05-05
39
-667
/
+1079
*
Simplify bundled libjpeg build
Eirik Aavitsland
2021-05-05
4
-2
/
+1
*
iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undo
Tamás Martinec
2021-05-05
1
-1
/
+14
*
Update CLDR-derived data to newly-released v39
Edward Welbourne
2021-05-03
5
-1078
/
+1075
*
QLocalSocket: fix inclusions in namespaced builds
Giuseppe D'Angelo
2021-05-02
1
-1
/
+4
*
QRandom: drop a usage of std::is_literal_type
Giuseppe D'Angelo
2021-05-02
1
-1
/
+0
*
SQLite: Handle tables and fields with a dot in the name correctly
Andy Shaw
2021-05-02
1
-9
/
+24
*
HTTP/2 authentication required
Mårten Nordheim
2021-04-29
5
-29
/
+101
*
macOS: Don't override action set during drop handling
Andy Shaw
2021-04-29
1
-1
/
+3
*
fix: The QtStartUpFunction function may be called repeatedly
JiDe Zhang
2021-04-28
1
-1
/
+9
*
Doc: Remove mention of no longer supported format
v6.0.4
Paul Wicking
2021-04-27
1
-3
/
+1
*
xcb: Add more debug info for XCB_INPUT event
Liang Qi
2021-04-27
1
-1
/
+44
*
Change QList's insert() and emplace() to always invalidate [pos, end())
Andrei Golubev
2021-04-27
1
-107
/
+114
*
Do not shift the data pointer when removing all elements from QList
Andrei Golubev
2021-04-27
1
-5
/
+7
*
Resurrect data moves in QList
Andrei Golubev
2021-04-27
6
-83
/
+307
*
Add q_points_into_range to container utilities
Andrei Golubev
2021-04-27
3
-18
/
+19
*
Fix build error on iOS with the configure option -qtnamespace
Lars Schmertmann
2021-04-27
2
-3
/
+9
*
[Android] Fix select handles misplacement on QDialog
Pekka Gehör
2021-04-26
1
-6
/
+19
*
Fix QTreeModel calling beginRemoveRows twice
Luca Beldi
2021-04-26
1
-11
/
+7
*
Fix QAbstractItemModelTester false positive
Luca Beldi
2021-04-26
1
-1
/
+1
*
Skip adding externally added plugins to the plugin meta-sets
Alexey Edelev
2021-04-26
1
-3
/
+0
*
Optimize quadratic-time insertion in QSortFilterProxyModel
Igor Kushnir
2021-04-24
1
-2
/
+3
*
QThreadPool: obey the docs that say we always use at least 1 thread
Thiago Macieira
2021-04-24
2
-8
/
+13
*
Do not access internal allThreads data unlocked
Allan Sandfeld Jensen
2021-04-23
1
-0
/
+1
*
Fix case sensitivity handling QSFPM
Samuel Gaist
2021-04-22
1
-24
/
+44
*
Don't own unique name for QDBusTrayIcon
Ilya Fedin
2021-04-21
2
-14
/
+5
*
Documentation: Fix broken links to QIODeviceBase::OpenMode
Friedemann Kleint
2021-04-21
2
-9
/
+9
*
Read DPI from X Settings initially as well
Ilya Fedin
2021-04-20
2
-7
/
+18
*
Draw the cursor considering the descent is 0
Tang Haixiang
2021-04-20
1
-3
/
+3
*
Correct prefix reported for end element in QXmlStreamReader
Vincent Baijot
2021-04-20
2
-0
/
+4
*
Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRow
ChunLin Wang
2021-04-20
1
-3
/
+5
*
Fix ARM and MIPS runtime CPU feature flags
Allan Sandfeld Jensen
2021-04-20
1
-11
/
+11
[next]