David Goodman
7eea5671d3
Added <limits> include.
10 years ago
David Goodman
a205d6223d
Fixed qgcapp pro file.
10 years ago
David Goodman
1840aaf477
Wrote coordinate transformations and tests.
10 years ago
Don Gagne
08eb9d5e6c
Merge pull request #2112 from dagar/master
...
travis-ci enable QT_FATAL_WARNINGS=1 for osx
10 years ago
Don Gagne
f91d2a1d31
Merge pull request #2119 from DonLakeFlyer/VehicleDisconnect
...
Disconnect Vehicle after 30 seconds of lost communication
10 years ago
Daniel Agar
dd8c2f46e5
travis-ci enable QT_FATAL_WARNINGS=1 for osx
10 years ago
Don Gagne
38d7ef5f36
Clear signals in between each test case
10 years ago
Don Gagne
3bc487d2db
Merge pull request #2121 from tcanabrava/smallFixes
...
Small fixes
10 years ago
Don Gagne
84cd4640a0
Remove incorrect test declaration
10 years ago
Don Gagne
9c26a24978
Merge pull request #2120 from DonLakeFlyer/HomeUT
...
Home Position unit testing for MissionController
10 years ago
Gus Grubba
20f3f54ce9
Merge pull request #2118 from dogmaphobic/flightView
...
Flight View Work
10 years ago
Don Gagne
43776e8f4c
Home Position unit testing
10 years ago
Don Gagne
aa51998b29
Disconnect Vehicle after 30 seconds of lost communication
10 years ago
Tomaz Canabrava
bf8b966b5e
Fix incorrect placement of the Settings Dialog on Multiple Monitors
...
The current monitor used was the 'default' one, the primary monitor
but if your default monitor was the laptop one, with the lid closed
like mine was for quite a bit, you'd spend like 20 minutes trying to
find the preferences dialog, like I did.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
10 years ago
dogmaphobic
4530e96dec
Fix sizes on Android
10 years ago
Tomaz Canabrava
15e9a62c18
Correct usage of foreach with QString: const-ref it.
...
The QString behaves faster if used with const - reference on
a QForeach.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
10 years ago
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
dogmaphobic
2114e7609a
I keep missing new files...
10 years ago
dogmaphobic
b14e1a463f
Done with first pass of the Flight View re-work.
10 years ago
dogmaphobic
a9a17e88a2
Merge remote-tracking branch 'mavlink/master' into flightView
...
* mavlink/master:
update android version
qmake cleanup git version
travis-ci enable ccache for linux
travis-ci switch linux to container infrastructure
travis-ci disable android debug
Fix mode selection coloring
Fix binding loop
Decimal place support from meta data
Fix item dragging
Fix home position handling
Fix signalling
Decimal place support from meta data
Fix item dragging
Fix home position handling
Fix signalling
Move ParameterLoader override to FirmwarePlugin
10 years ago
dogmaphobic
232cd4a115
Missing file in last push
10 years ago
dogmaphobic
cab1d26591
Pushing before merge
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