summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguivariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-2/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-136/+62
* Get rid of the additional bool * parameter to the internal convert methodLars Knoll2020-08-241-5/+2
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-15/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-21/+0
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-43/+0
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1
* Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-35/+20
* New QMetaType representationOlivier Goffart2020-02-201-5/+27
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-1/+0
|\
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-32/+33
|\|
| * Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-251-0/+1
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-31/+31
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-8/+8
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-4/+6
|/
* Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-1/+0
* QGuiVariant: fix unintended fall-throughMarc Mutz2017-03-221-0/+1
* QGuiVariant: use new QColor::setNamedColor(QLatin1String)Marc Mutz2016-09-231-2/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-301-3/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-1/+2
|\
| * When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-1/+2
* | Compare QIcon QVariants by their cache keyAlbert Astals Cid2013-10-091-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-4/+0
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-1/+15
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-9/+0
* Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-1/+1
* Remove duplicated template code.Jędrzej Nowacki2012-04-031-40/+1
* Crash fix in ~QVariantJędrzej Nowacki2012-03-211-8/+0
* Remove deprecated usage of QKeySequence from qguivariantOlivier Goffart2012-02-271-2/+3
* Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-1/+1
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-2/+2
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-031-17/+17
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-84/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-0/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-49/+23
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-1/+1
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-4/+2
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-148/+7
* Hide QVariant helper classes in a namespace.Jędrzej Nowacki2011-11-151-0/+2