aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-181-2/+6
* Remove assert in QQmlPropertyThomas Hartmann2020-11-101-1/+0
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* QQmlProperty::write: historical reason does not hold in Qt 6Fabian Kosmale2020-10-031-6/+0
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-6/+9
* Adapt to qtbase changesFabian Kosmale2020-08-231-3/+3
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-16/+3
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-221-13/+6
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-6/+6
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-5/+3
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-261-2/+2
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-26/+33
* 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