Gus Grubba
|
a99d190a6a
|
Merge pull request #6606 from mavlink/syncRework
Turn "Sync" menu into a proper "File" menu
|
7 years ago |
Don Gagne
|
d15e422c74
|
Merge pull request #6647 from DonLakeFlyer/DistanceUnits
App settings distance units broken
|
7 years ago |
Don Gagne
|
092f09914f
|
Merge pull request #6646 from DonLakeFlyer/ContinueMission
No continue mission when disarmed
|
7 years ago |
DonLakeFlyer
|
a9a02fbdeb
|
App settings distance units broken
|
7 years ago |
DonLakeFlyer
|
3ca7ef5332
|
No continue mission when disarmed
This is a partial workaround to testing using SITL where plane never lands
|
7 years ago |
Don Gagne
|
45d9249bea
|
Merge pull request #6642 from DonLakeFlyer/LandAlt
Fix _LAND altitude
|
7 years ago |
DonLakeFlyer
|
8051da9cff
|
Fix _LAND altitude
|
7 years ago |
Don Gagne
|
5e4c477b57
|
Merge pull request #6641 from DonLakeFlyer/ArduPilotParams
ArduPilot: Fixup Power/Safety for new/missing params
|
7 years ago |
Don Gagne
|
c489483dbc
|
Merge pull request #6639 from feemi/pr-mapindicator-fix
Fix dragging issue for rally points
|
7 years ago |
DonLakeFlyer
|
06339ea119
|
Fixup Power/Safety for new/missing params
|
7 years ago |
Don Gagne
|
cf765dfc55
|
Merge pull request #6638 from DonLakeFlyer/ArduCopterMissingParams
ArduCopter: Deal with annoying missing params due to *_ENABLE settings
|
7 years ago |
Ahmet Fehmi OZCAN
|
81fe25c0d0
|
Fix dragging issue for rally points
|
7 years ago |
Don Gagne
|
0261ed17f2
|
Merge pull request #6637 from DonLakeFlyer/MissingMapControl
Add missing mapControl property setting
|
7 years ago |
Don Gagne
|
bd56b3dc85
|
Merge pull request #6636 from DonLakeFlyer/SettingsResize
Settings page which works at any size
|
7 years ago |
DonLakeFlyer
|
a2c0e0d2db
|
Deal with annoying missing params due to *_ENABLE settings
|
7 years ago |
DonLakeFlyer
|
c924bfc120
|
Add mission mapControl property setting
|
7 years ago |
DonLakeFlyer
|
48b6e1efc4
|
Settings page which works at any size
|
7 years ago |
Gus Grubba
|
33be72d329
|
Merge pull request #6630 from DonLakeFlyer/DeployTTS
Fix TTS deployment on OSX
I'm merging this. If something comes up we can come back and change it.
|
7 years ago |
Gus Grubba
|
e200d62250
|
Properly handle (unavailable) RX RSSI
|
7 years ago |
Don Gagne
|
ef519e9222
|
Merge pull request #6627 from DonLakeFlyer/ComboSize
Fix combo width sizing
|
7 years ago |
DonLakeFlyer
|
5e0c6debdd
|
Fix TTS deployment on OSX
|
7 years ago |
DonLakeFlyer
|
f77cab5e6a
|
Fix combo width sizing
|
7 years ago |
Don Gagne
|
d4822bed69
|
Merge pull request #6612 from patrickelectric/rand_corrections
More random corrections around the code
|
7 years ago |
Don Gagne
|
13a6945bb7
|
Merge pull request #6617 from DonLakeFlyer/FMSwitches
Fix flight mode switch setting
|
7 years ago |
Don Gagne
|
9d2ef02e3c
|
Merge pull request #6619 from DonLakeFlyer/DupGStreamer
Remove dup gstreamer install
|
7 years ago |
DonLakeFlyer
|
c60b7b0f5c
|
OSX gstreamer always on
|
7 years ago |
Patrick José Pereira
|
acd18168df
|
Use Qt5 connect style
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |
DonLakeFlyer
|
41353b046c
|
Remove dup gstreamer install
|
7 years ago |
Don Gagne
|
108b5caf74
|
Merge pull request #6615 from DonLakeFlyer/AdditionalTimeDelay
Plan: Fix additionalTimeDelay calcs
|
7 years ago |
Don Gagne
|
81d609472b
|
Merge pull request #6614 from DonLakeFlyer/TerrainWarn
Warn if sending MAV_FRAME_GLOBAL_TERRAIN_ALT
|
7 years ago |
DonLakeFlyer
|
27db20a46b
|
Fix flight mode switch setting
|
7 years ago |
Don Gagne
|
cbe81ce1a5
|
Merge pull request #6613 from DonLakeFlyer/GotoCommandInt
Goto Location uses COMMAND_INT
|
7 years ago |
DonLakeFlyer
|
4742849a30
|
Fix additionalTimeDelay calcs
|
7 years ago |
DonLakeFlyer
|
3b5f8ae7f8
|
Warn if sending MAV_FRAME_GLOBAL_TERRAIN_ALT
|
7 years ago |
Gus Grubba
|
e163d33623
|
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into syncRework
|
7 years ago |
Gus Grubba
|
70fced38ef
|
Add a dialog asking the user for confirmation before removing all items and clearing the vehicle.
|
7 years ago |
DonLakeFlyer
|
19a63525bb
|
Fix COMMAND_LONG send
|
7 years ago |
DonLakeFlyer
|
671f55e5c3
|
Goto locaiton using COMMAND_INT
|
7 years ago |
Don Gagne
|
4dc7b9d64a
|
Merge pull request #6611 from DonLakeFlyer/CommandInt
Vehicle send COMMAND_INT support
|
7 years ago |
Don Gagne
|
5dcaf18b7c
|
Merge pull request #6610 from DonLakeFlyer/OrbitRadius
Draggable radius adjustment for Orbit
|
7 years ago |
Gus Grubba
|
c15683a5f4
|
Make option to show/hide vehicle related functions
Create new, specific button for clearing mission from vehicle
Adjust sizing of DropPanel
|
7 years ago |
Patrick José Pereira
|
0ee8973abf
|
Use QStringRef to avoid temporary heap allocations
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |
Patrick José Pereira
|
7a391b7bea
|
Remove unneeded memory allocations due temporary QStrings
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |
DonLakeFlyer
|
3e7254aa2c
|
Vehicle send COMMAND_INT support
|
7 years ago |
DonLakeFlyer
|
3992e5bd20
|
Draggable radius adjustment for Orbit
|
7 years ago |
Don Gagne
|
beff8561d9
|
Merge pull request #6609 from DonLakeFlyer/CircleRadiusDrag
QGCMapCircle: Support for dragging to change radius
|
7 years ago |
DonLakeFlyer
|
920969bb4f
|
Support for dragging to change radius
|
7 years ago |
Don Gagne
|
38a2246e92
|
Merge pull request #6608 from DonLakeFlyer/Orbit
Mavlink Orbit support
|
7 years ago |
DonLakeFlyer
|
58c0d43672
|
Mavlink Orbit support
|
7 years ago |
Don Gagne
|
0b0fdaa937
|
Merge pull request #6607 from DonLakeFlyer/MavlinkUpdate
Mavlink update
|
7 years ago |