Don Gagne
ba0ef0a043
Can't use interface as variable on Windows
11 years ago
Don Gagne
2af98191e0
Fixes for new _connect/_disconnect apis
11 years ago
Don Gagne
74e1e5802e
More cross platform variadic issues
...
Plus change to use QGCFileDialog
11 years ago
Don Gagne
a6870045e2
New QGCFileDialog apis
...
Using QFileDialog directly on OS X can hang intermittently due to Qt
bug. QGCFileDialog works around this by not using the native dialogs.
11 years ago
Don Gagne
10a00eb087
Use new QGCFileDialog api
...
Using QFileDialog directly on OS X can hang intermittently due to Qt
bug.
11 years ago
Lorenz Meier
5e89b4eb2d
Merge pull request #977 from DonLakeFlyer/RemovePixhawkAutopilot
...
Remove PIXHAWK specific board support
11 years ago
Don Gagne
4544472b89
Use SLOT not SIGNAL
11 years ago
Don Gagne
b20dca7937
Fix flaky cross-platform variadic connect
11 years ago
Don Gagne
0b68fffc84
Remove old connect/disconnect API
11 years ago
Lorenz Meier
d712b10525
Hotfix: Make XPlane 9 work in HIL
11 years ago
Don Gagne
6d447410b4
Fix UAS unit test
...
Destroyed signal must have been working incorrectly in the past.
11 years ago
Don Gagne
6d7fb36ac0
New mavlink logging support
...
- Logging now always on to temp file
- User prompted to save temp file after disconnect
- Orphaned temp logs checked for on boot
- Logs saved to new save file location
- Log file starts/stops with first and last connnection
11 years ago
Don Gagne
84fb1ad767
Update for QGCCore->QGCApplication name change
11 years ago
Don Gagne
33220de034
Saved files location support
...
- Also renamed QGCCore->QGCApplication to better reflect usage.
- New global qgcApp api to access main QHCApplication singleton
11 years ago
Don Gagne
75b4bd0a2f
QObject::destroyed signal fix
...
Make sure to no de-reference already deleted object
11 years ago
Don Gagne
717cef3e2c
Added saved file location, Flight Data logging
...
Also renamed from QGCSettingsWidget to SettingsDialog to better reflect
usage.
11 years ago
Don Gagne
a9c32a2840
Use new parameter save location
11 years ago
Don Gagne
a61aead38c
New LinkManager::[connect|disconnect]Link usage
11 years ago
Don Gagne
4d92b1d3f7
Rename SettingsDialog->SerialSettingsDialog
...
This avoids collision with main app SettingsDialog class
11 years ago
Don Gagne
69d34ea88b
Use new LinkManager::[connect|disconnect]Link api
11 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.
11 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...
11 years ago
Lorenz Meier
be730d3143
Ensure that the show event handling of the op map widget only creates one connection
11 years ago
Lorenz Meier
501e3ac0dc
Map widget: make all connections that might suffer from multiple connect logic issues unique, found by Nyaruko
11 years ago
Don Gagne
be3d933b81
Merge pull request #987 from DonLakeFlyer/BugFixes
...
Bug fixes
11 years ago
Don Gagne
4768c933b1
Remove unused action
11 years ago
Don Gagne
6293be63b1
Set correct roles on actions
...
This way OS X correctly positioned menu items
11 years ago
Don Gagne
44f95b32fd
Fix light style for vehicle setup buttons
11 years ago
Don Gagne
76e4cf9db5
Merge pull request #983 from DonLakeFlyer/AutoPilotPlugin
...
Auto pilot plugin architecture
11 years ago
Don Gagne
5fc3515fef
Rebase to master
11 years ago
Don Gagne
837ee90c67
Remove numbers from buttons
11 years ago
Don Gagne
25edde5951
Fix compiler warning bugs
11 years ago
Don Gagne
006b4d3611
New AutoPilotPlugin and VehicleSetup
11 years ago
Don Gagne
c9a43c9ca6
Call AutoPilotPlugin instead of hard-wired code
11 years ago
Don Gagne
7982eb0f54
Reorder top level buttons, new VehicleSetup code
11 years ago
Don Gagne
59a34f58a9
Add support for filter list
...
This allows you to filter the list of parameters the widget displays.
11 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.
11 years ago
Don Gagne
b38d75b374
Merge pull request #980 from DonLakeFlyer/StyleFix
...
Create master/slave relationship for styles
11 years ago
Thomas Gubler
ca0bc683f5
Merge pull request #984 from julianoes/fix_hil_jmavsim
...
Set mode compatibility with jMAVSim
11 years ago
Julian Oes
08d06d2c7f
uas: hack to include HIL bitfield when UAV is in HIL mode but not through QGC
11 years ago
Don Gagne
120a417b38
Remove support for user style file
...
Also fixed bug in loadStyle
11 years ago
Don Gagne
9649798bb1
Remove support for user style file
11 years ago
Don Gagne
75b535659b
Remove numbers from buttons
11 years ago
Don Gagne
d03e8b8ee1
Fix compiler warning bugs
11 years ago
Don Gagne
662c5b61a9
Remove goto style error handling overkill
11 years ago
Don Gagne
30cfe7e036
Merge pull request #981 from DonLakeFlyer/Version2.2Bump
...
Bump minor version to 2
11 years ago
Don Gagne
f26f814bc4
Bump minor version to 2
...
Prepping for stable 2.2 release
11 years ago
Don Gagne
2c486689dc
Merge pull request #975 from DonLakeFlyer/UpgradeErrors
...
Better error reporting during Firmware Upgrade
11 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.
11 years ago
Don Gagne
a16ca74036
Merge pull request #978 from DonLakeFlyer/BogusFiles
...
Delete generated UIC files
11 years ago