- May 26, 2020
-
-
Jacob Dahl authored
Updated mavlink forwarding implementation to forward all mavlink messages received on all channels onto a single UDP port. A new mavlink forwarding UDP link is created if forwarding is enabled. The mavlink settings page now has a Fact checkbox for enabling forwarding and a fact text field for specifying the host name.
-
- May 20, 2020
-
-
Jacob Dahl authored
Added mavlink forwarding as an option to UDP connections. Enabling this setting will cause every mavlink packet received by QGC to be forwarded on the link, with the exception of packets originating from said link.
-
- Feb 01, 2020
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Aug 19, 2019
-
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
- Aug 11, 2019
-
-
murata authored
-
- Jun 06, 2019
-
-
Don Gagne authored
New qml base log replay status bar
-
- Dec 19, 2018
-
-
Gus Grubba authored
On desktop (Ethernet connection), the ground unit pushes UDP directly, which makes the use of an actual "Link" not possible. Instead, I've moved all of Taisync support to a "manager" owned by QGCToolbox. Added a Taisync settings with some basics already wired and running.
-
- Dec 13, 2018
-
-
Gus Grubba authored
-
- Feb 02, 2018
-
-
acfloria authored
-
- Nov 27, 2016
-
-
Gus Grubba authored
-
- Jun 08, 2016
-
-
dogmaphobic authored
-
- Jun 07, 2016
-
-
dogmaphobic authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Dec 10, 2015
-
-
dogmaphobic authored
-
- Dec 05, 2015
-
-
dogmaphobic authored
-
- Dec 04, 2015
-
-
dogmaphobic authored
-
- Dec 03, 2015
-
-
dogmaphobic authored
-
- Dec 01, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Nov 23, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 19, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 18, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Jul 25, 2015
-
-
Don Gagne authored
-
- May 31, 2015
-
-
dogmaphobic authored
-
- Apr 28, 2015
-
-
Don Gagne authored
-
- Apr 18, 2015
-
-
dogmaphobic authored
-
- Apr 16, 2015
-
-
dogmaphobic authored
-
- Feb 18, 2015
-
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-