Nate Weibley
d5ab9686ce
More descriptive signal parameter for MissionItemEditor insert
9 years ago
Don Gagne
65c163f35b
Merge pull request #3589 from NaterGator/missionabbrev
...
Fixes ardupilot abbreviations for #3588
9 years ago
Don Gagne
f565f29016
Merge pull request #3585 from DonLakeFlyer/FlashingYield
...
Remove animation to save perf
9 years ago
Nate Weibley
2371b335b6
Fixes ardupilot abbreviations for #3588
9 years ago
Nate Weibley
deb279bf46
Correct camelCase
9 years ago
Don Gagne
fb4e7b39b9
Remove animation to save perf
9 years ago
Don Gagne
fdb13156c0
Merge pull request #3580 from DonLakeFlyer/JoystickSettle
...
Bump joystick settle constant
9 years ago
Nate Weibley
970e41aa07
Update the MissionController line model to a much faster and less expensive implementation
9 years ago
Nate Weibley
e7044bd2ce
Fix waypoint insertion so it actually works
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
Nate Weibley
6f64b236ad
Use QGroundControlQmlGlobal::offlineEditingFirmwareType to load offline mission type
...
Instantiating QSettings on the stack is quite expensive (full file read+parse each time) and this was done in a tight loop with mission items as they were dragged. Very slow.
9 years ago
Nate Weibley
386b34f666
Bind direction to QGeoCoordinates
9 years ago
Nate Weibley
5171223693
Make VisualMissionItems much less noisy when the same values are computed repeatedly
9 years ago
Nate Weibley
6240302be8
Updating CoordinateVector to be less noisy and easier to bind to VisualMissionItems
9 years ago
Nate Weibley
b669753da0
Add QmlObjectListModel method to replace an entire model's data in one step
9 years ago
Nate Weibley
e95fd88b92
Fix memory leak during dragging waypoint
9 years ago
Don Gagne
033f52bd85
Merge pull request #3574 from dagar/px4_modes
...
PX4 mode cleanup
9 years ago
Don Gagne
a1fe69a023
Bump joystick settle constant
9 years ago
Daniel Agar
3808a1f9b5
PX4 mode cleanup
9 years ago
Don Gagne
3caf40072b
Merge pull request #3572 from DonLakeFlyer/MockLink'
...
MockLink: Support multi-vehicle simulation
9 years ago
Don Gagne
500de017d2
Merge pull request #3571 from DonLakeFlyer/CriticalMessagePosition
...
Move message area to top
9 years ago
Don Gagne
34204c2e6c
Merge pull request #3570 from DonLakeFlyer/VirtualJoyThrottle
...
Virtual joystick: Throttle no longer spring loaded to center
9 years ago
Don Gagne
a86eecafcd
Merge pull request #3568 from DonLakeFlyer/MobileFileDlgLogging
...
Mobile file dialog: Add logging
9 years ago
Don Gagne
8c7159fa8b
Support multi-vehicle simulation
...
- Delay gps position for better testing
- Longer delay on home position
9 years ago
Don Gagne
a014240fbb
Move message area to top
...
Height will shrink to fit small text heights
9 years ago
Don Gagne
50804a7702
Throttle no longer spring loaded to center
...
This allows you to arm
9 years ago
Don Gagne
db268315d6
Add logging
9 years ago
Don Gagne
3602123230
Merge pull request #3567 from DonLakeFlyer/SettingsRealEstate
...
Settings real estate
9 years ago
Don Gagne
c26993a0fa
Merge pull request #3566 from DonLakeFlyer/PlannedHome
...
Planned Home Position: Tweaks to wording to help with confusion
9 years ago
Don Gagne
e32b8a27b8
Remove redundant title
9 years ago
Don Gagne
2c7e489460
Text color fix
9 years ago
Don Gagne
5fa30e0cf0
Merge pull request #3565 from DonLakeFlyer/MapScaleUnits
...
MapScale: Add support for feet/miles
9 years ago
Don Gagne
5d0f4d4a06
Tweaks to wording to help with confusion
9 years ago
Don Gagne
4b9be2d7b7
Merge pull request #3564 from DonLakeFlyer/FileDownload
...
Handle parameters at end of URL
9 years ago
Don Gagne
8614779de2
Merge pull request #3562 from DonLakeFlyer/OfflineMapPreview
...
Offline Map: Add preview and zoom numbers
9 years ago
Don Gagne
da24f5baac
Add support for feet/miles
9 years ago
Don Gagne
5764f436a4
Handle parameters at end of URL
9 years ago
Don Gagne
78e229b29f
Add preview and zoom numbers
9 years ago
Don Gagne
88b9c9cd62
Merge pull request #3560 from DonLakeFlyer/ParamLoadRetry
...
Param load: Try initial request 5 times max
9 years ago
Don Gagne
b4835b28fb
Merge pull request #3556 from DonLakeFlyer/OfflineMapFixes
...
Offline map fixes
9 years ago
Don Gagne
6c9cd5afa7
Merge pull request #3558 from DonLakeFlyer/hdiutil
...
Trying to fix hdiutil create failure
9 years ago
Don Gagne
e59f00455a
Try initial request 5 times max
...
Also don’t pop errors for initial request failure on generic vehicle.
9 years ago
Don Gagne
fcfe87c1fe
Trying to fix hdiutil create failure
9 years ago
Don Gagne
7951f7d218
Fix problems which were OS specific
...
- Max tile download count now handled here
- Fixed signaling problems
9 years ago
Don Gagne
83c609b87c
Crazy tile counts now handled on Qml side
9 years ago
Don Gagne
727c55fe9e
Merge pull request #3554 from DonLakeFlyer/hdiutilVerbose
...
Turn on verbose in hdiutil
9 years ago
Don Gagne
278d9814fd
Merge pull request #3555 from makrebs/mocklink
...
Save vehicle type for APM mock link
9 years ago
Matthias Krebs
2096d5e3a8
Save vehicle type for APM mock link
9 years ago
Don Gagne
2d01c9ba7f
Turn on verbose in hdiutil
...
To debug travis failure
9 years ago