2516 Commits (e536522e6469736556fa2a143b99b50c18498db1)
 

Author SHA1 Message Date
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 12 years ago
Lorenz Meier a23be949e0 Merge pull request #272 from Susurrus/vehicle_config 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
Lorenz Meier d3ad390c8f Merge pull request #267 from Susurrus/widget_menu_sep 12 years ago
Bryant e380911b9f Added missing separater to Tool Widgets menu. 12 years ago
Lorenz Meier 4c9ba5c735 Bumped version number to safeguard against settings 12 years ago
Michael Carpenter d99bc2d290 Change so dock widget preferences are saved depending on which autopilot is currently active 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 9c2701510e Change in how APM requests data updates on connect 12 years ago
Michael Carpenter 7f4cb98799 On no serial data, now attempts both a "reboot" reset, and then a DTR reset of the autopilot 12 years ago
Michael Carpenter 7588d14098 Addition of requesting status updates from APM, if APM is in a state with no status updates, this will request them 12 years ago
Michael Carpenter 5f05214dd6 New XML file for arduparams 12 years ago