- Feb 06, 2016
-
-
Lorenz Meier authored
-
Andreas Antener authored
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- Feb 02, 2016
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Feb 01, 2016
-
-
dogmaphobic authored
-
- Jan 29, 2016
-
-
Nate Weibley authored
-
- Jan 28, 2016
-
-
Lorenz Meier authored
-
- Jan 25, 2016
-
-
dogmaphobic authored
-
Pritam Ghanghas authored
-
- Jan 24, 2016
- Jan 23, 2016
-
-
dogmaphobic authored
-
- Jan 22, 2016
-
-
dogmaphobic authored
-
dogmaphobic authored
-
Don Gagne authored
- Fix: Version error message not being displayed - Correct handling of APM and PX4 files with respect to home position in first slot - Emit newItemsFromVehicle signal so editor can fit map viewport on load from vehicle
-
Don Gagne authored
-
Don Gagne authored
-
- Jan 21, 2016
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This provides a better workflow for firmware upgrade
-
Don Gagne authored
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 20, 2016
- Jan 18, 2016
-
-
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
-
Don Gagne authored
- Positions are bounded to rectangle - No longer re-centers if thumbs go outside bounds - ThumbPad moves to meet first thumb position, this prevents inadvertent movement as you put your thumb down
-
Don Gagne authored
-