- 22 Feb, 2016 1 commit
-
-
Don Gagne authored
- Sensors summary now shows you how man compasses you have - Fix for APM accel cal. Can only use first accel offsets.
-
- 19 Feb, 2016 3 commits
-
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
I removed some needed headers from a top level file which then causes a ripple effect downstream
-
- 17 Feb, 2016 1 commit
-
-
Don Gagne authored
-
- 15 Feb, 2016 1 commit
-
-
Lorenz Meier authored
-
- 07 Feb, 2016 1 commit
-
-
Don Gagne authored
-
- 06 Feb, 2016 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 04 Feb, 2016 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 01 Feb, 2016 1 commit
-
-
dogmaphobic authored
-
- 28 Jan, 2016 1 commit
-
-
Lorenz Meier authored
-
- 18 Jan, 2016 7 commits
-
-
Tomaz Canabrava authored
I know that some people belive that goto's are devil's work but sometimes (like chaining if/elses for failures) it can actually simplify the code for a better readability and improved speed. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Strings can be expensive to create, all the issues with allocation, copy of the char members, conversion to UTF-16. QStringLiteral creates one in compile time. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
virtual marks a method for inclusion on a v-table, but we don't want the methods of classes that won't be inheritable to have a v-table, we want, however, to issue a warning if somebody try to inherit that specific class and reimplement those methods. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Carlos Felipe authored
Uploaded new .svg icons referring to Airframe Configuration screen. Deleted .png files. Signed-off-by: Carlos Felipe <carlos.felipe@intel.com>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
dogmaphobic authored
-
- 17 Jan, 2016 4 commits
-
-
Don Gagne authored
-
Don Gagne authored
Add scroll height indicators to Flickable
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 16 Jan, 2016 5 commits
-
-
Don Gagne authored
-
Don Gagne authored
Since parameter system will pop message based on meta data
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
-
- 15 Jan, 2016 4 commits
-
-
Don Gagne authored
-
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
-
Don Gagne authored
-
- 13 Jan, 2016 3 commits
- 10 Jan, 2016 1 commit
-
-
nopeppermint authored
-
- 06 Jan, 2016 1 commit
-
-
Lorenz Meier authored
-
- 04 Jan, 2016 2 commits
-
-
Tomaz Canabrava authored
Also, added a missing method on AutoPilotPlugin as a public pure virtual method (the inheritances already implemented it as a slot, so the new Signal syntax didn't worked because the base class didn't had that method) Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
-