mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #16] [MERGED] Instance handling refactoring (1 QML instance per .Net instance) #168
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#168
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/16
Author: @devmil
Created: 7/19/2018
Status: ✅ Merged
Merged: 7/19/2018
Merged by: @pauldotknopf
Base:
signals← Head:features/InstanceCount📝 Commits (6)
308af4fOne NetValue for one NetInstance6d4ac3eOne NetInstance per .Net object (basically an attached property)311c553NetInstance: additional path for already released GCHandle references0f98431More robust ConditionalWeakTable usaged216e93Sandbox test for instance ref handling00ceda3A little bit more advanced instance testing in the Sandbox📊 Changes
10 files changed (+197 additions, -19 deletions)
View changed files
📝
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValue.cpp(+27 -8)📝
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValue.h(+10 -1)📝
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValueMetaObject.cpp(+1 -2)📝
src/net/Qt.NetCore.Sandbox/Program.UI.cs(+50 -1)📝
src/net/Qt.NetCore.Sandbox/main.qml(+84 -0)📝
src/net/Qt.NetCore.Tests/Qml/NetVariantTests.cs(+1 -1)📝
src/net/Qt.NetCore.Tests/Types/CallbacksTests.cs(+2 -2)📝
src/net/Qt.NetCore.Tests/Types/NetInstanceTests.cs(+1 -1)📝
src/net/Qt.NetCore/Internal/DefaultCallbacks.cs(+1 -1)📝
src/net/Qt.NetCore/Types/NetInstance.cs(+20 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.