Don Gagne
a27d2a70ae
Visual naming for top level views
9 years ago
Kelly Steich
c10431fe5e
total mission stats computation
...
first iteration of mission stats calculation (dist and maxTelem)
add survey item distance to mission distance
remove unused calculations from _calcHomeDist
added correct calculation of missionMaxTelemetry when there is a complex item
use speed to compute mission time according to vehicle type
started implementation of hover and cruise distance
corrected typos
added logic
prevent survey from crasing
added checks for vtol
rearrange logic
added primitive check for landing
rearranged checks
new arrangement
added logic for transition
fix for small bugs
add check for mission speed larger than 0
remove already existinh check
reduce code a bit
clean up
9 years ago
Don Gagne
b10e5caba0
Wider grid lines to see turnaround better
9 years ago
Don Gagne
95d2def8bd
Survey no longer hidden behind setting
9 years ago
Don Gagne
a982044a18
Cosmetic changes
9 years ago
Nate Weibley
94abe381ca
Defer loading and binding of mission editing QML components, fix editor view syncs
9 years ago
Nate Weibley
d5ab9686ce
More descriptive signal parameter for MissionItemEditor insert
9 years ago
Nate Weibley
2371b335b6
Fixes ardupilot abbreviations for #3588
9 years ago
Nate Weibley
be2fe6eab7
Add insert back in. Somehow it snuck out
9 years ago
Nate Weibley
25c709b49f
Fix mission editor QML does not properly reflect home is selected on mission load from disk
9 years ago
Don Gagne
94f7ddb18b
Single map type setting for all maps
...
- Offline maps new set defaults to default map type
- Plan/Fly views use MapScale control
9 years ago
Don Gagne
c93ab24d39
Shorter text field width to save real estate
9 years ago
Nate Weibley
d6d8f48691
Fixing some spacing consistency issues
9 years ago
Nate Weibley
05852c3b25
Tweaks to mission editor model views. Helps to address #3456
9 years ago
Lorenz Meier
78550907fe
Adjust license terms in all headers to reflect new dual-license
9 years ago
Don Gagne
c2c31a9d0f
Fix button z-order
9 years ago
dogmaphobic
297f24016e
More size adjustments.
9 years ago
dogmaphobic
3860173a84
Fix sizing within MissionItemStatus
9 years ago
dogmaphobic
e2c65e4e0e
Done
9 years ago
Gus Grubba
74d30cd4af
Fix QGCView.showDialog() when called from FactTextField.
...
Actually, changed so showDialog figures out on its own if it should use available height or full parent height. The variable is now set by the main window, which controls which view is being shown.
I commented off some code in ParameterEditorDialog.qml as it is not properly handling the dialog and causing it to get "stuck".
9 years ago
dogmaphobic
3adba8e2b5
Fix QGCView.showDialog() when called from FactTextField.
...
Actually, changed so showDialog figures out on its own if it should use available height or full parent height. The variable is now set by the main window, which controls which view is being shown.
I commented off some code in ParameterEditorDialog.qml as it is not properly handling the dialog and causing it to get "stuck".
9 years ago
dogmaphobic
18cf8ba964
Fixing the Mission Editor view to respect the view area (so the map extends beneath the toolbar)
9 years ago
haigithub
995bfffb58
Fix Survey delete bug.
9 years ago
Tomaz Canabrava
60a6a31f14
Random additions to the qml qsTr calls
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
9fe27499a4
Scroll list to current item
9 years ago
Beat Küng
ed04cbcd40
MissionEditor.qml: fix typo in label
9 years ago
Don Gagne
bc69d1212b
Much better Outdoor palette visuals
9 years ago
Don Gagne
de4f9cac92
Toolbar/Instruments respect palette
...
Map control use different border color based on map type
9 years ago
Don Gagne
f3f54cd574
Pull multiVehicleManager from QGroundControl
9 years ago
Don Gagne
1a813c7463
Bad function call
9 years ago
Don Gagne
42c1131610
New QGCMobileFileDialog
...
- Convert mission load/save to it
- Allow parameter load/save on mobile
9 years ago
Don Gagne
1b6162acd8
Sizing fix
9 years ago
Don Gagne
958eec19f1
MouseArea preventing Windows Surface scrolling
9 years ago
Don Gagne
4dff9a3e15
Fixes for small screens
9 years ago
Don Gagne
3b3b49d916
AMSL altitude support
9 years ago
Don Gagne
45dceec352
Survey initial grid generation
9 years ago
Don Gagne
0778e3ba97
Add complex mission item exit coordinate support
...
Plus many load/save fixes
9 years ago
Don Gagne
62285253bf
More work on complex mission items
...
- Load/Save working
- Entry point working
9 years ago
Don Gagne
32b8a5494e
Simple/Complex item rearchitecture
...
Plus new unit tests
9 years ago
Don Gagne
9e061b2da3
ComplexMissionItem support for Survey
9 years ago
Don Gagne
5f51548093
Fix incorrect method name
9 years ago
Don Gagne
dfcd282657
Add vehicles to Plan view
9 years ago
Don Gagne
ae99581eae
Remove unused code
9 years ago
Don Gagne
8b938a34a5
Copy Fly view position to Plan
...
Also added Center to Mission support
9 years ago
Don Gagne
8c411f3b37
Size ListView to content height
...
This allows you to click/add waypoints under the list view
9 years ago
Don Gagne
12980b186b
Add support for load/save mission on tablet
9 years ago
Don Gagne
e7c887894e
Correctly handle large numbers of waypoints
9 years ago
Don Gagne
51bfac2f9c
Planned Home Position support
...
Also additional major Mission usability changes
9 years ago
Pritam Ghanghas
7b2f37062d
Fixed map centring buttons in flight view and flight editor.
9 years ago
Don Gagne
950aaab059
Fit map viewport to mission items
9 years ago