Skip to content

Commit

Permalink
Mission Planner 1.2.99
Browse files Browse the repository at this point in the history
fix error in selection in default settings
update ftdi drivers
tweak imagelabel to prevent exception
add arrow to winddir
update mavlink from upstream
remove all legacy tooltip code
remove legacy io/bl options
add control-o/s in flight planner. load/save
ap-mission prep for partial wp uploading support (only changed wp's)
ap-mission add more error handeling on wp upload
add support for global alt change by + and *
tested MP with sitl, fixed any issues, for quad/flightgear
add seperate joystick configs based on connect model type.
fix kmz creation from px4 bin file (thanks randy)
add fmt filtering to logbrowse. only shows messages that exist in log.
add more exceptions handleing in wizard
magcalib add support for log files. using mag and mag2
magcalib add support for mag offsets and scaling. (not yet used)
add Fullscreen option. (right click menu bar)
  • Loading branch information
meee1 committed Mar 24, 2014
1 parent 7668221 commit 95da74d
Show file tree
Hide file tree
Showing 83 changed files with 6,203 additions and 6,691 deletions.
31 changes: 14 additions & 17 deletions ArdupilotMega.sln
Original file line number Diff line number Diff line change
Expand Up @@ -619,27 +619,24 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A01404DF-CB52-4CCC-AD17-0F815D533D98} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{6A6F4345-0A45-413E-B6D6-FD73660DAD4C} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{94C380C1-566A-4D86-855B-2E987851BF0A} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{28D0BEF6-D69C-43AB-A22C-724F116D50EA} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{9EB725D8-B6C2-4BB3-9937-8881BC35DAC8} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{ABB32A29-AF50-47FA-B243-5FD75A5ABA54} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{2A8E8AF5-74E7-49DB-A42E-9360FA7A6CC4} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{9CA367B8-0B98-49D1-84FB-735E612E3BA9} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{59129078-7B12-4198-B93E-0AA08D0BB7ED} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{7F7994CE-823F-4A04-BBEA-D0A3808FF56D} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{A625BE88-0000-0000-0000-000000000000} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{29976BA4-A04D-4A80-A866-098C879C2FDE} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{20296734-5F3C-4593-A0D5-DD20B440B13A} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{53F12A60-E9CC-44BC-8366-1AE3AB2B547D} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{2541686B-1673-43BF-AF89-3163945DB009} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{9CA367B8-0B98-49D1-84FB-735E612E3BA9} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{B46F6C6C-9184-41AF-8F8B-E0084752CA7C} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{825E7A10-390C-4A2B-B3A8-491D14966912} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{2A8E8AF5-74E7-49DB-A42E-9360FA7A6CC4} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{C8B88795-6D01-494D-83AD-6944BD4C5023} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{825E7A10-390C-4A2B-B3A8-491D14966912} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{1378A66C-38E4-46F5-A05F-DC04EF7D4D16} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{A625BE88-0000-0000-0000-000000000000} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{53F12A60-E9CC-44BC-8366-1AE3AB2B547D} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{2541686B-1673-43BF-AF89-3163945DB009} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
{7F7994CE-823F-4A04-BBEA-D0A3808FF56D} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{20296734-5F3C-4593-A0D5-DD20B440B13A} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{ABB32A29-AF50-47FA-B243-5FD75A5ABA54} = {7E264F12-9EC3-4CDC-A187-6879C2B2BFCF}
{A01404DF-CB52-4CCC-AD17-0F815D533D98} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{6A6F4345-0A45-413E-B6D6-FD73660DAD4C} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{94C380C1-566A-4D86-855B-2E987851BF0A} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{28D0BEF6-D69C-43AB-A22C-724F116D50EA} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
{9EB725D8-B6C2-4BB3-9937-8881BC35DAC8} = {9B3AC501-5FCB-4A2A-A628-BE0985DB2BD4}
EndGlobalSection
EndGlobal
23 changes: 22 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
* Mission Planner 1.2.98
* Mission Planner 1.2.99
fix error in selection in default settings
update ftdi drivers
tweak imagelabel to prevent exception
add arrow to winddir
update mavlink from upstream
remove all legacy tooltip code
remove legacy io/bl options
add control-o/s in flight planner. load/save
ap-mission prep for partial wp uploading support (only changed wp's)
ap-mission add more error handeling on wp upload
add support for global alt change by + and *
tested MP with sitl, fixed any issues, for quad/flightgear
add seperate joystick configs based on connect model type.
fix kmz creation from px4 bin file (thanks randy)
add fmt filtering to logbrowse. only shows messages that exist in log.
add more exceptions handleing in wizard
magcalib add support for log files. using mag and mag2
magcalib add support for mag offsets and scaling. (not yet used)
add Fullscreen option. (right click menu bar)

* Mission Planner 1.2.98
update default settings to refresh tab on use
add additional drivers
add translation to grid
Expand Down
47 changes: 0 additions & 47 deletions Controls/ConfigPanel.Designer.cs

This file was deleted.

Loading

0 comments on commit 95da74d

Please sign in to comment.