Don Gagne
de4f9cac92
Toolbar/Instruments respect palette
...
Map control use different border color based on map type
9 years ago
Nate Weibley
9bd304e3e9
Fix for espeak / alsa errors for #3015
...
Initialize espeak in async playback mode and explicitly synchronize after each synth operation in the worker thread.
9 years ago
Don Gagne
3c53181668
Merge pull request #3096 from DonLakeFlyer/TravisCleanup
...
Improve travis.yml readability
9 years ago
Don Gagne
5d17b53191
Improve travis.yml readability
...
Also fix problem with log files over 4M causing build failure
9 years ago
Don Gagne
fd9e128e0b
Merge pull request #3094 from DonLakeFlyer/MavlinkChannel
...
Don't use channel 0 to avoid sequence number problems
9 years ago
Don Gagne
f803ac47b8
Merge pull request #3091 from DonLakeFlyer/APMPreArmHandling
...
APM PreArm message handling
9 years ago
Don Gagne
454de718b2
Don't use channel 0 to avoid sequence number problems
9 years ago
Don Gagne
7c3c6162aa
APM PreArm message handling
9 years ago
Don Gagne
0d3b47218d
Merge pull request #3089 from catch-twenty-two/master
...
adding follow me
9 years ago
Don Gagne
b38533c976
Merge pull request #3090 from DonLakeFlyer/TravisOSXQt
...
Travis: Use Qt5.5 download for OSX
9 years ago
Don Gagne
68e195bd99
Use Qt5.5 download for OSX
9 years ago
Don Gagne
6e417447b6
Merge pull request #3085 from DonLakeFlyer/SoloVideo
...
Add Solo video support
9 years ago
Jimmy Johnson
d69ef3d401
adding follow me
9 years ago
Don Gagne
d1cba94cd5
Add Solo video support
9 years ago
Don Gagne
70124a1e3c
Merge pull request #3079 from NaterGator/linkthreadfix
...
[WIP] Link thread safety enforcement
9 years ago
Don Gagne
e0efcb207f
Merge pull request #3078 from DonLakeFlyer/Disconnect
...
Make disconnect for prominent
9 years ago
Nate Weibley
fe8ff69e24
Refactor writeBytes to _writeBytes
9 years ago
Nate Weibley
a2a203530e
Fix BluetoothLink::writeBytes reference to size
9 years ago
Nate Weibley
0aaca17666
Check for socket nullptr in TCPLink::writeBytes
9 years ago
Nate Weibley
7f5726e76f
Check for socket nullptr in UDPLink::writeBytes
9 years ago
Nate Weibley
1d0bf62709
Force link writes to occur via a signal/slot connection.
...
This mechanism automatically queues data into the correct thread where necessary, otherwise the method is invoked directly with low overhead.
At the same time remove the UDP socket event workaround. It is not a problem.
9 years ago
Don Gagne
973faaf20e
Make disconnect for prominent
9 years ago
Don Gagne
3dce29a7bc
Merge pull request #3077 from DonLakeFlyer/SoloFixes
...
Solo fixes
9 years ago
Don Gagne
7b6cb5c1da
Make sure spurious parameter updates don't break waiting timeouts
9 years ago
Don Gagne
c785760e5b
Check COMPASS_USE params for disabled compass
9 years ago
Don Gagne
6e9d785ceb
Drop high rate PreArm messages
...
Also filter solo version string
9 years ago
Don Gagne
e03fb849c0
Allow FirmwarePlugin to drop incoming messages
9 years ago
Don Gagne
20a51dfe5b
Merge pull request #3064 from DonLakeFlyer/AutoHide
...
Auto-Hide guided mode bar
9 years ago
Don Gagne
3b00e145b7
Merge pull request #3073 from DonLakeFlyer/ParamComponent
...
Handle waiting for default component to come through in a better way
9 years ago
Don Gagne
b4e8a87c6e
Handle waiting for default component to come through better
...
Also can handle additional components coming through after default
component is complete
9 years ago
Don Gagne
c72bea3a2e
Merge pull request #3069 from DonLakeFlyer/SerialIDS
...
Add SILabs serial ids for radio
9 years ago
Don Gagne
7b112b3284
Merge pull request #3066 from tcanabrava/fix_tons_of_warnings_clang
...
Clean unused variables / Fix QObject macro
9 years ago
Don Gagne
26a94703d7
Merge pull request #3065 from DonLakeFlyer/QuadPlaneModes
...
Add new QuadPlane flight modes
9 years ago
Lorenz Meier
1ba1841bf8
Merge pull request #3068 from DonLakeFlyer/Tuning
...
PX4 Tuning: Fix many bugs
9 years ago
Don Gagne
a192050541
Add SILabs radio vid/pid
9 years ago
Don Gagne
177f658348
Update to SiK radio naming
9 years ago
Don Gagne
979951f023
Fix many bugs
9 years ago
Don Gagne
9e301d5196
Auto-Hide guided mode bar
...
Plus other small fixes
9 years ago
Don Gagne
368501b3d2
Merge pull request #3063 from DonLakeFlyer/ConfirmSlider
...
Confirm slider: Remove cancel button support
9 years ago
Don Gagne
39b220f8eb
Merge pull request #3061 from tcanabrava/math_to_qmath
...
Change calls to isnan / isinf to qIsNan / qIsInf
9 years ago
Don Gagne
4ee458b980
Merge pull request #3060 from DonLakeFlyer/FMUpdate
...
Update flight mode naming
9 years ago
Tomaz Canabrava
16f9f8e0a9
Clean unused variables / Fix QObject macro
...
this simple patch cleans more than 500 warnings on my build
and it should be really safe to apply since it basically remove
unused variables.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
ab024a66fe
Add new QuadPlane flight modes
9 years ago
Don Gagne
a383c8a463
Fix vehicle reference
9 years ago
Don Gagne
e1ab5d5639
Remove unused code
9 years ago
Don Gagne
cec453de36
Remove cancel button
9 years ago
Don Gagne
ff7f97bcf0
Merge pull request #3052 from mazgch/master
...
added u-blox USB device IDs
9 years ago
Don Gagne
315bda6b5d
Update flight mode naming
9 years ago
Tomaz Canabrava
0abc2addba
Change calls to isnan / isinf to qIsNan / qIsInf
...
This way we don't need macro-magic to deal with
different operating systems and compilers.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
7c6397de7b
Merge pull request #3053 from tcanabrava/fix_compilation
...
Fix compilation on some linux boxes
9 years ago