- Dec 02, 2014
- 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
-
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.
-
- Nov 30, 2014
-
-
Don Gagne authored
Splash screen is optional. Also remove some unused class definition.
-
- Nov 27, 2014
-
-
Don Gagne authored
-
- Nov 26, 2014
- 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
-
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.
-
- Nov 24, 2014
-
-
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
-
- Nov 21, 2014
- Nov 19, 2014
- Nov 18, 2014
-
-
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.
-
- Nov 17, 2014
-
-
Don Gagne authored
-
- Nov 14, 2014
-
-
Don Gagne authored
This is the Pixhawk research board, not the PX4 production board.
-
- Nov 01, 2014
-
-
Don Gagne authored
Settings versioning is handled at the uppermost level with a version stamp.
-
- Oct 23, 2014
-
-
Don Gagne authored
-
- Aug 27, 2014
-
-
Bryant authored
No major functionality changes.
-
- Aug 26, 2014
-
-
Bryant Mairs authored
-
- Aug 06, 2014
-
-
Bryant authored
Tried to order items in order of importance. Also all perspectives now have their own shortcuts.
-
Bryant authored
Both on the backend (replaced with DEFAULT view) and on the front end (removing UI menu items).
-
Bryant authored
Includes removing an if-statement that should've been dead but was erronously applied to the following statement. Dead code = bad, if-statements without braces = bad.
-
Bryant authored
This was deprecated on Febuary 3rd, 2014 and removed a little later. This finally completes that process.
-
- Aug 05, 2014
-
-
Lorenz Meier authored
-
- Jul 29, 2014