[PR #113] [MERGED] Ensuring UI thread by default. #213

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

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/113
Author: @pauldotknopf
Created: 3/23/2019
Status: Merged
Merged: 3/23/2019
Merged by: @pauldotknopf

Base: developHead: ensure-ui-thread


📝 Commits (1)

  • 178648f Ensuring UI thread. Making it optional.

📊 Changes

7 files changed (+60 additions, -28 deletions)

View changed files

📝 src/net/Qml.Net.Tests/BaseTests.cs (+1 -0)
📝 src/net/Qml.Net/Internal/DefaultCallbacks.cs (+4 -4)
📝 src/net/Qml.Net/Internal/Types/NetReference.cs (+4 -0)
📝 src/net/Qml.Net/QCoreApplication.cs (+13 -2)
src/net/Qml.Net/QmlNetConfig.cs (+38 -0)
📝 src/net/Qml.Net/Signals.cs (+0 -5)
src/net/Qml.Net/Tasks.cs (+0 -17)

📄 Description

Closes #112


🔄 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/113 **Author:** [@pauldotknopf](https://github.com/pauldotknopf) **Created:** 3/23/2019 **Status:** ✅ Merged **Merged:** 3/23/2019 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `develop` ← **Head:** `ensure-ui-thread` --- ### 📝 Commits (1) - [`178648f`](https://github.com/qmlnet/qmlnet/commit/178648fc279e85286d107fc09f73a15b0c3e7f7f) Ensuring UI thread. Making it optional. ### 📊 Changes **7 files changed** (+60 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `src/net/Qml.Net.Tests/BaseTests.cs` (+1 -0) 📝 `src/net/Qml.Net/Internal/DefaultCallbacks.cs` (+4 -4) 📝 `src/net/Qml.Net/Internal/Types/NetReference.cs` (+4 -0) 📝 `src/net/Qml.Net/QCoreApplication.cs` (+13 -2) ➕ `src/net/Qml.Net/QmlNetConfig.cs` (+38 -0) 📝 `src/net/Qml.Net/Signals.cs` (+0 -5) ➖ `src/net/Qml.Net/Tasks.cs` (+0 -17) </details> ### 📄 Description Closes #112 --- <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:57 -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#213
No description provided.