summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-184-12/+27
* QCoreApplication: No longer hardcode arguments to be filtered out.Friedemann Kleint2012-05-162-29/+40
* Add a non-implicit copy constructor to QEventThiago Macieira2012-05-162-0/+43
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-162-5/+15
* Remove const char *-based connectNotify() APIKent Hansen2012-05-152-40/+0
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-2/+2
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+2
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-111-3/+3
* Change Wince functions definitionAndreas Holzammer2012-05-101-30/+84
* Remove QAbstractDeclarativeData::objectNameChanged.Michael Brasser2012-05-102-4/+0
* Use bool for the template argument.Stephen Kelly2012-05-091-1/+1
* Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-084-7/+40
* QArrayData: Suppress MSVC warnning.Debao Zhang2012-05-071-1/+1
* Fix typos in bcd477e0bc48bDavid Faure2012-05-061-1/+1
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-041-1/+2
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-044-3/+226
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-042-2/+2
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-042-5/+16