index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
/
qvariant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<
Kai Koehne
2015-02-09
1
-5
/
+7
*
QAssociativeIterable: add find()
Marc Mutz
2015-01-21
1
-9
/
+11
*
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2015-01-21
1
-16
/
+33
|
\
|
*
Fix a memleak in QAssociativeIterable::value()
Marc Mutz
2015-01-04
1
-16
/
+33
*
|
Support QMetaType::equals()
Alex Blasche
2015-01-13
1
-1
/
+1
*
|
QVariant: simple improvement to numeric type checking
Thiago Macieira
2014-12-03
1
-8
/
+24
*
|
Hoist the numeric comparisons in QVariant::{cmp,compare} further
Thiago Macieira
2014-12-03
1
-16
/
+47
*
|
Implement proper C++ type numeric promotion for QVariant comparisons
Thiago Macieira
2014-12-03
1
-8
/
+103
*
|
Micro-optimize QVariant enum to number conversions
Jędrzej Nowacki
2014-11-27
1
-4
/
+6
*
|
QVariant: Fix qIsNumericType(SChar)
Thiago Macieira
2014-11-20
1
-1
/
+2
*
|
Fix asymmetry in QVariant::cmp when A converts to B but not the opposite
Thiago Macieira
2014-11-20
1
-2
/
+9
*
|
Enhance precision of the FP conversion to strings in QVariant
Thiago Macieira
2014-11-20
1
-8
/
+13
|
/
*
Q{Sequential,Associative}Iterable: fix const_iterator assignment
Marc Mutz
2014-10-23
1
-8
/
+12
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
QVariant::compare shouldn't return match when QVariant::cmp does not
Allan Sandfeld Jensen
2014-09-11
1
-2
/
+12
*
Fix user defined conversions to numeric types
Lars Knoll
2014-09-10
1
-2
/
+1
*
Mark QByteArrayList as metatype built-in type.
Jędrzej Nowacki
2014-08-28
1
-0
/
+2
*
Doc: Replace obsolete types with their newer counterparts
Sze Howe Koh
2014-02-25
1
-4
/
+4
*
QAssociative/SequentialIterable: add missing \since 5.2
J-P Nurmi
2014-02-25
1
-4
/
+4
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-02-07
1
-3
/
+3
|
\
|
*
Doc: Fix broken links
Sze Howe Koh
2014-02-04
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-11-26
1
-13
/
+49
|
\
\
|
|
/
|
*
QVariant: Convert automatically from enum types to integral types.
Olivier Goffart
2013-11-08
1
-12
/
+45
|
*
Fix QVariant::canConvert with longlong
Olivier Goffart
2013-11-08
1
-0
/
+2
|
*
QMetaType: Fix conversion between module types.
Stephen Kelly
2013-11-06
1
-1
/
+2
*
|
Make use of the internal space for enum in QVariant
Olivier Goffart
2013-11-08
1
-1
/
+1
|
/
*
Account for QPolygonF type when loading/saving the QVariant
Andy Shaw
2013-10-15
1
-1
/
+6
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-30
/
+30
*
Doc: Add docs for rvalue references and move constructors
Geir Vattekar
2013-09-27
1
-0
/
+17
*
MetaType: de-inline the container iterables.
Stephen Kelly
2013-09-20
1
-77
/
+340
*
MetaType: Add assignment operator to the container iterators.
Stephen Kelly
2013-09-19
1
-0
/
+8
*
QVariant::canConvert: Use the old type when checking for QObject* conversion.
Stephen Kelly
2013-09-05
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-06-20
1
-0
/
+48
|
\
|
*
Add basic conversion functions from QVariant(QJsonValue).
Jędrzej Nowacki
2013-06-14
1
-0
/
+48
*
|
Don't convert built-in types to strings for qDebug.
Stephen Kelly
2013-06-07
1
-2
/
+4
*
|
Core: QDebug and comparison operator support metatypes.
Christoph Schleifenbaum
2013-05-27
1
-11
/
+128
*
|
Make it possible to access QPair and std::pair elements from a QVariant.
Stephen Kelly
2013-05-20
1
-0
/
+6
*
|
Add container access functionality for associative containers in QVariant.
Stephen Kelly
2013-05-20
1
-1
/
+188
*
|
Add automatic container access registration for built-in containers.
Stephen Kelly
2013-05-08
1
-7
/
+3
*
|
Add QVariantList extraction from a QVariant with a sequential container.
Stephen Kelly
2013-05-08
1
-0
/
+7
*
|
Add QVariant container iteration API.
Stephen Kelly
2013-05-08
1
-1
/
+202
*
|
Core: Support for converting user defined QVariant types.
Christoph Schleifenbaum
2013-05-08
1
-3
/
+44
|
/
*
Doc: Replaced canConvert() with canConvert(Int)
Venu
2013-04-03
1
-1
/
+1
*
Doc: Replaced canConvert() with canConvert(int)
Venu
2013-03-29
1
-1
/
+1
*
Merge remote-tracking branch 'gerrit/release' into stable
Samuel Rødal
2013-03-21
1
-115
/
+165
|
\
|
*
Make QVariant docs refer to QMetaType::Type.
Mitch Curtis
2013-03-19
1
-115
/
+165
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-02-14
1
-1
/
+1
|
\
\
|
|
/
|
*
Doc: Fix broken \keyword link
Sze Howe Koh
2013-01-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-28
1
-2
/
+2
|
\
\
|
|
/
|
*
Doc: Fix module name format
Sze Howe Koh
2013-01-25
1
-2
/
+2
[next]