- 27 Aug, 2014 1 commit
-
-
Bryant authored
No major functionality changes.
-
- 06 Aug, 2014 3 commits
-
-
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.
-
- 23 Jul, 2014 2 commits
-
-
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.
-
- 01 Jul, 2014 1 commit
-
-
Bryant Mairs authored
-
- 20 Jun, 2014 2 commits
-
-
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
-
- 11 Jun, 2014 1 commit
-
-
Bryant Mairs authored
-
- 05 May, 2014 1 commit
-
-
Lorenz Meier authored
-
- 22 Feb, 2014 1 commit
-
-
Don Gagne authored
MainWindow::loadDataView has been commented out for 9 months now. Removed commented out code instead of leaving cruft in.
-
- 13 Feb, 2014 5 commits
-
-
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.
-
- 20 Oct, 2013 2 commits
-
-
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.
-
- 18 Oct, 2013 1 commit
-
-
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.
-
- 14 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 24 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 03 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 01 Aug, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 27 Jul, 2013 1 commit
-
-
Bill Bonney authored
-
- 18 Jul, 2013 1 commit
-
-
Michael Carpenter authored
-
- 12 Jul, 2013 1 commit
-
-
Bill Bonney authored
-
- 09 Jul, 2013 1 commit
-
-
Bill Bonney authored
-
- 03 Jul, 2013 1 commit
-
-
Bryant authored
-
- 19 Jun, 2013 1 commit
-
-
Michael Carpenter authored
-
- 16 Jun, 2013 1 commit
-
-
Bryant authored
-
- 11 Jun, 2013 1 commit
-
-
Bryant authored
-
- 05 Jun, 2013 1 commit
-
-
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.
-
- 04 Jun, 2013 3 commits
-
-
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.
-
- 02 Jun, 2013 1 commit
-
-
Bryant authored
-
- 26 May, 2013 1 commit
-
-
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.
-
- 24 May, 2013 1 commit
-
-
Lorenz Meier authored
HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now
-