summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in static assert message.Stephen Kelly2012-08-011-1/+1
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-013-6/+15
* Lazy initialize library pathsHarald Fernengel2012-08-011-7/+4
* Make codecForLocale atomicLars Knoll2012-07-311-1/+1
* ICU code page conversion supportLars Knoll2012-07-311-0/+1
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-312-0/+25
* fix QEventLoop qdoc errorsJeremy Katz2012-07-301-3/+6
* Document QEvent::EnterEditFocus and QEvent::LeaveEditFocus properly.Mitch Curtis2012-07-281-2/+2
* removed duplicated docs in android qsharedmemory and systemsemaphoreJeremy Katz2012-07-282-27/+0
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-1/+4
* fix QVariant qdoc error - mark const QVariant::data_ptr() internalJeremy Katz2012-07-271-0/+5
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-272-0/+138
* Fix MSVC 64bit warnings about truncation from size_t to int.Friedemann Kleint2012-07-261-2/+2
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-2/+2
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-252-0/+19
* Make sure that unknown types use the handler for unknown types.Stephen Kelly2012-07-251-2/+2
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-251-1/+1
* QAbstractNativeEventFilter: document return valueDavid Faure2012-07-241-0/+4
* Provide access to (dis)connectNotify() from other objects.Thomas McGuire2012-07-241-0/+15
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-244-59/+3
* Clarify ambiguous sentence in QVariant::toBool() documentation.Mitch Curtis2012-07-231-2/+2
* QNX: Use new native event filtering apiSean Harmer2012-07-232-1/+4
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-43/+0
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-2011-132/+328
* Remove Q_UNUSED for the metaObject.Stephen Kelly2012-07-191-2/+0
* fix "No such ..." doc error for QMetaType::typeName()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." in doc for QMetaEnum::keysToValue()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." doc error in QBasicTimer::start()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." for QObject::connect(...,functor) docJeremy Katz2012-07-191-2/+2
* qmetaobject_p.h: don't (incorrectly) fwd-declare QVarLengthArrayMarc Mutz2012-07-182-2/+1
* Correct documentation for Void metatype value, define UnknownTypeJeremy Katz2012-07-171-1/+2
* Add new metatypes to QMetaType::Type enum for docsJeremy Katz2012-07-171-0/+3
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-171-3/+0
* Remove documentation of previously deleted Accessibility eventsJeremy Katz2012-07-171-3/+0
* Remove documentation of Qt3Support enums in qcoreevent.cppJeremy Katz2012-07-171-7/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-1/+1
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-1/+2
* Enable modularization of translation files.Jan-Arve Saether2012-07-122-18/+61
* remove QT_NO_SIGNALMAPPER from featuresTasuku Suzuki2012-07-122-6/+0
* android: fix build mistake from earlier mkspec namingRobin Burchell2012-07-121-1/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+0
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-2/+2
* Fix event loop throughput issueRafael Roquetto2012-07-051-8/+25
* Fix socket notifier registration on Blackberry.Rafael Roquetto2012-07-042-8/+52
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-6/+6
* Simplify the creation of QMetaTypeId specializations.Stephen Kelly2012-07-031-10/+6
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-5/+5
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-1/+64
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-013-7/+98
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-282-0/+5