summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.h
Commit message (Expand)AuthorAgeFilesLines
* Support move-only function objects in QObject::connectOlivier Goffart2017-04-291-2/+2
* Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-5/+5
* QObject: add startTimer() overload with std::chronoAnton Kudryavtsev2016-12-231-0/+11
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-6/+6
|\
| * Replace custom type traits with std one'sKai Koehne2016-11-081-6/+6
* | QObject::dumpObject*: add const overloadsGiuseppe D'Angelo2016-10-031-2/+6
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-25/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-2/+4
| |\
| | * Fix build with ICC on OS X: __Z18qt_getQtMetaObjectv was undefiendThiago Macieira2016-05-291-2/+4
| * | Remove the code for QObject::connect for non-C++11 compilersThiago Macieira2016-06-021-23/+0
* | | 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