- 27 Nov, 2014 11 commits
-
-
Don Gagne authored
Largest change is that once a link is added to LinkManager it maintains ownership and is responsible for delete. If you need to delete a link use LinkManager::delete. Also added guard code to assert if a Link is deleted outside of LinkManager.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Allows you to run a single unit test from the command line
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Singletons tracked by QGCApplication
-
- 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 8 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
-