- 06 Jan, 2015 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 28 Dec, 2014 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 12 Dec, 2014 1 commit
-
-
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.
-
- 10 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 09 Dec, 2014 1 commit
-
-
Lorenz Meier authored
-
- 08 Dec, 2014 1 commit
-
-
Don Gagne authored
This removes confusion as to whether you call UAS::requestParameters (incorrect) or QGCUASParamManager::requestParameterList (correct) from client code.
-
- 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
-
- 27 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 25 Nov, 2014 2 commits
-
-
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
Do not dynamic cast or de-reference QObject, since object is either in destructor or may have already been destroyed.
-
- 24 Nov, 2014 2 commits
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 17 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 11 Nov, 2014 2 commits
-
-
Julian Oes authored
-
Julian Oes authored
-
- 05 Nov, 2014 1 commit
-
-
Don Gagne authored
This removes double emit of signals.
-
- 30 Oct, 2014 2 commits
- 27 Oct, 2014 1 commit
-
-
Lorenz Meier authored
-
- 22 Oct, 2014 1 commit
-
-
Lorenz Meier authored
-
- 29 Sep, 2014 1 commit
-
-
Don Gagne authored
-
- 21 Sep, 2014 1 commit
-
-
Andreas Antener authored
-
- 02 Sep, 2014 1 commit
-
-
Thomas Gubler authored
-
- 24 Aug, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 23 Aug, 2014 3 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
also adds AMSL output in ft
-
Don Gagne authored
This allows us to run with QT_FAIL_WARNINGS to find bugs. Also temp comment out of failed signal connection.
-
- 13 Aug, 2014 1 commit
-
-
Julian Oes authored
-
- 12 Aug, 2014 1 commit
-
-
Susurrus authored
-
- 11 Aug, 2014 4 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 10 Aug, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-