- 17 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 16 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 15 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 13 Oct, 2015 2 commits
- 11 Oct, 2015 1 commit
-
-
Don Gagne authored
- Delete all old map code
-
- 31 Aug, 2015 1 commit
-
-
Don Gagne authored
-
- 30 Aug, 2015 1 commit
-
-
Don Gagne authored
- Moved all MavManager functionality to Vehicle - Updated all code to use Vehicle instead of MavManager - Removed MavManager
-
- 29 Aug, 2015 1 commit
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- 26 Aug, 2015 1 commit
-
-
Don Gagne authored
- FirmwarePlugin is the new place for code which is specific to firmware flight stack - FirmwarePlugin currently supports flight mode apis - Modify code to use new FirmwarePlugin support
-
- 24 Aug, 2015 1 commit
-
-
Don Gagne authored
-
- 07 Aug, 2015 1 commit
-
-
Don Gagne authored
-
- 02 Jul, 2015 1 commit
-
-
dogmaphobic authored
-
- 10 Jun, 2015 1 commit
-
-
Don Gagne authored
Everything is now based off of default font pixel size
-
- 09 Jun, 2015 2 commits
-
-
dogmaphobic authored
Also adding a constant for the font size in SensorComponent.
-
dogmaphobic authored
-
- 07 Jun, 2015 1 commit
-
-
dogmaphobic authored
-
- 27 May, 2015 1 commit
-
-
Don Gagne authored
If Facts are referenced from FactPanelController, we need to reference count the AutoPilotPlugin such that it doesn’t get destroyed until after the FactPanelController is destroyed.
-
- 04 May, 2015 1 commit
-
-
dogmaphobic authored
Sorting source and headers while at it.
-
- 01 May, 2015 1 commit
-
-
dogmaphobic authored
Initial rendering of Waypoints
-
- 28 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 27 Apr, 2015 1 commit
-
-
Don Gagne authored
QGCUASParamManager and friends are replaced by FactSystem
-
- 22 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 21 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 20 Apr, 2015 4 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
I forgot an extra argument for debugging (and didn't have WarningsAsErrorsOn properly set) No idea how that emit qDebug ended up in there.
-
dogmaphobic authored
Removed left over debug message.
-
dogmaphobic authored
-
- 19 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 16 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 14 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 08 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 02 Apr, 2015 1 commit
-
-
Don Gagne authored
- All resources are either under src or under resources dirs - Removed files top level directory - Move flightgear files to top level dir
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 09 Mar, 2015 2 commits
-
-
dogmaphobic authored
Moved update canvas signal to perspective load instead of hooking it to the paint event. Added an "S" as the unit for the number of cells fact (as in 4S).
-
dogmaphobic authored
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets. Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality. Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
-
- 06 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 05 Mar, 2015 2 commits
-
-
dogmaphobic authored
-
Don Gagne authored
-