- 09 Dec, 2014 1 commit
-
-
Don Gagne authored
Allows parameter access from QML among other things
-
- 08 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 03 Dec, 2014 1 commit
-
-
Don Gagne authored
This is done by tweaking the application name when running unit test
-
- 01 Dec, 2014 1 commit
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-
- 30 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
-
- 27 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 26 Nov, 2014 3 commits
- 25 Nov, 2014 5 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
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
- Also renamed QGCCore->QGCApplication to better reflect usage. - New global qgcApp api to access main QHCApplication singleton
-
- 05 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 01 Nov, 2014 2 commits
- 31 Oct, 2014 1 commit
-
-
Don Gagne authored
-
- 30 Oct, 2014 1 commit
-
-
Don Gagne authored
-
- 25 May, 2014 1 commit
-
-
Don Gagne authored
Clears the persisted settings for the QGC
-
- 13 Feb, 2014 1 commit
-
-
Bryant authored
-
- 01 Sep, 2013 1 commit
-
-
tstellanova authored
-
- 03 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 01 Aug, 2013 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 31 Jul, 2013 1 commit
-
-
Bill Bonney authored
-
- 28 Jul, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
This reverts commit e003dd7a.
-
- 16 Jul, 2013 2 commits
-
-
Bill Bonney authored
-
Bill Bonney authored
-
- 15 Jul, 2013 1 commit
-
-
Michael Carpenter authored
-
- 17 Jun, 2013 1 commit
-
-
Michael Carpenter authored
-
- 13 Jun, 2013 2 commits
-
-
Michael Carpenter authored
Change of name for diydrones fork of QGroundControl to APM Planner 2.0, per Chris Anderson and Craig Elder
-
Michael Carpenter authored
-
- 05 Jun, 2013 1 commit
-
-
Michael Carpenter authored
Change so MainWindow handles its own deletion, and deletion of other UI objects to allow for closing when the MainWindow is closed, regardless of if other windows are open.
-
- 04 Jun, 2013 1 commit
-
-
Bryant authored
Refactored QGC startup so that MainWindow::instance() is usable everywhere. This was required to get the styling working properly for ChartPlot.
-