2551 Commits (3d1a54df28b34f40fa9848bafee29d8b757f213f)
 

Author SHA1 Message Date
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
Michael Carpenter 3cf694dda3 Slight changes to the HUD per Craig, to make it a bit friendlier 12 years ago
Michael Carpenter b8d7252ffe Change so MAV specific DockWidgets don't appear on connection, but show up in the main menu 12 years ago
Michael Carpenter 28c1322428 Fix for initial "View" toolbar item not being checked as active 12 years ago
Lorenz Meier 44d148df77 Main widget menu redundancy removed 12 years ago
Lorenz Meier 036c883d1b Fixed tool widget instantiation 12 years ago
Lorenz Meier d67300d05b WIP on mp_merge integration 12 years ago
Lorenz Meier 7c57e2e575 Fixed visual bug on status bar 12 years ago
Lorenz Meier 3325c27475 Fixed visual state, fixed check state indication of main menu 12 years ago
Lorenz Meier bdf736fc34 Minor visual style fixes 12 years ago
Lorenz Meier aa2a971426 Rearranged action bar, saved screen state 12 years ago
Lorenz Meier 898eddc8de Merge branch 'master' of github.com:mavlink/qgroundcontrol 12 years ago
Michael Carpenter 5131983db1 Tabified horizontal indication behind QuickView in the Pilot View 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
Michael Carpenter 7dc2b119ca Started adding numbers to QGC_APPLICATION_VERSION for development builds, since dev builds need the config file wiped out for UI changes to be visible 12 years ago
Michael Carpenter c201b3668b Change of the "look" of the pilot screen for ease of use 12 years ago