2513 Commits (296a2b37f29d0f05ac97629de50f201012004583)
 

Author SHA1 Message Date
Michael Carpenter 296a2b37f2 Addition of "Actions" widget. Similar to the Control dock widget, but APM specific. 12 years ago
Michael Carpenter 0032c8d031 Addition of groundSpeed property to UAS 12 years ago
Michael Carpenter 89838e3234 Change for new arduplane.pdef.xml, and some small visual fixes on the Configuration page 12 years ago
Michael Carpenter 1ecc3f0836 Change to how configuration view operates, menu on the left side rather than top 12 years ago
Michael Carpenter d39f344d39 Changes go UASQuickView handles resizing better, and doesn't "clip" text when the window is too small. 12 years ago
Michael Carpenter 051d56a960 Abstraction of UASQuickViewItem, and addition of new Text item to use the abstraction 12 years ago
Michael Carpenter c6cd2cc01f Added save/load settings to UASQuickView, and commented header file 12 years ago
Michael Carpenter 93b786aa56 Addition of saving UASQuickViewItem's on closing, and reloading them on open 12 years ago
Michael Carpenter 77d4ac6169 Change so UASQuickViewItemSelect widget no longer has extra buttons 12 years ago
Michael Carpenter e5e592056b Addition of QuickView selection dialog for add/remove of display items 12 years ago
Lorenz Meier 89696feb3e Merge pull request #279 from diydrones/toolbar_link_fix 12 years ago
Michael Carpenter d906374afd Fix for crash involving serial links not being removed from QGCToolBar properly. 12 years ago
Lorenz Meier 91d34fc1a3 Merge pull request #274 from Susurrus/moreVehicleConfig 12 years ago
Lorenz Meier 2b2cc1bb81 Merge pull request #276 from diydrones/waypoint_and_compile_fix 12 years ago
Michael Carpenter 8344f1690e Fix for static const float cannot be initialized within a class definition, and other windows compile errors. 12 years ago
Michael Carpenter 69982e2856 Fix for bug where displaying WaypointList after adding offline waypoints resulted in an empty waypoint list, until the next waypoint was manually added 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 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
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
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