- Jul 23, 2014
-
-
Lorenz Meier authored
-
- 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
-
- May 22, 2013
-
-
Bryant authored
Segregated the coloring of the UI from the rest of the styling in the CSS, so now style-base.css is loaded before the colorizing CSS files.
-
- May 21, 2013
-
-
Bryant authored
Selecting the desired stylesheet now works correctly, including saving settings between application launches.
-
Bryant authored
-
Bryant authored
Reworked the styling UI. Now there are 4 options: light, dark, custom_light, and custom_dark. Things don't quite work right, but the proof-of-concept is done.
-
- May 14, 2013
-
-
Michael Carpenter authored
-