aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlbind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Binding: fix restore logicFabian Kosmale2024-02-291-0/+2
* Doc: Clarify that the compact Binding {} declarations need an idSze Howe Koh2024-01-151-4/+4
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-7/+9
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-011-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* QQmlBind: Move delayedName into place rather than taking it by const refUlf Hermann2023-09-091-5/+5
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-221-25/+76
* Binding: Reevaluate when before the target changesFabian Kosmale2023-04-191-2/+19
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-8/+7
* Binding: Accept local signal handlers againUlf Hermann2023-01-251-1/+2
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-101-1/+1
* ConstructionState: Add helper function to take errors from creatorFabian Kosmale2022-11-101-1/+1
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-101-7/+7
* Port from container::count() and length() to size()Marc Mutz2022-10-071-5/+5
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-301-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-4/+11
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-1/+1
* Fix life cycle methods of various types related to QQmlBindUlf Hermann2021-11-121-5/+3
* Allow Generalized group properties in BindingUlf Hermann2021-11-091-87/+636
* Doc: Replace non-existent \qmlproperty any typeIvan Tkachenko2021-10-261-1/+1
* Update documentation for QQmlBind::restoreModeUlf Hermann2021-10-221-6/+2
* Make QQmlBind::value a QVariant againUlf Hermann2021-10-221-4/+9
* Doc: Replace \qmlproperty Object and list<> thereof with QtObjectIvan Tkachenko2021-10-221-1/+1
* Fix life cycle methods for some QML-exposed typesUlf Hermann2021-07-141-4/+0
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-191-2/+2
* Port QQmlBindPrivate to QQmlAnyBindingFabian Kosmale2021-03-041-31/+9
* QmlBind: support bindable propertiesFabian Kosmale2021-02-031-9/+40
* QQmlBinding: Change the restoreMode defaultUlf Hermann2019-10-161-25/+4
* Output a message when changing the target of a Binding from elsewhereUlf Hermann2019-10-091-3/+48
* Postpone the Binding restore mode behavior change to Qt 6.0Ulf Hermann2019-10-091-5/+12
* QML Binding: do not convert stringsFabian Kosmale2019-10-071-4/+4
* Re-add the warnings about deprecated default binding restore modeUlf Hermann2019-10-041-1/+14
* QQmlBind: Mark restoreMode as explicitly also when set to default valueUlf Hermann2019-10-021-1/+1
* QQmlBind: Fix qdoc warningFriedemann Kleint2019-08-211-1/+1
* Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
* Fix crash when binding to QML componentFabian Kosmale2019-07-041-3/+3
* Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-171-5/+137
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-2/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-2/+2
* Add \since 5.8 to Binding::delayedMitch Curtis2016-06-011-0/+1
* Add delayed property to Binding.Michael Brasser2016-04-081-3/+54
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-1/+3
|\
| * Validate Binding only when it is enabledNikita Krupenko2016-02-241-1/+3
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Fix bogus warning when using Binding on value typesLars Knoll2015-11-271-26/+20
* Binding: document that property can be grouped if it's a value typeMitch Curtis2015-10-231-0/+17