summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-293-10/+12
* Merge master -> api_changesRohan McGovern2012-02-2912-208/+145
|\
| * Detect QMetaType::QReal from the definition of qrealOlivier Goffart2012-02-271-8/+1
| * Simplify QMetaTypeSwitcher.Jędrzej Nowacki2012-02-272-26/+8
| * Optimize space for the QEventLoopQuitLocker.Stephen Kelly2012-02-271-9/+23
| * Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-273-84/+37
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-272-43/+43
| * RemoveRef should not remove the constOlivier Goffart2012-02-261-1/+0
| * Bump the moc output revisionKent Hansen2012-02-231-1/+1
| * Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-1/+1
| * Rename QMetaTypeSwitcher::UnknownType to NotBuiltinType.Jędrzej Nowacki2012-02-233-11/+11
| * Add the quitlock feature to QThread.Stephen Kelly2012-02-232-2/+18
| * Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-223-25/+7
| * Remove custom text codec for C strings.Robin Burchell2012-02-221-4/+2
* | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-6/+6
* | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-1/+1
|/
* 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