summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobjectdefs.h
Commit message (Expand)AuthorAgeFilesLines
* doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-081-5/+1
* QMetaObject::Connection: mark move ctors Q_DECL_NOTHROWMarc Mutz2017-12-011-4/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-12/+12
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+1
|\
| * Prevent qmake to run moc on qobjectdefs.hOlivier Goffart2017-07-051-0/+1
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-1/+88
|/
* doc: clangqdoc doesn't need Q_GADGETMartin Smith2017-01-041-0/+5
* Remove HarryF's "compiler error feature" that isn't used anymoreThiago Macieira2016-12-281-29/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-1/+1
| |\
| | * Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
* | | Say hello to Q_NAMESPACEBogDan Vatra2016-08-191-0/+11
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+2
|\|
| * Fix gcc -Wsuggest-override warning on Q_OBJECTDavid Faure2016-07-281-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-23/+50
|\|
| * Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-23/+50
* | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+13
|\|
| * QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-2/+13
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+2
|\
| * Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+2
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-10/+10
* | Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-121-0/+4
|/
* QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-0/+1
* Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-301-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-0/+6
* Fix Clang warning about inconsistent use of C++11 overrideThiago Macieira2014-12-201-1/+10
* Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-0/+1
* moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-281-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Warn the user when compiling Objective-C files (.m) that includes QtTor Arne Vestbø2014-01-301-0/+4
* moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-1/+1
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-0/+10
* Change template parameter name of qt_check_for_QOBJECT_macroOlivier Goffart2013-09-071-1/+1
* Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Use QT_STRINGIFY in qobjectdefs.hOlivier Goffart2012-11-221-3/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-1/+2
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-1/+2
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-1/+2
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-6/+6
* Doc: tmake -> qmake, it's about timeDaniel Molkentin2012-06-211-8/+8
* Change internal QDeclarativeData hooks to use signal index rangeKent Hansen2012-06-121-1/+1
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-181-9/+1
* QMetaObject::activate() overload that doesn't require a metaobjectAaron Kennedy2012-05-181-0/+1