DonLakeFlyer
f11971c638
QGCCorePlugin::customMapItems support
...
Also rename QmlPageInfo to QmlComponentInfo to cover more use cases
8 years ago
DonLakeFlyer
a1fc7af14e
Send COMMAND_LONG from Qml
8 years ago
Don Gagne
4727444859
Merge pull request #5569 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Don Gagne
114741816e
Merge pull request #5568 from DonLakeFlyer/PageView
...
New PageView control in instrument panel
8 years ago
Don Gagne
a38d8e2360
Merge pull request #5566 from DonLakeFlyer/AndroidDebuggable
...
Android: Add debuggable to manifest
8 years ago
DonLakeFlyer
d844cba7e4
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
82e01bb997
Merge pull request #5565 from mavlink/DNSLookup
...
Split internet test into separate DNS lookup and connection.
8 years ago
DonLakeFlyer
ea06f65e70
Switch to use alternate instrument all the time
8 years ago
DonLakeFlyer
2ba773e7b6
New PageView control in instrument Panel
8 years ago
DonLakeFlyer
572257107f
Switch to more generic QmlPageInfo from QGCSettings
...
Also plugin'ize intrument panel PageView pages
8 years ago
DonLakeFlyer
3ebe6b4d90
Add centeredLabel support
8 years ago
DonLakeFlyer
cc1fa95942
Add debuggable to manifest
8 years ago
Gus Grubba
9dcfa761c3
Merge branch 'DNSLookup' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Gus Grubba
09fcec3343
Forgot to initialize variable when copying/pasting from another branch.
8 years ago
Don Gagne
11371d9955
Merge pull request #5564 from DonLakeFlyer/MultiVehicleMission
...
Fly: Show missions from all vehicles
8 years ago
Gus Grubba
587c6f9cc6
Split internet test into separate DNS lookup and connection.
8 years ago
Don Gagne
1a884e2361
Merge pull request #5563 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Don Gagne
6f6439cb5e
Fly: Show missions from all vehicles
8 years ago
Don Gagne
45b5b4b133
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
0686feca26
Merge pull request #5558 from DonLakeFlyer/iOSBuildBreak
...
Fix iOS build break
8 years ago
Don Gagne
18371abe04
Merge pull request #5560 from DonLakeFlyer/InstrumentWidgetAlternateSetup
...
Intrument Widget alternate control: Fix broken settings dialog display
8 years ago
Don Gagne
d54d5bbd6b
Merge pull request #5562 from DonLakeFlyer/BufferOverrun
...
Stable: Buffer overrun in UAS.cc
8 years ago
Don Gagne
3da7cf57ef
Merge pull request #5561 from DonLakeFlyer/OfflineMap
...
Offline map: Use FlightMap as base
8 years ago
Gus Grubba
9e04bc163b
Merge branch 'textToSpeech' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Gus Grubba
f384be7ee4
Buffer overrun in UAS.cc
8 years ago
DonLakeFlyer
0f53ef5cf7
Use FlightMap as base for offline map
...
This way:
* GCS location is shown
* It follows same centering semantics of FlightMap
* Note: Vehicle is not shown
8 years ago
DonLakeFlyer
9036f90481
Fix broken settings dialog display
8 years ago
DonLakeFlyer
790e6543ca
Fix build break
8 years ago
Don Gagne
f84781fac8
Merge pull request #5553 from DonLakeFlyer/PlanMapItems
...
Encapsulate Fly view map items into PlanMapItems control
8 years ago
Don Gagne
1dbacddf81
New PlanMapItems control
...
Used to display items associated with Flight Plan on Map
8 years ago
Don Gagne
fcf2d7a05f
Fix CLEAR_ALL
8 years ago
Don Gagne
7e8450c61c
Remove console output
8 years ago
Don Gagne
72ac8f8a47
Merge pull request #5548 from DonLakeFlyer/GeoFenceRallyMav2
...
New Mavlink 2 spec GeoFence and Rally Point support
8 years ago
Don Gagne
537463c57c
New Mavlink 2 spec GeoFence and Rally Point support
8 years ago
Don Gagne
a3490362d5
Merge pull request #5546 from DonLakeFlyer/ForceSaveResetDefaultAdvanced
...
Parameter force save and default disabled in non-advanced mode
8 years ago
Gus Grubba
dec4ee1f1b
Postpone parameter updates for a bit.
8 years ago
Gus Grubba
d9baef94d5
Instead of resetting all parameters when some parameter change, explicitly define list of parameters that must be requested when a given parameter change.
8 years ago
DonLakeFlyer
d2b7b785bc
Parameter force save and default disabled in non-advanced mode
8 years ago
Gus Grubba
696cf7c826
Allow derived classes to process and validate incoming parameters.
...
Retry requests for storage and capture info.
8 years ago
Don Gagne
bb25081bbe
Merge pull request #5543 from DonLakeFlyer/Fixes
...
Fixes: Mission linux libs, Console save to file
8 years ago
DonLakeFlyer
6e132728c5
Fix console save to file
8 years ago
DonLakeFlyer
0a16a1fe29
Add missing Linux libs
8 years ago
Don Gagne
a11b1dbf25
Merge pull request #5460 from HorusAeronaves/wind_rose_solution
...
Wind rose solution
8 years ago
Don Gagne
6b6361eff3
Merge pull request #5533 from NaterGator/consoleperf
...
Switch over to model based storage for the mavlink console
8 years ago
Don Gagne
ab0e284f89
Merge pull request #5526 from bluerobotics/pr-add-sub-modes
...
Add missing sub modes
8 years ago
Don Gagne
8d403ddf1c
Merge pull request #5518 from mavlink/pr-reduce-mavlink-decoder-prio
...
MAVLink decoder: Run at lowest priority
8 years ago
Don Gagne
da02ca1a96
Merge pull request #5539 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Don Gagne
42a2e61d25
Merge pull request #5135 from bluerobotics/vehicle-health-alert
...
Rework vehicle sensors_health alert
8 years ago
Gus Grubba
2a777cc84f
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Gus Grubba
aa490d2c6e
Added the concept of a read only parameter.
...
Removed guess work from what parameters must be refreshed/updated when some other parameter changes. Added a "reset" flag that indicates when a certain parameter changes, the list must be reloaded.
Don't send a signal when setting a fact if the new value is the same.
8 years ago