- 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.
-
- 20 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 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
-
- 29 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 28 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 27 Apr, 2015 1 commit
-
-
Don Gagne authored
QGCUASParamManager and friends are replaced by FactSystem
-
- 25 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 22 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 21 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 20 Apr, 2015 5 commits
-
-
dogmaphobic authored
-
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 2 commits
-
-
dogmaphobic authored
-
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
-
- 01 Apr, 2015 1 commit
-
-
Don Gagne authored
Use default font wherever possible. Where that doesn’t work, use ScreenTools::dpiAdjustPointSize.
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 10 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 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.
-
- 07 Mar, 2015 1 commit
-
-
dogmaphobic authored
Tool bar buttons now use QGCButton as base to inherit hover mode fix. Made QGCButton.showHightLight into a public property so I could use it as a trigger for repainting the chevron button.
-
- 06 Mar, 2015 2 commits
-
-
dogmaphobic authored
Reduced size of the main tool bar buttons accordingly. Connect/Disconnect buttons (and link configuration combobox) now use the default height.
-
dogmaphobic authored
-
- 05 Mar, 2015 4 commits
-
-
dogmaphobic authored
Button too small for when it switches to disconnect (multiple links adds a drop down icon to the button).
-
dogmaphobic authored
-
Don Gagne authored
-
dogmaphobic authored
-
- 04 Mar, 2015 1 commit
-
-
dogmaphobic authored
-