- 15 Oct, 2018 1 commit
-
-
Daniel Agar authored
-
- 27 Nov, 2016 1 commit
-
-
Don Gagne authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 10 Jan, 2016 1 commit
-
-
nopeppermint authored
-
- 06 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 09 Nov, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 Oct, 2015 1 commit
-
-
Lorenz Meier authored
-
- 17 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 16 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 31 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 13 Feb, 2015 1 commit
-
-
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).
-
- 26 Dec, 2014 1 commit
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-
- 09 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 03 Dec, 2014 2 commits
- 29 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 28 Nov, 2014 1 commit
-
-
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
-
- 25 Nov, 2014 1 commit
-
-
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
-