summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-092-0/+30
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-081-1/+1
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-10/+62
* Mac: Fix compilation with -qtnamespaceKai Koehne2012-02-081-0/+4
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+1
* Fix position of a comment.Jędrzej Nowacki2012-02-081-3/+2
* Code cleanup and micro optimizations in QMetaType.Jędrzej Nowacki2012-02-082-61/+67
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-17/+49
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-072-31/+0
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-074-22/+12
* Add missing header in kernel.priJędrzej Nowacki2012-02-061-0/+1
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-2/+0
* Do not crash trying to load or save QModelIndex.Jędrzej Nowacki2012-02-051-0/+2
* Reimplement QMetaType::destroy.Jędrzej Nowacki2012-02-051-167/+56
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-032-1/+4
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-032-32/+32
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-023-0/+65
* Avoid duplicating flags/types in qmetaobjectbuilderKent Hansen2012-02-021-57/+3
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-018-18/+18
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-0/+4
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-316-12/+239
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-0/+6
* Remove many deprecated methodsLars Knoll2012-01-314-36/+3
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-3012-342/+17
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-4/+0
* 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