- Jun 27, 2014
-
-
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
-
- Sep 14, 2012
-
-
Lorenz Meier authored
-
- Mar 22, 2012
-
-
Bryant Mairs authored
Modified the Linechart widget so that the "Show units" button is under the "Curve Selection" frame, which is what it actually modifies. Also moved all of the UI that was under the "Curve Selection" to inside of it at the bottom so that the grouping of UI elements is more coherent.
-
- Feb 25, 2012
-
-
LM authored
-
- Feb 16, 2012
-
-
Bryant Mairs authored
Removed some dead code. Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details. I also added some more details on the types of units expected by valueChanged().
-