summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.h
Commit message (Expand)AuthorAgeFilesLines
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Add some support to flag alias propertiesLars Knoll2020-06-111-0/+1
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-3/+0
* Further metaobject cleanupsFabian Kosmale2020-06-111-8/+6
* Cleanup QMetaClassInfoLars Knoll2020-06-111-2/+11
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-2/+16
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-5/+5
* Clean up QMetaEnum codeLars Knoll2020-06-111-2/+16
* QMetaMethod: clean up offset handlingLars Knoll2020-06-111-3/+20
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+2
* Cosmetic whitespace / indentationIvan Tkachenko2020-05-291-23/+22
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\
| * Refine deprecation warning for QMetaProperty::isEditableVolker Hilsheimer2020-04-151-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+3
|\|
| * Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-021-1/+3
* | Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-181-0/+1
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+1
|\|
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+1
* | Get rid of QList forward declarationsLars Knoll2019-10-041-3/+0
|/
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-1/+2
|\
| * Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
* | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-1/+1
* | Add QMetaProperty::relativePropertyIndex()Simon Hausmann2019-04-041-0/+1
|/
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-0/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-19/+19
* Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-0/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\
| | * Fixed developer build for MinGWOliver Wolff2016-06-151-1/+1
* | | Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-291-7/+3
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-18/+18
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-051-0/+9
* Re-factor code that do lazy property registration into a function.Jędrzej Nowacki2014-12-071-0/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-3/+3
|\
| * Mark QMetaMethod and related constructor as constepxrOlivier Goffart2014-10-311-3/+3
* | Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-301-0/+28
* | Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-301-0/+5
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-2/+2
* Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-301-0/+2
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-011-0/+1
* Add QMetaMethod::fromSignal() functionKent Hansen2012-04-271-0/+15
* Add comparison operators == and != for QMetaMethodKent Hansen2012-04-251-0/+7
* Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-0/+6