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
/
widgets
/
kernel
/
qwidgetsvariant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QMetaTypeModuleHelper: mark instances constexpr
Marc Mutz
2024-01-19
1
-1
/
+1
*
QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructor
Marc Mutz
2024-01-18
1
-0
/
+1
*
Remove qvariant_p.h
Thiago Macieira
2022-07-27
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Make most of QMetaTypeInterface constexpr
Ulf Hermann
2020-10-18
1
-1
/
+1
*
Add a metatype helper class for Qt Core
Lars Knoll
2020-08-24
1
-3
/
+0
*
Use QMetaTypeModuleHelper as the interface to do type conversions
Lars Knoll
2020-08-24
1
-15
/
+0
*
Remove some dead code
Lars Knoll
2020-08-24
1
-15
/
+0
*
Get rid of the custom debug stream handling in QVariant
Lars Knoll
2020-08-24
1
-20
/
+1
*
Restrict QVariant::isNull() behavior
Lars Knoll
2020-08-13
1
-6
/
+0
*
Use the new support for comparisons in QMetaType for QVariant
Lars Knoll
2020-08-13
1
-13
/
+0
*
Remove unused function pointers in QVariant::Handler
Lars Knoll
2020-06-06
1
-6
/
+1
*
Use the new QMetaType API in QVariant
Olivier Goffart
2020-02-25
1
-36
/
+4
*
New QMetaType representation
Olivier Goffart
2020-02-20
1
-7
/
+26
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-6
/
+6
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-3
/
+3
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Libraries: Fix single-character string literals.
Friedemann Kleint
2015-10-13
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Fix license headers stating QtGui for QtWidgets files.
Jake Petroules
2013-03-19
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Remove QWidgetStar.
Stephen Kelly
2012-08-18
1
-2
/
+1
*
Store the QMetaObject with the QMetaType.
Stephen Kelly
2012-07-01
1
-0
/
+3
*
Fix warnings about unused variables.
Friedemann Kleint
2012-05-25
1
-1
/
+1
*
Move QIcon metatype handlers back to QtGui
Olivier Goffart
2012-05-18
1
-26
/
+0
*
Do not assert when QVariant is constructed from an invalid type id
Jędrzej Nowacki
2012-04-19
1
-1
/
+2
*
Crash fix in ~QVariant
Jędrzej Nowacki
2012-03-21
1
-8
/
+0
*
Cleanup usage of QVariant::Type.
Jędrzej Nowacki
2012-02-27
1
-2
/
+2
*
Remove use of Q_BROKEN_DEBUG_STREAM.
Stephen Kelly
2012-02-22
1
-2
/
+2
*
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
*
Fix compilation of Qt itself with QT_NO_DEBUG_STREAM
David Faure
2012-01-12
1
-0
/
+2
*
Reimplement QVariant to QDebug streaming.
Jędrzej Nowacki
2012-01-10
1
-1
/
+18
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Refactor QVariant handlers.
Jędrzej Nowacki
2012-01-04
1
-10
/
+17
*
Make QMetaTypeInterface POD.
Jędrzej Nowacki
2011-12-19
1
-1
/
+1
*
Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.
Jędrzej Nowacki
2011-12-01
1
-4
/
+2
*
Code cleanup in QVariant and QMetaType.
Jędrzej Nowacki
2011-11-22
1
-72
/
+8
*
Make usage of internal QVariant space.
Jędrzej Nowacki
2011-11-09
1
-0
/
+4
*
Provide API for "placement new" construction of meta-types
Kent Hansen
2011-10-19
1
-3
/
+21
*
Rename QMetaType::construct() to create()
Kent Hansen
2011-10-11
1
-14
/
+14
*
Import symbol from QtGui rather than export from QtWidgets.
Kim Motoyoshi Kalland
2011-10-11
1
-1
/
+1
*
Fix stale license headers from refactor branch
Jason McDonald
2011-09-15
1
-17
/
+17
*
Use Q_WIDGETS_EXPORT for widgets library
Olli Werwolff
2011-06-08
1
-1
/
+1
*
move to the right location
Lars Knoll
2011-05-07
1
-0
/
+213