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
1067b01f
Commit
1067b01f
authored
Nov 11, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
788ec028
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
92 additions
and
56 deletions
+92
-56
CameraSection.qml
src/PlanView/CameraSection.qml
+2
-0
CorridorScanEditor.qml
src/PlanView/CorridorScanEditor.qml
+13
-7
FWLandingPatternEditor.qml
src/PlanView/FWLandingPatternEditor.qml
+13
-7
GeoFenceEditor.qml
src/PlanView/GeoFenceEditor.qml
+16
-8
MissionSettingsEditor.qml
src/PlanView/MissionSettingsEditor.qml
+17
-11
StructureScanEditor.qml
src/PlanView/StructureScanEditor.qml
+8
-4
SurveyItemEditor.qml
src/PlanView/SurveyItemEditor.qml
+15
-13
ParameterEditor.qml
src/QmlControls/ParameterEditor.qml
+2
-0
PreFlightCheckGroup.qml
src/QmlControls/PreFlightCheckGroup.qml
+4
-2
SectionHeader.qml
src/QmlControls/SectionHeader.qml
+2
-4
No files found.
src/PlanView/CameraSection.qml
View file @
1067b01f
...
...
@@ -24,6 +24,8 @@ Column {
SectionHeader
{
id
:
cameraSectionHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Camera
"
)
checked
:
false
}
...
...
src/PlanView/CorridorScanEditor.qml
View file @
1067b01f
...
...
@@ -124,8 +124,10 @@ Rectangle {
}
SectionHeader
{
id
:
corridorHeader
text
:
qsTr
(
"
Corridor
"
)
id
:
corridorHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Corridor
"
)
}
GridLayout
{
...
...
@@ -182,9 +184,11 @@ Rectangle {
}
SectionHeader
{
id
:
terrainHeader
text
:
qsTr
(
"
Terrain
"
)
checked
:
missionItem
.
followTerrain
id
:
terrainHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Terrain
"
)
checked
:
missionItem
.
followTerrain
}
ColumnLayout
{
...
...
@@ -228,8 +232,10 @@ Rectangle {
}
SectionHeader
{
id
:
statsHeader
text
:
qsTr
(
"
Statistics
"
)
id
:
statsHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Statistics
"
)
}
TransectStyleComplexItemStats
{
}
...
...
src/PlanView/FWLandingPatternEditor.qml
View file @
1067b01f
...
...
@@ -52,8 +52,10 @@ Rectangle {
visible
:
!
editorColumnNeedLandingPoint
.
visible
SectionHeader
{
id
:
loiterPointSection
text
:
qsTr
(
"
Loiter point
"
)
id
:
loiterPointSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Loiter point
"
)
}
Column
{
...
...
@@ -101,8 +103,10 @@ Rectangle {
}
SectionHeader
{
id
:
landingPointSection
text
:
qsTr
(
"
Landing point
"
)
id
:
landingPointSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Landing point
"
)
}
Column
{
...
...
@@ -181,9 +185,11 @@ Rectangle {
}
SectionHeader
{
id
:
cameraSection
text
:
qsTr
(
"
Camera
"
)
visible
:
_showCameraSection
id
:
cameraSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Camera
"
)
visible
:
_showCameraSection
}
Column
{
...
...
src/PlanView/GeoFenceEditor.qml
View file @
1067b01f
...
...
@@ -110,8 +110,10 @@ QGCFlickable {
}
SectionHeader
{
id
:
insertSection
text
:
qsTr
(
"
Insert GeoFence
"
)
id
:
insertSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Insert GeoFence
"
)
}
QGCButton
{
...
...
@@ -139,8 +141,10 @@ QGCFlickable {
}
SectionHeader
{
id
:
polygonSection
text
:
qsTr
(
"
Polygon Fences
"
)
id
:
polygonSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Polygon Fences
"
)
}
QGCLabel
{
...
...
@@ -212,8 +216,10 @@ QGCFlickable {
}
// GridLayout
SectionHeader
{
id
:
circleSection
text
:
qsTr
(
"
Circular Fences
"
)
id
:
circleSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Circular Fences
"
)
}
QGCLabel
{
...
...
@@ -302,8 +308,10 @@ QGCFlickable {
}
// GridLayout
SectionHeader
{
id
:
breachReturnSection
text
:
qsTr
(
"
Breach Return Point
"
)
id
:
breachReturnSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Breach Return Point
"
)
}
QGCButton
{
...
...
src/PlanView/MissionSettingsEditor.qml
View file @
1067b01f
...
...
@@ -108,9 +108,11 @@ Rectangle {
}
SectionHeader
{
id
:
missionEndHeader
text
:
qsTr
(
"
Mission End
"
)
checked
:
true
id
:
missionEndHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Mission End
"
)
checked
:
true
}
Column
{
...
...
@@ -128,10 +130,12 @@ Rectangle {
SectionHeader
{
id
:
vehicleInfoSectionHeader
text
:
qsTr
(
"
Vehicle Info
"
)
visible
:
_offlineEditing
&&
!
_waypointsOnlyMode
checked
:
false
id
:
vehicleInfoSectionHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Vehicle Info
"
)
visible
:
_offlineEditing
&&
!
_waypointsOnlyMode
checked
:
false
}
GridLayout
{
...
...
@@ -192,10 +196,12 @@ Rectangle {
}
// GridLayout
SectionHeader
{
id
:
plannedHomePositionSection
text
:
qsTr
(
"
Planned Home Position
"
)
visible
:
!
_vehicleHasHomePosition
checked
:
false
id
:
plannedHomePositionSection
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Planned Home Position
"
)
visible
:
!
_vehicleHasHomePosition
checked
:
false
}
Column
{
...
...
src/PlanView/StructureScanEditor.qml
View file @
1067b01f
...
...
@@ -130,8 +130,10 @@ Rectangle {
}
SectionHeader
{
id
:
scanHeader
text
:
qsTr
(
"
Scan
"
)
id
:
scanHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Scan
"
)
}
Column
{
...
...
@@ -200,8 +202,10 @@ Rectangle {
}
// Column - Scan
SectionHeader
{
id
:
statsHeader
text
:
qsTr
(
"
Statistics
"
)
id
:
statsHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Statistics
"
)
}
Grid
{
...
...
src/PlanView/SurveyItemEditor.qml
View file @
1067b01f
...
...
@@ -124,8 +124,10 @@ Rectangle {
}
SectionHeader
{
id
:
transectsHeader
text
:
qsTr
(
"
Transects
"
)
id
:
transectsHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Transects
"
)
}
GridLayout
{
...
...
@@ -233,9 +235,11 @@ Rectangle {
}
SectionHeader
{
id
:
terrainHeader
text
:
qsTr
(
"
Terrain
"
)
checked
:
missionItem
.
followTerrain
id
:
terrainHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Terrain
"
)
checked
:
missionItem
.
followTerrain
}
ColumnLayout
{
...
...
@@ -280,8 +284,10 @@ Rectangle {
}
SectionHeader
{
id
:
statsHeader
text
:
qsTr
(
"
Statistics
"
)
id
:
statsHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Statistics
"
)
}
TransectStyleComplexItemStats
{
...
...
@@ -357,8 +363,6 @@ Rectangle {
SectionHeader
{
id
:
presectsTransectsHeader
anchors.left
:
undefined
anchors.right
:
undefined
Layout.fillWidth
:
true
text
:
qsTr
(
"
Transects
"
)
}
...
...
@@ -400,11 +404,9 @@ Rectangle {
}
SectionHeader
{
id
:
presetsStatsHeader
anchors.left
:
undefined
anchors.right
:
undefined
id
:
presetsStatsHeader
Layout.fillWidth
:
true
text
:
qsTr
(
"
Statistics
"
)
text
:
qsTr
(
"
Statistics
"
)
}
TransectStyleComplexItemStats
{
...
...
src/QmlControls/ParameterEditor.qml
View file @
1067b01f
...
...
@@ -174,6 +174,8 @@ Item {
SectionHeader
{
id
:
categoryHeader
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
category
checked
:
controller
.
currentCategory
===
text
exclusiveGroup
:
sectionGroup
...
...
src/QmlControls/PreFlightCheckGroup.qml
View file @
1067b01f
...
...
@@ -43,8 +43,10 @@ Column {
}
SectionHeader
{
id
:
header
text
:
name
+
(
passed
?
qsTr
(
"
(passed)
"
)
:
""
)
id
:
header
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
text
:
name
+
(
passed
?
qsTr
(
"
(passed)
"
)
:
""
)
}
Column
{
...
...
src/QmlControls/SectionHeader.qml
View file @
1067b01f
...
...
@@ -7,10 +7,8 @@ import QGroundControl.ScreenTools 1.0
import
QGroundControl
.
Palette
1.0
FocusScope
{
id
:
_root
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
height
:
column
.
height
id
:
_root
height
:
column
.
height
property
alias
text
:
label
.
text
property
bool
checked
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment