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
Michael Carpenter
5843b6ac31
Change for new arduplane.pdef.xml, and some small visual fixes on the Configuration page
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
Michael Carpenter
f5d89a62fd
Change to how configuration view operates, menu on the left side rather than top
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
Bryant
1dedf29750
Refactored indoor stylesheet to have consistent spacing. Removed commented-out code as well.
12 years ago
Bryant
5c33850d61
Moved QStatusBar styling to the stylesheet.
12 years ago
Michael Carpenter
65f16374df
Changes for new calibration in APM 3.0 (Re: https://github.com/diydrones/MissionPlanner/issues/38 ), and change in some of the serial timeouts
12 years ago
Michael Carpenter
5f05214dd6
New XML file for arduparams
12 years ago
Michael Carpenter
1413557255
Change so Waypoints are the same across maps, and offline waypoints get appeneded to the end of the MAV's waypoint list on connect
12 years ago
Lorenz Meier
f8c199468a
Usability fixes on status bar
12 years ago
Lorenz Meier
eca36bd275
Re-enabled resizing
12 years ago
Lorenz Meier
8ba039ec53
Re-enabled resizing
12 years ago
Lorenz Meier
03655f148f
Usability fixes on status bar
12 years ago
Lorenz Meier
c555a9fdac
Removed frame artifacts, but needs additional sweep
12 years ago
Michael Carpenter
649ba98c3c
Addition of Camera Mount parameter files
12 years ago
Michael Carpenter
02f4a7edde
Addition of new "User" param for apm.pdef.xml file, allowing for sorting config entries between general and advanced tabs
12 years ago
Michael Carpenter
1516ebe8fa
Moved failsafes configuration window to vehicle specific config
12 years ago
Michael Carpenter
e600db61dc
More changes to the config system, addition of more calibration preferences
...
Variable calibration procedure text based on the autopilot, stored in files/%autopilot%/general/calibration/description.txt.
Added a new QGCTextLabel type for QGW files, which can display MAV text or hardcoded text.
Added tabular configuration screens based on folder structure inside the files/autopilot/airframe folders
12 years ago
Michael Carpenter
a6eea35ad9
Changed PX4 qgw file structure to match new search patterns for config widgets
12 years ago
Michael Carpenter
5e03573c81
Major change to configuration, to allow for loading from APM generated xml
...
This commit still allows configuration widgets to be loaded from qgc files
assuming that there is no APM generated xml file (arduplane.pdef.xml) in
the files/%autopilorname%/ directory. This filename needs to be
configurable, and selectable at runtime. It is not yet.
12 years ago
Michael Carpenter
e488b36b4c
Added a bunch more configurations, and a general APM calibration file
12 years ago
Michael Carpenter
c54da9269f
New ComboBox param configuration UI element, and qgw widgets for general
...
APM configuration, battery and extra sensors
12 years ago
Lorenz Meier
c00032ef16
Lots of usability improvements
12 years ago
Lorenz Meier
9fb46a100d
More usability improvements
12 years ago
Lorenz Meier
32dfbd993f
More usability improvements
12 years ago
Lorenz Meier
da66c5a85d
Improved visual quality
12 years ago
Lorenz Meier
d9360a155c
PX4 RC calibration (trim offsets) support
12 years ago
Thomas Gubler
0a92db9fe3
Flightgear Easystar model
12 years ago
Lorenz Meier
16f28ff7f2
Additional support files
12 years ago
Lorenz Meier
a89fd4d30c
Minor visual style fixes
13 years ago
Lorenz Meier
7c5dca1c92
First working version of tooltips, look and feel horrible, but functionality is there
13 years ago
Lorenz Meier
9d152ddc9d
Huge step towards usability goals: Graphic vehicle configuration in a first (ugly) sketch
13 years ago
Thomas Gubler
9eb77d2ef9
added Rascal airplane model for flightgear which also includes a 3D model (from http://flightgear.org/legacy-Downloads/aircraft-2.0.0/ )
13 years ago
Lorenz Meier
6390b27195
Disabled firebug, fixed beachballing in Debug console
13 years ago