dogmaphobic
0818cfe4e7
Detect video stream.
10 years ago
Don Gagne
6fcdb31775
Merge pull request #2126 from dogmaphobic/removeJunk
...
Removing unused Main Flight Display widget.
10 years ago
Don Gagne
f9164d3df4
Merge pull request #2122 from DonLakeFlyer/WaypointDistance
...
Calculate/Display distance between waypoints
10 years ago
Don Gagne
907134d9a4
Merge pull request #2125 from DonLakeFlyer/AutoConnect2
...
Start logging on heartbeat instead of connect
10 years ago
dogmaphobic
9e7b1830a5
Merge remote-tracking branch 'mavlink/master' into removeJunk
...
* mavlink/master:
Making Altitude text Larger than the rest.
Saving and Restoring "Map Is Main"
Controls work better aesthetically when centered on the screen.
More work on the Fly View
10 years ago
Gus Grubba
932109ea5b
Merge pull request #2124 from dogmaphobic/flightViewContinue
...
Flight view continue
10 years ago
dogmaphobic
a27c1b57da
Removing unused Main Flight Display widget.
10 years ago
Don Gagne
65b4b923d6
Start logging on heartbeat instead of connect
10 years ago
dogmaphobic
f8a869f80b
Making Altitude text Larger than the rest.
10 years ago
dogmaphobic
f26504f525
Saving and Restoring "Map Is Main"
10 years ago
Don Gagne
68072e9941
Correct for relativeAlt, !relativeAlt, homePositionValid mix
10 years ago
Don Gagne
1bcd33e3ca
Fix relative altitude fact
10 years ago
dogmaphobic
8a9f0c1ae3
Controls work better aesthetically when centered on the screen.
10 years ago
dogmaphobic
fe60f712b1
More work on the Fly View
10 years ago
Don Gagne
d44fcde43a
Merge pull request #2116 from dagoodma/geodetic_math
...
Geodetic math
10 years ago
David Goodman
4be0598254
Updated conversion to local NED instead of ENU.
10 years ago
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
ae0fb2c250
Calculate/Display distance between waypoints
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