Michael Carpenter
|
296a2b37f2
|
Addition of "Actions" widget. Similar to the Control dock widget, but APM specific.
|
12 years ago |
Michael Carpenter
|
0032c8d031
|
Addition of groundSpeed property to UAS
|
12 years ago |
Michael Carpenter
|
89838e3234
|
Change for new arduplane.pdef.xml, and some small visual fixes on the Configuration page
|
12 years ago |
Michael Carpenter
|
1ecc3f0836
|
Change to how configuration view operates, menu on the left side rather than top
|
12 years ago |
Michael Carpenter
|
d39f344d39
|
Changes go UASQuickView handles resizing better, and doesn't "clip" text when the window is too small.
|
12 years ago |
Michael Carpenter
|
051d56a960
|
Abstraction of UASQuickViewItem, and addition of new Text item to use the abstraction
|
12 years ago |
Michael Carpenter
|
c6cd2cc01f
|
Added save/load settings to UASQuickView, and commented header file
|
12 years ago |
Michael Carpenter
|
93b786aa56
|
Addition of saving UASQuickViewItem's on closing, and reloading them on open
|
12 years ago |
Michael Carpenter
|
77d4ac6169
|
Change so UASQuickViewItemSelect widget no longer has extra buttons
|
12 years ago |
Michael Carpenter
|
e5e592056b
|
Addition of QuickView selection dialog for add/remove of display items
|
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 |
dongfang
|
10840b7c31
|
Multiple altitudes and speeds signals. Simplified PFD
|
12 years ago |
dongfang
|
13dcbfae6d
|
Lorenz merge
|
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 |
dongfang
|
59a57d53a0
|
PFD rework
|
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 |
dongfang
|
8e4319ae9c
|
dongfang notes added
|
12 years ago |
dongfang
|
71c451ffc1
|
PFD layout simplification (no corner panels)
|
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 |
dongfang
|
501f5124de
|
PFD changes
|
12 years ago |
dongfang
|
82c2f1ea2a
|
Merge remote-tracking branch 'lorenz/master'
|
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 |
Bryant
|
d194b46c42
|
Fixed the QLabel:disabled colorings for the UI.
|
12 years ago |
Bryant
|
82c22375a5
|
Switched button coloring so they're default grey with a :hover of blue instead of the other way around.
|
12 years ago |
Bryant
|
9ad1179be2
|
Now I've added suitable styling to the UASQuickView widget.
|
12 years ago |
Bryant
|
e536522e64
|
The View Only waypoint view is now styled similarly to the editable view. Same caveats apply where the widgets don't update their style if QGC has its styles changed.
|
12 years ago |