summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetsvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-3/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-15/+0
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-20/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+0
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-13/+0
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1
* Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-36/+4
* New QMetaType representationOlivier Goffart2020-02-201-7/+26
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-6/+6
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-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
* Remove QWidgetStar.Stephen Kelly2012-08-181-2/+1
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-0/+3
* Fix warnings about unused variables.Friedemann Kleint2012-05-251-1/+1
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-26/+0
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-1/+2
* Crash fix in ~QVariantJędrzej Nowacki2012-03-211-8/+0
* Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-2/+2
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-2/+2
* 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
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-0/+2
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-1/+18
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-10/+17
* 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-72/+8
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-0/+4
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-3/+21
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-14/+14
* Import symbol from QtGui rather than export from QtWidgets.Kim Motoyoshi Kalland2011-10-111-1/+1
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-081-1/+1
* move to the right locationLars Knoll2011-05-071-0/+213