aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-2/+7
|\
| * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-111-2/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-10/+28
|\|
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-10/+28
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-21/+21
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-071-3/+9
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-3/+9
| |\
| | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-1/+11
|\| |
| * | Fix interface handling in bindingsFabian Kosmale2019-10-211-1/+11
* | | Remove assert when setting binding to aliasFabian Kosmale2019-09-051-1/+1
|/ /
* / Fix nullptr handling in bindingFabian Kosmale2019-07-221-2/+10
|/
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-2/+2
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-2/+0
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-0/+1
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-081-1/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-32/+32
* Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
* Speed up PropertyChange state applicationSimon Hausmann2018-01-171-0/+16
* Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
* Use QQmlType by valueLars Knoll2017-08-021-11/+12
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-1/+1
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-5/+11
|\|
| * Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-021-2/+2
| * Doc: Fix documentation warningsTopi Reinio2017-01-301-3/+9
* | QQmlProperty: use new QQmlPropertyCache::property() with QStringRef argAnton Kudryavtsev2016-11-081-5/+4
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-23/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-23/+2
| |\
| | * Fix char conversions in QMLChristian Strømme2016-08-091-23/+2
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-43/+43
* | | Qml: optimize string usageAnton Kudryavtsev2016-08-091-5/+1
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-68/+22
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-4/+3
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-25/+27
* | | QML: Clean up and re-order QQmlPropertyPrivate::writeErik Verbruggen2016-07-251-65/+81
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-32/+19
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
|/ /
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-7/+9
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Remove libdouble-conversionUlf Hermann2015-11-231-7/+1
|/
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-4/+6
* Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-231-1/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-5/+4
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-5/+5
* | Fix some function signatures and remove an unused functionLars Knoll2015-06-181-19/+11
* | No need to store the same data twiceLars Knoll2015-06-181-2/+2