Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce2138c

Browse files
committed
Mission Planner 1.2.70
add larger deadzone on map interface. convert Measuretext to more efficent cached method add new Grid project / plugin wip Refactor Utilities to seperate DLL convert zedgraph to new cached measuretext convert old fw history to nice names (github only) remove centimeter to m scaling on standard and adv screens. refactor bindingsources on flight data. mac issue. remove setting rtl_alt from FP page add takeoff command default alt extract out Update library prep for new px4 reboot method fix wp list in log kml files fix log issue add mode drawing to log browse change tlog writing from binarywriter to bufferedstream update mavlink definitions from upstream change plugin from interface to class change msi to install into new directory add battery_usedmah estimate change home and trackerlocation to public add saving of raw data from gps while using followme mode
1 parent e94fa2a commit ce2138c

104 files changed

Lines changed: 12028 additions & 9861 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3DRRadio/3DRRadio.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<Reference Include="System" />
5555
<Reference Include="System.Core" />
5656
<Reference Include="System.Management" />
57+
<Reference Include="System.Web" />
5758
<Reference Include="System.Xml.Linq" />
5859
<Reference Include="System.Data.DataSetExtensions" />
5960
<Reference Include="System.Data" />
@@ -70,15 +71,13 @@
7071
<Link>Linked\ArduinoSTK.cs</Link>
7172
<SubType>Component</SubType>
7273
</Compile>
74+
<Compile Include="..\Arduino\ArduinoSTKv2.cs">
75+
<Link>Linked\ArduinoSTKv2.cs</Link>
76+
<SubType>Component</SubType>
77+
</Compile>
7378
<Compile Include="..\Arduino\IArduinoComms.cs">
7479
<Link>Linked\IArduinoComms.cs</Link>
7580
</Compile>
76-
<Compile Include="..\Attributes\DisplayTextAttribute.cs">
77-
<Link>Linked\DisplayTextAttribute.cs</Link>
78-
</Compile>
79-
<Compile Include="..\Attributes\PrivateAttribute.cs">
80-
<Link>Linked\PrivateAttribute.cs</Link>
81-
</Compile>
8281
<Compile Include="..\Radio\3DRradio.cs">
8382
<Link>Linked\3DRradio.cs</Link>
8483
<SubType>UserControl</SubType>
@@ -187,6 +186,10 @@
187186
<Project>{c8b88795-6d01-494d-83ad-6944bd4c5023}</Project>
188187
<Name>MissionPlanner.Controls</Name>
189188
</ProjectReference>
189+
<ProjectReference Include="..\ExtLibs\Utilities\MissionPlanner.Utilities.csproj">
190+
<Project>{1378a66c-38e4-46f5-a05f-dc04ef7d4d16}</Project>
191+
<Name>MissionPlanner.Utilities</Name>
192+
</ProjectReference>
190193
</ItemGroup>
191194
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192195
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Arduino/ArduinoDetect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Globalization;
88
using MissionPlanner.Comms;
99
using ArdupilotMega.Utilities;
10+
using MissionPlanner.Utilities;
1011

