- 01 Feb, 2020 1 commit
-
-
Gus Grubba authored
-
- 17 Sep, 2019 1 commit
-
-
Pierre TILAK authored
-
- 19 Aug, 2019 3 commits
-
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
Tomaz Canabrava authored
This creates a fake target that adds the Qml sources to the CMakeProject this let's IDE's that read CMake files to display the files on the project viewer
-
- 09 Jul, 2019 2 commits
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 15 May, 2019 1 commit
-
-
Gus Grubba authored
-
- 01 May, 2019 1 commit
-
-
Gus Grubba authored
-
- 27 Apr, 2019 1 commit
-
-
Gus Grubba authored
Better handle the dirty state of Airmap's flightplan
-
- 26 Apr, 2019 1 commit
-
-
Stefan Dunca authored
-
- 19 Apr, 2019 1 commit
-
-
Don Gagne authored
Object ownership handled by SettingsGroup base class
-
- 11 Apr, 2019 1 commit
-
-
Gus Grubba authored
Get rid of QGCView, QGCViewPanel and FactPanel. All messages and dialogs are now handled in the root window.
-
- 10 Dec, 2018 1 commit
-
-
Gus Grubba authored
-
- 18 Nov, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 11 Nov, 2018 2 commits
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- 05 Sep, 2018 1 commit
-
-
Gus Grubba authored
-
- 02 Sep, 2018 1 commit
-
-
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)
-
- 15 Aug, 2018 4 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
Replacing colors with the ones provided by Airmap. Adding border color and width. Adding airspace ID so it can later be linked to the advisory list.
-
- 14 Aug, 2018 1 commit
-
-
Gus Grubba authored
Renamed "Invalid" (airspace) to "custom"
-
- 10 Aug, 2018 2 commits
-
-
Gus Grubba authored
The "Now" button now sets a "now" flag instead of adjusting the start time. Once the flight is created, the actual "now" time is set for flight start time. The button is also exclusive. Once set, the start time slider is hidden as it becomes irrelevant.
-
Gus Grubba authored
If briefing evaluation returns no authorization, assume none is required. This is reflected in the UI as "Authorization Not Required".
-
- 09 Aug, 2018 1 commit
-
-
Gus Grubba authored
-
- 08 Aug, 2018 1 commit
-
-
Gus Grubba authored
Added some basic color management for airspaces
-
- 02 Aug, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Add control to set flight duration (which ultimately sets the end_time of flight)
-
- 01 Aug, 2018 2 commits
-
-
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
-
- 31 Jul, 2018 1 commit
-
-
Gus Grubba authored
-
- 24 Jul, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 23 Jul, 2018 3 commits
-
-
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.
-
- 19 Jul, 2018 1 commit
-
-
Gus Grubba authored
-