Gus Grubba
|
39dbb7aa24
|
Merge pull request #4317 from dogmaphobic/MAVLinkLogging
Updated MAVLink logging to the new “flightreport" form upload.
|
8 years ago |
Gus Grubba
|
51e1fe0d7f
|
Updated MAVLink logging to the new “flightreport" form upload.
|
8 years ago |
Rustom Jehangir
|
8f1aac18db
|
Check for null pointer to avoid crash.
|
8 years ago |
Don Gagne
|
43ad0f5634
|
Change battery.current to float with 2 decimal places
|
8 years ago |
Don Gagne
|
36ce0c1df6
|
Merge pull request #4308 from DonLakeFlyer/SendMavTimer
Vehicle::sendMavCommand Incorrect setSingleShot
|
8 years ago |
Nate Weibley
|
a0c1f8c08d
|
Fix most (all?) QML font rendering glitches on Windows
|
8 years ago |
Don Gagne
|
19a80ae1da
|
Merge pull request #4306 from DonLakeFlyer/CorrectMavlinkHandling
Correct message handling: GPS_RAW_INT, GLOBAL_POSITION_INT, VFR_HUD, ALTITUDE
|
8 years ago |
Don Gagne
|
47f18d80c0
|
Incorrect setSingleShow
|
8 years ago |
Don Gagne
|
004bda505b
|
Correct guided mode AMSL versus Relative handling
|
8 years ago |
Don Gagne
|
099fe046c4
|
Remove unused code
* Some code moved to Vehicle
|
8 years ago |
Don Gagne
|
8c548e56c4
|
Satellite count should be int
|
8 years ago |
Don Gagne
|
12e5dd7145
|
Correct handling of GPS_RAW_INT, GLOBAL_POSITION_INT, VFR_HUD
* Moved from UAS
* Remove unused code
|
8 years ago |
Don Gagne
|
23d3eb50ea
|
Merge pull request #4301 from DonLakeFlyer/MainToolbarIndicators
Toolbar: Remove global property usage
|
8 years ago |
Don Gagne
|
c916dc1de3
|
Merge pull request #4300 from DonLakeFlyer/sendMavCommandFixes
Vehicle::sendMavCommand fixes
|
8 years ago |
Don Gagne
|
e57d3c7c77
|
Merge pull request #4299 from DonLakeFlyer/FlightDisplayViewVideoQmldir
Add missing FlightDisplayViewVideo to qmldir
|
8 years ago |
Gus Grubba
|
000a4e265c
|
Merge pull request #4302 from dogmaphobic/crashGuard
Adding a crash guard for when a command resend timeout occurs with an…
|
8 years ago |
Gus Grubba
|
fe5234694c
|
Adding a crash guard for when a command resend timeout occurs with an empty command queue.
|
8 years ago |
Don Gagne
|
9fc8a127f1
|
Remove global property usage
* Make MainToolbarIndicators reusable by other views
* Change to font based ratio sizing
|
8 years ago |
Don Gagne
|
506ed73b3f
|
Fix non android serial port code
|
8 years ago |
Don Gagne
|
fa0d4719ef
|
Correct usage of Vehicle::sendMavCommand
|
8 years ago |
Don Gagne
|
9f1c81e6df
|
Add missing FlightDisplayViewVideo
|
8 years ago |
Don Gagne
|
064be228a9
|
Merge pull request #4298 from DonLakeFlyer/Vehicle.Battery.Current
Change Vehicle.Battery.current to Amps units
|
9 years ago |
Don Gagne
|
5ecd804954
|
Merge pull request #4297 from DonLakeFlyer/FenceVisibility
Update fence visibility flags
|
9 years ago |
Don Gagne
|
a0f3e65878
|
Merge pull request #4295 from DonLakeFlyer/MavCommandRetryWork
Mav command retry work
|
9 years ago |
Don Gagne
|
ee061d436b
|
Change Vehicle.Battery.current to Amps units
|
9 years ago |
Don Gagne
|
15d2036756
|
Update fence visibility flags
|
9 years ago |
Don Gagne
|
eebbd61356
|
Fix typo
|
9 years ago |
Don Gagne
|
a3b4f2fee9
|
Vehicle::sendMavCommand unit test
|
9 years ago |
Don Gagne
|
b2835e7d53
|
Fix timer stop bug
|
9 years ago |
Don Gagne
|
159e12cd4e
|
Update to new mavCommandResult signature
|
9 years ago |
Don Gagne
|
2732e9a52e
|
Merge pull request #4289 from DonLakeFlyer/AndroidSerial
Android build stop serial probe after first connect
|
9 years ago |
Don Gagne
|
d84dd7e42d
|
New Vehicle::sendMavCommand - Queued MAV_CMD with retry
|
9 years ago |
Don Gagne
|
2135a25d9a
|
Android build stop serial probe after first connect
|
9 years ago |
Don Gagne
|
7266bb3c54
|
Merge pull request #4287 from DonLakeFlyer/MissionInProgress
MissionManager: Fix read transaction flag
|
9 years ago |
Gus Grubba
|
eb0df28d87
|
Merge pull request #4286 from dogmaphobic/bluetooth
Switch Bluetooth connection from a generic Rfcomm protocol...
|
9 years ago |
Don Gagne
|
21cfa71a52
|
Merge pull request #4285 from DonLakeFlyer/APMPIDDecimal
Default decimal places for PID params
|
9 years ago |
Don Gagne
|
1d1ecb0169
|
Merge pull request #4284 from DonLakeFlyer/MapScaleZ
Fix z-order
|
9 years ago |
Don Gagne
|
0ca437cd27
|
Merge pull request #4283 from DonLakeFlyer/AddPlannedHomePosition
Correct use of specifiesCoordinate
|
9 years ago |
Don Gagne
|
9f760e3320
|
Merge pull request #4282 from DonLakeFlyer/SettingsFix
Hide view before settings source
|
9 years ago |
Don Gagne
|
1e0e17b55c
|
Fix flag
|
9 years ago |
Gus Grubba
|
bee16a671b
|
Switch Bluetooth connection from a generic Rfcomm protocol to a specific SerialPort service.
|
9 years ago |
Don Gagne
|
6267f16b04
|
Default decimal places for PID params
|
9 years ago |
Don Gagne
|
f2f1a0d55b
|
Fix z-order
|
9 years ago |
Don Gagne
|
5ddddfda53
|
Correct use of specifiesCoordinate
|
9 years ago |
Don Gagne
|
eb4de378ea
|
Hide view before settings source
This prevent the visibility change from trashing source setting
|
9 years ago |
Gus Grubba
|
6471650920
|
Merge pull request #4276 from dogmaphobic/RSTPVideoConnection
Handle delayed RTSP video connection.
|
9 years ago |
Don Gagne
|
00f3e59e00
|
Merge pull request #4280 from DonLakeFlyer/ParamMgrFix
Param mgr fix
|
9 years ago |
Don Gagne
|
aa2771bdc3
|
Deal with ArduPilot 65536 index on PARAM_VALUE correctly
|
9 years ago |
Don Gagne
|
e3a1f0169a
|
_requestListNoResponse fixed up and back on
|
9 years ago |
Gus Grubba
|
5902567dd8
|
Handle delayed RTSP video connection.
|
9 years ago |