Bryant
|
975f410672
|
Forgot to set some members of XbeeLinkInterface to const as well
|
12 years ago |
Bryant
|
7095cf2824
|
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.
|
12 years ago |
Bryant
|
f0a5118e1e
|
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.
|
12 years ago |
Bryant
|
8c2dfea5a6
|
The QuickView now properly resets after the last UAS is deleted.
|
12 years ago |
Bryant
|
a37f84892c
|
Make the UASQuickView support resetting to a default state after all UASes are removed.
|
12 years ago |
Bryant
|
b1fc82ac54
|
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.
|
12 years ago |
Bryant
|
d91453a3c5
|
All subwindows are now centered on the screen.
|
12 years ago |
Bryant
|
e34142cff0
|
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
|
12 years ago |
Bryant
|
2e3c20e9e8
|
Added groupboxes around UASes in the ListWidget to indicate primary communication channel.
|
12 years ago |
Bryant
|
86de69d432
|
The styles in the data analysis plotter now actually support the dashed and dotted options.
|
12 years ago |
Bryant
|
dfa9b0ed77
|
Symbols now match the curve color in the data plotter.
|
12 years ago |
Bryant
|
45da95172d
|
Fixed the styling of all ChartPlot instances updating when the MainWindow updates.
|
12 years ago |
Bryant
|
467280bbd5
|
Light themes should have darker plot colors and dark themes vice-versa.
|
12 years ago |
Bryant
|
608daefa3e
|
Refactored QGC startup so that MainWindow::instance() is usable everywhere. This was required to get the styling working properly for ChartPlot.
|
12 years ago |
Bryant
|
8e05f82174
|
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.
|
12 years ago |
Bryant
|
4d5df7aeac
|
Removed some unused code resulting in a memory leak and updated some documentation.
|
12 years ago |
Bryant
|
f496394f51
|
The light and dark themes now use slightly different blues for their accent colors that is higher contrast.
|
12 years ago |
Bryant
|
f11f194295
|
Curve colors are only displayed when curves are being plotted. Also fixed bug when generating CSS coloring from color.
|
12 years ago |
Bryant
|
656d8e6527
|
Cleaned up the LinechartWidget::addCurve()
|
12 years ago |
Bryant
|
f89cbf7151
|
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.
|
12 years ago |
Bryant
|
ce9fead238
|
Simplified color code for ChartPlot
|
12 years ago |
Bryant
|
c8f12ee4ed
|
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.
|
12 years ago |
Bryant
|
6377dab3f8
|
The background color of the mission items is now controlled by stylesheets as well. This change also fixed restyling the mission lists when a style change occurred.
|
12 years ago |
Bryant
|
3d1a54df28
|
The HUD now responds to changes in the MainWindow theme.
|
12 years ago |
Bryant
|
fc3080e84f
|
Improved comments in HUD.cc
|
12 years ago |
Bryant
|
6e5ad05ab0
|
Fixed the styling for disabled checkboxes.
|
12 years ago |
Bryant
|
18c9b4e66d
|
Further refinements to the dark/light themes. Focused mostly on the status bar at the bottom.
|
12 years ago |
Bryant
|
b8becd3bdf
|
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into restyling
|
12 years ago |
Bryant
|
a95c62f07a
|
The HUD is now theme-aware. Unfortunately it still has some coloring bugs and doesn't support changing themes at runtime. Not sure if the latter is a show-stopper however.
|
12 years ago |
Lorenz Meier
|
89696feb3e
|
Merge pull request #279 from diydrones/toolbar_link_fix
Fix for crash involving serial links not being removed from QGCToolBar
|
12 years ago |
Bryant
|
d581a91bb8
|
Reworked the UAS listing. It's organized differently and styled differently. Also the fading of the heartbeat status now works properly. Also fixed some theming issues with the connectButton when it was checked.
|
12 years ago |
Bryant
|
2ef52b98d1
|
HDDisplay gauges are now themed correctly depending on what theme is currently selected.
|
12 years ago |
Bryant
|
9d974d5a3d
|
Synchronized the dark theme to the changes to the light theme from the last commit. Also made more text change color based on selected theme.
|
12 years ago |
Bryant
|
a0f9044f2b
|
Changed menu style slightly.
|
12 years ago |
Bryant
|
46bc3bc2ec
|
The HSI widget now has different light & dark color schemes that should be more readable.
|
12 years ago |
Michael Carpenter
|
d906374afd
|
Fix for crash involving serial links not being removed from QGCToolBar properly.
|
12 years ago |
Lorenz Meier
|
91d34fc1a3
|
Merge pull request #274 from Susurrus/moreVehicleConfig
More vehicle config
|
12 years ago |
Bryant
|
2e98bbb9c8
|
Extended most of the new toolbar theming to the dark theme. It looks pretty good, though both themes still need some more refinement.
|
12 years ago |
Bryant
|
b35459ea00
|
Fixed only icon showing on the advanced menu in the toolbar.
|
12 years ago |
Bryant
|
bf112ef06a
|
The toolbar now displays much nicer under the light theme. Also colorized the connect/disconnect & delete buttons in the communications settings window.
|
12 years ago |
Bryant
|
652fce85be
|
Whoops. Look like you can't inherit from QToolBar using Qt Designer. Restored last set of code. Also, changed one of the QToolButtons to a QLabel in QGCToolbar.
|
12 years ago |
Bryant
|
ff66b8cdd4
|
Started moving the QGCToolBar over to a .ui file.
|
12 years ago |
Lorenz Meier
|
2b2cc1bb81
|
Merge pull request #276 from diydrones/waypoint_and_compile_fix
Waypoint and compile fix
|
12 years ago |
Michael Carpenter
|
8344f1690e
|
Fix for static const float cannot be initialized within a class definition, and other windows compile errors.
|
12 years ago |
Michael Carpenter
|
69982e2856
|
Fix for bug where displaying WaypointList after adding offline waypoints resulted in an empty waypoint list, until the next waypoint was manually added
|
12 years ago |
Bryant
|
5bd5069031
|
The separator between widgets now has a nicer color and :hover color in the light theme.
|
12 years ago |
Bryant
|
6f55292888
|
QDockWidgets now have hover/pressed colorings for both themes.
|
12 years ago |
Bryant
|
761f54815a
|
Reduced the QDockWidget's border down to 1px wide. Annoying to have 10px border on the widgets when they were floating.
|
12 years ago |
Bryant
|
247294a837
|
The mission listing now has its UI disabled when not usable due to the lack of a connected UAS.
|
12 years ago |
Bryant
|
d2317252a6
|
Removed the UnconnectedUASInfoWidget class as it could be replaced with a simple QLabel with the same functionality. Also styled the NO UAS warning on the ReadOnly mission view so it looks good in both dark and light themes.
|
12 years ago |