- 27 Nov, 2014 15 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Fix linux compiler warning
-
Don Gagne authored
-
Don Gagne authored
-
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
-
- 26 Nov, 2014 6 commits
- 25 Nov, 2014 11 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
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
-
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.
-
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.
-
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.
-