summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-1/+1
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-3/+56
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-35/+96
* Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+2
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-2/+1
* Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* Don't assume QAbstractDeclarativeData::objectNameChanged is available.Michael Brasser2012-04-231-1/+1
* Minor QObject::receivers() optimization.Michael Brasser2012-04-201-0/+3
* Minor QObject::receivers() cleanup.Michael Brasser2012-04-201-2/+1
* Add a receivers callback to QAbstractDeclarativeData.Michael Brasser2012-04-201-0/+6
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-60/+60
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-11/+8
|\
| * doc: Fix QObject::connect documentationOlivier Goffart2012-04-131-11/+8
* | Mark QObject::disconnect overload constOlivier Goffart2012-04-111-2/+2
* | Remove AutoCompatConnectionDebao Zhang2012-03-281-27/+4
* | Merge master into api_changesKent Hansen2012-03-231-1/+8
|\|
| * Fix a memory leak in template QMetaObject::Connection.Jędrzej Nowacki2012-03-191-1/+8
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-221-136/+52
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-10/+66
* | Merge master into api_changesKent Hansen2012-03-161-1/+1
|\|
| * Fix a memory leak in QMetaObject::connectSlotsByName function.Jędrzej Nowacki2012-03-141-1/+1
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-20/+25
|\|
| * Remove codecForTr().Robin Burchell2012-03-061-6/+1
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-0/+10
| |\
| | * Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-0/+10
| * | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-14/+14
| |/
* | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-44/+171
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-25/+26
* | Change the representation of meta-object string dataKent Hansen2012-02-291-2/+2
|/
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-091-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-1/+13
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-4/+4
* 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-12/+27
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-6/+6
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-021-5/+7
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-201-5/+12
* Do not call QueuedConnection slot on partialy destroyed objectOlivier Goffart2011-12-191-1/+1
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-151-51/+0
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-11/+11
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-114/+0
* Don't overload the meaning of QObjectData::wasDeletedBradley T. Hughes2011-12-101-6/+7
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-39/+0
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-021-12/+5
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-011-5/+12
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-291-5/+49
* Reduce code dupplication in QObject::connectOlivier Goffart2011-11-291-29/+22