Michael Carpenter
c201b3668b
Change of the "look" of the pilot screen for ease of use
12 years ago
Michael Carpenter
adf1124f7e
Change so Pilot view is default when opening QGC
12 years ago
Michael Carpenter
aef36099e7
Fix for crash when removing item from QuickView, and addition of more generic signal/slot combonation for property updates
12 years ago
Michael Carpenter
73a9b95ce2
Fix for bad file name extensions. Should stick to the standard cc, not cpp
12 years ago
Michael Carpenter
0d1656d899
Added support for MAVLINK_MSG_ID_NAV_CONTROLLER_OUTPUT for Distance to waypoint property
12 years ago
Michael Carpenter
fefba511d8
Added satelliteCount to the QuickView, and made quickview a default display on the mission planner view.
12 years ago
Michael Carpenter
9021991d01
Addition of more Q_PROPERTIES to UAS.cc, including visible GPS satellite count
12 years ago
Michael Carpenter
76ca1553d4
Temp commit of new UAS properties and UASQuickView for viewing UAS Properties
12 years ago
Michael Carpenter
56d6bc66ee
Fix for stock tool dockwidget locations not being saved properly after fix for custom dockwidgets
12 years ago
Lorenz Meier
f8c199468a
Usability fixes on status bar
12 years ago
Lorenz Meier
ae15256eed
Lots of usability improvements
12 years ago
Lorenz Meier
d20df90e15
Merged cherry-pick
12 years ago
Lorenz Meier
eca36bd275
Re-enabled resizing
12 years ago
Lorenz Meier
dc46e15df6
Merge branch 'mp_merge_new' of https://github.com/diydrones/qgroundcontrol into config_improvements
12 years ago
Michael Carpenter
edcb9fe6bb
Change so custom widgets load properly, and realtime plot displays when connected to a MAV
12 years ago
Lorenz Meier
8ba039ec53
Re-enabled resizing
12 years ago
Michael Carpenter
65980cfb22
Fix for dock widget titlebars moving around when in advanced mode
12 years ago
Michael Carpenter
ec18ee402b
New titlebar widgets to give dock windows titles when not in advanced mode
12 years ago
Lorenz Meier
2a7945349c
merged
12 years ago
Lorenz Meier
03655f148f
Usability fixes on status bar
12 years ago
Lorenz Meier
d967b1fb35
Merge branch 'mp_merge' of https://github.com/diydrones/qgroundcontrol into mp3
12 years ago
Lorenz Meier
c555a9fdac
Removed frame artifacts, but needs additional sweep
12 years ago
Michael Carpenter
0dd146b962
Change so mission view is default instead of unconnected, fixing a bug causing misloading of tool widgets
12 years ago
Michael Carpenter
3c73f51de6
Changes to allow for compiling with MSVC2012
12 years ago
Michael Carpenter
14097878d2
Addition of new "Point Camera" action on the Map for APM
12 years ago
Michael Carpenter
89e333e860
Additions for View navigation, including saving dockwidget locations and status. Also added remembering of "Advanced Mode" between restarts of QGC
12 years ago
Michael Carpenter
2a18b17f33
Changes for the new "View" navigation, and fixes to get most of the dockwidgets working with the new view system
12 years ago
Michael Carpenter
ce9d6ce181
Addition of new "view" based navigation, and moved DockWidgets inside each
...
view, rather than having universal dock widgets.
12 years ago
Michael Carpenter
434ac62110
Disabled movement of dock widges, unless in "Advanced Mode" (File->Advanced Mode)
12 years ago
Michael Carpenter
bb90b29529
Change for W/R on config params to be Set/Get for consistancy with the rest of the GUI
12 years ago
Michael Carpenter
649ba98c3c
Addition of Camera Mount parameter files
12 years ago
Michael Carpenter
274d076805
Change for conditionally displayed config items (based on other params), and fix for layout of some config items
12 years ago
Michael Carpenter
476c71b640
Addition of Configuration View as a new , with toolbar button
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
232c5d5078
Fix for bug involving min/max slider values from metadata
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
d67a305fa6
Code cleanup and additional error checking in QGCVehicleConfig.cc
12 years ago
Michael Carpenter
5b943e8828
Fix for settings not persisting, a bug introduced with the new configuration windows
12 years ago
Michael Carpenter
995422bf3b
Fix for a typo, resulting in XML APM metadata being mis-parsed.
12 years ago
Michael Carpenter
0596954767
Removal of some comments, and fix for JoystickInput not exiting cleanly
12 years ago
Michael Carpenter
a7348f75f9
Change so only matching system_type xml parameter meta data is loaded
12 years ago
Michael Carpenter
ce65f9f7f4
Fixed valueChanged bug in QGCParamSlider and added in automatic min/max slider values based on param QVariant type
12 years ago
Michael Carpenter
7888bdb98b
Addition of advanced parameters, for anything not defined in the .xml file
...
Configuration parameters are now split into two categories, General and
Advanced, where General parameters are anything defined in the
configuration file and Advanced are anything not defined in the
configuration file, but the autopilot still returns when requesting a
parameter list.
12 years ago
Michael Carpenter
ef37f508bd
Fix for incorrectly positioned tooltips on QGCToolWidgetItems
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
bc2fc3e521
Addition of APM guided mode via right-click context menu in map view.
...
The right click menu will only show up when connected to an APM autopilot,
since this feature is APM only.
12 years ago
Michael Carpenter
47f4daaef7
Fix for uint8/int8 params not populating config sliders correctly
12 years ago
Michael Carpenter
e488b36b4c
Added a bunch more configurations, and a general APM calibration file
12 years ago