地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lorenz Meier 67239b4f91 Merged QGC master with project-specific startup selection 12 years ago
..
RadioCalibration Fix stupid compile error 13 years ago
configuration Merged APM config changes, reverted some really ridiculous non-programming changes 12 years ago
designer Merged in large flight display UI redesign 12 years ago
firmwareupdate Many minor improvements 13 years ago
generated Moved the images folder to the files directory. Changed all of the paths to images to files/images. 13 years ago
linechart Renamed slot in ChartPlot to match connect() calls elsewhere. 12 years ago
main Cleaned up view mode selection 12 years ago
map Workaround google maps breakage 12 years ago
map3D Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code. 12 years ago
mavlink Fixed a number of compile warnings 13 years ago
mission Mission Plan Widget: Added support for MAV_CMD_DO_SEARCH custom pixhawk commands, fixed some tooltip bugs. 13 years ago
uas Merged master 12 years ago
watchdog K/R formatting, debugging serialport. 14 years ago
AudioOutputWidget.cc Added remote widget, commented code 15 years ago
AudioOutputWidget.h K/R formatting, debugging serialport. 14 years ago
AudioOutputWidget.ui Some .ui files still pointed to an old mavground.qrc file. They now point to the proper qgroundcontrol.qrc file. 12 years ago
CameraView.cc K/R formatting, debugging serialport. 14 years ago
CameraView.h K/R formatting, debugging serialport. 14 years ago
CommConfigurationWindow.cc Merged APM config changes, reverted some really ridiculous non-programming changes 12 years ago
CommConfigurationWindow.h Added fix for serial config window 12 years ago
CommSettings.ui The toolbar now displays much nicer under the light theme. Also colorized the connect/disconnect & delete buttons in the communications settings window. 12 years ago
DebugConsole.cc Addition of extra debug output to comms console during Serial Comms issues 12 years ago
DebugConsole.h Addition of extra debug output to comms console during Serial Comms issues 12 years ago
DebugConsole.ui Made communications console output window read only to avoid accidently typing in it. 12 years ago
HDDisplay.cc HDDisplay gauges are now themed correctly depending on what theme is currently selected. 12 years ago
HDDisplay.h Added logging of useful values from the HEARTBEAT and SYS_STATUS messages to the realtime plotter. 13 years ago
HDDisplay.ui Fixed long-standing issues with HSI display and load logging 14 years ago
HSIDisplay.cc Merge branch 'connStatus' of github.com:Susurrus/qgroundcontrol into connStatus 12 years ago
HSIDisplay.h Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code. 12 years ago
HUD.cc Minor changes 12 years ago
HUD.h Merge 12 years ago
InputConfiguration.cc K/R formatting, debugging serialport. 14 years ago
JoystickAxis.cc All UI elements in the JoystickWidget window are now updated properly when switching UASes, which was the last major issue with this code. A single small bug remains involving the UI not updating the axis values when switching joysticks until the axis is moved. 12 years ago
JoystickAxis.h Vastly improved the joystick documentation, removed some redundant/unnecessary code, and fixed a couple of small bugs. This code should be ready for live testing. 12 years ago
JoystickAxis.ui Restored range limiting to the throttle channel. Now if the UAS can't reverse, the throttle can be set to only use the positive range of the axis (useful with auto-centering control sticks) or to use the full range (for sticks that hold position). 12 years ago
JoystickButton.cc All UI elements in the JoystickWidget window are now updated properly when switching UASes, which was the last major issue with this code. A single small bug remains involving the UI not updating the axis values when switching joysticks until the axis is moved. 12 years ago
JoystickButton.h Vastly improved the joystick documentation, removed some redundant/unnecessary code, and fixed a couple of small bugs. This code should be ready for live testing. 12 years ago
JoystickButton.ui All UI elements in the JoystickWidget window are now updated properly when switching UASes, which was the last major issue with this code. A single small bug remains involving the UI not updating the axis values when switching joysticks until the axis is moved. 12 years ago
JoystickWidget.cc Improved UI when no joysticks are connected. Also removed hotplugging support for joysticks as it wasn't working, though SDL2 should fix that. 12 years ago
JoystickWidget.h Vastly improved the joystick documentation, removed some redundant/unnecessary code, and fixed a couple of small bugs. This code should be ready for live testing. 12 years ago
JoystickWidget.ui Refactored much of the joystick interface with the largest changes being the removal of dead/unused code including broken event-based SDL reading code. Additionally the mapping code should now work, though it hasn't been tested with controller switching or a real UAS. Finally the existing settings code has been commented-out as it is not compatible with the current state of this code and needs to be able to support different joysticks based on name. 12 years ago
Linechart.ui Minor visual style fixes 13 years ago
MAVLinkDecoder.cc Fixed HUD / Video widget to be useful 12 years ago
MAVLinkDecoder.h Addition of new Raw Status display, and tabbed widget container for QuickView 12 years ago
MAVLinkSettingsWidget.cc Fixed link forwarding 13 years ago
MAVLinkSettingsWidget.h K/R formatting, debugging serialport. 14 years ago
MAVLinkSettingsWidget.ui Added editable link forwarding 13 years ago
MainWindow.cc Merged QGC master with project-specific startup selection 12 years ago
MainWindow.h Merged QGC master with project-specific startup selection 12 years ago
MainWindow.ui Merged APM config changes, reverted some really ridiculous non-programming changes 12 years ago
MapWidget.cc Moved the images folder to the files directory. Changed all of the paths to images to files/images. 13 years ago
MapWidget.h K/R formatting, debugging serialport. 14 years ago
MapWidget.ui Finished scaffolding the graphical addition of WP via the MapWidget. Added the possibility to display the latitude and longitude of the cursor as a property of QMapControl. Major reorganization of the MapWidget constructor 15 years ago
ObjectDetectionView.cc K/R formatting, debugging serialport. 14 years ago
ObjectDetectionView.h Moved the images folder to the files directory. Changed all of the paths to images to files/images. 13 years ago
ObjectDetectionView.ui [landauf] added button to clear the pattern and letter lists 15 years ago
OgreWidget.cc K/R formatting, debugging serialport. 14 years ago
OgreWidget.h K/R formatting, debugging serialport. 14 years ago
OpalLinkConfigurationWindow.cc K/R formatting, debugging serialport. 14 years ago
OpalLinkConfigurationWindow.h K/R formatting, debugging serialport. 14 years ago
OpalLinkSettings.ui Some .ui files still pointed to an old mavground.qrc file. They now point to the proper qgroundcontrol.qrc file. 12 years ago
PX4FirmwareUpgrader.cc Firmware upgrade app, XPlane link improvements, better RC calibration 13 years ago
PX4FirmwareUpgrader.h Added PX4 firmware uploader skeleton, operational on all levels, needs full protocol implementation 13 years ago
PX4FirmwareUpgrader.ui Added PX4 firmware uploader skeleton, operational on all levels, needs full protocol implementation 13 years ago
ParameterInterface.cc K/R formatting, debugging serialport. 14 years ago
ParameterInterface.h K/R formatting, debugging serialport. 14 years ago
ParameterInterface.ui Visual cleanups in various places, fits now better small screens 13 years ago
ParameterView.ui Initial import 15 years ago
PrimaryFlightDisplay.cc System switching fixed and tested 12 years ago
PrimaryFlightDisplay.h System switching fixed and tested 12 years ago
QGCConfigView.cc Allowed flexible config initialization 12 years ago
QGCConfigView.h Allowed flexible config initialization 12 years ago
QGCConfigView.ui Allowed flexible config initialization 12 years ago
QGCDataPlot2D.cc Fixed the styling of all ChartPlot instances updating when the MainWindow updates. 12 years ago
QGCDataPlot2D.h Needed to remove debugging/test code before committing. Whoops. 13 years ago
QGCDataPlot2D.ui Working on map menu, fixing plot 14 years ago
QGCFirmwareUpdate.cc Added remote widget, commented code 15 years ago
QGCFirmwareUpdate.h Small compile fixes, fixed image copy calls for non-visible Huds 13 years ago
QGCFirmwareUpdate.ui Many minor improvements 13 years ago
QGCHilConfiguration.cc HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now 12 years ago
QGCHilConfiguration.h HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now 12 years ago
QGCHilConfiguration.ui First stab at JSBSim interface, compiling, operational, but needs the correct startup folders and arguments 12 years ago
QGCHilFlightGearConfiguration.cc manual merge of master into hil_flightgear_dev 12 years ago
QGCHilFlightGearConfiguration.h Added stop button for flightgear hil. 13 years ago
QGCHilFlightGearConfiguration.ui flightgear hil: removing notrim argument for compatibility with fg 2.6 12 years ago
QGCHilJSBSimConfiguration.cc First stab at JSBSim interface, compiling, operational, but needs the correct startup folders and arguments 12 years ago
QGCHilJSBSimConfiguration.h First stab at JSBSim interface, compiling, operational, but needs the correct startup folders and arguments 12 years ago
QGCHilJSBSimConfiguration.ui First stab at JSBSim interface, compiling, operational, but needs the correct startup folders and arguments 12 years ago
QGCHilXPlaneConfiguration.cc Merge branch 'master' into integration_merge_connstatus 12 years ago
QGCHilXPlaneConfiguration.h HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now 12 years ago
QGCHilXPlaneConfiguration.ui HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now 12 years ago
QGCMAVLinkInspector.cc Fixed the Clear button in the MAVLink inspector window to actually clear previous messages. 13 years ago
QGCMAVLinkInspector.h Fixed the Clear button in the MAVLink inspector window to actually clear previous messages. 13 years ago
QGCMAVLinkInspector.ui Added clear button to MSG inspector 13 years ago
QGCMAVLinkLogPlayer.cc Further refinements to the dark/light themes. Focused mostly on the status bar at the bottom. 12 years ago
QGCMAVLinkLogPlayer.h Further refinements to the dark/light themes. Focused mostly on the status bar at the bottom. 12 years ago
QGCMAVLinkLogPlayer.ui Usability fixes on status bar 12 years ago
QGCMainWindowAPConfigurator.cc Added widget menu 15 years ago
QGCMainWindowAPConfigurator.h Added widget menu 15 years ago
QGCPX4VehicleConfig.cc Allowed flexible config initialization 12 years ago
QGCPX4VehicleConfig.h Allowed flexible config initialization 12 years ago
QGCPX4VehicleConfig.ui Allowed flexible config initialization 12 years ago
QGCParamWidget.cc Merged master 12 years ago
QGCParamWidget.h Major change to configuration, to allow for loading from APM generated xml 12 years ago
QGCPluginHost.cc Many minor improvements 13 years ago
QGCPluginHost.h Many minor improvements 13 years ago
QGCPluginHost.ui Many minor improvements 13 years ago
QGCPxImuFirmwareUpdate.cc Added remote widget, commented code 15 years ago
QGCPxImuFirmwareUpdate.h K/R formatting, debugging serialport. 14 years ago
QGCPxImuFirmwareUpdate.ui Started to add support for autopilot firmware updates, added Linux compile instructions, fixed date in mavlink.h to english independent of OS language settings 15 years ago
QGCRGBDView.cc Removed OpenGL dependency in HUD, merged in HUD from Soren Kuula and config changes from Michael Carpenter 12 years ago
QGCRGBDView.h Undone the HUD_old renaming and fixed public slots in PrimaryFlightDisply that were not. 12 years ago
QGCRemoteControlView.cc Fixed crash in QGCRemoteControlView.cc when a UAV is connected, but not RADIO_CONTROL packet has been received. 12 years ago
QGCRemoteControlView.h Substantially improved runtime speed, fixed a few more bugs 14 years ago
QGCRemoteControlView.ui Working in SLUGS widgets for debug 14 years ago
QGCSensorSettingsWidget.cc Disabled bogus calibration buttons 14 years ago
QGCSensorSettingsWidget.h Fixed data stream interface widgets - now transmitting after 400 ms user timeout. No more data stream request flooding 14 years ago
QGCSensorSettingsWidget.ui Cleaned up minor things, small bugfixes 14 years ago
QGCSettingsWidget.cc First stab at better multi-use / multi-platform requirements 12 years ago
QGCSettingsWidget.h First stab at better multi-use / multi-platform requirements 12 years ago
QGCSettingsWidget.ui First stab at better multi-use / multi-platform requirements 12 years ago
QGCStatusBar.cc Merged APM config changes, reverted some really ridiculous non-programming changes 12 years ago
QGCStatusBar.h Removed frame artifacts, but needs additional sweep 12 years ago
QGCTabbedInfoView.cpp Placed connect button better, added simple message console 12 years ago
QGCTabbedInfoView.h Placed connect button better, added simple message console 12 years ago
QGCTabbedInfoView.ui Addition of new Raw Status display, and tabbed widget container for QuickView 12 years ago
QGCToolBar.cc Merged QGC master with project-specific startup selection 12 years ago
QGCToolBar.h Merged APM config changes, reverted some really ridiculous non-programming changes 12 years ago
QGCUDPLinkConfiguration.cc K/R formatting, debugging serialport. 14 years ago
QGCUDPLinkConfiguration.h K/R formatting, debugging serialport. 14 years ago
QGCUDPLinkConfiguration.ui Added link multiplexing, added several new packets 14 years ago
QGCVehicleConfig.cc Merged APM config changes, reverted some really ridiculous non-programming changes 12 years ago
QGCVehicleConfig.h Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code. 12 years ago
QGCVehicleConfig.ui Finished merging QGCVehicleConfig.ui, which I hadn't done properly last night. Things are now in a usable state again. 12 years ago
QGCWaypointListMulti.cc Allowed offline editing of waypoints 12 years ago
QGCWaypointListMulti.h Implemented offline Waypoint editing. "Clear all Waypoints" button works again 14 years ago
QGCWaypointListMulti.ui Added full support for multi-MAV wp handling, cleaned up simulation 14 years ago
QGCWebView.cc Added support for Google Earth 15 years ago
QGCWebView.h K/R formatting, debugging serialport. 14 years ago
QGCWebView.ui Added support for Google Earth 15 years ago
QGCWelcomeWidget.cc Improved visual quality 12 years ago
QGCWelcomeWidget.h Improved visual quality 12 years ago
QGCWelcomeWidget.ui Improved visual quality 12 years ago
QMap3D.ui Added a more generic osgqtwidget for map3d. 15 years ago
SerialConfigurationWindow.cc Fix to improve QSerialPort integration & stability. 12 years ago
SerialConfigurationWindow.h Fixed last comm port config error 14 years ago
SerialSettings.ui Updated QGC 14 years ago
SlugsDataSensorView.cc Impl. Lorenz suggestions wrt one velocityChanged, altitudeChanged, speedChanged signal per reference frame. Impl. CDI on compass disk. 12 years ago
SlugsDataSensorView.h Erros casused by all of the mergedd branches are now fixed for qgroundcontrol.pro. Working on fixing the errors that now appeare in qgcunittest.pro. 13 years ago
SlugsDataSensorView.ui Change slugs_messages to common_messages 14 years ago
SlugsHilSim.cc K/R formatting, debugging serialport. 14 years ago
SlugsHilSim.h Ported to final MAVLink v1.0 draft 14 years ago
SlugsHilSim.ui send and receive datagram 14 years ago
SlugsPadCameraControl.cpp K/R formatting, debugging serialport. 14 years ago
SlugsPadCameraControl.h K/R formatting, debugging serialport. 14 years ago
SlugsPadCameraControl.ui Change slugs_messages to common_messages 14 years ago
SlugsVideoCamControl.cpp Remove SlugsVideoCamControl and modification of SlugsPadCameraControl 14 years ago
UASControl.ui Some .ui files still pointed to an old mavground.qrc file. They now point to the proper qgroundcontrol.qrc file. 12 years ago
UASControlParameters.ui Fixed merge issues 14 years ago
UASInfo.ui Fixed param loading 13 years ago
UASList.ui Reworked the UAS listing. It's organized differently and styled differently. Also the fading of the heartbeat status now works properly. Also fixed some theming issues with the connectButton when it was checked. 12 years ago
UASRawStatusView.cpp Some minor execution time fixes 12 years ago
UASRawStatusView.h Added UASRawView to the tabbed quick view 12 years ago
UASRawStatusView.ui Addition of new Raw Status display, and tabbed widget container for QuickView 12 years ago
UASView.ui Reworked the UAS listing. It's organized differently and styled differently. Also the fading of the heartbeat status now works properly. Also fixed some theming issues with the connectButton when it was checked. 12 years ago
WaypointEditableView.cc The background color of the mission items is now controlled by stylesheets as well. This change also fixed restyling the mission lists when a style change occurred. 12 years ago
WaypointEditableView.h 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
WaypointEditableView.ui 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
WaypointList.cc Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into restyling 12 years ago
WaypointList.cc.orig Backup. Do not use 13 years ago
WaypointList.h Removed the UnconnectedUASInfoWidget class as it could be replaced with a simple QLabel with the same functionality. Also styled the NO UAS warning on the ReadOnly mission view so it looks good in both dark and light themes. 12 years ago
WaypointList.ui The mission listing now has its UI disabled when not usable due to the lack of a connected UAS. 12 years ago
WaypointViewOnlyView.cc Merge branch 'master' into integration_merge_connstatus 12 years ago
WaypointViewOnlyView.h 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
WaypointViewOnlyView.ui 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
XbeeConfigurationWindow.cpp Fix for compile error on windows 12 years ago
XbeeConfigurationWindow.h Changed Xbeelink configuration 14 years ago
apmtoolbar.cpp Fix to make Baud and PortName update when changed 12 years ago
apmtoolbar.h APM Tool Bar: connected connect(bool) signal to connect button. 12 years ago
dockwidgettitlebareventfilter.cpp Removed extraneous debug statement that just cluttered the console. Hard to debug anything else with this active. 12 years ago
dockwidgettitlebareventfilter.h Fix for dock widget titlebars moving around when in advanced mode 12 years ago
dongfang-scrapyard.txt PFD rework 12 years ago
submainwindow.cpp Addition of new "view" based navigation, and moved DockWidgets inside each 12 years ago
submainwindow.h Addition of new "view" based navigation, and moved DockWidgets inside each 12 years ago