- Oct 25, 2018
-
-
Willian Galvani authored
-
- Oct 15, 2018
-
-
Daniel Agar authored
-
- Aug 15, 2018
-
-
Gus Grubba authored
-
- Aug 14, 2018
-
-
Gus Grubba authored
-
- Aug 09, 2018
-
-
Gus Grubba authored
Fix xcode project and restore LaunchImage Cleanup unused icons
-
- Aug 06, 2018
-
-
Gus Grubba authored
Fix xcode project and restore LaunchImage Cleanup unused icons
-
- Jul 20, 2018
-
-
Gus Grubba authored
-
- Jul 14, 2018
-
-
Beat Küng authored
-
- Jun 26, 2018
-
-
acfloria authored
-
- Jun 15, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Jun 05, 2018
-
-
DonLakeFlyer authored
-
- Jun 01, 2018
-
-
DonLakeFlyer authored
-
- May 16, 2018
-
-
acfloria authored
Add the HeartbeatTimer class to track a single heartbeat for a single link. For every new received heartbeat an instance of the class is created. Every instance emits a signal if it timed out or the timer is restarted. Each vehicle then decides based on all different signals which link is the priority link.
-
- May 01, 2018
-
-
DonLakeFlyer authored
-
- Apr 30, 2018
-
-
DonLakeFlyer authored
-
- Apr 05, 2018
-
-
DonLakeFlyer authored
-
- Mar 23, 2018
-
-
DonLakeFlyer authored
-
- Mar 22, 2018
-
-
Gus Grubba authored
The build system will look for src/Airmap/Airmap_api_key.h If it find is, it will used the provided API key and client ID for Airmap. That file should provide two strings: static const char* kAirmapAPIKey = "key data"; static const char* kAirmapClientID = "id data"; Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
-
- Mar 16, 2018
-
-
DonLakeFlyer authored
-
- Mar 07, 2018
-
-
Gus Grubba authored
It builds clean but the resources still get messed up (loads true qml files instead of dummy ones, and it crashes...)
-
mantelt authored
-
mantelt authored
-
- Feb 18, 2018
-
-
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.
-
- Feb 16, 2018
-
-
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)
-
- Feb 05, 2018
-
-
DonLakeFlyer authored
-
Daniel Agar authored
-
- Feb 04, 2018
-
-
DonLakeFlyer authored
-
- Jan 30, 2018
-
-
DonLakeFlyer authored
-
- Jan 27, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
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
-
Gus Grubba authored
Move all airmap related stuff to its own directory
-
- Dec 31, 2017
-
-
DonLakeFlyer authored
-
- Dec 19, 2017
-
-
Beat Küng authored
which is now a shared library
-
- Dec 13, 2017
-
-
DonLakeFlyer authored
-