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 |
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 |
dongfang
|
d548045711
|
merge
|
12 years ago |
dongfang
|
45c48fa0d3
|
merge
|
12 years ago |
dongfang
|
d25d3be973
|
Merge remote-tracking branch 'diydrones/mp_merge_new'
Added triple layout PFD
|
12 years ago |
Lorenz Meier
|
a13508b3e6
|
Allowed offline editing of waypoints
|
12 years ago |
dongfang
|
767161453f
|
more PFD integration
|
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 |
dongfang
|
7cedf391ef
|
more PFD integration
|
12 years ago |
Michael Carpenter
|
5843b6ac31
|
Change for new arduplane.pdef.xml, and some small visual fixes on the Configuration page
|
12 years ago |
Michael Carpenter
|
913c64179c
|
Fix for layout glitch when using HIL Configuration, and added checks to see if there is an active UAS before attempting to connect HSIDisplay signals
|
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 |
Michael Carpenter
|
af3fc38cc9
|
Fix for HIL dock widget
|
12 years ago |
dongfang
|
ccd2ba2f24
|
merged
|
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 |
Michael Carpenter
|
0049997b69
|
Increment version number, since the new AHRS would break setting loading
|
12 years ago |
Michael Carpenter
|
d3c13e6570
|
Changes for compiling in windows and getting the AHRS working
|
12 years ago |
dongfang
|
44dc66196a
|
Undone the HUD_old renaming and fixed public slots in PrimaryFlightDisply that were not.
|
12 years ago |
dongfang
|
c6ab1f0594
|
First PrimaryFlightDisplay integration that will even compile. Non functionalgit status
|
12 years ago |
dongfang
|
d8b646be32
|
experiment
|
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 |