Commit graph

399 commits

Author SHA1 Message Date
Paul Knopf
820da15d20 Added support for c++ to main entry point.
Closes #13
2018-09-11 20:21:00 -04:00
Paul Knopf
182232703b Added Net.toListModel() to help binding .NET collections to qml repeating types. 2018-09-09 12:27:26 -04:00
Paul Knopf
ae9d7291e9 Fixed a case where .NET objects as params weren't working when raising signals. 2018-09-09 10:34:19 -04:00
Paul Knopf
9c9d1bdb2f
[skip ci] 2018-08-18 22:52:48 -04:00
Paul Knopf
93d97ecc94 Added push and pop. 2018-08-18 22:08:05 -04:00
Paul Knopf
92d8256ac8 Added the index getter. 2018-08-18 22:08:05 -04:00
Paul Knopf
c53c7e571f Added length function. 2018-08-18 22:08:05 -04:00
Paul Knopf
a7ec465487 Added different cpp for qt 5.10. 2018-08-18 22:08:05 -04:00
Paul Knopf
c081eb0bea Added push tests. 2018-08-18 22:08:05 -04:00
Paul Knopf
72289af483 Added tests for list pop. 2018-08-18 22:08:05 -04:00
Paul Knopf
7d63d8e862 Increase the number of allowed register types, because of new unit tests. 2018-08-18 22:08:05 -04:00
Paul Knopf
f62f3c0adf Wrapping .NET list as js array. 2018-08-18 22:08:05 -04:00
Paul Knopf
275bff1c84 Added a property indicating if the type is a list. 2018-08-18 22:08:05 -04:00
Paul Knopf
2bb467de1e Don't use the array prototype. 2018-08-18 22:08:05 -04:00
Paul Knopf
45ca4eef3e Made sure you can't pop a .NET array. 2018-08-18 22:08:05 -04:00
Paul Knopf
f8748b6dfa Prevent array methods (currently push) that modify size to be called. 2018-08-18 22:08:05 -04:00
Paul Knopf
e18be4268c Verified we can call forEach. 2018-08-18 22:08:05 -04:00
Paul Knopf
92f33e3336 Added tests for the set indexer. 2018-08-18 22:08:05 -04:00
Paul Knopf
2b6d176a1b Added tests for the get indexer. 2018-08-18 22:08:05 -04:00
Paul Knopf
b3d70c6d5f Added length tests. 2018-08-18 22:08:05 -04:00
Paul Knopf
b5395736d2 Added a facade to help hide the complexity of invoking a .NET array. 2018-08-18 22:08:05 -04:00
Paul Knopf
0549bf4d7f Added a method to wrap a .NET array to a JS array.
It correctly holds a reference to the wrapped NetValue QObject.
The methods on it still need implemented, but the V4 type is completed.
2018-08-18 22:08:05 -04:00
Paul Knopf
dd113b1f06 Added a bool indicating if a type is an array. 2018-08-18 22:08:05 -04:00
Paul Knopf
f2ffe05c47 Added our logo. (thanks @waf) 2018-08-18 15:43:49 -04:00
Paul Knopf
535816f335 Added static methods to type info. 2018-08-17 22:25:02 -04:00
Paul Knopf
a975a261eb Added a property to indicate if a method is static. 2018-08-17 22:10:40 -04:00
Paul Knopf
d2ae229000 Updating AdvancedDLSupport. 2018-08-17 01:21:38 -04:00
Paul Knopf
5e9db7ced5 Oops. 2018-08-17 00:02:43 -04:00
Paul Knopf
5a7bd17c21 Added support for serializing .NET objects to strings. 2018-08-17 00:01:34 -04:00
Paul Knopf
cae6c8e4a0 Fixed unit tests for windows. 2018-08-16 22:49:34 -04:00
Paul Knopf
9fffc86bcd Added support for getting the Qt version. 2018-08-16 22:45:09 -04:00
Paul Knopf
b1bb31a3a4
[skip ci] 2018-08-14 14:33:30 -04:00
Paul Knopf
e6fb91378d
Fixed sample code that doesn't compile. Closes #58 2018-08-13 04:48:23 -04:00
Michael Lamers
7c38ac17e1 Readme for PhotoFrame 2018-08-13 03:47:34 -04:00
Michael Lamers
330ab598b4 PhotoFrame cleanup: Last batch 2018-08-09 16:52:06 -04:00
Michael Lamers
29f3ecf4d7 PhotoFrame cleanup: Third batch - Config and BL 2018-08-09 16:52:06 -04:00
Michael Lamers
b7a182a343 PhotoFrame cleanup: Second batch - UI 2018-08-09 16:52:06 -04:00
Michael Lamers
c13965514d PhotoFrame cleanup: First batch 2018-08-09 16:52:06 -04:00
Paul Knopf
68da149b6d Fixed issue with Linux/OSX builds not producing correct version number. 2018-08-08 18:28:24 -04:00
Paul Knopf
8fe5093a47 Deleting the gitversion that comes with the appveyor build so that we can use our installed one. 2018-08-08 13:15:30 -04:00
Paul Knopf
b10afa57d9 More testing of the build server versioning. 2018-08-08 12:36:45 -04:00
Paul Knopf
52cc5ec38c Viewing the config output for debugging build server. 2018-08-08 12:22:48 -04:00
Paul Knopf
68a6d32994 Pushing builds to my private nuget feed. 2018-08-08 05:08:53 -04:00
Paul Knopf
9c1dfb8db9 Forgot this. 2018-08-08 03:28:24 -04:00
Paul Knopf
e0822f9b39 Using consistent gitversion versions. 2018-08-08 03:22:30 -04:00
Paul Knopf
4273537c7a Fixed an issue with tests failing every now and then. 2018-08-08 01:01:16 -04:00
Michael Lamers
a22882ab13 Qml tests: converted AwaitTests 2018-08-07 00:05:19 -04:00
Michael Lamers
d0ed495996 Qml tests: converted BoolTests 2018-08-07 00:05:19 -04:00
Michael Lamers
fc565f695b Qml tests: converted CharTests 2018-08-07 00:05:19 -04:00
Michael Lamers
05b48aa31e Qml tests: converted DateTimeOffsetTests 2018-08-07 00:05:19 -04:00