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
8ac56bc2
Unverified
Commit
8ac56bc2
authored
Nov 11, 2019
by
Don Gagne
Committed by
GitHub
Nov 11, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8014 from DonLakeFlyer/ToolNames
Polygon/Line tool name changes
parents
bffdc8d0
31ce7c04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
QGCMapPolygonVisuals.qml
src/MissionManager/QGCMapPolygonVisuals.qml
+1
-1
QGCMapPolylineVisuals.qml
src/MissionManager/QGCMapPolylineVisuals.qml
+1
-1
CorridorScanEditor.qml
src/PlanView/CorridorScanEditor.qml
+1
-1
No files found.
src/MissionManager/QGCMapPolygonVisuals.qml
View file @
8ac56bc2
...
...
@@ -538,7 +538,7 @@ Item {
QGCButton
{
_horizontalPadding
:
0
text
:
_traceMode
?
qsTr
(
"
Done Tracing
"
)
:
qsTr
(
"
Trace
Polygon
"
)
text
:
_traceMode
?
qsTr
(
"
Done Tracing
"
)
:
qsTr
(
"
Trace
"
)
onClicked
:
{
if
(
_traceMode
)
{
if
(
mapPolygon
.
count
<
3
)
{
...
...
src/MissionManager/QGCMapPolylineVisuals.qml
View file @
8ac56bc2
...
...
@@ -38,7 +38,7 @@ Item {
property
real
_zorderSplitHandle
:
QGroundControl
.
zOrderMapItems
+
2
property
var
_savedVertices
:
[
]
readonly
property
string
_corridorToolsText
:
qsTr
(
"
Corridor
Tools
"
)
readonly
property
string
_corridorToolsText
:
qsTr
(
"
Polyline
Tools
"
)
readonly
property
string
_traceText
:
qsTr
(
"
Click in the map to add vertices. Click 'Done Tracing' when finished.
"
)
function
_addCommonVisuals
()
{
...
...
src/PlanView/CorridorScanEditor.qml
View file @
8ac56bc2
...
...
@@ -65,7 +65,7 @@ Rectangle {
QGCLabel
{
Layout.fillWidth
:
true
wrapMode
:
Text
.
WordWrap
text
:
qsTr
(
"
Use the
Corridor
Tools to create the polyline which defines the corridor.
"
)
text
:
qsTr
(
"
Use the
Polyline
Tools to create the polyline which defines the corridor.
"
)
}
QGCButton
{
...
...
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