Bryant
|
ff66b8cdd4
|
Started moving the QGCToolBar over to a .ui file.
|
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 |
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 |
Lorenz Meier
|
259403bef2
|
Checkpoint WPs issue-free in operation
|
12 years ago |
Lorenz Meier
|
4f91c4afbe
|
Checkpoint: Cleaned up a lot withint the WP management infrastructure
|
12 years ago |
Lorenz Meier
|
a13508b3e6
|
Allowed offline editing of waypoints
|
12 years ago |
Lorenz Meier
|
42de6b7cb1
|
HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now
|
12 years ago |
Bryant
|
9619b50361
|
Merge branch 'restyling' of github.com:Susurrus/qgroundcontrol into restyling
|
12 years ago |
Bryant
|
9b1804a84f
|
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into restyling
|
12 years ago |
Bryant
|
89b67098de
|
Segregated the coloring of the UI from the rest of the styling in the CSS, so now style-base.css is loaded before the colorizing CSS files.
|
12 years ago |
Bryant
|
9e572aa8b5
|
Merging the style-light and style-dark stylesheets so that share the same base
|
12 years ago |
Bryant
|
fdcb556737
|
Removed the ICONDIR token from the CSS styles; it wasn't necessary and slowed down applying new styles to QGC.
|
12 years ago |
Lorenz Meier
|
8432278f72
|
Fixed a bunch of instantiation-order issues
|
12 years ago |
Lorenz Meier
|
10d1c8280b
|
Fixed another init bug
|
12 years ago |
Lorenz Meier
|
e6e7600761
|
Hotfix: Fixed widget / UAS initialization order which led to text messages (and other updates) being ignored if the widget was not open when the UAS was created
|
12 years ago |
Bryant
|
005ab6ee94
|
Selecting the desired stylesheet now works correctly, including saving settings between application launches.
|
12 years ago |
Bryant
|
9d969f1fdd
|
The style changing UI now works somewhat. Doesn't interact with QSettings yet.
|
12 years ago |
Bryant
|
ac2522d209
|
Forgot to update the resource file to point to the new names for the CSS files.
|
12 years ago |
Bryant
|
a4201a09d0
|
Revised the UI for styling QGC again. I think it's a little clearer now.
|
12 years ago |
Bryant
|
2a0f669b07
|
Forgot to rename the CSS files, though the code in the last commit already assumed these names.
|
12 years ago |
Bryant
|
2d61e288bb
|
Reworked the styling UI. Now there are 4 options: light, dark, custom_light, and custom_dark. Things don't quite work right, but the proof-of-concept is done.
|
12 years ago |
Bryant
|
2b07ea50e9
|
Further styling changes to the outdoor stylesheet. The indoor sheet was modified as inline styles are removed from the C++ code.
|
12 years ago |
Bryant
|
3be737b10f
|
Fixed a couple of compilation warnings and removed some blank lines/dead code from QGCTextLabel.cc
|
12 years ago |
Bryant
|
5a8d202a8d
|
Some .ui files still pointed to an old mavground.qrc file. They now point to the proper qgroundcontrol.qrc file.
|
12 years ago |
Bryant
|
1dedf29750
|
Refactored indoor stylesheet to have consistent spacing. Removed commented-out code as well.
|
12 years ago |
Bryant
|
9f8145d0f9
|
Removed commented-out references to setStyleSheet(). Moving towards all styles being set in .css files
|
12 years ago |
Bryant
|
78f45dc852
|
Fixed line endings in MainWindow.cc
|
12 years ago |
Bryant
|
5c33850d61
|
Moved QStatusBar styling to the stylesheet.
|
12 years ago |
Bryant
|
c91ab41310
|
Fixed a few minor unused variable compilation warnings.
|
12 years ago |