Skip to content
GitLab
Explore
Sign in
qgroundcontrol
src
ui
linechart
ChartPlot.cc
Dec 26, 2014
Move ui style from MainWindow to QGCApplication
· fb197a75
Don Gagne
authored
Dec 25, 2014
fb197a75
Jun 26, 2014
Now update QGC to use the new Qwt 6.1 code.
· ff6ecfe6
Bryant
authored
Jun 25, 2014
ff6ecfe6
Oct 10, 2013
Change QString function parameters to const QString &
· b0d4abac
John Tapsell
authored
Oct 10, 2013
b0d4abac
Jun 16, 2013
Renamed slot in ChartPlot to match connect() calls elsewhere.
· 481edea8
Bryant
authored
Jun 10, 2013
481edea8
Jun 11, 2013
Renamed slot in ChartPlot to match connect() calls elsewhere.
· c55ff611
Bryant
authored
Jun 10, 2013
c55ff611
Jun 05, 2013
Fixed the styling of all ChartPlot instances updating when the MainWindow updates.
· 45da9517
Bryant
authored
Jun 04, 2013
45da9517
Jun 04, 2013
Light themes should have darker plot colors and dark themes vice-versa.
· 467280bb
Bryant
authored
Jun 04, 2013
467280bb
Refactored QGC startup so that MainWindow::instance() is usable everywhere....
· 608daefa
Bryant
authored
Jun 04, 2013
608daefa
A few more style updates. Added theme awareness to the toolbar. Also switched...
· 8e05f821
Bryant
authored
Jun 04, 2013
8e05f821
Further consolidation of Plot code into ChartPlot. Also removed some unused...
· f89cbf71
Bryant
authored
Jun 04, 2013
f89cbf71
Simplified color code for ChartPlot
· ce9fead2
Bryant
authored
Jun 04, 2013
ce9fead2
Moved all shared code for IncrementalPlot and LinechartPlot into a common...
· c8f12ee4
Bryant
authored
Jun 03, 2013
c8f12ee4
Loading