summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-291-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-8/+8
|\
| * Add argument names to the function signatures in headersOlivier Goffart2016-03-101-8/+8
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | qobject.h: remove hack that simulated decltypeOlivier Goffart2015-11-161-9/+1
|/
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-23/+23
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-5/+1
* QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-161-14/+14
* Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-10/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-051-0/+10
* Use Q_ENUM and Q_FLAG in the Qt namespaceOlivier Goffart2015-02-041-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix error reported by address sanitizerOlivier Goffart2014-08-121-6/+12
* Un-export QSignalBlocker: it's all inlineThiago Macieira2014-04-251-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-2/+2
|\
| * Add the default argument for the new connection syntaxThiago Macieira2014-02-011-2/+2
* | Move-enable QSignalBlockerMarc Mutz2013-12-111-1/+32
* | QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-301-0/+46
|/
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-6/+35
* Fix spelling in Q_STATIC_ASSERT in qobject_castOlivier Goffart2013-09-161-2/+2
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-8/+18
* Support connection to functor with multiple operator()Olivier Goffart2013-03-191-5/+29
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-18/+6
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-18/+6
| |\
| | * Don't use the union trick to do unlawful castsThiago Macieira2013-01-281-18/+6
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/ /
* | 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
* | Merge branch 'stable' into devSergio Ahumada2013-01-091-3/+3
|\|
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-3/+3
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-2/+2
|/
* Allow connect to functors with less parameters than the signalOlivier Goffart2012-11-061-1/+19
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-1/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSlotObjectBase: combat virtual function "bloat"Marc Mutz2012-08-151-51/+5
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-251-0/+6
* Fix MSVC warnings about struct/class mismatch for dynamic metaobjects.Friedemann Kleint2012-05-211-1/+1
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-181-3/+3
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-6/+4
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-3/+0
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+1
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+4
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-3/+3
|\
| * doc: Fix QObject::connect documentationOlivier Goffart2012-04-131-3/+3
* | Mark QObject::disconnect overload constOlivier Goffart2012-04-111-2/+2
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-3/+25
|/
* Fix documentation of the new connect functions.Olivier Goffart2012-03-041-0/+9
* Remove many deprecated methodsLars Knoll2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1