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
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
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
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
Gus Grubba
da6b87e121
Merge pull request #7680 from mavlink/objectAvoidance
...
Object avoidance
6 years ago
Gus Grubba
d5413555ac
Changelog
6 years ago
Gus Grubba
8507b1a675
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into objectAvoidance
6 years ago
Don Gagne
a3480370bb
Configurable Go To Location max distance
6 years ago
Don Gagne
aa8b858826
Merge pull request #7684 from DonLakeFlyer/GoToMaxDistance
...
Configurable maximum distance on Go To Location
6 years ago
Don Gagne
d73fc45e37
Configurable maximum distance on Go To Location
6 years ago
Gus Grubba
ec11971dc7
Handle unit
6 years ago
Gus Grubba
66c2a33f30
Wrap up
6 years ago
Gus Grubba
2bb5aad465
Cleanup Safety Panel
...
Add collision avoidance settings to Safety Panel
6 years ago
Gus Grubba
50e585c90a
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into objectAvoidance
6 years ago
PX4BuildBot
f09948742d
Update PX4 Firmware metadata Wed Aug 14 12:36:25 UTC 2019
6 years ago
Don Gagne
367e276ccc
Merge pull request #7646 from DonLakeFlyer/ArduCopterFlightModes
...
ArduCopter: Add Follow, Flow Hold, ZigZag flight modes
6 years ago
Gus Grubba
f6e72014f1
Merge pull request #7676 from mavlink/noVehicleNoFullScreen
...
Disable full screen video if no vehicle or connection lost
6 years ago
Gus Grubba
8092647027
Disable full screen video if no vehicle or connection lost
6 years ago
Gus Grubba
edf814c1a8
First experiment
6 years ago
PX4BuildBot
397c66ce28
Update PX4 Firmware metadata Fri Aug 9 10:20:27 UTC 2019
6 years ago
PX4BuildBot
64a58f8f13
Update PX4 Firmware metadata Fri Aug 9 09:10:08 UTC 2019
6 years ago
PX4BuildBot
29d7cd6c5b
Update PX4 Firmware metadata Fri Aug 9 07:55:08 UTC 2019
6 years ago
Gus Grubba
931b2c55f3
Merge pull request #7671 from mavlink/customVideoManager
...
Show how to implement custom video manager
6 years ago
Gus Grubba
2647db0e79
Show how to implement custom video manager
6 years ago
PX4BuildBot
c204399071
Update PX4 Firmware metadata Wed Aug 7 17:12:59 UTC 2019
6 years ago
PX4BuildBot
2afe0d85b8
Update PX4 Firmware metadata Wed Aug 7 17:11:52 UTC 2019
6 years ago
PX4BuildBot
41a556eea7
Update PX4 Firmware metadata Wed Aug 7 13:45:59 UTC 2019
6 years ago
PX4 Build Bot
b2c8d99110
Update mavlink v2.0 submodule Tue Aug 6 02:54:45 EDT 2019
6 years ago
PX4BuildBot
2e0c816cf1
Update PX4 Firmware metadata Tue Aug 6 15:19:42 UTC 2019
6 years ago
Gus Grubba
1b5d746fc8
Merge pull request #7667 from samsalway/master
...
Fix MSVC 2015 "fatal error C1060: compiler is out of heap space"
6 years ago
Sam Duff
683cd0cde8
Fix MSVC 2015 "fatal error C1060: compiler is out of heap space"
6 years ago
Gus Grubba
0fdae9f675
Merge pull request #7660 from mavlink/CheckInternet
...
Make Internet test optional.
6 years ago
Gus Grubba
b6b02898fa
Merge pull request #7666 from mavlink/preflightChecklist
...
Disable preflight checklist if vehicle is armed.
6 years ago
Gus Grubba
e806ae7189
Disable preflight checklist if vehicle is armed.
6 years ago
PX4BuildBot
0f464b768f
Update PX4 Firmware metadata Mon Aug 5 10:01:02 UTC 2019
6 years ago
PX4BuildBot
aa2c794c0b
Update PX4 Firmware metadata Fri Aug 2 21:57:06 UTC 2019
6 years ago
Gus Grubba
7dfd0a2b8f
Merge pull request #7661 from mavlink/photoIdle
...
Photo idle
6 years ago