Pierre TILAK
|
05fa52000b
|
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into compass_home_n_COG
|
6 years ago |
Don Gagne
|
c33fb061d7
|
Merge pull request #7716 from Aeronavics/fix_typo_memset
MissionItem memset to 8 instead of 0
|
6 years ago |
PX4BuildBot
|
5bd09707fd
|
Update PX4 Firmware metadata Fri Aug 23 21:17:28 UTC 2019
|
6 years ago |
Gus Grubba
|
4dbbe70a4a
|
Merge pull request #7720 from mavlink/disabledPairing
Remove all references to Pairing if it's not supported.
|
6 years ago |
Gus Grubba
|
eec1bedec7
|
Merge pull request #7606 from olliw42/pr-storagefreesize
CameraManager, improve displayed available memory
|
6 years ago |
Gus Grubba
|
242d6519a4
|
Merge pull request #7678 from mavlink/pr-add_gps_info
custom-example: Add GPS info to the Vehicle Indicator
|
6 years ago |
Gus Grubba
|
22132435cc
|
Merge pull request #7689 from stefandunca/pr-fix_windows_dev_build
Fix `VERSION` qmake variable being corrupted by dev version build
|
6 years ago |
Gus Grubba
|
12043ba41b
|
Remove all references to Pairing if it's not supported.
|
6 years ago |
Gus Grubba
|
3918559bf6
|
Merge pull request #7718 from mavlink/pairing
Initial support for link pairing
|
6 years ago |
Gus Grubba
|
20bf53f552
|
Remove unused pairing settings
|
6 years ago |
Gus Grubba
|
23ab840c62
|
Linux fixes
|
6 years ago |
Gus Grubba
|
db5c070a24
|
Handle pairing status
|
6 years ago |
Gus Grubba
|
3d4f2d8f9b
|
Flag thread blockers
|
6 years ago |
Gus Grubba
|
604e12f645
|
Add link pairing
|
6 years ago |
Gus Grubba
|
d5144e9279
|
Merge pull request #7691 from stefandunca/pr-fix_combobox_usage
Pr fix combobox usage
|
6 years ago |
Pierre TILAK
|
21dda219ba
|
Missionitem memset to 8 instead of 0
|
6 years ago |
PX4BuildBot
|
e67a9387d1
|
Update PX4 Firmware metadata Wed Aug 21 15:19:51 UTC 2019
|
6 years ago |
Gus Grubba
|
86e2947dc4
|
Merge pull request #7713 from mavlink/videoRecordingIndicator
Enable video running time and shutter count
|
6 years ago |
Gus Grubba
|
e56877b306
|
Enable video running time and shutter count
|
6 years ago |
Don Gagne
|
e7e3818dd1
|
Merge pull request #7674 from muramura/QGC_Change_NULL_or_0_to_nullptr
Global: change null or 0 to nullptr
|
6 years ago |
PX4BuildBot
|
f3b1e7bdcf
|
Update PX4 Firmware metadata Wed Aug 21 00:41:03 UTC 2019
|
6 years ago |
Don Gagne
|
efaac16da9
|
Merge pull request #7711 from DonLakeFlyer/TravisAndroid
Fix for android builds (attempting!)
|
6 years ago |
Don Gagne
|
dde8f31330
|
Fix for android builds
|
6 years ago |
Don Gagne
|
f9a7d849d4
|
Merge branch 'master' into QGC_Change_NULL_or_0_to_nullptr
|
6 years ago |
Tomaz Canabrava
|
ea63d012d7
|
UAS: Use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
baf4458526
|
UDPLink: Use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
3a51a34e48
|
TCPLink: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
bc52987ea6
|
SerialLink: Use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
be20c87650
|
MockLink: Use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
5ae77c6587
|
LogReplayLink: Use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
819a3ac792
|
LinkManager: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
6b11855ce4
|
LinkConfiguration: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
ea87ffca2d
|
BluetoothLink: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
0bd3728383
|
VehicleObjectAvoidance: Use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
c53977fbb1
|
MultiVehicleManager: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
ae8f94a702
|
TaisyncManager: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
3f43bb5e06
|
PX4FirmwarePlugin: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
c5cc545f54
|
AirMapFlightPlanManager: use qobject_cast instead of dynamic cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
9f413930ef
|
AirMapAdvisoryManager: use qobject_cast instead of dynamic_cast
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
|
6 years ago |
Tomaz Canabrava
|
b974c6bbe0
|
CustomVideoManager: Use qobject_cast
qobject_cast is times faster then dynamic_cast for objects
that inherit QObject. also, use auto keyword to not repeat
the class name
|
6 years ago |
Tomaz Canabrava
|
42ad3de71b
|
CustomPlugin: Use qobject_cast
qobject_cast is times faster then dynamic_cast for objects that
inherit QObject. Also, use auto keyword to not duplicate the
name of the Class
|
6 years ago |
Tomaz Canabrava
|
3a7ddee7f9
|
Remove Deprecated: operator= for QHostAddress is deprecated
Use QHostAddress(string) instead
|
6 years ago |
Tomaz Canabrava
|
a48ee53d46
|
Remove Deprecated: QString::null should not be used
Return a empty QString instead
|
6 years ago |
Tomaz Canabrava
|
59f50473af
|
CMake: Add Qml targets to FirmwarePlugins
|
6 years ago |
Tomaz Canabrava
|
4ee269d353
|
CMake: add Qml targets for AutoPilotPlugins
|
6 years ago |
Tomaz Canabrava
|
1f6c195ae0
|
CMake: Add Qml targets to ViewWidgets
|
6 years ago |
Tomaz Canabrava
|
760e654cea
|
CMake: add Qml targets to VehicleSetup
|
6 years ago |
Tomaz Canabrava
|
b793cc1295
|
CMake: Add Qml targets to Ui
|
6 years ago |
Tomaz Canabrava
|
c057aff9fc
|
CMake: Add qml targets to QmlControls
|
6 years ago |
Tomaz Canabrava
|
269e39fe7c
|
CMake: Add qml targets to PlanView
|
6 years ago |