summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-054-3/+38
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-048-38/+57
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-044-115/+253
* Fixed static assert in qvariant template magicDenis Dzyubenko2012-01-041-1/+1
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-022-5/+17
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-0211-36/+71
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-026-15/+70
* Change event posting to use a QVector.Robin Burchell2011-12-301-3/+12
* Fix typos parametter -> parameter.Stephen Kelly2011-12-271-2/+2
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-3/+0
* Remove redundant template parameter from QMetaType's internal classes.Jędrzej Nowacki2011-12-221-9/+6
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-24/+35
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-223-5/+107
* Remove mention of Trolltech in installation path.Jason McDonald2011-12-211-2/+2
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-202-6/+14
* Better error reporting in case of connection failure.Olivier Goffart2011-12-202-20/+35
* Do not call QueuedConnection slot on partialy destroyed objectOlivier Goffart2011-12-191-1/+1
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-192-26/+31
* Merge integrity support into unix.Robin Burchell2011-12-151-19/+1
* Remove Symbian support from /src/corelib/kernel/.Robin Burchell2011-12-157-2570/+1
* Split timer handling out of QEventDispatcherUnix.Robin Burchell2011-12-155-387/+511
* Remove unused ownObjectName field from QObjectDataBradley T. Hughes2011-12-151-2/+1
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-154-80/+2
* Correct sizeof(QObjectData) after out-of-order cherry-picks by GerritBradley T. Hughes2011-12-151-1/+1
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-11/+11
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-134-4045/+0
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-122-0/+14
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-106-140/+40
* Don't overload the meaning of QObjectData::wasDeletedBradley T. Hughes2011-12-102-6/+8
* Remove the backwards compatibility signal emissions when moving items.Stephen Kelly2011-12-081-12/+0
* Avoid variable shadowing in qobject_impl.hKent Hansen2011-12-081-1/+1
* Re-add QInternal::EventNotifyCallbackBradley T. Hughes2011-12-051-0/+8
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-022-55/+0
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-022-14/+6
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-012-6/+14
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-2/+2
* Polish QWinEventNotifier.Friedemann Kleint2011-12-012-7/+6
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-014-18/+105
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-305-61/+11
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-0/+139
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-2/+4
* Fix a deadlock in QMetaType.Jędrzej Nowacki2011-11-291-8/+12
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-292-13/+59
* Reduce code dupplication in QObject::connectOlivier Goffart2011-11-291-29/+22
* QObject::disconnect with new syntaxOlivier Goffart2011-11-293-13/+137
* Redefinition of QVariant::Type.Jędrzej Nowacki2011-11-291-60/+58
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-292-27/+2
* Fix documentation for QVariant::Type enum.Jędrzej Nowacki2011-11-281-1/+1
* Fix linking of the QObject test under Windows.Friedemann Kleint2011-11-281-2/+2