- Jan 04, 2016
-
-
Tomaz Canabrava authored
C++2003 didn't had variadic templates so different number of arguments must have been already implemented in the templates and since it's impossible to get the amount ot different methods that paople write, a variadic template was neede. now we can connect signal / slots with 6+ arguments. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 03, 2016
- Dec 29, 2015
- Dec 28, 2015
- Dec 27, 2015
-
-
Don Gagne authored
Total hack but it seems to work
-
- Dec 25, 2015
- 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 18, 2015
-
-
Don Gagne authored
Supports connecting a Fact to a QSettings value
-
- Dec 16, 2015
- Dec 15, 2015
-
-
Don Gagne authored
-
- Dec 14, 2015
-
-
Don Gagne authored
Plus notify user
-
Pritam Ghanghas authored
-
- Dec 06, 2015
- Dec 03, 2015
-
-
dogmaphobic authored
-
- Nov 25, 2015
-
-
Don Gagne authored
-
- Nov 23, 2015
-
-
Don Gagne authored
-
- Nov 22, 2015
- Nov 19, 2015
-
-
Don Gagne authored
Changed to “f” string conversion from “g” to get better results
-
- Nov 18, 2015
-
-
dogmaphobic authored
-
- Nov 04, 2015
-
-
dogmaphobic authored
-
- Oct 31, 2015
-
-
Don Gagne authored
Also turn on MavlinkLogTest
-
- Oct 30, 2015
- Oct 29, 2015
-
-
Don Gagne authored
-
- Oct 25, 2015
- Oct 23, 2015
-
-
Don Gagne authored
Also merged MissionController and MissionEditorController into single MissionController implementation
-
- Oct 13, 2015
-
-
Nate Weibley authored
-