Don Gagne
724a0c8c50
All MavManager functionality now in Vehicle
...
- Moved all MavManager functionality to Vehicle
- Updated all code to use Vehicle instead of MavManager
- Removed MavManager
10 years ago
Don Gagne
e79dd41d51
UASManager -> HomePositionManager
10 years ago
Don Gagne
633178ef29
Revert "set QGC version from git"
10 years ago
Don Gagne
943d47a451
New MultiVehicleManager, Vehicle objects
...
- MultiVehicleManager is a Qml friendly replacement for UASManager
- Vehicle is a replacement for both UAS and AutoPilotPlugin
10 years ago
Daniel Agar
fcdee75e4b
set QGC version from git
10 years ago
Don Gagne
e2b995edb2
Delete new singletons
10 years ago
Don Gagne
a298165f62
New FirmwarePlugin support
...
- 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
10 years ago
Don Gagne
29091cf8b3
--fake-mobile command line support
10 years ago
Don Gagne
af46dc40a4
Add new API
10 years ago
dogmaphobic
fc83d5fd77
Renaming for consistency's sake
10 years ago
dogmaphobic
105927560e
Added a compile time define to detect an installer version
10 years ago
dogmaphobic
e4715874fc
Third time has to be a charm...
...
I didn't realize TC for Ubuntu had GStreamer installed.
10 years ago
dogmaphobic
aefcd1cc4c
Build fix
10 years ago
dogmaphobic
5b0e135ed5
Initial setup for Mac Installer (Video Steaming)
10 years ago
dogmaphobic
1d6665765f
Handling build and runtime when NO video support is available.
10 years ago
Gus Grubba
2e25ca9c7a
Linux Build
10 years ago
Gus Grubba
4b4f758b3e
Video Streaming
10 years ago
Don Gagne
fb26f834a2
Parameter validation support
10 years ago
Don Gagne
9c94295bca
Major font rework
...
Everything is now based off of default font pixel size
10 years ago
dogmaphobic
5b54450d44
Changed all fonts to pixel sizes
10 years ago
Don Gagne
b974dff7b7
Add new --full-logging option
10 years ago
dogmaphobic
1b324cff50
Added latest error message to Main Flight Display
10 years ago
dogmaphobic
fe015311bb
First stab at iOS builds
10 years ago
Don Gagne
8953f3f1eb
Generate qtlogging.ini in release builds as well
10 years ago
Don Gagne
fb8a050bdd
SetupView converted to Qml only
10 years ago
Don Gagne
20df7ebf6b
Convert RadioCal to Qml
10 years ago
Don Gagne
6261e7618d
FactPanel V2
10 years ago
Don Gagne
fb473fe73c
Add ESC Calibration support to Power Component
10 years ago
Don Gagne
208be59b2a
commit
10 years ago
Don Gagne
71ec36eee4
Validate saves files location
...
Also check for writable settings in unit test runes
10 years ago
Don Gagne
2fa2149193
No longer tries to reconnect after reboot
10 years ago
Don Gagne
87c06bed14
Much better handling of missing facts
10 years ago
dogmaphobic
b991f98a2d
Refactoring QGCFlightDisplay and Renaming QGCMavManager.*
...
Sorting source and headers while at it.
10 years ago
dogmaphobic
b159b443c1
Added MavManager QML Interface
...
Initial rendering of Waypoints
10 years ago
Don Gagne
0e63bc3105
New Custom Command Widget
10 years ago
Don Gagne
431c244291
New Custom Command Widget
10 years ago
dogmaphobic
7691c05839
Removing unnecessary include.
10 years ago
dogmaphobic
8e34781217
Making ScreenTools a Singleton.
10 years ago
Don Gagne
000e0ef4a2
Remove the "Simulate" feature
10 years ago
Don Gagne
72597a5c88
Shut up logging on Android
10 years ago
dogmaphobic
6af9a17078
More Android work...
10 years ago
Don Gagne
a546d9a6d1
Exit app immediately if missing required paramter
10 years ago
dogmaphobic
e583798ec5
Handling multi-platform sizing (fonts and pixels)
10 years ago
Don Gagne
2ba91017cf
Fix crank on reconnect
10 years ago
Don Gagne
be818a6641
Add controllers
10 years ago
Don Gagne
d5146cd2a2
Resource restructuring
...
- All resources are either under src or under resources dirs
- Removed files top level directory
- Move flightgear files to top level dir
10 years ago
Don Gagne
514a4d9506
Adjust point sizes in styles
10 years ago
Don Gagne
8ce3154126
Add reconnectAfterWait API
10 years ago
Don Gagne
f254fc614d
qtlogging.ini automatically created at startup
...
If it doesn’t exist it will be prefilled with all registered categories
set to false
10 years ago
dogmaphobic
b6cf543e32
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.
10 years ago