summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QObject::disconnect with new syntaxOlivier Goffart2011-11-291-10/+99
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-291-24/+1
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-251-13/+26
* New QObject connection syntaxOlivier Goffart2011-11-251-5/+159
* Change the return value of QObject::connectOlivier Goffart2011-11-251-52/+138
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-6/+6
* Use load() instead of implicit cast when using QueuedConnectionBradley T. Hughes2011-10-271-12/+15
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-1/+1
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-1/+1