aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/designer/qquickdesignersupportproperties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-2/+2
* Avoid infinite loop in designer supportThomas Hartmann2021-07-221-6/+18
* crash fix - avoid wrong gcc optimizationTim Jenssen2021-07-021-6/+7
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-051-1/+1
* DesignerSupport: Don't skip already inspected objectsMiikka Heikkinen2021-01-041-9/+4
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-2/+2
* Fix wrong optimization on ARM64 ubuntu qemuFawzi Mohamed2020-08-131-3/+1
* Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-4/+4
* Do not look up objects in deferred propertiesThomas Hartmann2018-03-211-1/+10
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Fix warningsThomas Hartmann2015-07-301-1/+1
* Property names can be utf8Thomas Hartmann2015-07-221-1/+1
* Fix QString-related warnings in quick designer support.Friedemann Kleint2015-07-221-1/+1
* Implmementing missing function of QQuickDesignerSupportPropertiesThomas Hartmann2015-07-221-0/+49
* Adding more DesignerSupport functionsThomas Hartmann2015-07-171-0/+184