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
Tomaz Canabrava
c887fc0441
CMake: Add Qml targets to FligthMap
6 years ago
Tomaz Canabrava
b160e67888
CMake: add FligthDisplay QML to custom target
...
This helps with other IDE's that handle CMake better than QMake
6 years ago
Tomaz Canabrava
5bb0b822b1
CMake: add the resources in the main app
...
This feels like a hack - they are already inserted somehwere else
in the plugin folder.
6 years ago
Tomaz Canabrava
560fe6a151
CMake: new target FactControls / FactControlsQml
...
Create a new Target FactControls, and add a custom target for the
Qml in the folder.
6 years ago
Tomaz Canabrava
06f45932a1
CMake: Add AnalyzeView Qml files to CMake
...
This creates a fake target that adds the Qml sources to the CMakeProject
this let's IDE's that read CMake files to display the files on the
project viewer
6 years ago
Tomaz Canabrava
189beed4a1
CMake: Add Qml targets to Airmap
...
This creates a fake target that adds the Qml sources to the CMakeProject
this let's IDE's that read CMake files to display the files on the
project viewer
6 years ago
Tomaz Canabrava
af113b5e9c
CMake: Set warning level and disable -Waddress-of-packet-member ( #7693 )
...
* CMake: Set warning level and disable -Waddress-of-packet-member
Mavlink fails terribly on the check for -Waddress-of-packet-member
but this is not a problem of QGC, if I don't remove this warning
it's impossible to look at the terminal for QGC warnings.
This needs to be fixed however, but this is not the place.
6 years ago
Tomaz Canabrava
0f304a4e01
SerialInterface: delete - it's not used thru the project
6 years ago
PX4BuildBot
38a928ab73
Update PX4 Firmware metadata Mon Aug 19 13:03:35 UTC 2019
6 years ago
Tomaz Canabrava
b024888fe0
CMake: Add missing source on CMake
...
Fixes build
6 years ago
Stefan Dunca
7744784c85
Merge remote-tracking branch 'origin/master' into pr-fix_combobox_usage
6 years ago
Stefan Dunca
9e45ab3136
Fix combobox usage
6 years ago
Stefan Dunca
11cb267881
Fix compas jumping around in the vehicle information control
6 years ago
Stefan Dunca
f939c2be55
Fix VERSION qmake var being corupted by dev version build
6 years ago
Pierre TILAK
f3815a9f32
Do not anchor top of SingleMultiSelector
6 years ago
Pierre TILAK
dc09c162a9
Remove debug console
6 years ago
Don Gagne
4b6163ecfd
Merge pull request #7686 from DonLakeFlyer/LogReplay
...
Log replay: Support changing speed of playback
6 years ago
Don Gagne
0c60f8b349
Merge pull request #7685 from DonLakeFlyer/GoToMaxDistance
...
Configurable Go To Location max distance
6 years ago
Pierre TILAK
076fa4632d
Hide Indicators in MultiVehicleList + Fix
...
Fix : COGAngle indicator was shown everytime, fix isCOGAngleOK
6 years ago
Don Gagne
8bab7d7a7e
Merge branch 'master' into LogReplay
6 years ago
Don Gagne
03202ab610
Update
6 years ago
Don Gagne
7252fc2248
Support replay speed changing
6 years ago
Don Gagne
3b3d3d2d9e
Fix bug where QGCComboBox { model: ListModel would not work correctly
6 years ago
Pierre TILAK
aa6fb469ec
Fix Multivehicle selector overlayed
6 years ago
Gus Grubba
da6b87e121
Merge pull request #7680 from mavlink/objectAvoidance
...
Object avoidance
6 years ago
Gus Grubba
d5413555ac
Changelog
6 years ago