- 23 Jan, 2016 1 commit
-
-
dogmaphobic authored
-
- 22 Jan, 2016 5 commits
-
-
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
-
- 21 Jan, 2016 8 commits
-
-
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>
-
- 20 Jan, 2016 2 commits
- 18 Jan, 2016 10 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
-
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
-
Don Gagne authored
-
- 17 Jan, 2016 6 commits
-
-
Don Gagne authored
-
Don Gagne authored
Add scroll height indicators to Flickable
-
Lorenz Meier authored
-
Lorenz Meier authored
-
dogmaphobic authored
-
Don Gagne authored
-
- 16 Jan, 2016 8 commits
-
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
Since parameter system will pop message based on meta data
-
Don Gagne authored
-
Rustom Jehangir authored
The lines removed set the center point of the throttle axis to one extreme of the joystick range. This causes an offset value when the stick is centered if the joystick does not return exactly zero. This is important for vehicles with reversible throttle, such as ground robots or boats.
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
-