summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-0/+10
* 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
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-2/+2
* Use the right callback in QObject::disconnect()Olivier Goffart2011-09-231-1/+1
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-301-0/+5
|\
| * Add a signal emitted callback to QAbstractDeclarativeDataAaron Kennedy2011-08-301-0/+5
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-15/+35
|\|
| * Add flag for non-recursive lookup of child qobject(s)David Faure2011-08-151-15/+35
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-23/+9
|\|
| * Simplify the mutexpool used in QObject.Olivier Goffart2011-07-291-19/+5
| * QMutex is now just a pointerOlivier Goffart2011-07-291-4/+4
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-61/+0
|\|
| * Doc: Removed documentation for deleted code.David Boddie2011-07-211-61/+0
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-121-62/+68
|\|
| * Replace try/catch blocks in favour of destructors in the event loop.Thiago Macieira2011-07-111-62/+68
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-207/+3
|\|
| * Doc: Fixing typoSergio Ahumada2011-07-051-2/+2
| * Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-291-204/+0
| * Fix event delevery orderOlivier Goffart2011-06-271-1/+1
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-59/+31
|\|