- Feb 24, 2016
-
-
Don Gagne authored
-
- Feb 09, 2016
-
-
Don Gagne authored
-
- Jan 18, 2016
-
-
Don Gagne authored
-
- Jan 16, 2016
-
-
Don Gagne authored
-
- Jan 05, 2016
-
-
Don Gagne authored
-
- Dec 23, 2015
-
-
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>
-
- Dec 06, 2015
-
-
Don Gagne authored
-
- Dec 05, 2015
- 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
-
- Nov 15, 2015
-
-
Don Gagne authored
This wasn’t quite coded correctly. Mavlink needs heartbeat first, then the shell command will be issued.
-
- Nov 07, 2015
-
-
dogmaphobic authored
-
- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Oct 27, 2015
-
-
Don Gagne authored
-
- Oct 23, 2015
- Oct 22, 2015
-
-
Don Gagne authored
-
- Oct 18, 2015
-
-
Don Gagne authored
-
- Oct 16, 2015
-
-
Don Gagne authored
-
- Oct 14, 2015
-
-
Don Gagne authored
-
- Oct 12, 2015
-
-
Nate Weibley authored
-
- Oct 11, 2015
-
-
Don Gagne authored
- Must end in Log for *Log.debug=false to work in filter rules
-
- Oct 07, 2015
- Oct 05, 2015
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- Sep 30, 2015
-
-
Don Gagne authored
- fix bugs found by test - Implemented Mock mission item protocol in
-
- Sep 27, 2015
-
-
Daniel Agar authored
-
- Sep 26, 2015
-
-
Don Gagne authored
-
- May 13, 2015
-
-
Don Gagne authored
-
- May 12, 2015
-
-
Don Gagne authored
-
- Apr 29, 2015
-
-
Don Gagne authored
-
- Apr 28, 2015
- Apr 27, 2015
-
-
Don Gagne authored
-
- Apr 14, 2015
-
-
Don Gagne authored
-
- Apr 08, 2015
-
-
Don Gagne authored
-
- Mar 29, 2015
-
-
Don Gagne authored
-
- Mar 28, 2015
-
-
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.
-