Don Gagne
812ee27236
Cut over 100% to new Map/Mission code
...
- Delete all old map code
10 years ago
Don Gagne
d5146cd2a2
Resource restructuring
...
- All resources are either under src or under resources dirs
- Removed files top level directory
- Move flightgear files to top level dir
10 years ago
Don Gagne
9ed04b1d32
Bump default font pt to 12, remove unused sections
10 years ago
Don Gagne
44f95b32fd
Fix light style for vehicle setup buttons
10 years ago
Don Gagne
34e856774e
Create master/slave relationship for styles
...
The dark css is the master and contains all style information. The
light css is the slave and only contains color information.
10 years ago
Bryant
a8addd09d1
Fix readability issues with the Onboard Parameters treeview items in the light theme.
11 years ago
Bryant
16cd6cc7a2
Fixed coloring of headers in TreeViews for dark themes.
...
Also added a corresponding style for the light themes to make it a little prettier (though it wasn't broken on light themes).
11 years ago
Bryant
488c30039e
Adjust stylesheets to render menubar items correctly.
...
There is a *bug in Qt5 (as of 5.3.1) where QMenuBar::items don't inherit their background colors, but revert to default system styling. The work around is to explicitly color their backgrounds.
11 years ago
Lorenz Meier
fc3c73b277
Updated MAVLink, fixed minor issues with contributed style updates, ready for prime time
12 years ago
Bryant
df140d38d5
Fixed styling of the toolbar, specifically coloring and sizing of the buttons, and made the labels aware of the current window theme. Also made some changes to updating the toolbar when switching UASes or when UASes disconnect/reconnect.
12 years ago
Bryant
133b39f968
Styling improvements to the joystick configuration window.
12 years ago
Bryant
897758782b
The joystick widget now has theming capabilities. Also displays button presses properly now.
12 years ago
Bryant
61e63ac09a
Styling improvements to the joystick configuration window.
12 years ago
Bryant
d622ba221f
Changed the action button group in the toolbar to have an inset style like they used to.
12 years ago
Bryant
9a96e49fe7
The QGCUnconnectedInfoWidget now remains square and has more rounded edges so that it looks more like a button.
12 years ago
Bryant
0102cf8495
Increased label font size and progress bar height for toolbar child widgets.
12 years ago
Bryant
f4c1eaab06
The joystick widget now has theming capabilities. Also displays button presses properly now.
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
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
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
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
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
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
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
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
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
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
fdcb556737
Removed the ICONDIR token from the CSS styles; it wasn't necessary and slowed down applying new styles to QGC.
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
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
Jessica
c643b2d019
Made slight changes to the .css files nad MainWindow.ui.
13 years ago
Jessica
1fef8b3b73
Addressed issue #26 . Select System, Plugins and System are disabled when neccessary. Removed style-outdoor-dark.css. Moved the other two .css files and Vera.ttf into files/styles.
13 years ago
Jessica
16e84a54ff
Moved the images folder to the files directory. Changed all of the paths to images to files/images.
13 years ago
Jessica
6c6684d394
Moved the images folder to the files directory. Changed all of the paths to images to files/images.
13 years ago
pixhawk
74d21a642a
Added proper support for loading / updating different stylesheets
14 years ago
pixhawk
9a11483b20
Fixed many, many small visual issues
14 years ago
pixhawk
46a2a7cf79
Adjustments to QGroundControl to suit small displays
14 years ago