- Aug 05, 2014
-
-
Bryant Mairs authored
-
- Jul 26, 2014
-
-
Bryant Mairs authored
I don't think it's needed anywhere in QGC since this has been a bug for a long time.
-
- Jun 27, 2014
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 26, 2014
-
-
Bryant authored
I was unsure how to update the QwtPlotPrintFilter code, so I just commented it out with a FIXME.
-
- 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 12, 2014
-
-
Don Gagne authored
-
- Jan 12, 2014
- Nov 10, 2013
-
-
Thomas Gubler authored
-
- Oct 25, 2013
-
-
Thomas Gubler authored
-
- Oct 23, 2013
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Oct 20, 2013
-
-
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 19, 2013
-
-
John Tapsell authored
-
- Oct 14, 2013
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- Oct 11, 2013
-
-
John Tapsell authored
-
- Oct 10, 2013
-
-
John Tapsell authored
-
John Tapsell authored
-
- Oct 07, 2013
-
-
John Tapsell authored
This crash could be reproduced by starting QGroundControl, switching to plot, then clicking the "Symmetric" checkbox.
-
- Aug 03, 2013
-
-
Lorenz Meier authored
-
- Jun 16, 2013
-
-
Bryant authored
-
- Jun 11, 2013
-
-
Bryant authored
-
- Jun 05, 2013
- Jun 04, 2013
-
-
Bryant authored
-
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
A few more style updates. Added theme awareness to the toolbar. Also switched the plot zoomer over to use blue instead of red as it's selector coloring to match the standard accent color for QGC.
-
Bryant authored
Curve colors are only displayed when curves are being plotted. Also fixed bug when generating CSS coloring from color.
-
Bryant authored
-
Bryant authored
Further consolidation of Plot code into ChartPlot. Also removed some unused variables from LinechartWidget.cc. Also only active curves are recolored in the IncrementalPlot class.
-
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.
-
- Jan 24, 2013
-
-
Lorenz Meier authored
-
- Nov 06, 2012
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-