summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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