summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-1/+1
* QEventDispatcherWin32's internal Window should be a Message-Only WindowDebao Zhang2012-01-131-1/+6
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-134-54/+1
* Fix compilation of public headers with -Werror=shadowDavid Faure2012-01-121-1/+1
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-3/+0
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-114-1/+23
* Remove redundant parameter from qVariantToHelper.Jędrzej Nowacki2012-01-111-26/+27
* Remove win*Message() exported functionsBradley T. Hughes2012-01-101-20/+0
* Use Qt::TimerType on Windows when starting timersBradley T. Hughes2012-01-101-10/+13
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-103-100/+57
* C++11 delete some contructors which are not wanted.Stephen Kelly2012-01-101-2/+2
* Remove wrong assert from QMetaType.Jędrzej Nowacki2012-01-101-6/+0
* Small QMetaType optimization.Jędrzej Nowacki2012-01-101-6/+6
* Rename handler/handlerManager.Stephen Kelly2012-01-091-4/+4
* Export QTimerInfoListBradley T. Hughes2012-01-091-1/+1
* QTimerInfo::expected is only needed for debuggingBradley T. Hughes2012-01-062-10/+17
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-064-13/+13
* Do not always compile in QTimerInfoList::repairTimers()Bradley T. Hughes2012-01-052-13/+13
* Use Qt::TimerType on UNIX when scheduling timersBradley T. Hughes2012-01-052-7/+254
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-052-3/+3
* Document that QBasicTimer::start(int, QObject*) uses Qt::CoarseTimerBradley T. Hughes2012-01-051-3/+4
* Warn when using QBasicTimer::start() incorrectlyBradley T. Hughes2012-01-051-2/+6
* Update copyright year in license headers.Jason McDonald2012-01-0589-91/+91
* 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