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 |
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 |
Bryant
|
f2fd73b318
|
The editable waypoint view has been completely reworked from a styling perspective. Now both the light and dark styles work great, though switching between the styles doesn't work as expected yet. That's still to come.
|
12 years ago |
Bryant
|
341d296613
|
Further refinements of both the dark and light themes. The light theme is about 95% done, though the dark needs some more work.
|
12 years ago |
Bryant
|
3126bdd5f3
|
The light and dark style sheets are now self-contained instead of only coloring. Both the have been synchronized, though the light style sheet still needs some adjustments.
|
12 years ago |
Bryant
|
19506a7acd
|
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into restyling
Conflicts:
src/ui/MainWindow.cc
|
12 years ago |
Bryant
|
81f01e17a1
|
Accidently disabled one of the config panes by default; restoring it.
|
12 years ago |
Bryant
|
ac79125159
|
Removed extraneous debug statement that just cluttered the console. Hard to debug anything else with this active.
|
12 years ago |
Bryant
|
853fee842c
|
Set most UI to disabled by default with it only enabled on the addition of an active UAS. Added all missing parameter control buttons to the Vehicle Config widget.
|
12 years ago |
Bryant
|
1268b94546
|
Fixed warning comparing ints of different signed-ness. Everything should just be unsigned here.
|
12 years ago |
Bryant
|
46a436ef53
|
Small code cleanup. If statement was removed because at this point 'mav' has already been assumed to be non-null for a while.
|
12 years ago |
Lorenz Meier
|
a23be949e0
|
Merge pull request #272 from Susurrus/vehicle_config
Fixed some display of parameters where no vehicle-specific config is specified
|
12 years ago |
Bryant
|
18a7f56e44
|
Fixed setting the slider position based on parameter values for variables that don't have a range specified.
|
12 years ago |
Bryant
|
34dc082243
|
Removed unused code causing compilation warnings.
|
12 years ago |
Bryant
|
a97cc28f53
|
Simplified switch statement.
|
12 years ago |
Lorenz Meier
|
a0a4efbd88
|
Fix initial acceptance radius, warn user about offline mode
|
12 years ago |
Lorenz Meier
|
3490be909c
|
Made vehicle config robust against unknown system types
|
12 years ago |
Lorenz Meier
|
80f8aac39e
|
Only loading port names which still are available, fixed more compile errors
|
12 years ago |
Lorenz Meier
|
b94f906c51
|
Fixed minor compile error
|
12 years ago |
Lorenz Meier
|
76cbb4c117
|
Cleaned up version number
|
12 years ago |
Lorenz Meier
|
d87add18f1
|
Compile fixes, added warning for log replay
|
12 years ago |