- Jan 18, 2016
-
-
dogmaphobic authored
-
- Jan 17, 2016
-
-
Don Gagne authored
-
Don Gagne authored
Add scroll height indicators to Flickable
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jan 15, 2016
-
-
dogmaphobic authored
Fact* espVersion = getFact(FactSystem::ParameterProvider, MAV_COMP_ID_UDP_BRIDGE, "SW_VER"); crashes unit test if the parameter does not exist (which is exactly what the call is trying to establish).
-
dogmaphobic authored
-
- Jan 13, 2016
- Jan 10, 2016
-
-
nopeppermint authored
-
- Jan 06, 2016
-
-
Lorenz Meier authored
-
- Jan 03, 2016
- Dec 29, 2015
-
-
Don Gagne authored
-
- Dec 28, 2015
- Dec 27, 2015
-
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
-
- Dec 26, 2015
- Dec 25, 2015
-
-
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 20, 2015
-
-
Don Gagne authored
-
- Dec 16, 2015
-
-
Mark Whitehorn authored
-
Don Gagne authored
-
Don Gagne authored
-
- Dec 14, 2015
-
-
Don Gagne authored
-
- Dec 06, 2015
-
-
Don Gagne authored
-
- Dec 05, 2015
- Nov 30, 2015
-
-
Don Gagne authored
-
- Nov 29, 2015
-
-
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.
-
- Nov 25, 2015
-
-
Don Gagne 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
-
Nate Weibley authored
-
- 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
-
dogmaphobic authored
-
- 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 17, 2015
-
-
Lorenz Meier authored
-