- 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.
-
- 12 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 12 Jan, 2014 2 commits
- 10 Nov, 2013 1 commit
-
-
Thomas Gubler authored
-
- 25 Oct, 2013 1 commit
-
-
Thomas Gubler authored
-
- 23 Oct, 2013 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 20 Oct, 2013 1 commit
-
-
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.
-
- 19 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 14 Oct, 2013 1 commit
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- 11 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 10 Oct, 2013 2 commits
-
-
John Tapsell authored
-
John Tapsell authored
-
- 07 Oct, 2013 1 commit
-
-
John Tapsell authored
This crash could be reproduced by starting QGroundControl, switching to plot, then clicking the "Symmetric" checkbox.
-
- 03 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 16 Jun, 2013 1 commit
-
-
Bryant authored
-
- 11 Jun, 2013 1 commit
-
-
Bryant authored
-
- 05 Jun, 2013 3 commits
- 04 Jun, 2013 8 commits
-
-
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.
-
- 24 Jan, 2013 1 commit
-
-
Lorenz Meier authored
-
- 06 Nov, 2012 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 14 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 22 Mar, 2012 1 commit
-
-
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.
-
- 25 Feb, 2012 1 commit
-
-
LM authored
-
- 16 Feb, 2012 1 commit
-
-
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().
-
- 08 Jan, 2012 1 commit
-
-
Lorenz Meier authored
-
- 29 Dec, 2011 1 commit
-
-
pixhawk authored
-
- 28 Dec, 2011 2 commits
-
-
Lorenz Meier authored
-
LM authored
-