summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken \keyword linkSze Howe Koh2013-01-281-1/+1
* Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-051-4/+0
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-3/+3
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-1/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* De-inline QVariant(float)Harald Fernengel2012-08-231-0/+3
* Doc: Work on QVariant's equality operator.Geir Vattekar2012-08-201-2/+13
* Remove QWidgetStar.Stephen Kelly2012-08-181-3/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-4/+9
* Speed up construction of basic QVariantsHarald Fernengel2012-08-151-37/+92
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-1/+4
* fix QVariant qdoc error - mark const QVariant::data_ptr() internalJeremy Katz2012-07-271-0/+5
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+126
* Clarify ambiguous sentence in QVariant::toBool() documentation.Mitch Curtis2012-07-231-2/+2
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-171-3/+0
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-1/+64
* Make QVariant compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-201-0/+4
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+2
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-1/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-2/+2
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-18/+5
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-111-3/+3
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-081-3/+29
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-1/+1
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-031-21/+1
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-21/+1
| |\
| | * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-14/+0
| | * Remove redundant checks in QVariant.Jędrzej Nowacki2012-04-181-6/+0
| | * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-1/+1
* | | Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-031-1/+1
|/ /
* | Remove Qt 5 todo in QVariant: we're not going to change the behaviourThiago Macieira2012-04-241-2/+0
* | Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-3/+6
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-10/+10
* | Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-2/+3
* | Fix some unused variable warnings.Stephen Kelly2012-04-181-0/+3
|/
* Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
* Style: Don't put an else after a return.Stephen Kelly2012-04-131-2/+1
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+0
|\
| * Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-041-1/+0
* | Remove duplicated template code.Jędrzej Nowacki2012-04-031-29/+2
* | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-241-0/+9
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-12/+0
* | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-3/+12
* | Add QtJson types to meta-type systemKent Hansen2012-03-201-0/+8
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-141-1/+33
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-4/+6
|\|
| * misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-4/+4