- Aug 02, 2018
-
-
Gus Grubba authored
Add control to set flight duration (which ultimately sets the end_time of flight)
-
- 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
-
Gus Grubba authored
-
- Jul 31, 2018
-
-
Gus Grubba authored
-
- 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.
-
Gus Grubba authored
It seems the icons now use dash instead of underscore. I'm simply replacing dash by underscore wholesale (to match the existing resource names) until I know better.
-
- Jul 19, 2018
-
-
Gus Grubba authored
-
- Jul 11, 2018
-
-
Jonas Vautherin authored
-
- Jun 25, 2018
- Jun 23, 2018
-
-
Gus Grubba authored
-
- Jun 22, 2018
-
-
Gus Grubba authored
Change feature default values to something that will be identified as "not set". When a flight is created, features with missing values (not set) are not included. Note that all these are persistent, which may create a problem if something changes (different vehicle with large weight difference for instance). As the subsequent use of these are persistent, a question may not be asked because it's already set (the brief only asks for missing or problem values).
-
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.
-
Gus Grubba authored
-
- Jun 19, 2018
-
-
Gus Grubba authored
-
- Jun 11, 2018
-
-
Gus Grubba authored
-
- Mar 26, 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
-
Gus Grubba authored
It builds clean but the resources still get messed up (loads true qml files instead of dummy ones, and it crashes...)
-
Gus Grubba authored
-
- Mar 03, 2018
-
-
Gus Grubba authored
Add message asking user confirmation to end a flight
-
- Mar 02, 2018
-
-
Gus Grubba authored
Remove delete flights and add "End" active flight instead Work on flight geometry (flight list)
-
- Mar 01, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Implementing authorization management
-
Gus Grubba authored
Flight management with date range, delete flights.
-
- Feb 28, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 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 26, 2018
-
-
Gus Grubba authored
Have different modes for the Airspace Widget (Plan/Fly)
-
- Feb 24, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 23, 2018
-
-
Gus Grubba authored
-
- Feb 22, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Feb 21, 2018
-
-
Gus Grubba authored
-