mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #50] [MERGED] MvvmBehavior is less aggressive #189
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/50
Author: @devmil
Created: 8/5/2018
Status: ✅ Merged
Merged: 8/5/2018
Merged by: @pauldotknopf
Base:
master← Head:bugfix/less_aggressive_mvvm_behavior📝 Commits (1)
a920bbdMvvmBehavior is less aggressive📊 Changes
4 files changed (+159 additions, -30 deletions)
View changed files
📝
src/net/Qml.Net.Tests/Qml/BaseQmlTests.cs(+3 -3)📝
src/net/Qml.Net.Tests/Qml/MvvmInteropBehaviorTests.cs(+94 -12)📝
src/net/Qml.Net/Internal/Behaviors/MvvmQmlInteropBehavior.cs(+61 -14)📝
src/net/Qml.Net/QQmlApplicationEngine.cs(+1 -1)📄 Description
it takes into account that there might be a notify signal infrastructure set by other behaviors or the user and uses this signal when PropertyChanged gets triggered
renamed MVVM to Mvvm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.