- Apr 12, 2016
-
-
Don Gagne authored
-
- Apr 10, 2016
- Apr 07, 2016
-
-
Nate Weibley authored
-
- Mar 31, 2016
-
-
Tomaz Canabrava authored
All facts are numeric, atm. this means that the input should only accept numbers. it already had the inputMethodHints: Qt.ImhFormattedNumbersOnly option, but for some reason it still accepted letters and symbols. by adding a validator: DoubleValidator {} we limit the characters to numbers only - and if the value is a integer, it will still work. Tested by adding waypoints on the map & messing with the GPS coordinates. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Mar 28, 2016
-
-
Don Gagne authored
Map control use different border color based on map type
-
- Mar 25, 2016
-
-
Don Gagne authored
-
- Mar 24, 2016
-
-
Don Gagne authored
Also can handle additional components coming through after default component is complete
-
- Mar 13, 2016
- Mar 07, 2016
-
-
Don Gagne authored
-
- Mar 06, 2016
-
-
Don Gagne authored
-
- Mar 05, 2016
- Mar 02, 2016
- Feb 24, 2016
-
-
Don Gagne authored
-
- Feb 23, 2016
-
-
Don Gagne authored
-
- Feb 19, 2016
-
-
Don Gagne authored
I removed some needed headers from a top level file which then causes a ripple effect downstream
-
- Feb 18, 2016
-
-
Nate Weibley authored
Conflicts: src/FactSystem/ParameterLoader.cc
-
Nate Weibley authored
-
Nate Weibley authored
- Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing - Else: let listing continue as normal to get updated param values - Store each cache by systemID + componentID For #2586
-
- Feb 17, 2016
- Feb 14, 2016
-
-
Don Gagne authored
-
- Feb 12, 2016
-
-
Don Gagne authored
Plumb through initial object mode on Vehicle
-
- Feb 07, 2016
-
-
Don Gagne authored
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 15, 2016
-
-
dogmaphobic authored
-
- Jan 13, 2016
- Jan 12, 2016
- Jan 10, 2016
-
-
Lorenz Meier authored
-
nopeppermint authored
-
- 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>
-
Don Gagne authored
-
- Jan 03, 2016