Commit graph

363 commits

Author SHA1 Message Date
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
Michael Lamers
5c328a9042 Qml tests: converted DateTimeTests 2018-08-07 00:05:19 -04:00
Michael Lamers
2d76a4129d Qml tests: converted DoubleTests 2018-08-07 00:05:19 -04:00
Michael Lamers
904ec37723 Qml tests: converted IntTests 2018-08-07 00:05:19 -04:00
Michael Lamers
c4f3e185a7 Qml tests: converted JsValueTests 2018-08-07 00:05:19 -04:00
Michael Lamers
58f151f924 Qml tests: converted ObjectTests 2018-08-07 00:05:19 -04:00
Michael Lamers
c579efc019 Unit tests: run sequentially
The Monitor seems to trigger a timeout
2018-08-07 00:05:19 -04:00
Michael Lamers
8b3bcf6062 Qml tests: converted SignalTests 2018-08-07 00:05:19 -04:00
Michael Lamers
981df04d1e Qml tests: converted StringTests 2018-08-07 00:05:19 -04:00
Michael Lamers
d3b4f60b5a Qml tests: RunQmlTest doesn't need the generic parameter any more
it takes it from the generic parameter of the test class
2018-08-07 00:05:19 -04:00
Michael Lamers
de51ede366 migrating UInt tests to RunQmlTest method 2018-08-07 00:05:19 -04:00
Michael Lamers
89da4b1144 Qml unit tests: method for executing onCompleted code
without all the infrastructure around in the unit tests
2018-08-07 00:05:19 -04:00
Michael Lamers
dac5e2a168 MvvmBehavior: unit test for checking not breaking custon notify signals 2018-08-07 00:05:19 -04:00
Michael Lamers
8b7fe418d4 MvvmBehavior: TestResult is null in the beginning 2018-08-07 00:05:19 -04:00
Michael Lamers
c246f4114b MvvmBehavior Unit Tests check if they break the manual signal support 2018-08-07 00:05:19 -04:00
Paul Knopf
b5376b9085
[skip ci] 2018-08-05 20:47:19 -04:00
Michael Lamers
b215e2626d MvvmBehavior is less aggressive
it takes into account that there might be a notify signal infrastructure set by other behaviors or the user and uses this signal when PropertyChanged gets triggered
renamed MVVM to Mvvm
2018-08-05 20:43:11 -04:00
Paul Knopf
56bd29912e Using GitVersion, and deploying to MyGet. 2018-08-05 20:32:30 -04:00
Michael Lamers
9f3e1343b7 Another try: NotifySignal activation simplification 2018-08-04 22:04:32 -04:00
Paul Knopf
37fee9b2aa Minor changes to make the installation more portable in cross-compilation environments. 2018-08-04 14:52:47 -04:00
Paul Knopf
a9cd59ff24 Merge branch 'master' of https://github.com/pauldotknopf/Qml.Net 2018-08-04 14:35:54 -04:00
Paul Knopf
a4560fbb62 Make the installation of the libs an opt-in config options. 2018-08-04 14:35:03 -04:00
Paul Knopf
631ebe508f Added helper method for creating TypeCreators. 2018-08-04 11:31:38 -04:00
Paul Knopf
056e8037a6 Added failure callback for Net.await(). Closes #47 2018-08-04 06:51:21 -04:00
Paul Knopf
d7570ee166
[skip ci] 2018-08-04 04:19:17 -04:00
Paul Knopf
7676af024e Version bump. 2018-08-03 04:25:14 -04:00
Paul Knopf
d08fa0a14c
[skip ci] 2018-08-03 04:23:42 -04:00
Paul Knopf
beb185b3ff
[skip ci] 2018-08-03 04:22:57 -04:00
Paul Knopf
1225f62260
[skip ci] 2018-08-03 04:21:21 -04:00
Paul Knopf
d47421ff15
[skip ci] 2018-08-03 04:20:38 -04:00
Paul Knopf
1481630a4a Working on Linux NuGet package [skip ci].
Support loading linux libs from NuGet package.


Trimming the output for the Linux NuGet package.


Missing imports.
2018-08-03 04:18:43 -04:00
Paul Knopf
675f3fcdad Creating a docker image with Qt embedded int it. This will set us up for Qml.Net.LinuxBinaries.
Updated job display names.


Updating docker image.


Updating docker image.


Not needed.
2018-08-03 01:28:32 -04:00
Michael Lamers
43d89e9409 adapted PhotoFrame sample to new Qml.Net 2018-08-02 13:01:04 -04:00
Paul Knopf
36fa9fa2b6
[skip ci] 2018-08-02 09:13:07 -04:00
Paul Knopf
35cda0c567 Version bump. 2018-08-01 16:43:11 -04:00
Paul Knopf
92432daecf Added support for bundling OSX binaries. 2018-08-01 16:35:10 -04:00
Paul Knopf
b8e3969b4b Fixing OSX build. 2018-08-01 13:49:42 -04:00