- Dec 06, 2015
-
-
Don Gagne authored
-
- Nov 09, 2015
-
-
dogmaphobic authored
-
- Oct 18, 2015
-
-
Lorenz Meier authored
-
- Oct 17, 2015
-
-
Don Gagne authored
-
- Oct 16, 2015
-
-
Don Gagne authored
-
- May 31, 2015
-
-
dogmaphobic authored
-
- Apr 18, 2015
-
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- Dec 26, 2014
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-
- Dec 09, 2014
-
-
Don Gagne authored
-
- Dec 03, 2014
- Nov 29, 2014
-
-
Don Gagne authored
-
- Nov 28, 2014
-
-
Don Gagne authored
Allows for UI unit tests to be written: - Ability to respond to expected message boxes - Ability to fail test if unexpected message boxes occurs
-
- Nov 25, 2014
-
-
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
-