- 20 Dec, 2014 1 commit
-
-
Don Gagne authored
When using DeleteOnClose with a QQuickWidget, the shutdown sequence causes the MainWindow destructor loop back onto itself.
-
- 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 4 commits
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
Previously link were just destroyed
-
- 03 Dec, 2014 3 commits
- 02 Dec, 2014 4 commits
- 01 Dec, 2014 8 commits
-
-
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
-
Bryant authored
-
Bryant authored
Fixes bugs with savings settings for the window state, theme, UAS-connected view, and low-power mode. Also removes some unneccesary logic that attempted to handled unclean shutdowns, which I haven't been able to reproduce.
-
Bryant authored
It was a poor proxy for better coding around the problem of bad settings or the lack of settings on first-run.
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
No functionality changes in this code, just code clarify improvements.
-
- 30 Nov, 2014 1 commit
-
-
Don Gagne authored
Splash screen is optional. Also remove some unused class definition.
-
- 27 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 26 Nov, 2014 2 commits
- 25 Nov, 2014 4 commits
-
-
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
-
Don Gagne authored
-
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 4 commits
-
-
Don Gagne authored
Plus change to use QGCFileDialog
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
- Logging now always on to temp file - User prompted to save temp file after disconnect - Orphaned temp logs checked for on boot - Logs saved to new save file location - Log file starts/stops with first and last connnection
-
- 21 Nov, 2014 2 commits
- 19 Nov, 2014 2 commits
- 18 Nov, 2014 1 commit
-
-
Don Gagne authored
The dark css is the master and contains all style information. The light css is the slave and only contains color information.
-