- 05 Apr, 2015 2 commits
-
-
dogmaphobic authored
It now shows "Show" or "Hide" Status Bar depending on the current state.
-
dogmaphobic authored
-
- 02 Apr, 2015 3 commits
-
-
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
-
Don Gagne authored
-
dogmaphobic authored
-
- 01 Apr, 2015 5 commits
-
-
Don Gagne authored
Use default font wherever possible. Where that doesn’t work, use ScreenTools::dpiAdjustPointSize.
-
dogmaphobic authored
-
Gus Grubba authored
-
dogmaphobic authored
-
Don Gagne authored
-
- 31 Mar, 2015 3 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
New version using QtQuick along with an experimental Map Background
-
- 30 Mar, 2015 4 commits
- 28 Mar, 2015 1 commit
-
-
Don Gagne authored
Link ids were being used interchangeably with the mavlink channel for the link. Link ids handed out as a numerically increasing integer. Once the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break loose and cause memory corruption.
-
- 27 Mar, 2015 2 commits
-
-
Don Gagne authored
-
dogmaphobic authored
-
- 26 Mar, 2015 2 commits
-
-
Don Gagne authored
More consistent with Qml usage pattern
-
dogmaphobic authored
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 19 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 16 Mar, 2015 3 commits
-
-
philipoe authored
-
philipoe authored
-
Lorenz Meier authored
Line chart widget: Auto-force ground time if offset is more than 3 seconds (30% of default view width)
-
- 15 Mar, 2015 1 commit
-
-
Don Gagne authored
Also converted to new logging category
-
- 13 Mar, 2015 2 commits
-
-
dogmaphobic authored
-
philipoe authored
PrimaryFlightDisplay: Clear up speed label (now showing airspeed and groundspeed separately to avoid confusion) and add vertical climb label
-
- 12 Mar, 2015 3 commits
-
-
dogmaphobic authored
-
Bryant authored
-
Bryant authored
-
- 10 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 09 Mar, 2015 4 commits
-
-
Susurrus authored
Should fix things.
-
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).
-
Bryant authored
-
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 1 commit
-
-
dogmaphobic authored
Reduced size of the main tool bar buttons accordingly. Connect/Disconnect buttons (and link configuration combobox) now use the default height.
-