- Jun 10, 2016
-
-
Don Gagne authored
-
- Jun 07, 2016
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 24, 2016
-
-
Don Gagne authored
-
- Apr 13, 2016
-
-
Daniel Agar authored
-
- Apr 12, 2016
-
-
Daniel Agar authored
-
Don Gagne authored
-
- Apr 11, 2016
-
-
Don Gagne authored
-
- Mar 25, 2016
-
-
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.
-
- Mar 09, 2016
-
-
Daniel Agar authored
-
- Mar 06, 2016
-
-
Don Gagne authored
Plus other auto connect bug fixes
-
- 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
-