- 25 Nov, 2014 4 commits
-
-
Don Gagne authored
Do not dynamic cast or de-reference QObject, since object is either in destructor or may have already been destroyed.
-
Lorenz Meier authored
New mavlink logging support
-
Don Gagne authored
-
Don Gagne authored
-
- 24 Nov, 2014 20 commits
-
-
Don Gagne authored
Plus change to use QGCFileDialog
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug. QGCFileDialog works around this by not using the native dialogs.
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
Lorenz Meier authored
Remove PIXHAWK specific board support
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Lorenz Meier authored
-
Don Gagne authored
Destroyed signal must have been working incorrectly in the past.
-
Don Gagne authored
- 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
-
Don Gagne authored
-
Don Gagne authored
- Also renamed QGCCore->QGCApplication to better reflect usage. - New global qgcApp api to access main QHCApplication singleton
-
Don Gagne authored
Make sure to no de-reference already deleted object
-
Don Gagne authored
Also renamed from QGCSettingsWidget to SettingsDialog to better reflect usage.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This avoids collision with main app SettingsDialog class
-
Don Gagne authored
-
Don Gagne authored
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.
-
Don Gagne authored
Ensure that the show event handling of the op map widget only creates on...
-
- 23 Nov, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Map widget: make all connections that might suffer from multiple connect logic issues unique, found by Nyaruko
-
- 22 Nov, 2014 1 commit
-
-
Don Gagne authored
Bug fixes
-
- 21 Nov, 2014 12 commits
-
-
Don Gagne authored
-
Don Gagne authored
This way OS X correctly positioned menu items
-
Don Gagne authored
-
Don Gagne authored
Auto pilot plugin architecture
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This allows you to filter the list of parameters the widget displays.
-
Don Gagne authored
This allows you to determine if full parameter list is ready if you missed the parameterListUpToDate signal.
-
- 19 Nov, 2014 1 commit
-
-
Don Gagne authored
Create master/slave relationship for styles
-