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
*
Document (some) Qt6 changes for QtWidgets
Volker Hilsheimer
2020-10-16
1
-0
/
+47
*
Fix warning, make sure temporary is moved into return value
Volker Hilsheimer
2020-10-16
1
-2
/
+2
*
Don't divide by zero when calculating number of items
Volker Hilsheimer
2020-10-16
1
-1
/
+1
*
QAbstractItemView: don't lose items if model only allows MoveAction
Volker Hilsheimer
2020-10-16
5
-15
/
+28
*
Q(E)SDP(V2): fill the API gap left by take()
Giuseppe D'Angelo
2020-10-16
3
-2
/
+57
*
QMetaType: Silence float comparison warnings in QEqualityOperatorForType
Ulf Hermann
2020-10-16
2
-0
/
+6
*
Fix "variable set but unused" in qvariant.cpp
Ulf Hermann
2020-10-16
1
-1
/
+1
*
Add comparison operators to shared data pointers
Allan Sandfeld Jensen
2020-10-16
1
-32
/
+28
*
Remove redundant duplicate of EnableForNonVoid in QFutureWatcher
Andrei Golubev
2020-10-16
1
-7
/
+1
*
Fix subtle SFINAE problem in QPromise::addResult
Andrei Golubev
2020-10-16
1
-3
/
+1
*
Rename QPromise starting and finishing methods to start and finish
Andrei Golubev
2020-10-16
2
-13
/
+13
*
Make QPromise::addResult() return boolean status of operation
Andrei Golubev
2020-10-16
3
-49
/
+56
*
Guard vulkan.h inclusion with __has_include
Laszlo Agocs
2020-10-16
1
-5
/
+21
*
Fix some bad uses of QSharedPointerData::operator T*
Allan Sandfeld Jensen
2020-10-16
8
-35
/
+40
*
Disallow promotion of bool and char in qMin and friends
Lars Knoll
2020-10-16
1
-1
/
+3
*
Fix signature of QDebug::toString()
Lars Knoll
2020-10-16
2
-19
/
+3
*
rhi: Further reduce copying in the command buffer
Laszlo Agocs
2020-10-16
7
-228
/
+170
*
rhi: Unroll the res.binding factory functions
Laszlo Agocs
2020-10-16
1
-11
/
+59
*
QSslCertificate (generic) fill the extension's variant map
Timur Pocheptsov
2020-10-16
1
-2
/
+18
*
Remove misleading comment
Timur Pocheptsov
2020-10-16
1
-6
/
+0
*
Remove default parameter from QUnifiedTimer::updateAnimationTimers
Volker Hilsheimer
2020-10-16
2
-2
/
+2
*
Document noteworthy change in QProcess
Volker Hilsheimer
2020-10-16
1
-0
/
+31
*
Purge QDesktopWidget
Volker Hilsheimer
2020-10-16
9
-241
/
+23
*
QMultiHash: fix operator==
Giuseppe D'Angelo
2020-10-16
1
-2
/
+7
*
QHash: code tidies
Giuseppe D'Angelo
2020-10-16
1
-9
/
+5
*
QOverload helpers: further cleanups
Giuseppe D'Angelo
2020-10-16
1
-3
/
+3
*
Floating point function helpers: code tidies
Giuseppe D'Angelo
2020-10-16
1
-6
/
+6
*
QtPrivate::Deprecated_t: code tidies
Giuseppe D'Angelo
2020-10-16
1
-1
/
+1
*
QESDP::take(): document that it doesn't deref
Giuseppe D'Angelo
2020-10-16
1
-1
/
+4
*
Port QColorTransform to QESDP
Giuseppe D'Angelo
2020-10-16
3
-17
/
+8
*
Port some more /*implicit*/-like comments to Q_IMPLICIT
Giuseppe D'Angelo
2020-10-16
5
-14
/
+14
*
QTimeZone: drop an implicit conversion comment
Giuseppe D'Angelo
2020-10-16
1
-1
/
+1
*
QVariant::compare: handle numerical values and pointers as documented
v6.0.0-beta1
Fabian Kosmale
2020-10-15
1
-9
/
+80
*
QLocalSocket/Win: prevent writing to broken pipe
Alex Trotsenko
2020-10-15
1
-0
/
+6
*
Android: fix path issue with backslashes on Windows
Assam Boudjelthia
2020-10-15
1
-2
/
+2
*
QOverload helpers: code tidies
Giuseppe D'Angelo
2020-10-15
1
-10
/
+4
*
Doc: Migration Guide for QString related changes
Karsten Heimrich
2020-10-15
1
-0
/
+84
*
Unwrap private QPalette data member
Volker Hilsheimer
2020-10-14
2
-15
/
+12
*
rhi: Fix up vertex inputs with matrices
Laszlo Agocs
2020-10-14
3
-6
/
+31
*
Return false from canFetchMore for uninitialized QFileSystem models
Doris Verria
2020-10-14
1
-0
/
+2
*
Fix infinite loop triggered when displaying model with QTreeView
Doris Verria
2020-10-14
1
-1
/
+5
*
Fix compile time type normalization code
Lars Knoll
2020-10-14
1
-81
/
+146
*
Simplify implementations of QtConcurrent::blocking* methods
Sona Kurazyan
2020-10-14
2
-89
/
+70
*
Minor cleanups based on API review
Sona Kurazyan
2020-10-14
2
-7
/
+7
*
QMetaType: fix warning message
Fabian Kosmale
2020-10-14
1
-1
/
+1
*
General cleanup of qshareddata.h
Allan Sandfeld Jensen
2020-10-14
2
-134
/
+135
*
Long live Q_IMPLICIT!
Giuseppe D'Angelo
2020-10-14
5
-19
/
+25
*
Fix Qt6 renaming
BogDan Vatra
2020-10-14
2
-5
/
+11
*
Use QScroller in the Dir View example
Shawn Rutledge
2020-10-14
1
-2
/
+2
*
Mark QApplication::fontMetrics as obsolete
Volker Hilsheimer
2020-10-14
2
-0
/
+7
[next]