- Dec 29, 2017
-
-
Lorenz Meier authored
This ensures no ports are being displayed to the user that are definitely unusable.
-
Lorenz Meier authored
The earlier sleep calls disabled the app event queue, leading to "beachballing" in Mac OS and a visible boot delay / jitter. Running the event loop actively while waiting prevents the UI from freezing.
-
Lorenz Meier authored
We were connecting to system peripherals before, which adds boot delay as QGC re-tries opening the port. We were also opening serial ports two times on Mac OS: Once as /dev/cu.usbmodem1 and once as /dev/tty.usbmodem1 - since the cu.usbmodem alias was already open, the 2nd opening always failed, leading to further boot delay.
-
- Dec 21, 2017
-
-
Gus Grubba authored
-
- Dec 04, 2017
-
-
Gus Grubba authored
-
- Oct 23, 2017
-
-
DonLakeFlyer authored
-
- Oct 18, 2017
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Oct 10, 2017
-
-
tzekian12 authored
Fix TCP disconnection problem.
-
- Sep 22, 2017
-
-
DonLakeFlyer authored
Still does not support multi-vehicle
-
- Sep 21, 2017
-
-
Gus Grubba authored
Fix merge issues
-
- Sep 20, 2017
-
-
Beat Küng authored
-
- Aug 30, 2017
-
-
dheideman authored
-
- Aug 24, 2017
-
-
Gus Grubba authored
This reverts commit 52160d80.
-
- Aug 23, 2017
-
-
DonLakeFlyer authored
-
- Aug 21, 2017
-
-
Gus Grubba authored
-
- Aug 17, 2017
-
-
DonLakeFlyer authored
-
- Aug 16, 2017
-
-
DonLakeFlyer authored
-
- Aug 11, 2017
- Jul 31, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This is important to avoid having QGC hijack links that are active (we read 2000 bytes!) but are definitely not MAVLink. This can have nasty side-effects, e.g. if we would talk to an LTE modem in a laptop or alike.
-
Lorenz Meier authored
This extension introduces a complete version handshake mechanism which will detect wether the vehicle AND the complete link / routing infrastructure support MAVLink 2. If they do, QGC will switch to the highest protocol version supported by all connected vehicles. If a new vehicle connects, it will re-negotiate the highest possible version. This means that we error on the side of compatibility, which later can be easily changed.
-
- Jul 28, 2017
-
-
Gus Grubba authored
Remove/comment off debug output pollution
-
- Jul 23, 2017
-
-
Gus Grubba authored
Pulling mavlink with a reversal for the CAMERA_IMAGE_CAPTURED message. It's now back as it was so it won't break existing code. The pull also brought changes to the GPS_RAW_INT message. Only MockLink uses. I entered zeros for all new fields.
-
- Jul 21, 2017
-
-
DonLakeFlyer authored
-
- Jul 19, 2017
-
-
Don Gagne authored
-
- Jul 18, 2017
-
-
DonLakeFlyer authored
-
- Jul 01, 2017
-
-
DonLakeFlyer authored
-
- Jun 29, 2017
-
-
DonLakeFlyer authored
-
- Jun 27, 2017
-
-
Gus Grubba authored
-
- Jun 20, 2017
-
-
Don Gagne authored
-
- Jun 12, 2017
-
-
DonLakeFlyer authored
-
- Jun 11, 2017
-
-
DonLakeFlyer authored
-
- Jun 04, 2017
-
-
DonLakeFlyer authored
-
- May 18, 2017
-
-
Don Gagne authored
-
- May 17, 2017
-
-
DonLakeFlyer authored
-
Gus Grubba authored
-