DoinLakeFlyer
|
578d2548e4
|
Add global palette object to QGroundControlQmlGlobal for generic usage
|
5 years ago |
Gus Grubba
|
21c6252978
|
Update copyright date
|
5 years ago |
DonLakeFlyer
|
44fa02aa5a
|
ADSB server support provided through new ADSBVehicleManager implemenation
|
6 years ago |
Don Gagne
|
d7692eadb8
|
Android builds add 32/64 bit text to version string
|
6 years ago |
Gus Grubba
|
604e12f645
|
Add link pairing
|
6 years ago |
Gus Grubba
|
cfe602e3de
|
Remove debug output
|
6 years ago |
Gus Grubba
|
bd6491e738
|
Show vehicle options when offline editing missions
|
6 years ago |
Don Gagne
|
f5c2c4aba5
|
Add support for ArduRover MockLink
|
6 years ago |
Don Gagne
|
4f64356389
|
Add support for ArduRover MockLink
|
6 years ago |
Matej Frančeškin
|
4c989f9368
|
Microhard: Added settings panel similar to Taisync
|
6 years ago |
Don Gagne
|
da2fdf6566
|
ArduPilot for configurable mavlink stream rates
|
6 years ago |
Gus Grubba
|
339da87a16
|
Add support for Linux and experimenting with settings (there are "set" but no "get" options for them though)
|
7 years ago |
Gus Grubba
|
352c53b183
|
On desktop (Ethernet connection), the ground unit pushes UDP directly, which makes the use of an actual "Link" not possible. Instead, I've moved all of Taisync support to a "manager" owned by QGCToolbox.
Added a Taisync settings with some basics already wired and running.
|
7 years ago |
Don Gagne
|
e07b730b09
|
Add support for specifying fixed RTK base position
|
7 years ago |
Gus Grubba
|
066699f310
|
Removed AirspaceController and moved its interface into AirspaceManager
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
|
7 years ago |
Gus Grubba
|
54d8fd8d56
|
Properly handle default (initial) map coordinates and zoom level.
|
8 years ago |
G_I_V_D
|
e944d4fae5
|
Remove dublicate group settings
|
8 years ago |
G_I_V_D
|
61fad09a66
|
Replacement code to speed up work on the map and fighting mistake 'manual control lost' when connected joystick with armed UAV
|
8 years ago |
DonLakeFlyer
|
83d205c745
|
RTK Indicator updates
|
8 years ago |
Beat Küng
|
795c689ba8
|
rtk gps: exclude for mobile build
|
8 years ago |
Beat Küng
|
e3c97d2ee2
|
toolbar: show RTK survey-in status
|
8 years ago |
Don Gagne
|
6341bf6c6c
|
Stop one MockLink at a time
This allows for better multi-vehicle testing
|
8 years ago |
DonLakeFlyer
|
950c7666e3
|
Initial zoom level 17
|
8 years ago |
DonLakeFlyer
|
ab25a46aba
|
Fix crash on exit due to bad parenting/shutdown sequence
|
8 years ago |
DonLakeFlyer
|
2e498a6632
|
Various fixes/changes to initial map positions in Fly/Plan
|
8 years ago |
DonLakeFlyer
|
cff65ebe45
|
Better initial map positions and planned home position support
|
8 years ago |
DonLakeFlyer
|
31ab9fffdf
|
Map provider and type move to SettingsManager
* Map type now set from General settings
* No map type control in maps
|
8 years ago |
Gus Grubba
|
d893b5fa77
|
Allowing to skip going to the setup page.
|
8 years ago |
DonLakeFlyer
|
7b33c740e2
|
Move showAdvancedUI/showTouchAreas to QGCCorePlugin
|
8 years ago |
DonLakeFlyer
|
21b110ce20
|
Add showTouchAreas and showAdvancedUI
|
8 years ago |
Don Gagne
|
147ebb387d
|
More moves of settings to new support
|
8 years ago |
Don Gagne
|
88f084eb8a
|
More moves of settings to new support
|
8 years ago |
Don Gagne
|
72cd5d1ca6
|
Add support for FirmwarePluginFactory::supportedVehicleTypes
|
8 years ago |
Don Gagne
|
9b384a958b
|
Add bool support to FactSystem
Convert bool settings to SettingsFact
|
8 years ago |
Don Gagne
|
80ee708ce6
|
Convert mission auto load dir setting to SettingsFact
|
8 years ago |
Don Gagne
|
616e11370b
|
Add/use new SettingsManager implementation
* Holds all the settings for the app
* Allows core plugin to override default values
|
8 years ago |
Don Gagne
|
e71a5fcbaa
|
Support for default mission item altitude setting
|
8 years ago |
Gus Grubba
|
5b5278c36c
|
UI Tweaks
|
8 years ago |
Don Gagne
|
85009f4401
|
Mission AutoLoad support
|
8 years ago |
Don Gagne
|
b789a6903a
|
Remove unused code
|
9 years ago |
Don Gagne
|
76677481f6
|
Reference counting for LinkInterface, LinkConfiguration
Prevent shutdown ordering crashes
|
9 years ago |
Gus Grubba
|
a0166f1358
|
Made QGCCorePlugin derive from QGCToolBox and expose everything through the same mechanism as everything else.
|
9 years ago |
Gus Grubba
|
0920b97983
|
Custom plugin work
|
9 years ago |
Gus Grubba
|
dfbaf7f280
|
Core Mavlink log handler.
|
9 years ago |
Don Gagne
|
e7979fd93f
|
Must use pack_chan and encode_chan due to mav 2.0 problem
_finalize methods need information which is not available if all you
have is a mavlink_message_t
|
9 years ago |
Don Gagne
|
5466f49651
|
Use new FactMetaData json load support
|
9 years ago |
Don Gagne
|
cccff3df8e
|
Revert "Mavlink 2.0 support"
|
9 years ago |
Don Gagne
|
61940fbd9e
|
Merge pull request #3957 from DonLakeFlyer/BatteryCrash
Move battery.percentRemainingAnnounce to Qml Global
|
9 years ago |
dogmaphobic
|
dc3d1d96ad
|
Adding alternate video sources.
|
9 years ago |
Don Gagne
|
fa7d4906db
|
Mavlink 2.0 support
|
9 years ago |