summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2014-03-131-7/+35
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-11-161-14/+6
* QThread documentation: do not discourage the reimplementation of QThreadSze Howe Koh2013-02-191-1/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Prevent crashes after throwing an exception.Mitch Curtis2012-11-281-0/+15
* Use QVarLengthArray when creating the connectNotify() argumentThomas McGuire2012-10-121-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-261-11/+3
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Various qt documentation fixes (wk 43)artoka2012-01-311-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fixed access to null threadData in ~QObjectPrivatemread2011-10-181-2/+3
* Use the right callback in QObject::disconnect()Olivier Goffart2011-09-271-1/+1
* Doc: Fixing typoSergio Ahumada2011-06-301-2/+2
* Fix event delevery orderOlivier Goffart2011-06-271-1/+1
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Squashed merge of the master-temp branch.David Boddie2011-05-061-33/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-04-181-72/+111
|\|
| * Use the qt_static_metacall in QueuedConnectionOlivier Goffart2011-04-081-13/+18
| * Speedup activation of signalsOlivier Goffart2011-03-311-47/+81
| * Improve slightly the performence of activateOlivier Goffart2011-03-311-12/+12
| * Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-311-2/+2
* | Doc: Fixed qdoc warnings and made minor improvements.David Boddie2011-03-141-9/+11
|/
* Fix the warnings when QBasicTimer are member of the ObjectPrivateOlivier Goffart2011-01-171-11/+11
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | QPointer: thread safetyOlivier Goffart2010-12-131-0/+2
* | Simplify object lifetime management when moving objects to a QThreadBradley T. Hughes2010-10-291-3/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-0/+6
|\|
| * Add a declarative callback for when a QObject's objectName changesAaron Kennedy2010-10-111-0/+6
* | Added QObject::senderSignalIndex()John Brooks2010-08-121-1/+42
* | Cleanup the connection list logic in QObject::senderJohn Brooks2010-08-121-7/+6
* | Remove the use of deprecated qFindChild(ren)Olivier Goffart2010-08-061-1/+1
* | Deprecated qFindChild and qFindChildrenOlivier Goffart2010-08-061-2/+4
* | Fix MS Visual C++ 6.0 references in the documentationminiak2010-08-031-27/+27
* | Make QObject::connect with QMetaMethod works with JambiOlivier Goffart2010-06-181-16/+42
* | Added QObject::connect overload taking QMetaMethod as parameterSergey Vidyuk2010-06-181-9/+247
* | Avoid sending deprecated Qt3Support events if the application was built witho...Olivier Goffart2010-05-281-5/+7
* | Speedup destruction of QObject if the eventloop is not entered.Olivier Goffart2010-05-281-22/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-201-10/+10
|\|
| * doc: Fixed many broken links.Martin Smith2010-05-191-10/+10
* | Minor improvement to QObject constructor performanceAaron Kennedy2010-05-181-23/+29
* | Test hasGuard before calling clearGuards.Olivier Goffart2010-05-181-6/+1
* | Do not clear lists in ~QObjectOlivier Goffart2010-05-181-6/+0
* | QObjectPrivate::deleteWatch, and inEventHandler are only used by jambiOlivier Goffart2010-05-181-5/+12
* | Only emit the destroyed() signal if connectedOlivier Goffart2010-05-181-15/+9
* | Inline the common case when there is no contention.Olivier Goffart2010-05-181-4/+4