[PR #49] [MERGED] Another try: NotifySignal activation simplification #187

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

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/49
Author: @devmil
Created: 8/4/2018
Status: Merged
Merged: 8/5/2018
Merged by: @pauldotknopf

Base: masterHead: improvement/activate_notify_signal


📝 Commits (1)

  • 0cf84a8 Another try: NotifySignal activation simplification

📊 Changes

2 files changed (+143 additions, -1 deletions)

View changed files

📝 src/net/Qml.Net.Tests/Qml/SignalTests.cs (+110 -0)
📝 src/net/Qml.Net/Signals.cs (+33 -1)

📄 Description

This time the attribute and its value is taken into account.
The idea is that "ActivateNotifySignal" activates the signal defined with the "NotifySignal" attribute


🔄 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/49 **Author:** [@devmil](https://github.com/devmil) **Created:** 8/4/2018 **Status:** ✅ Merged **Merged:** 8/5/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `improvement/activate_notify_signal` --- ### 📝 Commits (1) - [`0cf84a8`](https://github.com/qmlnet/qmlnet/commit/0cf84a8413eed1df1fe3b78a6b09de5c5a6b50c2) Another try: NotifySignal activation simplification ### 📊 Changes **2 files changed** (+143 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/net/Qml.Net.Tests/Qml/SignalTests.cs` (+110 -0) 📝 `src/net/Qml.Net/Signals.cs` (+33 -1) </details> ### 📄 Description This time the attribute and its value is taken into account. The idea is that "ActivateNotifySignal" activates the signal defined with the "NotifySignal" attribute --- <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:24 -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#187
No description provided.