Don Gagne
b38d75b374
Merge pull request #980 from DonLakeFlyer/StyleFix
...
Create master/slave relationship for styles
10 years ago
Thomas Gubler
ca0bc683f5
Merge pull request #984 from julianoes/fix_hil_jmavsim
...
Set mode compatibility with jMAVSim
10 years ago
Julian Oes
08d06d2c7f
uas: hack to include HIL bitfield when UAV is in HIL mode but not through QGC
10 years ago
Don Gagne
120a417b38
Remove support for user style file
...
Also fixed bug in loadStyle
10 years ago
Don Gagne
9649798bb1
Remove support for user style file
10 years ago
Don Gagne
75b535659b
Remove numbers from buttons
10 years ago
Don Gagne
d03e8b8ee1
Fix compiler warning bugs
10 years ago
Don Gagne
662c5b61a9
Remove goto style error handling overkill
10 years ago
Don Gagne
30cfe7e036
Merge pull request #981 from DonLakeFlyer/Version2.2Bump
...
Bump minor version to 2
10 years ago
Don Gagne
f26f814bc4
Bump minor version to 2
...
Prepping for stable 2.2 release
10 years ago
Don Gagne
2c486689dc
Merge pull request #975 from DonLakeFlyer/UpgradeErrors
...
Better error reporting during Firmware Upgrade
10 years ago
Don Gagne
34e856774e
Create master/slave relationship for styles
...
The dark css is the master and contains all style information. The
light css is the slave and only contains color information.
10 years ago
Don Gagne
a16ca74036
Merge pull request #978 from DonLakeFlyer/BogusFiles
...
Delete generated UIC files
10 years ago
Don Gagne
0f3a51fc3f
New AutoPilotPlugin and VehicleSetup
10 years ago
Don Gagne
e56080f8b9
Call AutoPilotPlugin instead of hard-wired code
10 years ago
Don Gagne
dbb90dd092
Reorder top level buttons, new VehicleSetup code
10 years ago
Don Gagne
18138fbb84
Add support for filter list
...
This allows you to filter the list of parameters the widget displays.
10 years ago
Don Gagne
28e1ad8217
Support for new parametersReady method
...
This allows you to determine if full parameter list is ready if you
missed the parameterListUpToDate signal.
10 years ago
Don Gagne
56caa23915
Delete generated UIC files
10 years ago
Don Gagne
92e8b04804
Merge pull request #976 from DonLakeFlyer/MockLink
...
Mock implementation of a Link
10 years ago
Don Gagne
d2d79f5edf
Fix compiler warning
10 years ago
Don Gagne
22aacd618e
Remove PIXHAWK specific board support
...
This is the Pixhawk research board, not the PX4 production board.
10 years ago
Don Gagne
765222eb5e
Mock implementation of a Link
...
Handy for testing without a real board
10 years ago
Don Gagne
1a182ddd75
Merge pull request #965 from DonLakeFlyer/DeleteSettings
...
Delete Settings from preferences
10 years ago
Don Gagne
d7257ad446
Better Windows error reporting
10 years ago
Don Gagne
e8b459721b
Better error reporting
10 years ago
Lorenz Meier
aaba13084a
Updated MAVLink version
10 years ago
Thomas Gubler
33d5b9f1a1
Merge pull request #974 from mavlink/offboard_mode
...
Offboard mode
10 years ago
Julian Oes
e03bd3f4f6
UASControlWidget: add the option to select the OFFBOARD mode
10 years ago
Julian Oes
f61167cac9
UAS: added offboard mode name
10 years ago
Julian Oes
fe7fadf7f6
UASControlWidget: whitespace only
10 years ago
Julian Oes
1ad437c6dc
px4_custom_mode: update the PX4 custom mode file to match the firmware side
10 years ago
Lorenz Meier
356369eb21
Merge pull request #963 from DonLakeFlyer/RC_CHANNELS_RAW
...
Disregard RC_CHANNELS_RAW for signals
10 years ago
Don Gagne
9bfa9cecce
Delete Settings from preferences
10 years ago
Don Gagne
7a119bc4e7
Disregard RC_CHANNELS_RAW for signals
...
This removes double emit of signals.
10 years ago
Don Gagne
4356914d47
Merge pull request #960 from DonLakeFlyer/FGHIL
...
FlightGear HIL protocol fixes
10 years ago
Don Gagne
f7dbec7144
Sync protocol with code
10 years ago
Don Gagne
e5ef0c1701
Detect/Explain fix for out of date protocol file
10 years ago
Lorenz Meier
9840c2b825
Merge pull request #956 from ziyangli/patch-1
...
Update qgroundcontrol.qrc
10 years ago
Ziyang LI
a218a6bf70
Update qgroundcontrol.qrc
...
corrented file name
10 years ago
Lorenz Meier
08959fb33a
Updated sensor calibration filenames
10 years ago
Lorenz Meier
4d2b2d6dcd
Fixed accel calibration image names
10 years ago
Don Gagne
ebe3f6a1eb
Merge pull request #953 from DonLakeFlyer/LinkCleanup
...
LinkInterface::bytesAvailable api removal
10 years ago
Lorenz Meier
c1a1f656c8
Merge pull request #954 from DonLakeFlyer/CRCCheck
...
Put back CRC check
10 years ago
Don Gagne
e715277cb9
Put back CRC check
10 years ago
Don Gagne
dc0c3f3db3
LinkInterface::bytesAvailable api removal
...
This api doesn’t make any sense given the fact that LinkInterface
signals bytesReceived with the bytes in the signal. Also the reason why
it is never called!
10 years ago
Don Gagne
25c1168c65
Merge pull request #952 from DonLakeFlyer/QExtSerialPort
...
Convert Firmware Upgrade code back to qextserialport
10 years ago
Don Gagne
b600e3601c
Merge pull request #951 from DonLakeFlyer/Versioning
...
More work on versioning
10 years ago
Don Gagne
5910f425d7
Remove unused code, add error address
10 years ago
Don Gagne
ae8ffd0cca
Switch Firmware Upgrade to qextserialport
...
QSerialPort buffering too slow on Windows.
10 years ago