- Apr 17, 2020
-
-
DoinLakeFlyer authored
App messages now use simple modal message dialogs. Vehicle messages continue to use non-modal popup.
-
- Feb 01, 2020
-
-
Gus Grubba authored
-
- Sep 02, 2018
-
-
Gus Grubba authored
Limit all queries to areas smaller than 500km^2. If an area of interest is greater, clip to 500km^2 centered on current ROI's center. Removed the identifier "Airmap" from error messages coming from Airmap. Added a clipping function to QGCGeoBoundingCube (clip polygon to given area)
-
- Aug 15, 2018
-
-
Gus Grubba authored
-
- Aug 09, 2018
-
-
Gus Grubba authored
-
- Aug 08, 2018
-
-
Gus Grubba authored
Added some basic color management for airspaces
-
- Aug 01, 2018
-
-
Gus Grubba authored
Handle flight start/end time Handle start/stop traffic monitor Only start telemetry if enabled Added a "Now" button for the flight start time Collect advisories only when the rules change
-
- Jul 24, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Jul 23, 2018
-
-
Gus Grubba authored
More clang warnings cleanup
-
Gus Grubba authored
Updates in general was only done if a POI changed. This caused changes related to something other than a change in POI to be ignore. The code now "resets" the POI when such changes occur (change of ruleset for example). Ruleset selection is was not persistent. When reloading the list of rulesets for a given region, any previously selected ruleset would be reset to defaults. Also fixed several new clang warnings.
-
- Jul 19, 2018
-
-
Gus Grubba authored
-
- Jun 25, 2018
-
-
Beat Küng authored
-
- Jun 23, 2018
-
-
Gus Grubba authored
-
- Jun 22, 2018
-
-
Gus Grubba authored
Make the choice of using a personal key persistent. This will allow to toggle between personal and hardcoded key. Otherwise you would need to clear your personal key each time you want to use the hardcoded one.
-
- Jun 19, 2018
-
-
Gus Grubba 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 07, 2018
-
-
Gus Grubba authored
-
- Mar 03, 2018
-
-
Gus Grubba authored
Add message asking user confirmation to end a flight
-
- Mar 01, 2018
-
-
Gus Grubba authored
Flight management with date range, delete flights.
-
- Feb 27, 2018
-
-
Gus Grubba authored
-
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)
-
- Feb 24, 2018
-
-
Gus Grubba authored
-
- Feb 20, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Permit refactoring QGCButton tweaks
-
- 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
-
Gus Grubba authored
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
-
- Jan 30, 2018
-
-
Gus Grubba authored
An rather unfruitful attempt at consolidating Advisories and Airspaces (they are both arrays of Airspaces). No such luck as they vary wildly. In the end, I'm now exposing the restrictions (Polygons) directly (and inherently) instead of copying them. Tweaked polygon overlay colors and borders.
-
- Jan 27, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Added an "unknown" weather icon for when I get "valid" data and no icon
-
Gus Grubba authored
-
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
-