Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
78550907
Commit
78550907
authored
May 31, 2016
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust license terms in all headers to reflect new dual-license
parent
dfcf1e2d
Changes
456
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
456 changed files
with
3861 additions
and
9749 deletions
+3861
-9749
APMAirframeComponent.cc
src/AutoPilotPlugins/APM/APMAirframeComponent.cc
+9
-22
APMAirframeComponent.h
src/AutoPilotPlugins/APM/APMAirframeComponent.h
+9
-22
APMAirframeComponent.qml
src/AutoPilotPlugins/APM/APMAirframeComponent.qml
+8
-21
APMAirframeComponentAirframes.cc
src/AutoPilotPlugins/APM/APMAirframeComponentAirframes.cc
+9
-22
APMAirframeComponentAirframes.h
src/AutoPilotPlugins/APM/APMAirframeComponentAirframes.h
+9
-22
APMAirframeComponentController.cc
src/AutoPilotPlugins/APM/APMAirframeComponentController.cc
+9
-22
APMAirframeComponentController.h
src/AutoPilotPlugins/APM/APMAirframeComponentController.h
+9
-22
APMAirframeLoader.cc
src/AutoPilotPlugins/APM/APMAirframeLoader.cc
+8
-21
APMAirframeLoader.h
src/AutoPilotPlugins/APM/APMAirframeLoader.h
+8
-21
APMAutoPilotPlugin.cc
src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc
+8
-21
APMAutoPilotPlugin.h
src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h
+9
-22
APMCameraComponent.cc
src/AutoPilotPlugins/APM/APMCameraComponent.cc
+8
-21
APMCameraComponent.h
src/AutoPilotPlugins/APM/APMCameraComponent.h
+9
-22
APMCameraComponent.qml
src/AutoPilotPlugins/APM/APMCameraComponent.qml
+8
-21
APMCompassCal.cc
src/AutoPilotPlugins/APM/APMCompassCal.cc
+9
-22
APMCompassCal.h
src/AutoPilotPlugins/APM/APMCompassCal.h
+9
-22
APMFlightModesComponent.cc
src/AutoPilotPlugins/APM/APMFlightModesComponent.cc
+9
-22
APMFlightModesComponent.h
src/AutoPilotPlugins/APM/APMFlightModesComponent.h
+9
-22
APMFlightModesComponent.qml
src/AutoPilotPlugins/APM/APMFlightModesComponent.qml
+8
-21
APMFlightModesComponentController.cc
...AutoPilotPlugins/APM/APMFlightModesComponentController.cc
+9
-22
APMFlightModesComponentController.h
src/AutoPilotPlugins/APM/APMFlightModesComponentController.h
+9
-22
APMNotSupported.qml
src/AutoPilotPlugins/APM/APMNotSupported.qml
+8
-21
APMPowerComponent.cc
src/AutoPilotPlugins/APM/APMPowerComponent.cc
+8
-21
APMPowerComponent.h
src/AutoPilotPlugins/APM/APMPowerComponent.h
+9
-22
APMPowerComponent.qml
src/AutoPilotPlugins/APM/APMPowerComponent.qml
+8
-21
APMPowerComponentController.cc
src/AutoPilotPlugins/APM/APMPowerComponentController.cc
+9
-22
APMPowerComponentController.h
src/AutoPilotPlugins/APM/APMPowerComponentController.h
+9
-22
APMPowerComponentSummary.qml
src/AutoPilotPlugins/APM/APMPowerComponentSummary.qml
+8
-21
APMRadioComponent.cc
src/AutoPilotPlugins/APM/APMRadioComponent.cc
+9
-22
APMRadioComponent.h
src/AutoPilotPlugins/APM/APMRadioComponent.h
+9
-22
APMSafetyComponent.cc
src/AutoPilotPlugins/APM/APMSafetyComponent.cc
+8
-21
APMSafetyComponent.h
src/AutoPilotPlugins/APM/APMSafetyComponent.h
+9
-22
APMSafetyComponentCopter.qml
src/AutoPilotPlugins/APM/APMSafetyComponentCopter.qml
+8
-21
APMSafetyComponentPlane.qml
src/AutoPilotPlugins/APM/APMSafetyComponentPlane.qml
+8
-21
APMSafetyComponentRover.qml
src/AutoPilotPlugins/APM/APMSafetyComponentRover.qml
+8
-21
APMSafetyComponentSummaryRover.qml
src/AutoPilotPlugins/APM/APMSafetyComponentSummaryRover.qml
+8
-21
APMSensorsComponent.cc
src/AutoPilotPlugins/APM/APMSensorsComponent.cc
+9
-22
APMSensorsComponent.h
src/AutoPilotPlugins/APM/APMSensorsComponent.h
+9
-22
APMSensorsComponent.qml
src/AutoPilotPlugins/APM/APMSensorsComponent.qml
+8
-21
APMSensorsComponentController.cc
src/AutoPilotPlugins/APM/APMSensorsComponentController.cc
+9
-22
APMSensorsComponentController.h
src/AutoPilotPlugins/APM/APMSensorsComponentController.h
+9
-22
APMTuningComponent.cc
src/AutoPilotPlugins/APM/APMTuningComponent.cc
+8
-21
APMTuningComponent.h
src/AutoPilotPlugins/APM/APMTuningComponent.h
+9
-22
APMTuningComponentCopter.qml
src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml
+8
-21
AutoPilotPlugin.cc
src/AutoPilotPlugins/AutoPilotPlugin.cc
+9
-22
AutoPilotPlugin.h
src/AutoPilotPlugins/AutoPilotPlugin.h
+8
-21
AutoPilotPluginManager.cc
src/AutoPilotPlugins/AutoPilotPluginManager.cc
+9
-22
AutoPilotPluginManager.h
src/AutoPilotPlugins/AutoPilotPluginManager.h
+9
-22
ESP8266Component.cc
src/AutoPilotPlugins/Common/ESP8266Component.cc
+9
-22
ESP8266Component.h
src/AutoPilotPlugins/Common/ESP8266Component.h
+9
-22
ESP8266Component.qml
src/AutoPilotPlugins/Common/ESP8266Component.qml
+8
-21
RadioComponent.qml
src/AutoPilotPlugins/Common/RadioComponent.qml
+8
-21
RadioComponentController.cc
src/AutoPilotPlugins/Common/RadioComponentController.cc
+9
-22
RadioComponentController.h
src/AutoPilotPlugins/Common/RadioComponentController.h
+9
-22
GenericAutoPilotPlugin.cc
src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.cc
+9
-22
GenericAutoPilotPlugin.h
src/AutoPilotPlugins/Generic/GenericAutoPilotPlugin.h
+9
-22
AirframeComponent.cc
src/AutoPilotPlugins/PX4/AirframeComponent.cc
+9
-22
AirframeComponent.h
src/AutoPilotPlugins/PX4/AirframeComponent.h
+9
-22
AirframeComponent.qml
src/AutoPilotPlugins/PX4/AirframeComponent.qml
+8
-21
AirframeComponentAirframes.cc
src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc
+9
-22
AirframeComponentAirframes.h
src/AutoPilotPlugins/PX4/AirframeComponentAirframes.h
+9
-22
AirframeComponentController.cc
src/AutoPilotPlugins/PX4/AirframeComponentController.cc
+9
-22
AirframeComponentController.h
src/AutoPilotPlugins/PX4/AirframeComponentController.h
+9
-22
CameraComponent.cc
src/AutoPilotPlugins/PX4/CameraComponent.cc
+8
-21
CameraComponent.h
src/AutoPilotPlugins/PX4/CameraComponent.h
+8
-21
CameraComponent.qml
src/AutoPilotPlugins/PX4/CameraComponent.qml
+8
-21
FlightModesComponent.cc
src/AutoPilotPlugins/PX4/FlightModesComponent.cc
+8
-21
FlightModesComponent.h
src/AutoPilotPlugins/PX4/FlightModesComponent.h
+9
-22
PX4AdvancedFlightModes.qml
src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml
+8
-21
PX4AdvancedFlightModesController.cc
src/AutoPilotPlugins/PX4/PX4AdvancedFlightModesController.cc
+9
-22
PX4AdvancedFlightModesController.h
src/AutoPilotPlugins/PX4/PX4AdvancedFlightModesController.h
+9
-22
PX4AirframeLoader.cc
src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc
+8
-21
PX4AirframeLoader.h
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h
+8
-21
PX4AutoPilotPlugin.cc
src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.cc
+8
-21
PX4AutoPilotPlugin.h
src/AutoPilotPlugins/PX4/PX4AutoPilotPlugin.h
+8
-21
PX4FlightModes.qml
src/AutoPilotPlugins/PX4/PX4FlightModes.qml
+8
-21
PX4RadioComponent.cc
src/AutoPilotPlugins/PX4/PX4RadioComponent.cc
+9
-22
PX4RadioComponent.h
src/AutoPilotPlugins/PX4/PX4RadioComponent.h
+9
-22
PX4SimpleFlightModes.qml
src/AutoPilotPlugins/PX4/PX4SimpleFlightModes.qml
+8
-21
PX4SimpleFlightModesController.cc
src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.cc
+8
-21
PX4SimpleFlightModesController.h
src/AutoPilotPlugins/PX4/PX4SimpleFlightModesController.h
+9
-22
PX4TuningComponent.cc
src/AutoPilotPlugins/PX4/PX4TuningComponent.cc
+8
-21
PX4TuningComponent.h
src/AutoPilotPlugins/PX4/PX4TuningComponent.h
+9
-22
PX4TuningComponentCopter.qml
src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml
+8
-21
PX4TuningComponentPlane.qml
src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml
+8
-21
PX4TuningComponentVTOL.qml
src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml
+8
-21
PowerComponent.cc
src/AutoPilotPlugins/PX4/PowerComponent.cc
+8
-21
PowerComponent.h
src/AutoPilotPlugins/PX4/PowerComponent.h
+9
-22
PowerComponent.qml
src/AutoPilotPlugins/PX4/PowerComponent.qml
+8
-21
PowerComponentController.cc
src/AutoPilotPlugins/PX4/PowerComponentController.cc
+9
-22
PowerComponentController.h
src/AutoPilotPlugins/PX4/PowerComponentController.h
+9
-22
PowerComponentSummary.qml
src/AutoPilotPlugins/PX4/PowerComponentSummary.qml
+8
-21
SafetyComponent.cc
src/AutoPilotPlugins/PX4/SafetyComponent.cc
+8
-21
SafetyComponent.h
src/AutoPilotPlugins/PX4/SafetyComponent.h
+9
-22
SafetyComponent.qml
src/AutoPilotPlugins/PX4/SafetyComponent.qml
+8
-21
SensorsComponent.cc
src/AutoPilotPlugins/PX4/SensorsComponent.cc
+9
-22
SensorsComponent.h
src/AutoPilotPlugins/PX4/SensorsComponent.h
+9
-22
SensorsComponent.qml
src/AutoPilotPlugins/PX4/SensorsComponent.qml
+8
-21
SensorsComponentController.cc
src/AutoPilotPlugins/PX4/SensorsComponentController.cc
+9
-22
SensorsComponentController.h
src/AutoPilotPlugins/PX4/SensorsComponentController.h
+9
-22
CmdLineOptParser.cc
src/CmdLineOptParser.cc
+9
-22
CmdLineOptParser.h
src/CmdLineOptParser.h
+9
-22
Fact.cc
src/FactSystem/Fact.cc
+9
-22
Fact.h
src/FactSystem/Fact.h
+9
-22
FactPanel.qml
src/FactSystem/FactControls/FactPanel.qml
+8
-21
FactPanelController.cc
src/FactSystem/FactControls/FactPanelController.cc
+8
-21
FactPanelController.h
src/FactSystem/FactControls/FactPanelController.h
+8
-21
FactGroup.cc
src/FactSystem/FactGroup.cc
+9
-22
FactGroup.h
src/FactSystem/FactGroup.h
+9
-22
FactMetaData.cc
src/FactSystem/FactMetaData.cc
+9
-22
FactMetaData.h
src/FactSystem/FactMetaData.h
+9
-22
FactSystem.cc
src/FactSystem/FactSystem.cc
+9
-22
FactSystem.h
src/FactSystem/FactSystem.h
+9
-22
FactSystemTest.qml
src/FactSystem/FactSystemTest.qml
+8
-21
FactSystemTestBase.cc
src/FactSystem/FactSystemTestBase.cc
+8
-21
FactSystemTestBase.h
src/FactSystem/FactSystemTestBase.h
+9
-22
FactSystemTestGeneric.cc
src/FactSystem/FactSystemTestGeneric.cc
+9
-22
FactSystemTestGeneric.h
src/FactSystem/FactSystemTestGeneric.h
+9
-22
FactSystemTestPX4.cc
src/FactSystem/FactSystemTestPX4.cc
+9
-22
FactSystemTestPX4.h
src/FactSystem/FactSystemTestPX4.h
+9
-22
FactValidator.cc
src/FactSystem/FactValidator.cc
+9
-22
FactValidator.h
src/FactSystem/FactValidator.h
+9
-22
ParameterLoader.cc
src/FactSystem/ParameterLoader.cc
+8
-21
ParameterLoader.h
src/FactSystem/ParameterLoader.h
+9
-22
SettingsFact.cc
src/FactSystem/SettingsFact.cc
+9
-22
SettingsFact.h
src/FactSystem/SettingsFact.h
+9
-22
APMFirmwarePlugin.cc
src/FirmwarePlugin/APM/APMFirmwarePlugin.cc
+8
-21
APMFirmwarePlugin.h
src/FirmwarePlugin/APM/APMFirmwarePlugin.h
+9
-22
APMParameterMetaData.cc
src/FirmwarePlugin/APM/APMParameterMetaData.cc
+8
-21
APMParameterMetaData.h
src/FirmwarePlugin/APM/APMParameterMetaData.h
+9
-22
ArduCopterFirmwarePlugin.cc
src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.cc
+9
-22
ArduCopterFirmwarePlugin.h
src/FirmwarePlugin/APM/ArduCopterFirmwarePlugin.h
+9
-22
ArduPlaneFirmwarePlugin.cc
src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.cc
+9
-22
ArduPlaneFirmwarePlugin.h
src/FirmwarePlugin/APM/ArduPlaneFirmwarePlugin.h
+9
-22
ArduRoverFirmwarePlugin.cc
src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc
+9
-22
ArduRoverFirmwarePlugin.h
src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h
+9
-22
FirmwarePlugin.cc
src/FirmwarePlugin/FirmwarePlugin.cc
+8
-21
FirmwarePlugin.h
src/FirmwarePlugin/FirmwarePlugin.h
+9
-22
FirmwarePluginManager.cc
src/FirmwarePlugin/FirmwarePluginManager.cc
+8
-21
FirmwarePluginManager.h
src/FirmwarePlugin/FirmwarePluginManager.h
+9
-22
PX4FirmwarePlugin.cc
src/FirmwarePlugin/PX4/PX4FirmwarePlugin.cc
+8
-21
PX4FirmwarePlugin.h
src/FirmwarePlugin/PX4/PX4FirmwarePlugin.h
+9
-22
PX4ParameterMetaData.cc
src/FirmwarePlugin/PX4/PX4ParameterMetaData.cc
+9
-22
PX4ParameterMetaData.h
src/FirmwarePlugin/PX4/PX4ParameterMetaData.h
+9
-22
FlightDisplayView.qml
src/FlightDisplay/FlightDisplayView.qml
+8
-21
FlightDisplayViewController.cc
src/FlightDisplay/FlightDisplayViewController.cc
+8
-21
FlightDisplayViewController.h
src/FlightDisplay/FlightDisplayViewController.h
+8
-21
FlightDisplayViewMap.qml
src/FlightDisplay/FlightDisplayViewMap.qml
+8
-21
FlightDisplayViewVideo.qml
src/FlightDisplay/FlightDisplayViewVideo.qml
+8
-21
FlightDisplayViewWidgets.qml
src/FlightDisplay/FlightDisplayViewWidgets.qml
+8
-21
VirtualJoystick.qml
src/FlightDisplay/VirtualJoystick.qml
+8
-21
FlightMap.qml
src/FlightMap/FlightMap.qml
+8
-21
FlightMapSettings.cc
src/FlightMap/FlightMapSettings.cc
+8
-21
FlightMapSettings.h
src/FlightMap/FlightMapSettings.h
+8
-21
MissionItemIndicator.qml
src/FlightMap/MapItems/MissionItemIndicator.qml
+8
-21
MissionItemView.qml
src/FlightMap/MapItems/MissionItemView.qml
+8
-21
MissionLineView.qml
src/FlightMap/MapItems/MissionLineView.qml
+8
-21
VehicleMapItem.qml
src/FlightMap/MapItems/VehicleMapItem.qml
+8
-21
QGCVideoBackground.qml
src/FlightMap/QGCVideoBackground.qml
+8
-21
QGCArtificialHorizon.qml
src/FlightMap/Widgets/QGCArtificialHorizon.qml
+8
-21
QGCAttitudeHUD.qml
src/FlightMap/Widgets/QGCAttitudeHUD.qml
+8
-21
QGCAttitudeWidget.qml
src/FlightMap/Widgets/QGCAttitudeWidget.qml
+8
-21
QGCCompassWidget.qml
src/FlightMap/Widgets/QGCCompassWidget.qml
+8
-21
QGCInstrumentWidget.qml
src/FlightMap/Widgets/QGCInstrumentWidget.qml
+8
-21
QGCInstrumentWidgetAlternate.qml
src/FlightMap/Widgets/QGCInstrumentWidgetAlternate.qml
+8
-21
QGCPitchIndicator.qml
src/FlightMap/Widgets/QGCPitchIndicator.qml
+8
-21
QGCWaypointEditor.qml
src/FlightMap/Widgets/QGCWaypointEditor.qml
+8
-21
ValuesWidget.qml
src/FlightMap/Widgets/ValuesWidget.qml
+8
-21
ValuesWidgetController.cc
src/FlightMap/Widgets/ValuesWidgetController.cc
+9
-22
ValuesWidgetController.h
src/FlightMap/Widgets/ValuesWidgetController.h
+9
-22
VibrationWidget.qml
src/FlightMap/Widgets/VibrationWidget.qml
+8
-21
FollowMe.cc
src/FollowMe/FollowMe.cc
+9
-22
FollowMe.h
src/FollowMe/FollowMe.h
+9
-22
GAudioOutput.cc
src/GAudioOutput.cc
+8
-21
GPSManager.cc
src/GPS/GPSManager.cc
+8
-21
GPSManager.h
src/GPS/GPSManager.h
+9
-22
GPSPositionMessage.h
src/GPS/GPSPositionMessage.h
+9
-22
GPSProvider.cc
src/GPS/GPSProvider.cc
+9
-22
GPSProvider.h
src/GPS/GPSProvider.h
+9
-22
RTCMMavlink.cc
src/GPS/RTCM/RTCMMavlink.cc
+8
-21
RTCMMavlink.h
src/GPS/RTCM/RTCMMavlink.h
+9
-22
HomePositionManager.cc
src/HomePositionManager.cc
+9
-22
HomePositionManager.h
src/HomePositionManager.h
+8
-21
Joystick.cc
src/Joystick/Joystick.cc
+9
-22
Joystick.h
src/Joystick/Joystick.h
+9
-22
JoystickManager.cc
src/Joystick/JoystickManager.cc
+9
-22
JoystickManager.h
src/Joystick/JoystickManager.h
+9
-22
JsonHelper.h
src/JsonHelper.h
+9
-22
MG.h
src/MG.h
+8
-21
MissionEditor.qml
src/MissionEditor/MissionEditor.qml
+8
-21
MissionItemStatus.qml
src/MissionEditor/MissionItemStatus.qml
+8
-21
ComplexMissionItem.h
src/MissionManager/ComplexMissionItem.h
+8
-21
ComplexMissionItemTest.cc
src/MissionManager/ComplexMissionItemTest.cc
+9
-22
ComplexMissionItemTest.h
src/MissionManager/ComplexMissionItemTest.h
+9
-22
MissionCommandList.h
src/MissionManager/MissionCommandList.h
+9
-22
MissionCommands.h
src/MissionManager/MissionCommands.h
+9
-22
MissionController.cc
src/MissionManager/MissionController.cc
+8
-21
MissionController.h
src/MissionManager/MissionController.h
+8
-21
MissionControllerManagerTest.cc
src/MissionManager/MissionControllerManagerTest.cc
+9
-22
MissionControllerManagerTest.h
src/MissionManager/MissionControllerManagerTest.h
+9
-22
MissionControllerTest.cc
src/MissionManager/MissionControllerTest.cc
+9
-22
MissionControllerTest.h
src/MissionManager/MissionControllerTest.h
+9
-22
MissionItem.h
src/MissionManager/MissionItem.h
+9
-22
MissionItemTest.cc
src/MissionManager/MissionItemTest.cc
+9
-22
MissionItemTest.h
src/MissionManager/MissionItemTest.h
+9
-22
MissionManager.cc
src/MissionManager/MissionManager.cc
+9
-22
MissionManager.h
src/MissionManager/MissionManager.h
+9
-22
MissionManagerTest.cc
src/MissionManager/MissionManagerTest.cc
+9
-22
MissionManagerTest.h
src/MissionManager/MissionManagerTest.h
+9
-22
SimpleMissionItem.h
src/MissionManager/SimpleMissionItem.h
+9
-22
SimpleMissionItemTest.cc
src/MissionManager/SimpleMissionItemTest.cc
+9
-22
SimpleMissionItemTest.h
src/MissionManager/SimpleMissionItemTest.h
+9
-22
VisualMissionItem.h
src/MissionManager/VisualMissionItem.h
+9
-22
MobileScreenMgr.cc
src/MobileScreenMgr.cc
+9
-22
MobileScreenMgr.h
src/MobileScreenMgr.h
+9
-22
MobileScreenMgr.mm
src/MobileScreenMgr.mm
+9
-22
PositionManager.cpp
src/PositionManager/PositionManager.cpp
+8
-21
PositionManager.h
src/PositionManager/PositionManager.h
+8
-21
SimulatedPosition.cc
src/PositionManager/SimulatedPosition.cc
+8
-21
SimulatedPosition.h
src/PositionManager/SimulatedPosition.h
+8
-21
QGC.cc
src/QGC.cc
+8
-21
QGC.h
src/QGC.h
+9
-22
QGCApplication.cc
src/QGCApplication.cc
+8
-21
QGCApplication.h
src/QGCApplication.h
+8
-21
QGCComboBox.cc
src/QGCComboBox.cc
+9
-22
QGCComboBox.h
src/QGCComboBox.h
+9
-22
QGCDockWidget.cc
src/QGCDockWidget.cc
+9
-22
QGCDockWidget.h
src/QGCDockWidget.h
+9
-22
QGCFileDialog.cc
src/QGCFileDialog.cc
+9
-22
QGCFileDialog.h
src/QGCFileDialog.h
+9
-22
QGCFileDownload.cc
src/QGCFileDownload.cc
+9
-22
QGCFileDownload.h
src/QGCFileDownload.h
+9
-22
QGCGeo.cc
src/QGCGeo.cc
+8
-21
QGCGeo.h
src/QGCGeo.h
+8
-21
QGCLoggingCategory.cc
src/QGCLoggingCategory.cc
+9
-22
QGCLoggingCategory.h
src/QGCLoggingCategory.h
+9
-22
QGCMapPalette.cc
src/QGCMapPalette.cc
+8
-21
QGCMapPalette.h
src/QGCMapPalette.h
+9
-22
QGCMessageBox.h
src/QGCMessageBox.h
+8
-21
QGCMobileFileDialogController.cc
src/QGCMobileFileDialogController.cc
+8
-21
QGCMobileFileDialogController.h
src/QGCMobileFileDialogController.h
+8
-21
QGCPalette.cc
src/QGCPalette.cc
+8
-21
QGCPalette.h
src/QGCPalette.h
+9
-22
QGCQmlWidgetHolder.cpp
src/QGCQmlWidgetHolder.cpp
+8
-21
QGCQmlWidgetHolder.h
src/QGCQmlWidgetHolder.h
+8
-21
QGCQuickWidget.cc
src/QGCQuickWidget.cc
+9
-22
QGCQuickWidget.h
src/QGCQuickWidget.h
+9
-22
QGCTemporaryFile.cc
src/QGCTemporaryFile.cc
+9
-22
QGCTemporaryFile.h
src/QGCTemporaryFile.h
+9
-22
QGCToolbox.cc
src/QGCToolbox.cc
+8
-21
QGCToolbox.h
src/QGCToolbox.h
+8
-21
AppMessages.cc
src/QmlControls/AppMessages.cc
+8
-21
AppMessages.h
src/QmlControls/AppMessages.h
+8
-21
CoordinateVector.cc
src/QmlControls/CoordinateVector.cc
+9
-22
CoordinateVector.h
src/QmlControls/CoordinateVector.h
+9
-22
FactSliderPanel.qml
src/QmlControls/FactSliderPanel.qml
+8
-21
MavlinkQmlSingleton.h
src/QmlControls/MavlinkQmlSingleton.h
+8
-21
MissionCommandDialog.qml
src/QmlControls/MissionCommandDialog.qml
+8
-21
ModeSwitchDisplay.qml
src/QmlControls/ModeSwitchDisplay.qml
+8
-21
ParameterEditor.qml
src/QmlControls/ParameterEditor.qml
+8
-21
ParameterEditorController.cc
src/QmlControls/ParameterEditorController.cc
+9
-22
ParameterEditorController.h
src/QmlControls/ParameterEditorController.h
+9
-22
ParameterEditorDialog.qml
src/QmlControls/ParameterEditorDialog.qml
+8
-21
QGCImageProvider.h
src/QmlControls/QGCImageProvider.h
+8
-21
QGCMobileFileDialog.qml
src/QmlControls/QGCMobileFileDialog.qml
+8
-21
QGCPipable.qml
src/QmlControls/QGCPipable.qml
+8
-21
QGCQGeoCoordinate.cc
src/QmlControls/QGCQGeoCoordinate.cc
+9
-22
QGCQGeoCoordinate.h
src/QmlControls/QGCQGeoCoordinate.h
+9
-22
QGCToolBarButton.qml
src/QmlControls/QGCToolBarButton.qml
+8
-21
QGCView.qml
src/QmlControls/QGCView.qml
+8
-21
QGCViewDialog.qml
src/QmlControls/QGCViewDialog.qml
+8
-21
QGCViewMessage.qml
src/QmlControls/QGCViewMessage.qml
+8
-21
QGCViewPanel.qml
src/QmlControls/QGCViewPanel.qml
+8
-21
QGroundControlQmlGlobal.cc
src/QmlControls/QGroundControlQmlGlobal.cc
+8
-21
QGroundControlQmlGlobal.h
src/QmlControls/QGroundControlQmlGlobal.h
+8
-21
QmlObjectListModel.cc
src/QmlControls/QmlObjectListModel.cc
+9
-22
QmlObjectListModel.h
src/QmlControls/QmlObjectListModel.h
+9
-22
QmlTestWidget.cc
src/QmlControls/QmlTestWidget.cc
+9
-22
QmlTestWidget.h
src/QmlControls/QmlTestWidget.h
+9
-22
RCChannelMonitor.qml
src/QmlControls/RCChannelMonitor.qml
+8
-21
RCChannelMonitorController.cc
src/QmlControls/RCChannelMonitorController.cc
+9
-22
RCChannelMonitorController.h
src/QmlControls/RCChannelMonitorController.h
+9
-22
ScreenToolsController.cc
src/QmlControls/ScreenToolsController.cc
+8
-21
ScreenToolsController.h
src/QmlControls/ScreenToolsController.h
+8
-21
VehicleRotationCal.qml
src/QmlControls/VehicleRotationCal.qml
+8
-21
QGCMapEngine.cpp
src/QtLocationPlugin/QGCMapEngine.cpp
+8
-21
QGCMapEngine.h
src/QtLocationPlugin/QGCMapEngine.h
+8
-21
QGCMapEngineData.h
src/QtLocationPlugin/QGCMapEngineData.h
+8
-21
QGCMapTileSet.cpp
src/QtLocationPlugin/QGCMapTileSet.cpp
+8
-21
QGCMapTileSet.h
src/QtLocationPlugin/QGCMapTileSet.h
+8
-21
QGCMapUrlEngine.cpp
src/QtLocationPlugin/QGCMapUrlEngine.cpp
+8
-21
QGCMapUrlEngine.h
src/QtLocationPlugin/QGCMapUrlEngine.h
+8
-21
QGCTileCacheWorker.cpp
src/QtLocationPlugin/QGCTileCacheWorker.cpp
+8
-21
QGCTileCacheWorker.h
src/QtLocationPlugin/QGCTileCacheWorker.h
+8
-21
OfflineMap.qml
src/QtLocationPlugin/QMLControl/OfflineMap.qml
+8
-21
QGCMapEngineManager.cc
src/QtLocationPlugin/QMLControl/QGCMapEngineManager.cc
+8
-21
QGCMapEngineManager.h
src/QtLocationPlugin/QMLControl/QGCMapEngineManager.h
+8
-21
MultiVehicleManager.cc
src/Vehicle/MultiVehicleManager.cc
+8
-21
MultiVehicleManager.h
src/Vehicle/MultiVehicleManager.h
+8
-21
Vehicle.cc
src/Vehicle/Vehicle.cc
+8
-21
Vehicle.h
src/Vehicle/Vehicle.h
+8
-21
Bootloader.cc
src/VehicleSetup/Bootloader.cc
+9
-22
Bootloader.h
src/VehicleSetup/Bootloader.h
+9
-22
FirmwareImage.cc
src/VehicleSetup/FirmwareImage.cc
+9
-22
FirmwareImage.h
src/VehicleSetup/FirmwareImage.h
+9
-22
FirmwareUpgrade.qml
src/VehicleSetup/FirmwareUpgrade.qml
+8
-21
FirmwareUpgradeController.cc
src/VehicleSetup/FirmwareUpgradeController.cc
+9
-22
FirmwareUpgradeController.h
src/VehicleSetup/FirmwareUpgradeController.h
+9
-22
JoystickConfig.qml
src/VehicleSetup/JoystickConfig.qml
+8
-21
JoystickConfigController.cc
src/VehicleSetup/JoystickConfigController.cc
+9
-22
JoystickConfigController.h
src/VehicleSetup/JoystickConfigController.h
+9
-22
PX4FirmwareUpgradeThread.cc
src/VehicleSetup/PX4FirmwareUpgradeThread.cc
+9
-22
PX4FirmwareUpgradeThread.h
src/VehicleSetup/PX4FirmwareUpgradeThread.h
+9
-22
PX4FlowSensor.qml
src/VehicleSetup/PX4FlowSensor.qml
+8
-21
SetupParameterEditor.qml
src/VehicleSetup/SetupParameterEditor.qml
+8
-21
SetupView.qml
src/VehicleSetup/SetupView.qml
+8
-21
SetupViewTest.cc
src/VehicleSetup/SetupViewTest.cc
+9
-22
SetupViewTest.h
src/VehicleSetup/SetupViewTest.h
+9
-22
VehicleComponent.cc
src/VehicleSetup/VehicleComponent.cc
+9
-22
VehicleComponent.h
src/VehicleSetup/VehicleComponent.h
+9
-22
VehicleSummary.qml
src/VehicleSetup/VehicleSummary.qml
+8
-21
VideoItem.cc
src/VideoStreaming/VideoItem.cc
+8
-21
VideoItem.h
src/VideoStreaming/VideoItem.h
+8
-21
VideoReceiver.cc
src/VideoStreaming/VideoReceiver.cc
+8
-21
VideoReceiver.h
src/VideoStreaming/VideoReceiver.h
+8
-21
VideoStreaming.cc
src/VideoStreaming/VideoStreaming.cc
+8
-21
VideoStreaming.h
src/VideoStreaming/VideoStreaming.h
+8
-21
VideoSurface.cc
src/VideoStreaming/VideoSurface.cc
+8
-21
VideoSurface.h
src/VideoStreaming/VideoSurface.h
+8
-21
VideoSurface_p.h
src/VideoStreaming/VideoSurface_p.h
+8
-21
glutils.h
src/VideoStreaming/gstqtvideosink/utils/glutils.h
+8
-21
CustomCommandWidget.cc
src/ViewWidgets/CustomCommandWidget.cc
+8
-21
CustomCommandWidget.h
src/ViewWidgets/CustomCommandWidget.h
+8
-21
CustomCommandWidget.qml
src/ViewWidgets/CustomCommandWidget.qml
+8
-21
CustomCommandWidgetController.cc
src/ViewWidgets/CustomCommandWidgetController.cc
+9
-22
CustomCommandWidgetController.h
src/ViewWidgets/CustomCommandWidgetController.h
+9
-22
LogDownload.cc
src/ViewWidgets/LogDownload.cc
+8
-21
LogDownload.h
src/ViewWidgets/LogDownload.h
+8
-21
LogDownload.qml
src/ViewWidgets/LogDownload.qml
+8
-21
LogDownloadController.cc
src/ViewWidgets/LogDownloadController.cc
+8
-21
LogDownloadController.h
src/ViewWidgets/LogDownloadController.h
+8
-21
ViewWidgetController.cc
src/ViewWidgets/ViewWidgetController.cc
+9
-22
ViewWidgetController.h
src/ViewWidgets/ViewWidgetController.h
+9
-22
QGCAudioWorker_iOS.mm
src/audio/QGCAudioWorker_iOS.mm
+8
-21
BluetoothLink.cc
src/comm/BluetoothLink.cc
+8
-21
BluetoothLink.h
src/comm/BluetoothLink.h
+8
-21
LinkConfiguration.cc
src/comm/LinkConfiguration.cc
+8
-21
LinkConfiguration.h
src/comm/LinkConfiguration.h
+8
-21
LinkInterface.h
src/comm/LinkInterface.h
+8
-21
LinkManager.cc
src/comm/LinkManager.cc
+8
-21
LinkManager.h
src/comm/LinkManager.h
+8
-21
LogReplayLink.cc
src/comm/LogReplayLink.cc
+8
-21
LogReplayLink.h
src/comm/LogReplayLink.h
+8
-21
MAVLinkProtocol.cc
src/comm/MAVLinkProtocol.cc
+9
-2
MAVLinkProtocol.h
src/comm/MAVLinkProtocol.h
+8
-21
MockLink.cc
src/comm/MockLink.cc
+8
-21
MockLink.h
src/comm/MockLink.h
+8
-21
MockLinkFileServer.cc
src/comm/MockLinkFileServer.cc
+9
-22
MockLinkFileServer.h
src/comm/MockLinkFileServer.h
+9
-22
MockLinkMissionItemHandler.cc
src/comm/MockLinkMissionItemHandler.cc
+9
-22
MockLinkMissionItemHandler.h
src/comm/MockLinkMissionItemHandler.h
+8
-21
QGCFlightGearLink.cc
src/comm/QGCFlightGearLink.cc
+8
-21
QGCFlightGearLink.h
src/comm/QGCFlightGearLink.h
+8
-21
QGCJSBSimLink.cc
src/comm/QGCJSBSimLink.cc
+8
-21
QGCJSBSimLink.h
src/comm/QGCJSBSimLink.h
+8
-21
QGCMAVLink.h
src/comm/QGCMAVLink.h
+8
-21
QGCSerialPortInfo.cc
src/comm/QGCSerialPortInfo.cc
+9
-22
QGCSerialPortInfo.h
src/comm/QGCSerialPortInfo.h
+9
-22
QGCXPlaneLink.cc
src/comm/QGCXPlaneLink.cc
+8
-21
QGCXPlaneLink.h
src/comm/QGCXPlaneLink.h
+8
-21
SerialInterface.h
src/comm/SerialInterface.h
+8
-21
SerialLink.h
src/comm/SerialLink.h
+8
-21
TCPLink.cc
src/comm/TCPLink.cc
+8
-21
TCPLink.h
src/comm/TCPLink.h
+8
-21
UDPLink.cc
src/comm/UDPLink.cc
+8
-21
UDPLink.h
src/comm/UDPLink.h
+8
-21
main.cc
src/main.cc
+8
-21
FileDialogTest.cc
src/qgcunittest/FileDialogTest.cc
+9
-22
FileDialogTest.h
src/qgcunittest/FileDialogTest.h
+9
-22
FileManagerTest.cc
src/qgcunittest/FileManagerTest.cc
+9
-22
FileManagerTest.h
src/qgcunittest/FileManagerTest.h
+9
-22
FlightGearTest.cc
src/qgcunittest/FlightGearTest.cc
+9
-22
FlightGearTest.h
src/qgcunittest/FlightGearTest.h
+9
-22
GeoTest.cc
src/qgcunittest/GeoTest.cc
+8
-21
GeoTest.h
src/qgcunittest/GeoTest.h
+8
-21
LinkManagerTest.cc
src/qgcunittest/LinkManagerTest.cc
+9
-22
LinkManagerTest.h
src/qgcunittest/LinkManagerTest.h
+9
-22
MainWindowTest.cc
src/qgcunittest/MainWindowTest.cc
+9
-22
MainWindowTest.h
src/qgcunittest/MainWindowTest.h
+9
-22
MavlinkLogTest.cc
src/qgcunittest/MavlinkLogTest.cc
+9
-22
MavlinkLogTest.h
src/qgcunittest/MavlinkLogTest.h
+9
-22
MessageBoxTest.cc
src/qgcunittest/MessageBoxTest.cc
+9
-22
MessageBoxTest.h
src/qgcunittest/MessageBoxTest.h
+9
-22
MultiSignalSpy.cc
src/qgcunittest/MultiSignalSpy.cc
+9
-22
MultiSignalSpy.h
src/qgcunittest/MultiSignalSpy.h
+9
-22
RadioConfigTest.cc
src/qgcunittest/RadioConfigTest.cc
+9
-22
RadioConfigTest.h
src/qgcunittest/RadioConfigTest.h
+9
-22
TCPLinkTest.cc
src/qgcunittest/TCPLinkTest.cc
+9
-22
TCPLinkTest.h
src/qgcunittest/TCPLinkTest.h
+9
-22
TCPLoopBackServer.cc
src/qgcunittest/TCPLoopBackServer.cc
+9
-22
TCPLoopBackServer.h
src/qgcunittest/TCPLoopBackServer.h
+9
-22
UnitTest.cc
src/qgcunittest/UnitTest.cc
+9
-22
UnitTest.h
src/qgcunittest/UnitTest.h
+9
-22
UnitTestList.cc
src/qgcunittest/UnitTestList.cc
+9
-22
FileManager.cc
src/uas/FileManager.cc
+8
-21
FileManager.h
src/uas/FileManager.h
+9
-22
UAS.cc
src/uas/UAS.cc
+9
-2
UAS.h
src/uas/UAS.h
+8
-21
UASInterface.h
src/uas/UASInterface.h
+8
-21
UASMessageHandler.cc
src/uas/UASMessageHandler.cc
+8
-21
UASMessageHandler.h
src/uas/UASMessageHandler.h
+8
-21
HILDockWidget.cc
src/ui/HILDockWidget.cc
+9
-22
HILDockWidget.h
src/ui/HILDockWidget.h
+9
-22
InputConfiguration.cc
src/ui/InputConfiguration.cc
+8
-21
MAVLinkSettingsWidget.cc
src/ui/MAVLinkSettingsWidget.cc
+8
-21
MainWindow.cc
src/ui/MainWindow.cc
+8
-21
MainWindow.h
src/ui/MainWindow.h
+8
-21
MainWindowHybrid.qml
src/ui/MainWindowHybrid.qml
+8
-21
MainWindowInner.qml
src/ui/MainWindowInner.qml
+8
-21
MainWindowLeftPanel.qml
src/ui/MainWindowLeftPanel.qml
+8
-21
MainWindowNative.qml
src/ui/MainWindowNative.qml
+8
-21
MultiVehicleDockWidget.cc
src/ui/MultiVehicleDockWidget.cc
+9
-22
MultiVehicleDockWidget.h
src/ui/MultiVehicleDockWidget.h
+9
-22
QGCDataPlot2D.cc
src/ui/QGCDataPlot2D.cc
+8
-21
QGCHilConfiguration.cc
src/ui/QGCHilConfiguration.cc
+9
-22
QGCHilConfiguration.h
src/ui/QGCHilConfiguration.h
+9
-22
QGCMapRCToParamDialog.cpp
src/ui/QGCMapRCToParamDialog.cpp
+8
-21
QGCMapRCToParamDialog.h
src/ui/QGCMapRCToParamDialog.h
+8
-21
QGCUASFileView.cc
src/ui/QGCUASFileView.cc
+9
-22
QGCUASFileView.h
src/ui/QGCUASFileView.h
+9
-22
SettingsDialog.cc
src/ui/SettingsDialog.cc
+8
-21
SettingsDialog.h
src/ui/SettingsDialog.h
+8
-21
IncrementalPlot.cc
src/ui/linechart/IncrementalPlot.cc
+8
-21
IncrementalPlot.h
src/ui/linechart/IncrementalPlot.h
+8
-21
LinechartWidget.h
src/ui/linechart/LinechartWidget.h
+8
-21
BluetoothSettings.qml
src/ui/preferences/BluetoothSettings.qml
+8
-21
DebugWindow.qml
src/ui/preferences/DebugWindow.qml
+8
-21
GeneralSettings.qml
src/ui/preferences/GeneralSettings.qml
+8
-21
LinkSettings.qml
src/ui/preferences/LinkSettings.qml
+8
-21
LogReplaySettings.qml
src/ui/preferences/LogReplaySettings.qml
+8
-21
MavlinkSettings.qml
src/ui/preferences/MavlinkSettings.qml
+8
-21
MockLink.qml
src/ui/preferences/MockLink.qml
+8
-21
MockLinkSettings.qml
src/ui/preferences/MockLinkSettings.qml
+8
-21
SerialSettings.qml
src/ui/preferences/SerialSettings.qml
+8
-21
TcpSettings.qml
src/ui/preferences/TcpSettings.qml
+8
-21
UdpSettings.qml
src/ui/preferences/UdpSettings.qml
+8
-21
GPS.qml
src/ui/toolbar/GPS.qml
+8
-21
MainToolBar.qml
src/ui/toolbar/MainToolBar.qml
+8
-21
MainToolBarController.cc
src/ui/toolbar/MainToolBarController.cc
+8
-21
MainToolBarController.h
src/ui/toolbar/MainToolBarController.h
+8
-21
MainToolBarIndicators.qml
src/ui/toolbar/MainToolBarIndicators.qml
+8
-21
SignalStrength.qml
src/ui/toolbar/SignalStrength.qml
+8
-21
UASInfoWidget.cc
src/ui/uas/UASInfoWidget.cc
+8
-21
UASInfoWidget.h
src/ui/uas/UASInfoWidget.h
+8
-21
UASMessageView.cc
src/ui/uas/UASMessageView.cc
+8
-21
UASMessageView.h
src/ui/uas/UASMessageView.h
+8
-21
No files found.
src/AutoPilotPlugins/APM/APMAirframeComponent.cc
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMAirframeComponent.h
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#ifndef APMAirframeComponent_H
#define APMAirframeComponent_H
...
...
src/AutoPilotPlugins/APM/APMAirframeComponent.qml
View file @
78550907
/*=====================================================================
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
QGroundControl Open Source Ground Control Station
(c) 2009 - 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
import
QtQuick
2.5
import
QtQuick
.
Controls
1.2
...
...
src/AutoPilotPlugins/APM/APMAirframeComponentAirframes.cc
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009, 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMAirframeComponentAirframes.h
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009, 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMAirframeComponentController.cc
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009, 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMAirframeComponentController.h
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009, 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMAirframeLoader.cc
View file @
78550907
/*=====================================================================
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMAirframeLoader.h
View file @
78550907
/*=====================================================================
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
QGroundControl Open Source Ground Control Station
(c) 2009 - 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
#ifndef APMAirframeLoader_H
#define APMAirframeLoader_H
...
...
src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc
View file @
78550907
/*=====================================================================
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
QGroundControl Open Source Ground Control Station
(c) 2009 - 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
#include "APMAutoPilotPlugin.h"
#include "AutoPilotPluginManager.h"
...
...
src/AutoPilotPlugins/APM/APMAutoPilotPlugin.h
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009 - 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#ifndef APMAutoPilotPlugin_H
#define APMAutoPilotPlugin_H
...
...
src/AutoPilotPlugins/APM/APMCameraComponent.cc
View file @
78550907
/*=====================================================================
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/// @file
/// @author Don Gagne <don@thegagnes.com>
...
...
src/AutoPilotPlugins/APM/APMCameraComponent.h
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009 - 2014 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#ifndef APMCameraComponent_H
#define APMCameraComponent_H
...
...
src/AutoPilotPlugins/APM/APMCameraComponent.qml
View file @
78550907
/*=====================================================================
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
QGroundControl Open Source Ground Control Station
(c) 2009 - 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
import
QtQuick
2.5
import
QtQuick
.
Controls
1.2
...
...
src/AutoPilotPlugins/APM/APMCompassCal.cc
View file @
78550907
/*=====================================================================
QGroundControl Open Source Ground Control Station
(c) 2009, 2015 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
This file is part of the QGROUNDCONTROL project
QGROUNDCONTROL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QGROUNDCONTROL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with QGROUNDCONTROL. If not, see <http://www.gnu.org/licenses/>.
======================================================================*/
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/