1112
namespace ArdupilotMega.Arduino
1213
{

ArdupilotMega.csproj

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
<Reference Include="Microsoft.Scripting.ExtensionAttribute, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
174174
<SpecificVersion>False</SpecificVersion>
175175
</Reference>
176-
<Reference Include="MonoMac">
177-
<HintPath>..\..\..\..\..\Desktop\DIYDrones\Eto\BuildOutput\Debug\MonoMac.dll</HintPath>
178-
</Reference>
179176
<Reference Include="netDxf, Version=0.1.2.0, Culture=neutral, PublicKeyToken=1c75adeaa4c98f42, processorArchitecture=MSIL">
180177
<SpecificVersion>False</SpecificVersion>
181178
<HintPath>Lib\netDxf.dll</HintPath>
@@ -244,8 +241,6 @@
244241
<Compile Include="Arduino\ArduinoSTKv2.cs">
245242
<SubType>Component</SubType>
246243
</Compile>
247-
<Compile Include="Attributes\DisplayTextAttribute.cs" />
248-
<Compile Include="Attributes\PrivateAttribute.cs" />
249244
<Compile Include="CameraPlanner.cs">
250245
<SubType>Form</SubType>
251246
</Compile>
@@ -368,21 +363,19 @@
368363
<Compile Include="GCSViews\SoftwareConfig.Designer.cs">
369364
<DependentUpon>SoftwareConfig.cs</DependentUpon>
370365
</Compile>
371-
<Compile Include="Plugin\IPlugin.cs" />
366+
<Compile Include="Plugin\Plugin.cs" />
372367
<Compile Include="Plugin\PluginLoader.cs" />
373368
<Compile Include="ScriptConsole.cs">
374369
<SubType>Form</SubType>
375370
</Compile>
376371
<Compile Include="ScriptConsole.Designer.cs">
377372
<DependentUpon>ScriptConsole.cs</DependentUpon>
378373
</Compile>
379-
<Compile Include="Utilities\BigInteger.cs" />
380-
<Compile Include="Utilities\CleanDrivers.cs" />
381374
<Compile Include="Utilities\Firmware.cs" />
375+
<Compile Include="Utilities\ImageOverFilter.cs" />
382376
<Compile Include="Utilities\RSA.cs" />
383377
<Compile Include="Utilities\StringRedirectWriter.cs" />
384-
<Compile Include="Utilities\Tracking.cs" />
385-
<Compile Include="Utilities\Vario.cs" />
378+
<Compile Include="Utilities\Update.cs" />
386379
<Compile Include="Wizard\1Intro.cs">
387380
<SubType>UserControl</SubType>
388381
</Compile>
@@ -494,7 +487,6 @@
494487
<DependentUpon>Status.cs</DependentUpon>
495488
</Compile>
496489
<Compile Include="Utilities\httpserver.cs" />
497-
<Compile Include="Utilities\S3Uploader.cs" />
498490
<None Include="Driver\arduinomega2560.cat" />
499491
<EmbeddedResource Include="Antenna\Tracker.it-IT.resx">
500492
<DependentUpon>Tracker.cs</DependentUpon>
@@ -835,9 +827,6 @@
835827
</Compile>
836828
<Compile Include="Swarm\Swarm.cs" />
837829
<Compile Include="Swarm\VerticalWave.cs" />
838-
<Compile Include="Utilities\CaptureMJPEG.cs" />
839-
<Compile Include="Utilities\CollectionExtensions.cs" />
840-
<Compile Include="Utilities\ImageOverFilter.cs" />
841830
<Compile Include="Utilities\ParameterMetaDataConstants.cs" />
842831
<Compile Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.cs">
843832
<SubType>UserControl</SubType>
@@ -906,16 +895,13 @@
906895
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
907896
</Compile>
908897
<Compile Include="MagCalib.cs" />
909-
<Compile Include="Mavlink\MavlinkOther.cs" />
910898
<Compile Include="PIDTunning.cs" />
911899
<Compile Include="Radio\3DRradio.cs">
912900
<SubType>UserControl</SubType>
913901
</Compile>
914902
<Compile Include="Radio\3DRradio.Designer.cs">
915903
<DependentUpon>3DRradio.cs</DependentUpon>
916904
</Compile>
917-
<Compile Include="Utilities\AviWriter.cs" />
918-
<Compile Include="Utilities\Capture.cs" />
919905
<Compile Include="Radio\IHex.cs" />
920906
<Compile Include="Mavlink\MavlinkCRC.cs" />
921907
<Compile Include="Mavlink\MavlinkUtil.cs" />
@@ -943,7 +929,6 @@
943929
<Compile Include="HIL\QuadCopter.cs" />
944930
<Compile Include="HIL\Quaternion.cs" />
945931
<Compile Include="HIL\Vector3d.cs" />
946-
<Compile Include="Utilities\hires.cs" />
947932
<Compile Include="Log\MavlinkLog.cs">
948933
<SubType>Form</SubType>
949934
</Compile>
@@ -1040,26 +1025,21 @@
10401025
<DependentUpon>SerialOutputNMEA.cs</DependentUpon>
10411026
</Compile>
10421027
<None Include="README.md" />
1043-
<None Include="Utilities\PathFind.cs" />
1044-
<Compile Include="Utilities\Speech.cs" />
10451028
<Compile Include="Splash.cs">
10461029
<SubType>Form</SubType>
10471030
</Compile>
10481031
<Compile Include="Splash.Designer.cs">
10491032
<DependentUpon>Splash.cs</DependentUpon>
10501033
</Compile>
10511034
<Compile Include="srtm.cs" />
1052-
<Compile Include="Utilities\TCPConsole.cs" />
10531035
<Compile Include="temp.cs">
10541036
<SubType>Form</SubType>
10551037
</Compile>
10561038
<Compile Include="temp.Designer.cs">
10571039
<DependentUpon>temp.cs</DependentUpon>
10581040
</Compile>
10591041
<Compile Include="Radio\Uploader.cs" />
1060-
<Compile Include="Utilities\LangUtility.cs" />
10611042
<Compile Include="Utilities\ThemeManager.cs" />
1062-
<Compile Include="Utilities\EnumTranslator.cs" />
10631043
<Compile Include="Utilities\ParameterMetaDataParser.cs" />
10641044
<Compile Include="Utilities\ParameterMetaDataRepository.cs" />
10651045
<EmbeddedResource Include="Antenna\Tracker.de-DE.resx">
@@ -2115,6 +2095,10 @@
21152095
<Project>{53F12A60-E9CC-44BC-8366-1AE3AB2B547D}</Project>
21162096
<Name>SharpKml</Name>
21172097
</ProjectReference>
2098+
<ProjectReference Include="ExtLibs\Utilities\MissionPlanner.Utilities.csproj">
2099+
<Project>{1378a66c-38e4-46f5-a05f-dc04ef7d4d16}</Project>
2100+
<Name>MissionPlanner.Utilities</Name>
2101+
</ProjectReference>
21182102
<ProjectReference Include="ExtLibs\ZedGraph\ZedGraph.csproj">
21192103
<Project>{2541686B-1673-43BF-AF89-3163945DB009}</Project>
21202104
<Name>ZedGraph</Name>

0 commit comments

Comments
 (0)