summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warning in QVariant header.Morten Sorvig2012-03-301-0/+1
* Fix warning introduced in Intel CC 12.1Thiago Macieira2012-03-281-1/+8
* Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+12
* Update documentation for QAbstractEventDispatcher::TimerInfoBradley T. Hughes2012-03-271-4/+27
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1
* Fix a memory leak in template QMetaObject::Connection.Jędrzej Nowacki2012-03-191-1/+8
* QPointer: update its document and changes-5.0.0Debao Zhang2012-03-181-7/+1
* Un-deprecate QPointer per mailing list discussion.Robin Burchell2012-03-152-6/+1
* Simplify QMetaObject::newInstanceJędrzej Nowacki2012-03-141-3/+3
* Reimplement QMetaType::create method.Jędrzej Nowacki2012-03-141-228/+55
* Fix a memory leak in QMetaObject::connectSlotsByName function.Jędrzej Nowacki2012-03-141-1/+1
* Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-143-21/+15
* Restore some source compatibilityLars Knoll2012-03-121-1/+5
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-1/+5
* Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-1/+1
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-4/+4
* Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-2/+3
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+2
* 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