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
/
gui
/
math3d
/
qmatrix4x4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow specify distance to plane for QTransform
JiDe Zhang
2022-08-18
1
-11
/
+28
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Fix up some QMatrix4x4 docs
Laszlo Agocs
2022-03-29
1
-4
/
+8
*
gui: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-4
/
+4
*
Doc: Ensure deprecated APIs in Gui are documented as such
Nico Vertriest
2021-07-26
1
-4
/
+4
*
Doc: Use \deprecated instead of \obsolete
Paul Wicking
2021-05-26
1
-4
/
+4
*
Doc: Fix documentation warnings qtbase
Nico Vertriest
2021-02-18
1
-4
/
+4
*
QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)
Giuseppe D'Angelo
2021-02-11
1
-3
/
+5
*
QMatrix4x4: deprecate operator*(QMatrix4x4, QVector3D/QPoint(F))
Giuseppe D'Angelo
2021-02-11
1
-3
/
+22
*
Doc: Link to correct location
Paul Wicking
2021-01-11
1
-4
/
+4
*
Get rid of the QMatrix4x4(int) constructor
Lars Knoll
2020-11-19
1
-21
/
+21
*
De-inline qFuzzyCompare for QMatrix4x4 and QVector4D
Lars Knoll
2020-11-19
1
-0
/
+20
*
Doc: Fix documentation warnings for Qt GUI
Topi Reinio
2020-08-28
1
-4
/
+0
*
Remove deprecated qGenericMatrix{To,From}Matrix4x4 functions
Marcel Krems
2020-08-26
1
-24
/
+0
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-1
/
+1
*
Use dedicated function for chopping QByteArray
Robert Loehning
2020-06-17
1
-2
/
+1
*
Enable the scenegraph to remove its QMatrix4x4_Accessor hack
Laszlo Agocs
2020-06-03
1
-0
/
+17
*
Revert "Remove flagBits from QMatrix4x4"
Fabian Kosmale
2020-03-04
1
-102
/
+462
*
Remove flagBits from QMatrix4x4
Jarek Kobus
2020-02-28
1
-462
/
+102
*
Get rid of QMatrix
Jarek Kobus
2020-02-28
1
-57
/
+0
*
Deprecate all methods that use QMatrix
Jarek Kobus
2020-01-28
1
-0
/
+10
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-1
/
+1
*
Prefix textstream operators with Qt::
Lars Knoll
2019-05-02
1
-5
/
+5
*
doc: Add missing template clauses in qmatrix4x4.cpp
Martin Smith
2018-01-12
1
-2
/
+2
*
Use qRadiansToDegrees() and qDegreesToRadians() more widely
Edward Welbourne
2017-07-05
1
-3
/
+3
*
Doc: Fix link errors
Nico Vertriest
2017-04-19
1
-2
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Doc: Corrected link issues in qtbase
Nico Vertriest
2015-09-04
1
-2
/
+0
*
Use QDebugStateSaver to restore space setting in stream operators.
Friedemann Kleint
2015-03-30
1
-1
/
+2
*
Clarify QMatrix4x4::lookAt() docs
Laszlo Agocs
2015-03-07
1
-4
/
+7
*
Fix QMatrix4x4::lookAt() in case of null direction
Konstantin Ritt
2015-02-26
1
-1
/
+5
*
Optimize quaternion to rotation matrix convertion
Konstantin Ritt
2015-02-26
1
-19
/
+25
*
Use C++ <cmath> instead of <math.h>
Allan Sandfeld Jensen
2015-02-16
1
-8
/
+8
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
[QMath3D] Add public c-tors that do not initialize the contents
Konstantin Ritt
2015-02-04
1
-0
/
+8
*
Introduce QMatrix4x4::isAffine()
Konstantin Ritt
2015-01-28
1
-0
/
+12
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Add viewport transform to QMatrix4x4
Sean Harmer
2014-05-16
1
-0
/
+46
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-4
/
+4
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Make the documentation more explicit an talkative
Laszlo Papp
2012-12-07
1
-7
/
+9
*
WINCE: Fix missing cosf
Andreas Holzammer
2012-12-03
1
-0
/
+2
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Remove temporary constructor used to make qreal->float change
Sean Harmer
2012-09-09
1
-9
/
+0
*
Make gui/math3d classes use float rather than qreal
Sean Harmer
2012-09-07
1
-161
/
+196
*
Get started with patching up the Qt GUI docs
Gunnar Sletta
2012-06-28
1
-0
/
+1
*
Remove the usage of deprecated qdoc macros.
Casper van Donderen
2012-03-02
1
-3
/
+3
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
[next]