summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobjectdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Inline QMetaObject::cast(QObject *), as requested by ### Qt 6 commentEdward Welbourne2020-09-101-2/+3
* Make bindings introspectable through mocLars Knoll2020-09-021-2/+1
* Leave a comment about a usage of a restricted bool trickGiuseppe D'Angelo2020-08-231-0/+2
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-5/+0
* QMetaMethod: clean up offset handlingLars Knoll2020-06-111-1/+1
* Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-181-1/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\
| * Replace usage of std::result_of with decltypeMårten Nordheim2020-02-211-1/+1
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-0/+5
* | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-1/+0
* | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-1/+1
* | Change representation of string data in the meta objectLars Knoll2019-12-081-1/+1
* | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-184/+1
* | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-071-0/+4
|/
* Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-4/+33
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-3/+7
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+4
|\
| * doc: Fix tr() documentation issueMartin Smith2019-06-131-0/+4
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-2/+2
|\|
| * corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-2/+2
* | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-0/+1
* | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-10/+2
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-7/+7
|/
* doc: Remove undef of Q_GADGETMartin Smith2018-01-091-5/+0
* doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-081-1/+1
* 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
|/