Don Gagne
973faaf20e
Make disconnect for prominent
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
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
Don Gagne
f26ea03c11
Merge pull request #3054 from tcanabrava/simplify_code
...
Remove uneeded code
9 years ago
Tomaz Canabrava
f43da9a7f9
Remove uneeded code
...
We just wanna move some code from QThread, from private
to public, se can use using:: for that.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
841cbde5ca
Fix compilation on some linux boxes
...
This shouldn't break a thing on other linux boxes that compiles
fine.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
mazgch
d1472d3e40
added u-blox USB device IDs
9 years ago
Lorenz Meier
86eec3f4c5
MAVLink: Update submodule
9 years ago
Nate Weibley
340a904322
Merge pull request #3046 from NaterGator/nsisfix
...
Run uninstaller directly to prevent removing necessary files during reinstall
9 years ago
Nate Weibley
3bb00c3b76
Run uninstaller directly to prevent removing necessary files during reinstall for #3045
9 years ago
Gus Grubba
cfcaee42d8
Merge pull request #3044 from dogmaphobic/NoVideoNoPip
...
Remove "Pipable" control if there is no Video.
9 years ago
dogmaphobic
0a79fb5a90
Remove "Pipable" control if there is no Video.
9 years ago
Gus Grubba
c1cd38ac63
Merge pull request #3043 from dogmaphobic/qt56Build
...
Tested with Android as well (map elements work fine there too). I can't test with Windows right now, if there is an issue, I can deal with that on another PR.
9 years ago
dogmaphobic
cfd54d0244
Initial Qt 5.6 build support.
9 years ago
Don Gagne
7aeb8a5fa2
Merge pull request #3032 from NaterGator/nsis-linkfix
...
Demote safe mode links so they don't confuse users of a fresh install
9 years ago
Don Gagne
cada73ccc8
Merge pull request #3038 from NaterGator/missionabbrev
...
Add support for customizing the abbreviated representation of mission…
9 years ago
Gus Grubba
53ba2fdeec
Merge pull request #3037 from dogmaphobic/sliderTweak
...
Tweaking the SliderSwitch controller.
9 years ago
Nate Weibley
2d00726c6b
Add support for customizing the abbreviated representation of mission items for #3000
9 years ago
dogmaphobic
d863438d4c
Disabling the "Reject" button within the SliderSwitch.
9 years ago
dogmaphobic
189bdf58c5
Tweaking the SliderSwitch controller.
9 years ago
Nate Weibley
4a61d6bd7e
Also automatically uninstall the previous version immediately before install. Fixes #2970
9 years ago
Nate Weibley
980d76ddde
Demote safe mode links so they don't confuse users of a fresh install
9 years ago
Don Gagne
bee5eb8e55
Merge pull request #3034 from DonLakeFlyer/iosTravisRelease
...
Add iOS release builds
9 years ago
Don Gagne
894a5d3c38
Add iOS release builds
9 years ago
Don Gagne
d809c7929d
Merge pull request #3030 from DonLakeFlyer/SliderChars
...
Add temp text indicators to SliderSwitch
9 years ago
Don Gagne
e8bcffc681
Add temp text indicators
9 years ago
Don Gagne
dcaedd1819
Merge pull request #3026 from DonLakeFlyer/SliderSwitch
...
Add new SliderSwitch control, use for Guide mode confirmation
9 years ago
Don Gagne
a3683701d7
Merge pull request #2986 from NaterGator/missionclicks
...
Implement click-to-retask via MISSION_SET_CURRENT in flight view for #2275
9 years ago
Daniel Agar
90170eb174
Merge pull request #3028 from mavlink/travis-misc
...
travis-ci fix slow doxygen upload and broken android versioning
9 years ago
Nate Weibley
e0caee4390
Confirm retasking command before altering active waypoint
9 years ago
Nate Weibley
b7ea870fd6
Implement click-to-retask via MISSION_SET_CURRENT in flight view for #2275
9 years ago