- 18 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 16 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 05 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 23 Dec, 2015 1 commit
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/Signed-off-by: Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- 06 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 05 Dec, 2015 2 commits
- 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
This wasn’t quite coded correctly. Mavlink needs heartbeat first, then the shell command will be issued.
-
- 07 Nov, 2015 1 commit
-
-
dogmaphobic authored
-
- 30 Oct, 2015 1 commit
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- 27 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 23 Oct, 2015 2 commits
- 22 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 18 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 16 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 14 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 12 Oct, 2015 1 commit
-
-
Nate Weibley authored
-
- 11 Oct, 2015 1 commit
-
-
Don Gagne authored
- Must end in Log for *Log.debug=false to work in filter rules
-
- 07 Oct, 2015 2 commits
- 05 Oct, 2015 1 commit
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- 30 Sep, 2015 1 commit
-
-
Don Gagne authored
- fix bugs found by test - Implemented Mock mission item protocol in
-
- 27 Sep, 2015 1 commit
-
-
Daniel Agar authored
-
- 26 Sep, 2015 1 commit
-
-
Don Gagne authored
-
- 13 May, 2015 1 commit
-
-
Don Gagne authored
-
- 12 May, 2015 1 commit
-
-
Don Gagne authored
-
- 29 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 28 Apr, 2015 2 commits
- 27 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 14 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 08 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 29 Mar, 2015 1 commit
-
-
Don Gagne 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.
-
- 13 Mar, 2015 1 commit
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- 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).
-