Commit graph

586 commits

Author SHA1 Message Date
Paul Knopf
197f4f1e76 Working on contrib bot. 2019-07-09 04:12:19 -04:00
Vadim Peretokin
969c63075b Update README 2019-07-09 04:02:30 -04:00
Paul Knopf
b6c84d2534 Increasing the number of allowed registered types for unit tests. 2019-07-09 04:00:47 -04:00
Paul Knopf
9978c5def0 Support null byte arrays.
Added some unit tests.
2019-07-09 04:00:47 -04:00
tom
f94410a5a3 Remove blank lines 2019-07-09 04:00:47 -04:00
tom
fb7df8e3a0 Added QByteArray support 2019-07-09 04:00:47 -04:00
Paul Knopf
01e62e3124 Support converting .NET object to a variant list. 2019-06-26 16:15:47 -04:00
Paul Knopf
7837ab167e Support for wrapping read only lists. 2019-06-26 14:50:23 -04:00
Paul Knopf
45f4196da0 Added support for settings the default locale (QLocale.SetDefault). 2019-06-25 13:59:07 -04:00
Max
c1ae6a13ee
Merge pull request #144 from geigertom/updated_type_registration
Updated function for qml type registration.
2019-06-20 10:35:31 -04:00
tom
7c4d3ba447 Fixed indentation. 2019-06-20 07:48:01 +02:00
tom
400f174d8f Fixed indentation. 2019-06-20 07:45:55 +02:00
tom
769cd8de92 Updated function for qml type registration. 2019-06-19 19:20:59 +02:00
Nikita Tsukanov
d33f7ee0bc Added PackageId needed for GitHub's dependency graph feature to work 2019-06-11 04:29:42 -04:00
Paul Knopf
c8fac8fd97 Added a test (not done yet) to verify we can operate on structs.
It isn't working yet, not sure why.
#135
2019-06-10 00:01:06 -04:00
Max
1b6952a759
Merge pull request #137 from nolav/fixReadmeQuickOverviewExample
Fix readme quick overview example
2019-05-25 13:10:42 +02:00
nolav
ec647e68e2 Consistent naming and comments in quick overview example 2019-05-18 16:29:15 -06:00
nolav
85be173933 Fix Readme quick overview section to include a working example 2019-05-18 16:26:33 -06:00
Max
e47c031292
Fixed docs typos. 2019-05-11 11:51:27 +02:00
Paul Knopf
6d14686f90 Don't need to store the "preferred variant type" anymore.
It isn't needed.
2019-04-27 19:39:50 -04:00
Paul Knopf
679ae9064e Added an explicit Null type. 2019-04-27 17:59:10 -04:00
Paul Knopf
42dccc65cf Don't need to use QString in signatures anymore.
I'm not sure why it was originally needed at all. Unit tests are passing, so let's just use QVariant for everything.
2019-04-27 17:09:35 -04:00
Paul Knopf
aa2e5961d6 Suppress security checks for interop. 2019-04-25 21:58:09 -04:00
Paul Knopf
1dec82a23a Adding benchmark for invoking methods on a qobject. 2019-04-25 21:43:34 -04:00
Paul Knopf
1a71b63053 Fixed an issue that prevented us from using arrays as list models. 2019-04-25 16:38:54 -04:00
Paul Knopf
cfced63adf Added support for building Qt objects from .NET. 2019-04-25 16:14:28 -04:00
dependabot[bot]
05cd4643bd Bump Newtonsoft.Json from 12.0.1 to 12.0.2 in /src/net/Qml.Net
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.1...12.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-25 15:26:36 -04:00
Andy Fillebrown
2dfdb9c250 Let NetVariant::fromQJSValue consume all QObject derived types. 2019-04-25 15:26:20 -04:00
Paul Knopf
c5c2d3e3e1 Support invoking signals on QObject. 2019-04-24 20:04:49 -04:00
Paul Knopf
32f58c8439 Add a test for mismatched parameters. 2019-04-24 19:52:02 -04:00
Paul Knopf
c35ca8c24d Fully supporting typed QObject parameters and return types (and casting/null). 2019-04-24 19:47:47 -04:00
Paul Knopf
a7e362239a Support for QVariantList types. 2019-04-23 20:32:58 -04:00
Paul Knopf
a03c330a38 Support storing NetVariantList types in a NetVariant. 2019-04-23 19:35:46 -04:00
Paul Knopf
31eb8f3857 Updating readme [skip ci]. 2019-04-23 09:14:47 -04:00
Paul Knopf
ee94dca265 Merge branch 'develop' of https://github.com/qmlnet/qmlnet into develop 2019-04-23 08:39:03 -04:00
Paul Knopf
8dcda479ad Merge branch 'hotfix/0.10.1' into develop 2019-04-23 08:12:42 -04:00
Paul Knopf
62c8b9f47b Fixed issue with dynamic method invocations on QObjects not working. 2019-04-23 08:12:20 -04:00
Paul Knopf
ff203ceb3e Fixed issue with exception being thrown when loading function pointers from host. 2019-04-23 08:00:10 -04:00
Paul Knopf
7b2d576569
[skip ci] 2019-04-21 10:27:02 -04:00
Paul Knopf
5947ed66e9
[skip ci] 2019-04-21 10:26:27 -04:00
Paul Knopf
2aa54dea39
Minor changes [skip ci]. 2019-04-21 09:49:17 -04:00
Paul Knopf
6a4d534e76 Merge branch 'release/0.10.0' 2019-04-20 23:28:26 -04:00
Paul Knopf
56b9e81a15 Adding some hints if native library can't be found.
Closes #120
2019-04-20 23:19:11 -04:00
Paul Knopf
c3ff7c963a
Update README.md 2019-04-20 23:13:09 -04:00
Paul Knopf
1f250841e8 Added support for interacting with QObjects. 2019-04-20 23:08:45 -04:00
Paul Knopf
9da244e8ac
Removed invalid example. 2019-04-16 15:44:47 -04:00
Paul Knopf
e7a228a36f Implemented inheritance.
Closes #32
2019-04-16 08:39:54 -04:00
Paul Knopf
02243c3d64 Merge branch 'release/0.9.0' 2019-04-15 00:42:57 -04:00
Paul Knopf
87ef7e4874 Revert "Set up CI with Azure Pipelines"
This reverts commit 865d3f9376.
2019-04-15 00:42:10 -04:00
Paul Knopf
865d3f9376 Set up CI with Azure Pipelines
[skip ci]
2019-04-14 23:43:18 -04:00