summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add nicer error message in qMetaTypeId function.Jędrzej Nowacki2012-03-071-0/+1
* Don't use QMutexPool in QEventDispatcherOlivier Goffart2012-03-061-3/+2
* Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-061-5/+0
* Improve safeness of QMetaType::registerType.Jędrzej Nowacki2012-03-061-2/+5
* Remove codecForTr().Robin Burchell2012-03-064-19/+10
* Mark QMetaType constructor as explicit.Jędrzej Nowacki2012-03-061-1/+1
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-1/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-047-21/+45
|\
| * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+22
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-012-4/+4
| * Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-293-10/+12
| * Merge master -> api_changesRohan McGovern2012-02-2912-208/+145
| |\
| * | 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
* | | Fix documentation of the new connect functions.Olivier Goffart2012-03-041-0/+9
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0213-125/+125
* | | QBoolBlocker: make constructor explicit and disable copyingMarc Mutz2012-03-011-1/+2
* | | Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-291-23/+0
* | | Add support for QT_NO_SIGNALS_SLOTS_KEYWORDSStephen Kelly2012-02-291-2/+4
| |/ |/|
* | 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
|/
* 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