Tomaz Canabrava
28cc04f13d
Fix possible crash creating an unknown dock widget
...
if an unknown string was passed to createInnerDockidget,
the widget would not be created but a reference to the null
pointer would still be saved on the avaliable dock widgets,
and thus any code that foreached the list accessing methods
could led to a crash.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
10 years ago
Tomaz Canabrava
2448b80b5f
Simplify Code
...
Since it's just a state-toogler, use the return value of the
method to set the values directly.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
10 years ago
Daniel Agar
579206c667
update android version
10 years ago
Daniel Agar
2ef4023b76
qmake cleanup git version
10 years ago
Daniel Agar
4ad29754c8
Merge pull request #2051 from dagar/travis
...
travis linux docker infrastructure and ccache
10 years ago
Daniel Agar
43f586ab23
travis-ci enable ccache for linux
10 years ago
Daniel Agar
574ea9fedb
travis-ci switch linux to container infrastructure
...
-enable ccache
10 years ago
Daniel Agar
17cfe536a8
travis-ci disable android debug
...
-until we start running unit tests on android
10 years ago
Don Gagne
1aad419c8e
Merge pull request #2113 from DonLakeFlyer/FMColors
...
Fix mode selection coloring
10 years ago
Don Gagne
30abdb65e3
Fix mode selection coloring
10 years ago
Don Gagne
d487e995b4
Merge pull request #2111 from DonLakeFlyer/FMBind
...
Fix Flight Mode binding loop
10 years ago
Don Gagne
4069ab9eca
Fix binding loop
10 years ago
Don Gagne
9efdddb208
Merge pull request #2110 from DonLakeFlyer/DecimalPlus
...
Decimal place support + other fixes
10 years ago
Don Gagne
f1c93eb548
Merge remote-tracking branch 'origin/DecimalPlus' into DecimalPlus
10 years ago
Don Gagne
f946f8c76b
Decimal place support from meta data
10 years ago
Don Gagne
114f00c5b1
Fix item dragging
10 years ago
Don Gagne
acc8b92c4f
Fix home position handling
10 years ago
Don Gagne
d562a02332
Fix signalling
10 years ago
Don Gagne
95cec0e00a
Merge pull request #2109 from DonLakeFlyer/ParamMetaData
...
Move ParameterLoader override to FirmwarePlugin
10 years ago
Don Gagne
ba4acf82e9
Decimal place support from meta data
10 years ago
Don Gagne
32b9124d30
Fix item dragging
10 years ago
Don Gagne
6025c37980
Fix home position handling
10 years ago
Don Gagne
8fdb52f503
Fix signalling
10 years ago
Don Gagne
f1070496e0
Move ParameterLoader override to FirmwarePlugin
10 years ago
Don Gagne
60a46a22fa
Merge pull request #2106 from DonLakeFlyer/MissionHomeMove
...
Mission home move
10 years ago
Don Gagne
982e4d066f
Merge pull request #2104 from DonLakeFlyer/MissionDrag
...
Mission drag visuals
10 years ago
Don Gagne
957710b4d3
Editor moves to vehicle position once it gets gps lock
10 years ago
Don Gagne
90480f30ce
Removed active and _heading properties
...
They were causing variable scoping conflicts. This in turn caused the
widget to not update. Active property is not needed since the handling
of active/inactive vehicle is handled outside of the control
10 years ago
Don Gagne
d8fb65d64d
New item dragger visuals
10 years ago
Don Gagne
c880c054c4
Fix bugs with offline to online transition
10 years ago
Don Gagne
457e2a0ad0
Tablet position not getting to FlightView
10 years ago
Don Gagne
e486186076
Add offline to online test
10 years ago
Lorenz Meier
a559770053
Merge pull request #2098 from DonLakeFlyer/MissionLoadDelay
...
Wait until parameter load complete for Mission Load
10 years ago
Don Gagne
ef4ff0d2a8
Wait until parameter load complete for Mission Load
10 years ago
Don Gagne
4e0a8403fa
Merge pull request #2095 from DonLakeFlyer/JOMBuild
...
Remove deprecated config option
10 years ago
Don Gagne
3f81112ad8
Merge pull request #2094 from DonLakeFlyer/MissionControllerUT
...
Mission controller Unit Test
10 years ago
Gus Grubba
bf4e313c8d
Merge pull request #2096 from dogmaphobic/iosVideo
...
Missing dependencies for video streaming on iOS.
10 years ago
dogmaphobic
bf8b52a425
Missing dependencies for video streaming on iOS.
10 years ago
Don Gagne
d26b750d8f
Remove deprecated config option
10 years ago
Don Gagne
4cceba3b78
Add MissionController unit test
10 years ago
Don Gagne
130ac82eef
Base class for MissionManager/ControllerTest
10 years ago
Don Gagne
8fc0149b7f
Add checkSignalsByMask and checkOnlySignalsByMask
...
Allows for signal count > 1
10 years ago
Don Gagne
00d395b47d
HomePosition now managed by MissionController
10 years ago
Don Gagne
199c6f93f8
Delay HOME_POSITION to better simulate reality
10 years ago
Gus Grubba
e52f5a72f1
Merge pull request #2093 from dogmaphobic/gitVersion
...
Some work for iOS
10 years ago
dogmaphobic
a2ebe500bc
Some work for iOS
10 years ago
Don Gagne
af824e2081
Merge pull request #2090 from DonLakeFlyer/APMMissionSupport
...
APM stack mission support
10 years ago
Don Gagne
f0bd33efac
Add support for APM Mission quirks
...
Also merged MissionController and MissionEditorController into single
MissionController implementation
10 years ago
Don Gagne
9866b60391
New virtual for APM style mission support
10 years ago
Don Gagne
0cca67717b
Fix Vehicle shutdown crash/assert
10 years ago