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
6.5.1
6.5.2
6.5.3
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
/
gui
/
painting
/
qtransform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qHashMulti: switch to passing the seed to the qHash() function in 7.0
Thiago Macieira
2025-05-09
1
-1
/
+1
*
Geometry classes: introduce check for overflows
Giuseppe D'Angelo
2025-02-28
1
-4
/
+4
*
Fix QTransform::quadToQuad() to work with QRectF
Shawn Rutledge
2025-01-02
1
-1
/
+1
*
Create qdoc macros for C++ class docs 2.1: qHash()
Marc Mutz
2024-11-27
1
-4
/
+1
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
1
-2
/
+0
*
Remove dead code in QTransform::inverted
Piotr Wierciński
2024-08-21
1
-4
/
+0
*
Work around compiler bug in QTransform
Matthias Rauter
2024-08-09
1
-65
/
+57
*
Simplify QTransform mapping
Allan Sandfeld Jensen
2024-01-11
1
-49
/
+4
*
Deduplicate mapping code in QTransform
Allan Sandfeld Jensen
2023-12-27
1
-118
/
+10
*
Fix compilation warnings
Yuhang Zhao
2023-05-01
1
-5
/
+5
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Allow specify distance to plane for QTransform
JiDe Zhang
2022-08-18
1
-16
/
+70
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Fix painting clipping glitches with fractional scaling
Eirik Aavitsland
2022-03-02
1
-3
/
+3
*
gui: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Use qmath.h's conversions between degrees and radians
Edward Welbourne
2021-09-10
1
-3
/
+2
*
Doc: Improve QTransform documentation
Paul Wicking
2021-06-25
1
-0
/
+21
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Fix misidentification of some shearing QTransforms as only rotating
Eirik Aavitsland
2020-11-11
1
-1
/
+1
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-1
/
+1
*
Clean up in QTransform
Jarek Kobus
2020-04-29
1
-67
/
+11
*
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-1
/
+1
*
Get rid of QMatrix
Jarek Kobus
2020-02-28
1
-46
/
+47
*
Replace the QMatrix field of QTransform with qreal[3][3]
Jarek Kobus
2020-02-07
1
-270
/
+282
*
Deprecate all methods that use QMatrix
Jarek Kobus
2020-01-28
1
-0
/
+6
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-1
/
+1
*
Fix: QPainter off-by-one clipping for some non-integer scalings
Eirik Aavitsland
2019-10-18
1
-2
/
+2
*
Compile with Qt 6
Lars Knoll
2019-05-02
1
-0
/
+8
*
Replace Q_DECL_NOEXCEPT with noexcept in QtGui
Allan Sandfeld Jensen
2019-04-05
1
-2
/
+2
*
Add faster path for scaling QRegion with multiple regions
Joni Poikelin
2019-02-13
1
-2
/
+17
*
QtGui: mark some image functions as obsolete
Christian Ehrlicher
2019-01-28
1
-1
/
+2
*
Fix the qHash implementation for QMatrix / QTransform
Giuseppe D'Angelo
2018-06-21
1
-9
/
+9
*
Fix QTransform::transposed() result having wrong transformation type
Eirik Aavitsland
2018-06-06
1
-2
/
+0
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-04-06
1
-1
/
+5
|
\
|
*
GCC 7: fix -Werror=implicit-fallthrough
Giuseppe D'Angelo
2017-04-04
1
-1
/
+5
*
|
QtGui: kill some unneeded relocations
Marc Mutz
2017-02-24
1
-4
/
+4
|
/
*
Support C++17 fallthrough attribute
Allan Sandfeld Jensen
2016-08-19
1
-6
/
+6
*
QtGui: use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2016-03-04
1
-7
/
+15
*
QMatrix, QTransform: restore nothrow move special members
Marc Mutz
2016-02-11
1
-1
/
+3
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Use QVector::reserve() all over the place.
Sérgio Martins
2015-06-29
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-03
1
-1
/
+1
|
\
|
*
Make data tables const.
Volker Krause
2015-05-05
1
-1
/
+1
*
|
Add qHash(QMatrix) and qHash(QTransform)
Marc Mutz
2015-04-21
1
-0
/
+24
|
/
*
Use QDebugStateSaver to restore space setting in stream operators.
Friedemann Kleint
2015-03-30
1
-1
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.3' into 5.4
Gabriel de Dietrich
2014-09-29
1
-0
/
+4
|
\
|
*
QTransform: initialize the d member
Giuseppe D'Angelo
2014-09-22
1
-0
/
+4
[next]