Don Gagne
2ab0357eb5
Merge pull request #2156 from tcanabrava/fixButtonActivation
...
Fix state of buttons (menu, toolbar)
9 years ago
Don Gagne
6845135456
Merge pull request #2159 from DonLakeFlyer/SingletonRemove
...
Remove as many Singletons as possible
9 years ago
Don Gagne
599cd32cc2
Merge pull request #2153 from DonLakeFlyer/APMAiframeComponent
...
Empty APM Airframe vehicle component
9 years ago
Don Gagne
10f4371115
Fix android build
9 years ago
Don Gagne
3433b5417d
Remove as many Singletons as possible
...
Instead us a Toolbox concept which hangs off of QGCApplication
9 years ago
Don Gagne
788928e173
Merge pull request #2157 from DonLakeFlyer/FatalOff
...
Turn off fatal warnings yet again
9 years ago
Don Gagne
3fc44da588
Turn off fatal warnings yet again
9 years ago
Gus Grubba
ec1e8c2f63
Merge pull request #2151 from dogmaphobic/randomFixes
...
Scaling UI Elements
9 years ago
Tomaz Canabrava
848938f16c
Fix state of buttons (menu, toolbar)
...
When you selected via the Menu to go to Fly Mode, the QML
toolbar didn't followed the option, and if you selected
via the menu to go to all the three possible views (setup,
fly and plan) the menu would be all-selected.
This tries to keep consistency of things.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
d24d0a054b
Empty APM Airframe vehicle component
9 years ago
Don Gagne
683a913e3d
Merge pull request #2150 from DonLakeFlyer/ParameterLoad
...
ParameterLoader to Vehicle, ParameterMetaData to FirmwarePlugin
9 years ago
dogmaphobic
7ceb6c1a12
Scaling UI Elements
9 years ago
Don Gagne
d453a7900b
Fix connect
9 years ago
Don Gagne
f132b11025
ParameterLoader to Vehicle, ParameterMetaData to FirmwarePlugin
9 years ago
Daniel Agar
7b710fde69
doxygen quiet
9 years ago
Daniel Agar
9ddaffb26c
doxygen add side navigation
9 years ago
Daniel Agar
44abcc1b96
travis-ci update doxygen config with doxywizard
9 years ago
Daniel Agar
da34d2c25c
travis-ci add epstopdf for doxygen
9 years ago
Daniel Agar
0ce7a0aa80
travis-ci doxygen s3 deploy skip_cleanup
9 years ago
Daniel Agar
c954aa541a
travis-ci s3 deploy with absolute path
9 years ago
Gus Grubba
8c9e41dec5
Merge pull request #2142 from dogmaphobic/closePIP
...
Adding button to close PIP
9 years ago
Daniel Agar
81388bae80
Merge pull request #2147 from mavlink/doxygen
...
travis-ci doxygen updates
9 years ago
Daniel Agar
42c64d080b
travis-ci doxygen updates
9 years ago
Daniel Agar
079baf3fc4
travis-ci generate doxygen documentation
...
- fixes #1882
9 years ago
dogmaphobic
92eb18be81
Fixing case issue.
9 years ago
Don Gagne
8b0b89066b
Merge pull request #2140 from dogmaphobic/debugWindow
...
Debug window to help define device sizing issues.
9 years ago
Don Gagne
cd6a0a28e0
Merge pull request #2141 from DonLakeFlyer/UTDisable
...
Disable MissionManagerTest and MavlinkLogTest
9 years ago
dogmaphobic
128ff82044
Adding button to close PIP
9 years ago
Don Gagne
b6242b55b2
Disable MissionManagerTest and MavlinkLogTest
...
Too unstable for CI at the moment
9 years ago
Gus Grubba
7d3cb1383c
Merge pull request #2133 from dogmaphobic/videoWork
...
Detect video stream.
9 years ago
Gus Grubba
2583e66af4
Merge pull request #2136 from dogmaphobic/artificialHorizon
...
Fix artificial horizon (it was stuck)
9 years ago
dogmaphobic
5c3a79b906
Debug window to help define device sizing issues.
9 years ago
Don Gagne
783bfcd147
Merge pull request #2099 from mavlink/rattitude
...
Add Rattitude mode for PX4
9 years ago
Daniel Agar
e72d7e19bf
travis-ci don't fold unit test output
9 years ago
dogmaphobic
3a37fd2526
Merge remote-tracking branch 'mavlink/master' into videoWork
...
* mavlink/master:
Missed qDebug. Sorry for the commit deluge...
Reducing PIP size on Android a bit. It was kind of big...
Revert "Start logging on heartbeat instead of connect"
Doc fix for getting gstreamer in to android build
Adjustments to Telemetry Data
Remove removed Widget
Fixed Style for switch
Fix opening DockWidget views
Do not use the text() of the Action to show a DockWidget
Translate the names of the Views
Declare the Static Const Char on the .cpp file
Do not let the Fullscreen/Normal be completely unselected
Do not dynamic_cast QObject, use qobject_cast, it's faster.
Support correct parameter set for APM
9 years ago
dogmaphobic
f6166d4b20
Fixed angular scale issue.
9 years ago
Don Gagne
b2471b001a
Merge pull request #2129 from tcanabrava/moreSmallFixesV2
...
More small fixes v2
9 years ago
Don Gagne
44313e19b9
Merge pull request #2127 from DonLakeFlyer/MockLinkAPM
...
Support correct parameter set for APM
9 years ago
dogmaphobic
1fe3db0066
Forgot rotation...
9 years ago
dogmaphobic
e9bab76e56
Fix artificial horizon (it was stuck)
9 years ago
Gus Grubba
b051e8b8f9
Merge pull request #2130 from dogmaphobic/telemetryData
...
Adjustments to Telemetry Data
9 years ago
dogmaphobic
0818cfe4e7
Detect video stream.
9 years ago
Don Gagne
a1acb4ab17
Merge pull request #2131 from pritamghanghas/video_streaming_doc_fix
...
Doc fix for getting gstreamer in to android build
9 years ago
Don Gagne
7ca952f458
Merge pull request #2132 from mavlink/revert-2125-AutoConnect2
...
Revert "Start logging on heartbeat instead of connect"
9 years ago
dogmaphobic
c4aecb7cb1
Missed qDebug. Sorry for the commit deluge...
9 years ago
dogmaphobic
552bdfba2b
Merge remote-tracking branch 'mavlink/master' into telemetryData
...
* mavlink/master:
Removing unused Main Flight Display widget.
Start logging on heartbeat instead of connect
Correct for relativeAlt, !relativeAlt, homePositionValid mix
Fix relative altitude fact
Calculate/Display distance between waypoints
9 years ago
dogmaphobic
51e20d58e0
Reducing PIP size on Android a bit.
...
It was kind of big...
9 years ago
Don Gagne
2d6a09546b
Revert "Start logging on heartbeat instead of connect"
9 years ago
Pritam Ghanghas
bb50e1e745
Doc fix for getting gstreamer in to android build
9 years ago
dogmaphobic
0d8664c46e
Adjustments to Telemetry Data
9 years ago