summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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
* | QObject: Optimize BlockingQueuedConnection connectionsOlivier Goffart2010-05-071-30/+23
* | QMetaObject::invokeMethod using Qt::BlockingQueuedConnection can handle the r...Olivier Goffart2010-05-071-5/+7
|/
* Optimize ~QObjectOlivier Goffart2010-04-211-15/+11
* Optimize QMetaObject::activateOlivier Goffart2010-04-201-24/+3
* Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-151-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-071-1/+1
|\
| * Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-011-9/+0
| |\
| * | Fix wrong arguments order in a warning in QObject::moveToThreadOlivier Goffart2010-03-251-1/+1
* | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-3/+5
| |/ |/|
* | Remove QGuard.Thiago Macieira2010-03-261-9/+0
|/
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-0/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-7/+10
|\
| * QObject: fix crash when deleteing the receiver object withing a DirectConncet...Olivier Goffart2010-03-011-7/+10