- 20 Mar, 2019 1 commit
-
-
Valentin Platzgummer authored
-
- 19 Mar, 2019 1 commit
-
-
Valentin Platzgummer authored
-
- 20 Feb, 2019 1 commit
-
-
Gus Grubba authored
-
- 17 Jan, 2019 1 commit
-
-
Gus Grubba authored
-
- 24 Dec, 2018 3 commits
- 09 Dec, 2018 1 commit
-
-
Gus Grubba authored
-
- 19 Nov, 2018 1 commit
-
-
Gus Grubba authored
-
- 18 Nov, 2018 1 commit
-
-
Gus Grubba authored
-
- 12 Nov, 2018 1 commit
-
-
Don Gagne authored
-
- 31 Oct, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 26 Oct, 2018 1 commit
-
-
Gus Grubba authored
-
- 02 Oct, 2018 1 commit
-
-
Don Gagne authored
Fix typo
-
- 01 Oct, 2018 1 commit
-
-
Don Gagne authored
Add support for specifying fixed RTK base position
-
- 28 Sep, 2018 1 commit
-
-
Don Gagne authored
Change to case insensitive compare
-
- 27 Sep, 2018 1 commit
-
-
Don Gagne authored
Move ArduPilot preflight check handling to generic QGC
-
- 26 Sep, 2018 2 commits
- 25 Sep, 2018 1 commit
-
-
Don Gagne authored
Remove unused code
-
- 07 Sep, 2018 1 commit
-
-
Gus Grubba authored
-
- 20 Jun, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 01 Jun, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 16 May, 2018 1 commit
-
-
acfloria authored
Show the link indicator in the tool bar if two or more links are connected and at least one of them is a high latency link. Show in the link indicator if a link is inactive.
-
- 30 Apr, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 11 Apr, 2018 3 commits
-
-
Don Gagne authored
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- 23 Mar, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 18 Feb, 2018 1 commit
-
-
Gus Grubba authored
Make all argument to AirMap queries based on what the screen shows (bounding rectangle and/or radius), respecting the limits imposed by AirMap.
-
- 27 Jan, 2018 3 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Break apart string of classes into their own files as all in one file became unwieldy Expose Airspace data in a QML ready format Split global Airspace from AirMap (Only now I figured out the reason for the pure virtual root classes) Refactored a bunch of things to make it consistent and/or obvious
-
Gus Grubba authored
Move all airmap related stuff to its own directory
-
- 19 Jan, 2018 1 commit
-
-
Jacob Walser authored
-
- 13 Dec, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 29 Nov, 2017 4 commits
-
-
Beat Küng authored
-
Beat Küng authored
- add multi-vehicle support: each vehicle has now a per-vehicle AirMap object that takes care of flight creation, traffic & telemetry - add a base class API layer so that the interface between QGC and the AirMap implementation is clear, and easier to change - removes polygon upload to vehicle (needs a better solution)
-
Gus Grubba authored
Make AirMapController as part of a Vehicle rather than a creatable QML instance. This is ultimately linked to a vehicle and not the view. Eventually a lot of the code currently in AirMapManager will have to come here as well so the data persists with a vehicle. AirMapManager should only handle the global aspects. Added a temporary indicator right below the toolbar. It's only visible if a permission (of any kind) exists. I need to understand better how this works before coming up with a more permanent solution. Restored toolbar to its original state (brand logo and whatnot)
-
DonLakeFlyer authored
-