Gus Grubba
12043ba41b
Remove all references to Pairing if it's not supported.
6 years ago
Paul Picazo
f5e16c4c4d
Add Sony DSC-RX0 Camera
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
Pierre TILAK
3536f1af9d
Add oucoming messages in log
...
To have both order from the GCS and drone messages in logs
So that it's possible to analyze the complete exchange between QGC and the
drone.
- Add a signal emitted by writeBytes of each LinkInterface
- Connect this signal to MAVLinkProtocol::logSentBytes in LinkManager
- MAVLinkProtocol::logSentBytes will parse and log messages sent from
QGC
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
DonLakeFlyer
a34b968bcb
No current android openssl 64 bit version
6 years ago
DonLakeFlyer
33feed6552
Fix 32->64 bit bug
6 years ago
Don Gagne
f9a7d849d4
Merge branch 'master' into QGC_Change_NULL_or_0_to_nullptr
6 years ago
Don Gagne
6a9060b95b
64 bit serial fixes
6 years ago
Tomaz Canabrava
95329afd2b
Removed more dead files
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
Tomaz Canabrava
0f417ec31c
CMake: Add Qml targets to MissionManager
6 years ago