summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-041-3/+1
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-021-1/+1
* Fix typos parametter -> parameter.Stephen Kelly2011-12-271-2/+2
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-201-1/+2
* Better error reporting in case of connection failure.Olivier Goffart2011-12-201-4/+15
* Remove unused ownObjectName field from QObjectDataBradley T. Hughes2011-12-151-2/+1
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-151-2/+1
* Correct sizeof(QObjectData) after out-of-order cherry-picks by GerritBradley T. Hughes2011-12-151-1/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-2/+1
* Don't overload the meaning of QObjectData::wasDeletedBradley T. Hughes2011-12-101-0/+1
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-021-2/+1
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-011-1/+2
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-301-6/+2
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-291-8/+10
* QObject::disconnect with new syntaxOlivier Goffart2011-11-291-0/+35
* Fix linking of the QObject test under Windows.Friedemann Kleint2011-11-281-2/+2
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-251-0/+4
* New QObject connection syntaxOlivier Goffart2011-11-251-0/+101
* Change the return value of QObject::connectOlivier Goffart2011-11-251-7/+7
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-8/+8
|\
| * Add flag for non-recursive lookup of child qobject(s)David Faure2011-08-151-8/+8
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-64/+3
|\|
| * Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-291-64/+3
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+22
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| * Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-0/+5
* | Add isWindow type to QObjectJørgen Lind2011-04-281-1/+3
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+411