summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed many broken links.Martin Smith2010-05-191-10/+10
* 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
* | be more verbose when warning about incompatible librariesHarald Fernengel2010-03-031-1/+2
* | Merge branch '4.6'Thiago Macieira2010-01-211-5/+23
|\ \ | |/
| * QMetaObject::disconnectOne()Aaron Kennedy2010-01-201-5/+23
* | Merge branch '4.6'Thiago Macieira2010-01-131-2/+2
|\ \ | |/
| * doc: Updated the descriptions of the connection types.Martin Smith2010-01-121-1/+1
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2009-12-261-27/+31
|\ \ | |/
| * doc: Added a missing \sa command, plus a \l in the text.Martin Smith2009-12-181-7/+8
| * Fix QMetaObject::connect and disconnect with "dynamic signals"Olivier Goffart2009-12-141-20/+23
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-15/+3
|\ \ | |/
| * Use 64bit for the connectedSignalsOlivier Goffart2009-12-091-3/+3
| * Revert "Compile fix for win32-icc."Jan-Arve Sæther2009-11-301-12/+0
* | Small optimisations in ~QObjectOlivier Goffart2009-12-081-4/+6
* | Disable some code in normal build.Olivier Goffart2009-12-081-1/+1
* | Merge branch '4.6'Thiago Macieira2009-12-021-40/+7
|\ \ | |/
| * Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-261-40/+7
| * Compile fix for win32-icc.Jan-Arve Sæther2009-11-231-0/+12
* | Fix certain type-const-ref syntax not recognized by normalizedSignature()Bradley T. Hughes2009-11-301-11/+25
* | Compile fix for win32-icc.Jan-Arve Sæther2009-11-241-0/+12
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-031-128/+18
|\
| * Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual.David Boddie2009-11-021-128/+18
* | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-281-7/+0
|/
* QMetaObject::activate: reordered mutex locks/unlocks around spyFlorian Vichot2009-10-131-2/+3
* Move QGuard to the ExtraDataOlivier Goffart2009-09-161-11/+7
* Fix the signal output in QObject::dumpObjectInfoOlivier Goffart2009-09-101-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Doc: Added info on Q_FLAGS() by providing an example with more context.David Boddie2009-09-041-3/+11
* Don't check for null if never happens, but test it if it may...João Abecasis2009-09-011-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | QMetaObjectPrivate: refactor internal disconnect to avoid duplicate codeLeonardo Sobral Cunha2009-08-281-48/+43
* | Whitespaces & indentation cleanup in qobjectLeonardo Sobral Cunha2009-08-281-24/+25
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-6/+8
* | Doc: Corrected incorrect snippets and info in inherits() documentation.David Boddie2009-08-261-4/+3
* | Fixed compilation on gcc 3.3 and mutex locker lifetimeThorbjørn Lindeijer2009-08-261-1/+1
* | QMetaObject: Crashes with dbus that tries to connect to all signalsOlivier Goffart2009-08-211-12/+20
* | Merge commit 'qt/master'Jason Barron2009-08-201-127/+208
|\ \