summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-212-3/+3
* Merges several overloaded functions in QCoreApplication.Xizhi Zhu2012-02-202-63/+6
* Move QMetaMethod::parameterTypes() implementation to helper functionKent Hansen2012-02-202-18/+30
* Add QMetaMethod::isValid() functionKent Hansen2012-02-202-0/+10
* Don't call metaObject() several timesKent Hansen2012-02-201-5/+6
* Ensure that Qt public headers compile with strict flagsDavid Faure2012-02-171-3/+3
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* QMimeData: export URLs as text tooDavid Faure2012-02-171-1/+27
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-4/+5
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-163-10/+348
* qmetaobjectbuilder: Store only unique strings in the string tableKent Hansen2012-02-161-37/+53
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-162-2/+6
* qmetaobjectbuilder: Add asserts to confirm validityKent Hansen2012-02-161-5/+12
* Fix ref counted window close handling.Stephen Kelly2012-02-162-2/+12
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-0/+1
* Add a ThemeChange event.Friedemann Kleint2012-02-161-0/+2
* Implement new plugin mechanismLars Knoll2012-02-151-0/+1
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-152-4/+132
* Fixed zlib build for WEC7.Andreas Holzammer2012-02-111-0/+10
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-111-1/+5
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-12/+12
* Add event type for TouchCancel.Laszlo Agocs2012-02-092-0/+3
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-093-4/+27
* 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