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
*
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
2
-9
/
+33
*
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
2
-2
/
+20
*
Fix QUrl::fromLocalFile with long path prefix
Karsten Heimrich
2021-05-19
2
-2
/
+24
*
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
7
-25
/
+45
*
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
2
-0
/
+29
*
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
2
-1
/
+55
*
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
*
Blacklist tst_macgui::scrollBarPainting()
Tor Arne Vestbø
2021-05-05
1
-0
/
+3
*
Update CLDR-derived data to newly-released v39
Edward Welbourne
2021-05-03
6
-1079
/
+1076
*
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
2
-9
/
+73
*
Let the h2 test server both send and receive DATA frames
Mårten Nordheim
2021-04-30
2
-6
/
+17
*
HTTP/2 authentication required
Mårten Nordheim
2021-04-29
8
-29
/
+215
*
macOS: Don't override action set during drop handling
Andy Shaw
2021-04-29
1
-1
/
+3
*
CMake: Fix tst_qaddpreroutine to work with static builds
Alexandru Croitor
2021-04-28
1
-2
/
+2
*
fix: The QtStartUpFunction function may be called repeatedly
JiDe Zhang
2021-04-28
6
-1
/
+201
*
Doc: Remove mention of no longer supported format
v6.0.4
Paul Wicking
2021-04-27
1
-3
/
+1
*
Fix plugin SKIP_INSTALL option
Alexey Edelev
2021-04-27
1
-5
/
+14
*
Fix "qmake -spec foo" call for cross builds
Joerg Bornemann
2021-04-27
1
-8
/
+9
*
xcb: Add more debug info for XCB_INPUT event
Liang Qi
2021-04-27
1
-1
/
+44
*
Add more tests for QList/QString/QBA
Andrei Golubev
2021-04-27
3
-27
/
+471
*
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
*
Add tests for QtPrivate::q_relocate_overlap_n
Andrei Golubev
2021-04-27
1
-0
/
+281
*
Resurrect data moves in QList
Andrei Golubev
2021-04-27
8
-100
/
+366
*
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
*
CMake: Install prl files from all repo build dirs in a top-level build
Alexandru Croitor
2021-04-26
1
-2
/
+7
*
[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
2
-11
/
+23
*
Fix QAbstractItemModelTester false positive
Luca Beldi
2021-04-26
2
-1
/
+5
*
Skip adding externally added plugins to the plugin meta-sets
Alexey Edelev
2021-04-26
2
-6
/
+7
*
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
3
-9
/
+14
*
Do not access internal allThreads data unlocked
Allan Sandfeld Jensen
2021-04-23
1
-0
/
+1
[next]