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
4b8317d5
Commit
4b8317d5
authored
Apr 27, 2019
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused stuff
parent
c2a53372
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
FlightMap.qml
src/FlightMap/FlightMap.qml
+0
-2
MissionItemEditor.qml
src/PlanView/MissionItemEditor.qml
+0
-1
PlanView.qml
src/PlanView/PlanView.qml
+0
-4
No files found.
src/FlightMap/FlightMap.qml
View file @
4b8317d5
...
...
@@ -76,8 +76,6 @@ Map {
}
}
ExclusiveGroup
{
id
:
mapTypeGroup
}
// Center map to gcs location
onGcsPositionChanged
:
{
if
(
gcsPosition
.
isValid
&&
allowGCSLocationCenter
&&
!
firstGCSPositionReceived
&&
!
firstVehiclePositionReceived
)
{
...
...
src/PlanView/MissionItemEditor.qml
View file @
4b8317d5
...
...
@@ -23,7 +23,6 @@ Rectangle {
property
var
masterController
property
var
missionItem
///< MissionItem associated with this editor
property
bool
readOnly
///< true: read only view, false: full editing view
property
var
rootQgcView
signal
clicked
signal
remove
...
...
src/PlanView/PlanView.qml
View file @
4b8317d5
...
...
@@ -31,7 +31,6 @@ import QGroundControl.Airmap 1.0
/// Mission Editor
Item
{
id
:
_root
property
bool
planControlColapsed
:
false
...
...
@@ -440,8 +439,6 @@ Item {
onCenterChanged
:
updateAirspace
(
false
)
MouseArea
{
//-- It's a whole lot faster to just fill parent and deal with top offset below
// than computing the coordinate offset.
anchors.fill
:
parent
onClicked
:
{
// Take focus to close any previous editing
...
...
@@ -807,7 +804,6 @@ Item {
missionItem
:
object
width
:
parent
.
width
readOnly
:
false
rootQgcView
:
_root
onClicked
:
_missionController
.
setCurrentPlanViewIndex
(
object
.
sequenceNumber
,
false
)
onRemove
:
{
var
removeIndex
=
index
...
...
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