- 10 Jun, 2013 9 commits
-
-
Bryant authored
-
Bryant authored
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
Bryant authored
-
Bryant authored
-
Bryant authored
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
Bryant authored
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
Bryant authored
-
- 09 Jun, 2013 4 commits
-
-
Lorenz Meier authored
Removed OpenGL dependency in HUD, merged in HUD from Soren Kuula and config changes from Michael Carpenter
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 06 Jun, 2013 3 commits
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
dongfang authored
Impl. Lorenz suggestions wrt one velocityChanged, altitudeChanged, speedChanged signal per reference frame. Impl. CDI on compass disk.
-
- 05 Jun, 2013 13 commits
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
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.
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
Change for the new RC calibration widget, still needs an if/else to load the old one for unsupported systems
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
- 04 Jun, 2013 11 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
-
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
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
-