Nate Weibley
876abd8d82
Removing duplicated QGCQGeoCoordinate
9 years ago
Don Gagne
f17a25f313
Don't show board orientation after compass cal
9 years ago
Don Gagne
8144e36227
Disregard spurious MISSION_ITEM
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
deb279bf46
Correct camelCase
9 years ago
Don Gagne
fb4e7b39b9
Remove animation to save perf
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
a1fe69a023
Bump joystick settle constant
9 years ago
Daniel Agar
3808a1f9b5
PX4 mode cleanup
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
e32b8a27b8
Remove redundant title
9 years ago
Don Gagne
2c7e489460
Text color fix
9 years ago
Don Gagne
5d0f4d4a06
Tweaks to wording to help with confusion
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
e59f00455a
Try initial request 5 times max
...
Also don’t pop errors for initial request failure on generic vehicle.
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
Matthias Krebs
2096d5e3a8
Save vehicle type for APM mock link
9 years ago
Daniel Agar
815b465d5b
travis-ci install gstreamer for linux ( #3540 )
...
* travis-ci install gstreamer
* update linux gstreamer dependencies
* fixes #2540
* travis-ci doxygen to trusty
9 years ago
Don Gagne
046f16e208
Fix MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES send/nack
9 years ago
Don Gagne
a73ba2f2dd
Guider bar font sizing changes
...
- Mobile large
- Desktop default
9 years ago
Don Gagne
75203177bb
Fix isSatelliteMap determination
9 years ago
Don Gagne
939b9c85a3
Small screen fixes
9 years ago
Don Gagne
e96f5f74ad
Don't user numeric keyboard on iOS
9 years ago
Don Gagne
b10e690067
Fix priority link and default component id usage
9 years ago
Don Gagne
95f9b8fb52
Fix flight mode channel not set bug
9 years ago
Don Gagne
20458c5b0c
Use alternate instruments for small screen
9 years ago
Don Gagne
ec1271c92a
Large font for guided bar
...
Was too hard to click
9 years ago
Don Gagne
28b7de3110
Allow 1 digit of precision on hdop
9 years ago
Don Gagne
d9ae3bd825
Better pre-cal dialog text
9 years ago
Don Gagne
17ef8c6174
Add WiFi calibration warning
9 years ago
Don Gagne
b19d393bb2
Fix ArduPilot prearm message visibility
9 years ago
Don Gagne
8bf2de5df5
Update to new VehicleRotationCal implementation
...
width/height must be specified by user name
9 years ago
Don Gagne
8411ba0b74
Correct thread destruction
9 years ago
Don Gagne
4423a07e33
Joystick can't be enabled if no joysticks connected
9 years ago