- 06 Nov, 2020 1 commit
-
-
Valentin Platzgummer authored
-
- 29 Oct, 2020 1 commit
-
-
brad112358 authored
* Allow use of AutoConnect and HighLatency options for most link types. * Remove isAutoConnectAllowed and isHighLatencyAllowed methods and assocated Q_PROPERTYs from LinkConfiguration class. Allow user to configure these properties on all link types.
-
- 20 Oct, 2020 1 commit
-
-
Don Gagne authored
* Remove unneeded mutex * Cleanup LinkInterface, fix connect/disconnect bug
-
- 07 Oct, 2020 1 commit
-
-
Don Gagne authored
New VehicleLinkManager implementation
-
- 01 Feb, 2020 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 26 Apr, 2019 1 commit
-
-
Don Gagne authored
Check for CubeBlack service bulletin
-
- 10 Dec, 2018 1 commit
-
-
Gus Grubba authored
-
- 29 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 27 May, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 02 Feb, 2018 1 commit
-
-
acfloria authored
-
- 31 Jul, 2017 1 commit
-
-
Lorenz Meier authored
-
- 26 Dec, 2016 1 commit
-
-
Don Gagne authored
Prevent shutdown ordering crashes
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 25 Mar, 2016 2 commits
-
-
Nate Weibley authored
-
Nate Weibley authored
This mechanism automatically queues data into the correct thread where necessary, otherwise the method is invoked directly with low overhead. At the same time remove the UDP socket event workaround. It is not a problem.
-
- 06 Mar, 2016 1 commit
-
-
Don Gagne authored
Plus other auto connect bug fixes
-
- 12 Jan, 2016 2 commits
- 03 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 02 Dec, 2015 1 commit
-
-
dogmaphobic authored
-
- 01 Dec, 2015 3 commits
-
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 29 Nov, 2015 1 commit
-
-
Don Gagne authored
Windows OS doesn’t disconnect port when you pull plug on USB. This caused all sorts of problems with previous logic. New logic handles this correctly.
-
- 23 Nov, 2015 1 commit
-
-
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
-
- 19 Nov, 2015 1 commit
-
-
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
-
- 18 Nov, 2015 1 commit
-
-
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
-
- 15 Nov, 2015 1 commit
-
-
Don Gagne authored
-
- 25 Jul, 2015 1 commit
-
-
Don Gagne authored
-
- 01 Jul, 2015 1 commit
-
-
Don Gagne authored
This is needed for Android since it needs to communicate with java apis which require everything on the main thread. The additional thread was not really needed since you can implement using a signal based approach which ends up being the same thing.
-
- 31 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 28 Mar, 2015 1 commit
-
-
Don Gagne authored
Link ids were being used interchangeably with the mavlink channel for the link. Link ids handed out as a numerically increasing integer. Once the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break loose and cause memory corruption.
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 13 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 17 Feb, 2015 1 commit
-
-
Don Gagne authored
Also converted qDebug statements to logging category
-
- 13 Feb, 2015 1 commit
-
-
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).
-
- 09 Feb, 2015 1 commit
-
-
Bryant authored
There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic around the 'is_cdc' variable, as I can't really follow what it's for.
-
- 26 Dec, 2014 1 commit
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-