summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QMetaType: Fix warnings about truncation from uint64 to int.Friedemann Kleint2012-06-281-2/+2
* doc: use correct snippet id for QObject::isSignalConnectedKent Hansen2012-06-281-1/+1
* Add QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-262-6/+10
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-251-1/+1
* Fixes high CPU usage on timer expiration when using glib event loop.Daniel Thor Kristjansson2012-06-211-1/+1
* Doc: tmake -> qmake, it's about timeDaniel Molkentin2012-06-211-8/+8
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-4/+44
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-201-0/+8
* Make QVariant compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-201-0/+4
* QMetaMethod::invoke: Use normalizedType() to normalize return typeKent Hansen2012-06-201-14/+2
* QEvent: Don't give DeferredDelete special treatmentBradley T. Hughes2012-06-191-12/+8
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-26/+34
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-1/+30
* Change internal QDeclarativeData hooks to use signal index rangeKent Hansen2012-06-122-9/+5
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-6/+38
* Deprecate the use of QWeakPointer to track QObjects.Stephen Kelly2012-06-071-2/+2
* Add QDeferredDeleteEventBradley T. Hughes2012-06-054-12/+38
* Change testlib signal dumper hooks to use signal index rangeKent Hansen2012-06-042-8/+6
* Change QConnectionSenderSwitcher et al to use signal index rangeKent Hansen2012-06-032-6/+17
* Use QMetaObjectPrivate::signalOffset() where appropriateKent Hansen2012-06-031-19/+6
* Simplify the QObject::dumpObjectInfo() implementationKent Hansen2012-06-011-14/+1
* Simplify connectSlotsByName() implementationKent Hansen2012-06-011-8/+3
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-013-17/+72
* Socket FD are now of type qintptr.Jonas M. Gastal2012-06-012-2/+2
* Add clear() to QPointer for QWeakPointer compatibility.Stephen Kelly2012-06-012-0/+13
* Fix some gcc warningsKonstantin Ritt2012-06-011-4/+4
* Move implementation of QObject::senderSignalIndex() to QObjectPrivateKent Hansen2012-06-012-11/+20
* Include qobject_p.h from qmetaobject_p.hKent Hansen2012-05-311-0/+3
* Don't call metaObject() redundantlyKent Hansen2012-05-311-1/+1
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-293-8/+5
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-1/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-3/+3
* Fix QtCore compilation for -qconfig largeTasuku Suzuki2012-05-251-8/+0
* Fix crash when using QCoreApplication::applicationName in a global staticDavid Faure2012-05-231-1/+1
* Fix MSVC warnings about struct/class mismatch for dynamic metaobjects.Friedemann Kleint2012-05-211-1/+1
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-213-37/+46
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-185-45/+36
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-185-67/+37
* Merge two simple version of translate() functions for QT_NO_TRANSLATIONTasuku Suzuki2012-05-181-13/+0
* QMetaObject::activate() overload that doesn't require a metaobjectAaron Kennedy2012-05-182-0/+8