[PR #50] [MERGED] MvvmBehavior is less aggressive #189

Closed
opened 2026-05-05 11:20:28 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: bugfix/less_aggressive_mvvm_behavior


📝 Commits (1)

  • a920bbd MvvmBehavior 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.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/50 **Author:** [@devmil](https://github.com/devmil) **Created:** 8/5/2018 **Status:** ✅ Merged **Merged:** 8/5/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `bugfix/less_aggressive_mvvm_behavior` --- ### 📝 Commits (1) - [`a920bbd`](https://github.com/qmlnet/qmlnet/commit/a920bbd088c6baddfab7f22dcbd3a386f00c99da) MvvmBehavior is less aggressive ### 📊 Changes **4 files changed** (+159 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:28 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#189
No description provided.