- 11 Jun, 2014 1 commit
-
-
Bryant Mairs 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
-
- 22 May, 2013 1 commit
-
-
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.
-
- 21 May, 2013 3 commits
-
-
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.
-
- 14 May, 2013 1 commit
-
-
Michael Carpenter authored
-
- 13 May, 2013 1 commit
-
-
Lorenz Meier authored
-
- 03 May, 2013 1 commit
-
-
Michael Carpenter authored
-
- 02 May, 2013 1 commit
-
-
Michael Carpenter authored
-
- 01 May, 2013 2 commits
-
-
Michael Carpenter authored
Additions for View navigation, including saving dockwidget locations and status. Also added remembering of "Advanced Mode" between restarts of QGC
-
Michael Carpenter authored
Changes for the new "View" navigation, and fixes to get most of the dockwidgets working with the new view system
-