DonLakeFlyer
e20eedb070
Fix for centerChanged double signaling
8 years ago
Lorenz Meier
403028efc5
PX4 tuning UI: Remove unused params
8 years ago
Daniel Agar
840889b1dd
PX4 copy current custom modes
8 years ago
Lorenz Meier
12a4359d82
Shorten the set mode retries to get feedback to the user faster
8 years ago
Don Gagne
50bdc46d64
New polygon center calc
8 years ago
Don Gagne
19bffaa8ea
Merge pull request #5420 from DonLakeFlyer/MavlinkDecoder
...
Delay creation of MAVLinkDecoder until it is needed
8 years ago
Don Gagne
d6bcee73fc
Delay creation of MAVLinkDecoder until it is needed
...
Helps battery life
8 years ago
Don Gagne
3a372c82a2
Merge pull request #5415 from mavlink/pr-fix-mode-switching
...
Fix mode switching
8 years ago
Lorenz Meier
fa461adae7
PX4 Firmware plugin: First try to switch flight mode, then arm if successful - which is a lot safer than arming and then seeing if we can switch modes.
8 years ago
Lorenz Meier
16cda58bdf
Firmwareplugin: Trim retry period to something that matches closer the users attention and is still long enough to allow for multiple heartbeats to pass through
8 years ago
Lorenz Meier
31cac73153
Vehicle: Only expose deep-down protocol errors if actively enabled
8 years ago
Don Gagne
257fc08570
Merge pull request #5413 from DonLakeFlyer/ImagesEverywhere
...
Survey fixes
8 years ago
Don Gagne
4b8147d3aa
Fix trigger start for images everywhere
8 years ago
Don Gagne
aca64fffdb
Use trigger immediately for TRIGG_DIST
8 years ago
Don Gagne
3349f5a240
Merge pull request #5412 from DonLakeFlyer/MinTriggerInterval
...
Support for camera min trigger interval validation
8 years ago
Don Gagne
fac731f496
Merge pull request #5409 from DonLakeFlyer/GoTo
...
Go to location fixes
8 years ago
DonLakeFlyer
942ecb8fa7
Support for camera min trigger interval validation
8 years ago
DonLakeFlyer
394c6b16cc
GoTo Location fixes
...
- Don't allow goto click while other guided ui is visible
- Use NoMouseThroughRectangle for guided ui popups
- Better visuals for goto indicator in map
8 years ago
DonLakeFlyer
a98b5b2e23
index == -1: Show label in indicator and to the side
8 years ago
DonLakeFlyer
34783952ae
Rectangle control which eats mouse events bleeding through below
8 years ago
Don Gagne
22b24fe9d9
Merge pull request #5406 from DonLakeFlyer/SurveyIntersect
...
Survey: Bounding extension was too short
8 years ago
Don Gagne
6dd8e03496
Merge pull request #5405 from DonLakeFlyer/ImageTurnaround
...
Survey: Option to take images in turnarounds
8 years ago
DonLakeFlyer
9fee8ee969
Bounding extension was too short
...
Caused intersection failure in some cases
8 years ago
DonLakeFlyer
6f0516bde2
Option to take images in turnarounds
8 years ago
Don Gagne
5eb921e0b6
Merge pull request #5402 from mavlink/pr-px4-param-meta
...
Update PX4 meta data
8 years ago
Don Gagne
e836e961b7
Merge pull request #5395 from DonLakeFlyer/FlyView
...
Fly view fixes
8 years ago
Lorenz Meier
951a45cfee
Update PX4 meta data
8 years ago
Gus Grubba
00384b8345
Merge remote-tracking branch 'mavlink/master'
...
* mavlink/master: (23 commits)
Work around FlightMap weirdness
Set default video streaming to Disabled.
Deal with macdeployqt relocation issues
Put back correct app name
Overlap should not be negative
Allow telemetry logging on mobile
Fix shutdown signaling on android
emit loadComplete even when fence/rally not supported
Better logging
ExternalLibs: Fix compiling on windows 64bit
Camera: added RX100II
Fix up MockLink and unit tests for correct component id
Create vehicles only for autopilot component
GeoTagController : Handle logging dropouts correctly
Better param logging for mission default component case
Allow RADIO_STATUS message to pass through to vehicle
Support for custom build installers for Windows/OSX
Support Win 7/10 for #3210
Keep Android screen from sleeping while QGC is running.
RTK Indicator updates
...
8 years ago
DonLakeFlyer
95e6f2fcdf
Disconnect signals and force initial request complete if possible
8 years ago
DonLakeFlyer
d5ff9e46fa
Expose capabilities know for future use
8 years ago
Gus Grubba
b682031e7b
Merge pull request #5389 from mavlink/statkartMaps
...
Work around FlightMap weirdness
8 years ago
Gus Grubba
c6f19266e1
Work around FlightMap weirdness
8 years ago
Gus Grubba
ebda2a1215
Merge pull request #5386 from mavlink/defaultVideo
...
Set default video streaming to Disabled.
8 years ago
Gus Grubba
851aeb314d
Merge pull request #5385 from mavlink/macRelocation
...
Deal with macdeployqt relocation issues
8 years ago
Gus Grubba
9b74e3df5b
Set default video streaming to Disabled.
8 years ago
Gus Grubba
e9fc0bb67a
Deal with macdeployqt relocation issues
8 years ago
Don Gagne
1b4c8d8ef8
Merge pull request #5384 from DonLakeFlyer/AppName
...
Put back correct app name
8 years ago
DonLakeFlyer
b02dbc5d88
Put back correct app name
8 years ago
Don Gagne
52bc72b760
Merge pull request #5382 from DonLakeFlyer/SurveyFixes
...
Survey: Overlap should not be negative
8 years ago
DonLakeFlyer
311b0d104b
Overlap should not be negative
8 years ago
Don Gagne
0a22457d21
Merge pull request #5378 from DonLakeFlyer/MobileLogging
...
Mobile telemetry logging
8 years ago
DonLakeFlyer
7333034fa2
Allow telemetry logging on mobile
8 years ago
DonLakeFlyer
baf7dc7821
Fix shutdown signaling on android
8 years ago
Don Gagne
044e3f72ec
Merge pull request #5366 from AndKe/RX100
...
Camera: Added Sony RX100
8 years ago
Don Gagne
c2a4428f66
Merge pull request #5375 from DonLakeFlyer/APMGeoFence
...
Fix bad signalling when fence/rally not supported
8 years ago
Don Gagne
63d4103dfc
Merge pull request #5373 from mantelt/fix/Win64_SDL_Lib
...
ExternalLibs: Fix compilation on windows 64bit
8 years ago
Don Gagne
6dfa4da1b0
Merge pull request #5358 from DonLakeFlyer/CustomInstall
...
Support for custom build installers for Windows/OSX
8 years ago
DonLakeFlyer
d9f955e282
emit loadComplete even when fence/rally not supported
8 years ago
DonLakeFlyer
da85f6bbce
Better logging
8 years ago
mantelt
7710f6d123
ExternalLibs: Fix compiling on windows 64bit
...
Add switch to QGCExternalLibs.pri to check whether 32bit or 64bit version of SDL should be used on windows
8 years ago