- 07 Feb, 2016 1 commit
-
-
Lorenz Meier authored
-
- 06 Feb, 2016 5 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Luis Vale Gonçalves authored
Removed commented v4 ArduPilot Quad fw links
-
Andreas Antener authored
-
- 04 Feb, 2016 4 commits
-
-
Luis Vale Gonçalves authored
To address issue https://github.com/mavlink/qgroundcontrol/issues/2735
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 02 Feb, 2016 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 01 Feb, 2016 1 commit
-
-
dogmaphobic authored
-
- 29 Jan, 2016 1 commit
-
-
Nate Weibley authored
-
- 28 Jan, 2016 1 commit
-
-
Lorenz Meier authored
-
- 25 Jan, 2016 2 commits
-
-
dogmaphobic authored
-
Pritam Ghanghas authored
-
- 24 Jan, 2016 3 commits
- 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 4 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>
-