- 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
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
- Jul 24, 2014
-
-
Lorenz Meier authored
-
- Jul 23, 2014
-
-
Lorenz Meier authored
-
Bryant authored
SLUGS has maintained their patches out-of-tree for a long while now. These will eventually get merged back in, but it'll be easier to evaluate them as fresh commits instead of modifications to this old & dead code, so we'll delete this for now.
-
- Jul 18, 2014
-
-
Bryant Mairs authored
-
- Jul 16, 2014
-
-
Bryant Mairs authored
Some functionality was lost, will need to be fixed in a later commit.
-
- Jul 06, 2014
-
-
Don Gagne authored
-
- Jun 27, 2014
-
-
Bryant Mairs authored
-
- Jun 25, 2014
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 20, 2014
-
-
Lorenz Meier authored
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
-
Lorenz Meier authored
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
-
Don Gagne authored
-
- Jun 13, 2014
-
-
Koen Kooi authored
Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-