summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3089-91/+89
* Get rid of QColorGroup from QVariant.Jędrzej Nowacki2012-01-291-1/+1
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-2/+1
* Fix null pointer call in QMetaType::destruct().Jędrzej Nowacki2012-01-291-1/+3
* Get rid of checks for Qt3 typesKent Hansen2012-01-292-17/+0
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-1/+13
* Do not suppress tr() methods when QT_NO_META_MACROS is defined.Erik Verbruggen2012-01-281-1/+1
* Give a more verbose warning during QVariant serialization.Jędrzej Nowacki2012-01-261-1/+1
* Automated metatype definition for template types.Stephen Kelly2012-01-261-0/+31
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-254-40/+71
* Mark the enumerator QVariant::Type as obsolete.Stephen Kelly2012-01-251-0/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2525-25/+0
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-252-12/+4
* Included stdlib.h to allow malloc() usageRafael Roquetto2012-01-251-0/+2
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-242-5/+48
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-241-109/+45
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-233-21/+3
* Update contact information in license headers.Jason McDonald2012-01-2389-89/+89
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-202-2/+9
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-191-21/+0
* Fix visibility of QVariant functions.Jędrzej Nowacki2012-01-181-1/+1
* Conditionally define Qt C++ "extension" macros.Erik Verbruggen2012-01-171-0/+9
* Fix qsystemerror for WinCEJanne Anttila2012-01-141-25/+33
* 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