- Dec 06, 2015
-
-
Don Gagne authored
-
- Nov 24, 2015
-
-
Nate Weibley authored
-
- Nov 23, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 19, 2015
- Nov 18, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 15, 2015
-
-
Don Gagne authored
-
- Nov 13, 2015
- Oct 30, 2015
- Oct 28, 2015
-
-
Don Gagne authored
-
- Oct 27, 2015
-
-
Don Gagne authored
-
- Oct 15, 2015
-
-
Daniel Agar authored
-
Don Gagne authored
-
- Oct 11, 2015
-
-
Don Gagne authored
- Delete all old map code
-
- Aug 29, 2015
- Aug 26, 2015
-
-
Don Gagne authored
-
Daniel Agar authored
-
- Jul 24, 2015
-
-
Don Gagne authored
-
- Mar 29, 2015
-
-
Don Gagne authored
-
- Mar 28, 2015
- Mar 22, 2015
- Mar 13, 2015
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- 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 24, 2014
-
-
Don Gagne authored
-
- Dec 12, 2014
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- Dec 10, 2014
- Dec 09, 2014
- Dec 05, 2014
- Dec 03, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 01, 2014
-
-
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
-
- Nov 25, 2014
-
-
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
-