mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[PR #201] [MERGED] NetVariant support for more QML built-in types #239
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#239
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/201
Author: @shartte
Created: 5/22/2020
Status: ✅ Merged
Merged: 5/29/2020
Merged by: @pauldotknopf
Base:
develop← Head:more-qvariant-types📝 Commits (6)
f0633b0NetVariant support for all QML built-in typesd7e51eeUpdate GitVersion.ToolThis removes the incompatibility with the netcoreapp31 runtime.33efbd7Attempts to debug build failures...7d3da9eFixing build.025553fInstall .NET 2.1 side-by-sideac14080Fix QAtomicInt message formatting📊 Changes
34 files changed (+2571 additions, -207 deletions)
View changed files
📝
.travis.yml(+9 -2)📝
appveyor.yml(+2 -2)📝
build/appveyor.bat(+1 -1)📝
build/scripts/Build.csproj(+4 -1)📝
build/scripts/Buildary(+1 -1)📝
build/scripts/Program.cs(+4 -12)📝
build/travis.linux.sh(+2 -0)📝
build/travis.sh(+2 -1)📝
src/native/QmlNet/QmlNet.h(+13 -1)📝
src/native/QmlNet/QmlNet/qml/NetQObjectArg.cpp(+36 -0)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObjectPacker.cpp(+36 -0)📝
src/native/QmlNet/QmlNet/qml/NetVariant.cpp(+307 -0)📝
src/native/QmlNet/QmlNet/qml/NetVariant.h(+31 -0)📝
src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.cpp(+44 -3)📝
src/net/Qml.Net.Tests/Qml.Net.Tests.csproj(+1 -1)➕
src/net/Qml.Net.Tests/Qml/ColorTests.cs(+124 -0)📝
src/net/Qml.Net.Tests/Qml/ListModelTests.cs(+180 -180)➕
src/net/Qml.Net.Tests/Qml/Matrix4x4Tests.cs(+77 -0)➕
src/net/Qml.Net.Tests/Qml/PointFTests.cs(+65 -0)➕
src/net/Qml.Net.Tests/Qml/PointTests.cs(+65 -0)...and 14 more files
📄 Description
Create this as an work-in-progress PR to get early feedback.
Known TODOs:
Added support for all QML built-in types in NetVariant:
The following require .NET Standard 2.1:
Additionally, the following are supported as well for convenience:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.