- Aug 27, 2014
-
-
Bryant authored
No major functionality changes.
-
- Aug 06, 2014
-
-
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.
-
- 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 01, 2014
-
-
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
-
- Jun 11, 2014
-
-
Bryant Mairs authored
-
- May 05, 2014
-
-
Lorenz Meier authored
-
- Feb 22, 2014
-
-
Don Gagne authored
MainWindow::loadDataView has been commented out for 9 months now. Removed commented out code instead of leaving cruft in.
-
- Feb 13, 2014
-
-
Lorenz Meier authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
Added documentation and clarified messages to the user.
-
Bryant authored
This feature can be enabled at compile-time and documentation has been added to the README.
-
- Oct 20, 2013
-
-
John Tapsell authored
This allows you to add XY graph plots of any data. For example, x,y position data of a servo.
-
John Tapsell authored
There's no need to create multiple signals - connect() is fine with connecting styleChanged(MainWindow::QGC_MAINWINDOW_STYLE) to a slot with no parameters.
-
- Oct 18, 2013
-
-
John Tapsell authored
This fixes a bunch of bugs with setting the title for widgets, deleting widgets, etc. It also reduces the amount of code duplication, which is always a good thing.
-
- Oct 14, 2013
-
-
John Tapsell authored
-
- Aug 24, 2013
-
-
Lorenz Meier authored
-
- Aug 03, 2013
-
-
Lorenz Meier authored
-
- Aug 01, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jul 27, 2013
-
-
Bill Bonney authored
-
- Jul 18, 2013
-
-
Michael Carpenter authored
-
- Jul 12, 2013
-
-
Bill Bonney authored
-
- Jul 09, 2013
-
-
Bill Bonney authored
-
- Jul 03, 2013
-
-
Bryant authored
-
- Jun 19, 2013
-
-
Michael Carpenter authored
-
- Jun 16, 2013
-
-
Bryant authored
-
- Jun 11, 2013
-
-
Bryant authored
-
- Jun 05, 2013
-
-
Michael Carpenter authored
Change so MainWindow handles its own deletion, and deletion of other UI objects to allow for closing when the MainWindow is closed, regardless of if other windows are open.
-
- Jun 04, 2013
-
-
Bryant authored
Refactored QGC startup so that MainWindow::instance() is usable everywhere. This was required to get the styling working properly for ChartPlot.
-
Bryant authored
-
Bryant authored
Moved all shared code for IncrementalPlot and LinechartPlot into a common ChartPlot superclass. Also recoloring the background of both widgets now works when switching between color schemes.
-
- Jun 02, 2013
-
-
Bryant authored
-
- May 26, 2013
-
-
Bryant authored
The light and dark style sheets are now self-contained instead of only coloring. Both the have been synchronized, though the light style sheet still needs some adjustments.
-
- May 24, 2013
-
-
Lorenz Meier authored
HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now
-