Don Gagne
e8bb813d9c
Merge pull request #5451 from DonLakeFlyer/CustomInstaller
...
Allow custom overrides of windows installer icons
8 years ago
DonLakeFlyer
04b8ace974
Allow custom overrides of windows installer icons
8 years ago
Don Gagne
49c018cb52
Merge pull request #5449 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
DonLakeFlyer
a92067e0fa
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
9b9a973ef3
Merge pull request #5448 from DonLakeFlyer/ResumeMissionFix
...
Resume mission shows up at wrong times
8 years ago
DonLakeFlyer
dd5519c4b1
Resume Mission showing up at wrong times
8 years ago
Don Gagne
541129fdc9
Merge pull request #5445 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Don Gagne
8104143391
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
3dfc8d53e8
Merge pull request #5443 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Don Gagne
4351b76511
Merge pull request #5444 from DonLakeFlyer/BogusLatLon
...
Handle bogus lat/lon from ArduPilot
8 years ago
DonLakeFlyer
877b3cce4f
Handle bogus lat/lon from ArduPilot
8 years ago
DonLakeFlyer
c55e8c7228
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
bc4ee574e1
Merge pull request #5440 from DonLakeFlyer/StableFixes
...
Stable fixes
8 years ago
DonLakeFlyer
bcf9e70b5c
More overlap for image stitching
8 years ago
DonLakeFlyer
5a5deef879
Correct creation of MAVLinkDecoder
8 years ago
Lorenz Meier
023239026d
Survey settings: Default to 70% overlap as sane default
8 years ago
Gus Grubba
d000ecef61
Merge pull request #5427 from dogmaphobic/iOSFixes
...
iOS fixes
8 years ago
Gus Grubba
5f3729db70
Enable QtQuick compiler for iOS store builds.
...
Hide "Save Path" as it breaks the UI in General Settings.
8 years ago
Gus Grubba
d5c8fb8edd
NSBluetoothPeripheralUsageDescription requirement for iOS.
8 years ago
Gus Grubba
2e4ec10600
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
...
* 'master' of https://github.com/mavlink/qgroundcontrol : (21 commits)
Hide wind rose until bugs are fixed
Fix for centerChanged double signaling
PX4 tuning UI: Remove unused params
PX4 copy current custom modes
Shorten the set mode retries to get feedback to the user faster
New polygon center calc
Delay creation of MAVLinkDecoder until it is needed
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.
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
Vehicle: Only expose deep-down protocol errors if actively enabled
Fix trigger start for images everywhere
Use trigger immediately for TRIGG_DIST
Support for camera min trigger interval validation
GoTo Location fixes
index == -1: Show label in indicator and to the side
Rectangle control which eats mouse events bleeding through below
Bounding extension was too short
Option to take images in turnarounds
Update PX4 meta data
Disconnect signals and force initial request complete if possible
...
8 years ago
Patrick José Pereira
4b793f8dc0
FactSliderPanel.qml: Correct brackets position
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Don Gagne
4f7b0ece6b
Merge pull request #5421 from DonLakeFlyer/MapPolygnCenter
...
New polygon center calc
8 years ago
Don Gagne
d8fd83dfcb
Merge pull request #5423 from DonLakeFlyer/WindRoseOff
...
Hide wind rose until bugs are fixed
8 years ago
DonLakeFlyer
01dea2019a
Hide wind rose until bugs are fixed
8 years ago
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