Don Gagne
4d92b1d3f7
Rename SettingsDialog->SerialSettingsDialog
...
This avoids collision with main app SettingsDialog class
10 years ago
Don Gagne
69d34ea88b
Use new LinkManager::[connect|disconnect]Link api
10 years ago
Don Gagne
f65c0a5797
Link connect/disconnect only through LinkManager
...
Centralize all connecting and disconnecting of links through
LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer
allowed through LinkInterface. This allows creation of new
LinkManager::setConnections[Suspended|Allowed] methods to disallow
connections as needed.
10 years ago
Don Gagne
3248ecca55
Merge pull request #989 from mavlink/mapfix
...
Ensure that the show event handling of the op map widget only creates on...
10 years ago
Lorenz Meier
be730d3143
Ensure that the show event handling of the op map widget only creates one connection
10 years ago
Lorenz Meier
501e3ac0dc
Map widget: make all connections that might suffer from multiple connect logic issues unique, found by Nyaruko
10 years ago
Don Gagne
be3d933b81
Merge pull request #987 from DonLakeFlyer/BugFixes
...
Bug fixes
10 years ago
Don Gagne
4768c933b1
Remove unused action
10 years ago
Don Gagne
6293be63b1
Set correct roles on actions
...
This way OS X correctly positioned menu items
10 years ago
Don Gagne
44f95b32fd
Fix light style for vehicle setup buttons
10 years ago
Don Gagne
76e4cf9db5
Merge pull request #983 from DonLakeFlyer/AutoPilotPlugin
...
Auto pilot plugin architecture
10 years ago
Don Gagne
5fc3515fef
Rebase to master
10 years ago
Don Gagne
837ee90c67
Remove numbers from buttons
10 years ago
Don Gagne
25edde5951
Fix compiler warning bugs
10 years ago
Don Gagne
006b4d3611
New AutoPilotPlugin and VehicleSetup
10 years ago
Don Gagne
c9a43c9ca6
Call AutoPilotPlugin instead of hard-wired code
10 years ago
Don Gagne
7982eb0f54
Reorder top level buttons, new VehicleSetup code
10 years ago
Don Gagne
59a34f58a9
Add support for filter list
...
This allows you to filter the list of parameters the widget displays.
10 years ago
Don Gagne
fc6c0692ab
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
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