summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-061-4/+7
* Document that disconnectNotify may be called with a mutex lockedOlivier Goffart2013-12-041-0/+13
* Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-1/+1
* Fix deadlock when disconnecting connections made with function pointersv5.2.0-rc1Olivier Goffart2013-11-261-3/+2
* Fix a race that occurred as we unlock the mutex to destroy the functor in ~QO...Olivier Goffart2013-11-261-4/+16
* Allow for QtDeclarative and QtQml to co-exist at run-timeSimon Hausmann2013-11-251-3/+8
* Fix race condition between destruction of QObjectsAllan Sandfeld Jensen2013-11-221-3/+4
* Doc: Fix broken linksSze Howe Koh2013-11-051-2/+2
* Issue correct warnings with QObject::startTimer()Sze Howe Koh2013-10-301-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-16/+16
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2013-10-061-7/+35
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-051-14/+6
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-0/+51
* Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-041-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-8/+26
|\
| * qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-8/+26
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\|
| * Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-101-1/+1
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-2/+58
|/
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-3/+7
* Document Q_REVISION macro betterAlan Alpert2013-04-011-0/+31
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-10/+10
* Document restrictions on the new connection syntaxOlivier Goffart2013-03-191-0/+7
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-4/+4
* Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-12/+40
* Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-1/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-2/+2
|\
| * Fix spellingOlivier Goffart2013-03-041-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+5
|\|
| * QThread documentation: do not discourage the reimplementation of QThreadOlivier Goffart2013-02-041-1/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-2/+2
|/
* Delete the QSlotObject when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+6
* Reset the QMetaObject::Connection dptr when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+4
* Docs: Fix referencesChristian Stenger2012-12-131-3/+3
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-1/+1
* Revise QObject::connect documentation.Mitch Curtis2012-11-231-4/+5
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* doc: fix example linkFrederik Gladhorn2012-09-031-1/+1
* QSlotObjectBase: make 'impl' and 'ref' privateMarc Mutz2012-08-261-13/+11
* blockSignals should block QML signal emission.Michael Brasser2012-08-261-3/+3
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-231-1/+1
* Fix more qdoc errorsLars Knoll2012-08-201-13/+21
* QSlotObjectBase: combat virtual function "bloat"Marc Mutz2012-08-151-18/+14
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-27/+54
* Fix warning about change of signThiago Macieira2012-08-141-1/+1