Commit Graph

70 Commits (3cfc16d176fa2c0a13597f430fd80f88072d5950)

Author SHA1 Message Date
ArnoTlse 91ff7efe69 MP version 2.0
cleaning some console.log()
3 years ago
ArnoTlse 258b92cd54 MP version 1.9 3 years ago
ArnoTlse 0087e53f57 MP version 1.8 3 years ago
ArnoTlse 2fb3cacf9a MP version 1.7 3 years ago
ArnoTlse 63b548e3e0 MP version 1.6 3 years ago
ArnoTlse 59b5cbe5b2 MP version 1.5 3 years ago
ArnoTlse 8224e28a35 MP version 1.1 3 years ago
ArnoTlse 162beea970 MP version 1.0 3 years ago
ArnoTlse b0933b4c71 Safehome update version 1.0
Add Save to Eprom to the Save button

Add Second circle to Safehome icon representing the Safehome_max_distance where the value is directly extracted from the COMMON_SETTINGS

Add Legend under Safehome table about the circles
3 years ago
ArnoTlse bc4abc1661 Waypoint OOP version 3.2
correction on MWP file loading. When MWP tag is absent, it trigger an empty map without WP.
It has been corrected now
3 years ago
ArnoTlse 325a01d417 Waypoint OOP version 3.1
Add possibility to Jump -1 + change Text on the line to indicate that it is an infinite loop

Correction of Bug on Saving to FC & EPROM

Correction of bug when Non-Geo options is added => Icon of the selected WP was not in Red anymore
3 years ago
ArnoTlse bbc0b014c8 Waypoint OOP Version 3.0
Correction on a bug found when you add a non-geo options and when you want to move next WP. Before correction, Next WP was then disappearing and the line was frozen, unless you add a new WP after.

Thus, modification done on Add/remove Non-Geo point to force Cleaning and Redraw of the WP icon and lines
3 years ago
ArnoTlse 049ff85016 Waypoint OOP version 2.8 3 years ago
ArnoTlse 4ddbc9a823 Waypoint OOP version 2.5 3 years ago
ArnoTlse 5f357cc34d waypoint OOP version 2.2
Add confirm pop-up when user want to delete WP with Non-Geo options attached. Accepting to remove this WP will remove the Attached Non-Geo options in the mission.
3 years ago
ArnoTlse 188399d7d9 Waypoint OOP version 2.1
correction of Non-sensitive case on the call of background-image: url(../images/icons/cf_icon_MP_loadFile_grey.svg);

Add Alert message on action aiming at removing a Jump target WP. Need to remove first the Jump defintion prior to remove the target WP.
3 years ago
ArnoTlse 2426cac5bb Waypoint OOP version 2.0
Correction of PH_TIME to POSHOLD_TIME to be compliant with XSD specification.

Increase of Font size for text on line for Jump and Set_HEAD.

Renaming of safeHome.js to safehome.js to be compliant to Case-Sensitive check for Blob.
4 years ago
ArnoTlse 0a8d4f81cf Waypoint OOP version 1.9 4 years ago
ArnoTlse 3265158791 waypoint OOP version 1.8 4 years ago
ArnoTlse 7e75ceef39 Waypoint OOP version 1.6 4 years ago
ArnoTlse 949e511d28 Waypoint OOP version 1.5 4 years ago
ArnoTlse 26f21b2880 waypoint OOP version 1.4 4 years ago
ArnoTlse 84de6011c9 Waypoint OOP version 1.3 4 years ago
ArnoTlse 739caeb49b Waypoint OOP version 1.2 4 years ago
ArnoTlse 69dd99a476 Waypoint OOP version 1.2 4 years ago
ArnoTlse 65fa753b98 Waypoint OOP version 1.1 4 years ago
ArnoTlse 525943baf1 Waypoint OOP migration 1.0 4 years ago
ArnoTlse ef5c999428 Waypoint Class 4 years ago
ArnoTlse 3f0208e96a Safehome : panel open/close 4 years ago
ArnoTlse a81050d121 Safehome : read 4 years ago
ArnoTlse cf80f8c9ab Add Safehome tab 4 years ago
ArnoTlse d3a48e0f56 Code Review
Correction on indentation + Mission validation
4 years ago
ArnoTlse 9745aee718 Update mission_control.js
Correction made for Jump management on save/LoadMissionFile and save/load to FC

Remain an error on Epom
4 years ago
ArnoTlse ea6ac3ec8f First release of new mission planner
All working for saving into FC.
Remaining bug on EPROM action
4 years ago
ArnoTlse 57d06ccc79 update SendNextPoint
Update SendNextPoint to cope with New WP type
4 years ago
ArnoTlse 1169f64ade some minor bugs correction 4 years ago
ArnoTlse 5fde0022a5 Rearranging RTH selection menu 4 years ago
ArnoTlse 63e8825761 Code comment & Alert on JUMP&Set_HEAD 4 years ago
ArnoTlse d2d770371e SaveMissionFile update
correction for SaveMissionFile for Jump and POI issue
4 years ago
ArnoTlse 5085c43b61 add Jump and Poi behavior
modification for Jump & POI
4 years ago
ArnoTlse 109cf5cdee Radio button for options (RTH, JUMP, HEAD)
modification to add RTH, JUMP, HEAD as options of Waypoints

first draft for GUI (remains saving part: XML format)
4 years ago
ArnoTlse b8675b5dc6 Multiple following POI case
Manage multiple following POI by changing dashline style each time a new POI is set
4 years ago
ArnoTlse 5902dea6d4 Update POI on map
update for line painting taking into account POI waypoint
4 years ago
ArnoTlse 8c2d036ef3 add Table to follow mission 4 years ago
ArnoTlse 4cbcd0fa38 Mission planner gui evolution
modification of code to have more thant Waypoints in the Gui list
4 years ago
Miralem Halilovic d53adc22b2
Merge branch 'master' into mission-planner-show-altitude-in-meters 4 years ago
Jonathan Hudson 35588c45a8 set sensible first use map zoom to avoid confusing new users 4 years ago
Miralem 36ae3ac7bf
added label that converts cm into m and shows the value 4 years ago
Alberto García Hierro 0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
5 years ago
Pawel Spychalski (DzikuVx) c4aaaf218d Fix file open dialog in mission planner 5 years ago