summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-134-4045/+0
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-122-0/+14
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-106-140/+40
* Don't overload the meaning of QObjectData::wasDeletedBradley T. Hughes2011-12-102-6/+8
* Remove the backwards compatibility signal emissions when moving items.Stephen Kelly2011-12-081-12/+0
* Avoid variable shadowing in qobject_impl.hKent Hansen2011-12-081-1/+1
* Re-add QInternal::EventNotifyCallbackBradley T. Hughes2011-12-051-0/+8
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-022-55/+0
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-022-14/+6
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-012-6/+14
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-2/+2
* Polish QWinEventNotifier.Friedemann Kleint2011-12-012-7/+6
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-014-18/+105
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-305-61/+11
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-0/+139
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-2/+4
* Fix a deadlock in QMetaType.Jędrzej Nowacki2011-11-291-8/+12
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-292-13/+59
* Reduce code dupplication in QObject::connectOlivier Goffart2011-11-291-29/+22
* QObject::disconnect with new syntaxOlivier Goffart2011-11-293-13/+137
* Redefinition of QVariant::Type.Jędrzej Nowacki2011-11-291-60/+58
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-292-27/+2
* Fix documentation for QVariant::Type enum.Jędrzej Nowacki2011-11-281-1/+1
* Fix linking of the QObject test under Windows.Friedemann Kleint2011-11-281-2/+2
* QMetaTypeInterface: Fix warning about multiple default ConstructorsFriedemann Kleint2011-11-251-1/+1
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-254-13/+71
* New QObject connection syntaxOlivier Goffart2011-11-255-10/+624
* Change the return value of QObject::connectOlivier Goffart2011-11-255-61/+183
* Add a parents parameter to layoutChange signals.Stephen Kelly2011-11-242-4/+12
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-10/+1
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-222-31/+69
* Add spaces for string concatenation to work around C++11 source incompatibility.hjk2011-11-211-1/+1
* Add a roles argument to the dataChanged signal.Stephen Kelly2011-11-212-2/+7
* Reimplement some QMetaType methods.Jędrzej Nowacki2011-11-171-369/+205
* Reimplement QMetaType::typeName.Jędrzej Nowacki2011-11-171-97/+35
* Fix Qt namespace compilation.Toby Tomkins2011-11-161-0/+4
* Hide QVariant helper classes in a namespace.Jędrzej Nowacki2011-11-151-0/+2
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-154-25/+37
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-1/+2
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-092-9/+5
* QVariant: Fix MSVC compiler warning about unused variable null.Friedemann Kleint2011-11-091-2/+1
* [optimization] QVariants comparisonJędrzej Nowacki2011-11-091-2/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-093-2/+8
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-093-413/+345
* Implement QMetaTypeSwitcher.Jędrzej Nowacki2011-11-092-1/+103
* Add QTypeModuleInfo template classJędrzej Nowacki2011-11-092-1/+118
* Refactor QMetaType types.Jędrzej Nowacki2011-11-093-163/+155
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-071-1/+4
* Reinstate and deprecate the two argument QMetaType::constructKevin Simons2011-11-051-0/+4