From 34c040dd1b05b637d6982a1cbd6bd1e2288123fa Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Sat, 15 Jun 2019 14:41:39 +0800 Subject: [PATCH] Mission Planner 1.3.68 --- ChangeLog.txt | 11 +- .../Properties/AndroidManifest.xml | 2 +- .../Xamarin/Xamarin/Controls/MySKGLView.cs | 5 +- .../{MainPage_old.xaml => FlightData.xaml} | 0 ...ainPage_old.xaml.cs => FlightData.xaml.cs} | 0 ExtLibs/Xamarin/Xamarin/MainPage.xaml | 2 +- .../Xamarin/MasterDetailPage1Master.xaml | 7 +- ExtLibs/Xamarin/Xamarin/Xamarin.csproj | 16 +- ExtLibs/wasm/Pages/Counter.cshtml | 393 ------------------ ExtLibs/wasm/Pages/_ViewImports.cshtml | 28 ++ ExtLibs/wasm/Pages/websocket.cshtml | 70 ++-- ExtLibs/wasm/Program.cs | 16 +- ExtLibs/wasm/Shared/NavMenu.cshtml | 2 +- ExtLibs/wasm/Shared/SurveyPrompt.cshtml | 15 - ExtLibs/wasm/Startup.cs | 2 +- ExtLibs/wasm/global.json | 5 - ExtLibs/wasm/plotly.cs | 2 +- ExtLibs/wasm/wasm.csproj | 11 +- ExtLibs/wasm/wwwroot/hud.js | 2 + ExtLibs/wasm/wwwroot/index.html | 34 +- Properties/AssemblyInfo.cs | 2 +- 21 files changed, 128 insertions(+), 497 deletions(-) rename ExtLibs/Xamarin/Xamarin/{MainPage_old.xaml => FlightData.xaml} (100%) rename ExtLibs/Xamarin/Xamarin/{MainPage_old.xaml.cs => FlightData.xaml.cs} (100%) delete mode 100644 ExtLibs/wasm/Pages/Counter.cshtml delete mode 100644 ExtLibs/wasm/Shared/SurveyPrompt.cshtml delete mode 100644 ExtLibs/wasm/global.json diff --git a/ChangeLog.txt b/ChangeLog.txt index 1b76440f8a..25f2a3e369 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,13 @@ -*Mission Planner 1.3.67 - 11-6-2019 +*Mission Planner 1.3.68 - 15-6-2019 +ConfigFirmware: fix copter fw upload +Drivers: add nxp +LogBrowse: add ironpython graph processing with fallback +LogBrowse: add more mavgraphs and parser +mavcmd: add do_gripper for rover #2157 +7zip: add +httpserver: fix mavlink + +*Mission Planner 1.3.67 - 11-6-2019 ThemeManager: more html ConfigMotorTest: allow negative % #1911 FlightData: fix units on QV and speedup prompt diff --git a/ExtLibs/Xamarin/Xamarin.Android/Properties/AndroidManifest.xml b/ExtLibs/Xamarin/Xamarin.Android/Properties/AndroidManifest.xml index 2a30bb93cc..0cb828e832 100644 --- a/ExtLibs/Xamarin/Xamarin.Android/Properties/AndroidManifest.xml +++ b/ExtLibs/Xamarin/Xamarin.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/ExtLibs/Xamarin/Xamarin/Controls/MySKGLView.cs b/ExtLibs/Xamarin/Xamarin/Controls/MySKGLView.cs index cb3587dec4..0972f7f040 100644 --- a/ExtLibs/Xamarin/Xamarin/Controls/MySKGLView.cs +++ b/ExtLibs/Xamarin/Xamarin/Controls/MySKGLView.cs @@ -323,10 +323,13 @@ private void MySKGLView_SizeChanged(object sender, EventArgs e) { try { - OnSizeChanged(null); + if (GRContext == null) + return; if (CanvasSize != null) OnResize(null); + + OnSizeChanged(null); } catch (Exception ex) { diff --git a/ExtLibs/Xamarin/Xamarin/MainPage_old.xaml b/ExtLibs/Xamarin/Xamarin/FlightData.xaml similarity index 100% rename from ExtLibs/Xamarin/Xamarin/MainPage_old.xaml rename to ExtLibs/Xamarin/Xamarin/FlightData.xaml diff --git a/ExtLibs/Xamarin/Xamarin/MainPage_old.xaml.cs b/ExtLibs/Xamarin/Xamarin/FlightData.xaml.cs similarity index 100% rename from ExtLibs/Xamarin/Xamarin/MainPage_old.xaml.cs rename to ExtLibs/Xamarin/Xamarin/FlightData.xaml.cs diff --git a/ExtLibs/Xamarin/Xamarin/MainPage.xaml b/ExtLibs/Xamarin/Xamarin/MainPage.xaml index fda2083719..403a38131a 100644 --- a/ExtLibs/Xamarin/Xamarin/MainPage.xaml +++ b/ExtLibs/Xamarin/Xamarin/MainPage.xaml @@ -9,7 +9,7 @@ - + diff --git a/ExtLibs/Xamarin/Xamarin/MasterDetailPage1Master.xaml b/ExtLibs/Xamarin/Xamarin/MasterDetailPage1Master.xaml index 78e149cd82..216c50f17a 100644 --- a/ExtLibs/Xamarin/Xamarin/MasterDetailPage1Master.xaml +++ b/ExtLibs/Xamarin/Xamarin/MasterDetailPage1Master.xaml @@ -5,7 +5,7 @@ Title="Master"> @@ -16,8 +16,8 @@ + - @@ -25,13 +25,14 @@ Grid.Column="1" Grid.Row="2" Text="Mission Planner" + FontSize="24" Style="{DynamicResource SubtitleStyle}"/> - +