- 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>
-
- 16 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 14 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 13 Dec, 2015 1 commit
-
-
Don Gagne authored
Mock link shouldn’t pop setup required message
-
- 10 Dec, 2015 1 commit
-
-
dogmaphobic authored
-
- 08 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 06 Dec, 2015 3 commits
- 05 Dec, 2015 5 commits
-
-
Don Gagne authored
Refactored PX4 radio config to work with both PX4 and APM
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-
Don Gagne authored
-
- 04 Dec, 2015 1 commit
-
-
dogmaphobic authored
-
- 03 Dec, 2015 2 commits
-
-
dogmaphobic authored
-
Lorenz Meier authored
-
- 02 Dec, 2015 3 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 01 Dec, 2015 5 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 29 Nov, 2015 4 commits
-
-
Don Gagne authored
This guarantees we are past bootloader on all OS. Window tends to not detect bootloader, connect to it and then get confused.
-
Don Gagne authored
-
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.
-
dogmaphobic authored
-
- 28 Nov, 2015 2 commits
-
-
Pritam Ghanghas authored
-
dogmaphobic authored
-
- 24 Nov, 2015 2 commits
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- 23 Nov, 2015 2 commits
- 19 Nov, 2015 4 commits
- 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
-