- 27 Feb, 2018 1 commit
-
-
Gus Grubba authored
Cleaning up old vehicle manager and getting it ready to actually provide services for a vehicle (flight management) Added submit flight plan Added update flight plan Disable flight features as these don't seem to be quite working (values must be initialized and validated before submission as backend doesn't validate and the objects don't initialize their members)
-
- 16 Feb, 2018 2 commits
-
-
Gus Grubba authored
Moved flight planning away from "Flight Management" to its own class. Planning does not need a connected vehicle.
-
Gus Grubba authored
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
-
- 02 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
* Command ack timeout back on normal/high latency link * Correctly update ack timeout and high latency bit at correct times
-
- 31 Jan, 2018 1 commit
-
-
DonLakeFlyer authored
* Flight modes still not implemented. Waiting on message change. * Also includes various cauterization of UI things which should not be available on high latency link.
-
- 29 Jan, 2018 1 commit
-
-
Gus Grubba authored
Handled "airspace visible" state (not done) Adjusted restriction map items color and opacity Added/Updated icons for airspace traffic Adjust colors for text over maps
-
- 27 Jan, 2018 4 commits
-
-
Gus Grubba authored
-
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
-
- 07 Jan, 2018 1 commit
-
-
Don Gagne authored
-
- 05 Jan, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 04 Jan, 2018 1 commit
-
-
Don Gagne authored
-
- 21 Dec, 2017 1 commit
-
-
Gus Grubba authored
-
- 20 Dec, 2017 1 commit
-
-
Jacob Walser authored
-
- 18 Dec, 2017 1 commit
-
-
dheideman authored
-
- 14 Dec, 2017 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 10 Dec, 2017 1 commit
-
-
DonLakeFlyer authored
Needed to support different indicators for advanced mode
-
- 29 Nov, 2017 5 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)
-
Beat Küng authored
-
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)
-
Beat Küng authored
-
- 12 Nov, 2017 1 commit
-
-
Gus Grubba authored
-
- 10 Nov, 2017 1 commit
-
-
Gus Grubba authored
-
- 31 Oct, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 21 Sep, 2017 1 commit
-
-
Gus Grubba authored
Fix merge issues
-
- 19 Sep, 2017 1 commit
-
-
Don Gagne authored
-
- 14 Sep, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 13 Sep, 2017 1 commit
-
-
Don Gagne authored
-
- 12 Sep, 2017 1 commit
-
-
khancyr authored
-
- 29 Aug, 2017 1 commit
-
-
Gus Grubba authored
-
- 18 Aug, 2017 1 commit
-
-
Don Gagne authored
-
- 15 Aug, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 11 Aug, 2017 1 commit
-
-
Don Gagne authored
-
- 31 Jul, 2017 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
This extension introduces a complete version handshake mechanism which will detect wether the vehicle AND the complete link / routing infrastructure support MAVLink 2. If they do, QGC will switch to the highest protocol version supported by all connected vehicles. If a new vehicle connects, it will re-negotiate the highest possible version. This means that we error on the side of compatibility, which later can be easily changed.
-
- 28 Jul, 2017 1 commit
-
-
Gus Grubba authored
Remove/comment off debug output pollution
-
- 25 Jul, 2017 1 commit
-
-
Jacob Walser authored
-
- 22 Jul, 2017 1 commit
-
-
Gus Grubba authored
-