- 26 Nov, 2014 6 commits
- 25 Nov, 2014 15 commits
-
-
Don Gagne authored
File renames
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Be careful with QObject:::destroyed signal
-
Don Gagne authored
QGCMessageBox implementation
-
Don Gagne authored
New File Locations key not set in QSettings at boot
-
Don Gagne authored
Should have known better!
-
Don Gagne authored
-
Don Gagne authored
Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: 1) The QMessageBox implementation on OSX does now show the title string. This leads to message boxes which don't make much sense. So on OSX we set title to text and text to informative text. 2) If parent is NULL, we set parent to MainWindow::instance. This prevents message boxes which can go behind MainWindow
-
Don Gagne authored
-
Lorenz Meier authored
-
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 19 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.
-