- 22 Jan, 2016 3 commits
- 21 Jan, 2016 18 commits
-
-
Don Gagne authored
Add mission item no longer times out
-
Don Gagne authored
Prompt for missing SD Card
-
Don Gagne authored
Fix bad resource in Airframe Icons
-
Don Gagne authored
Firmware upgrade usability
-
Don Gagne authored
-
Don Gagne authored
correct spelling mistakes
-
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
-
Don Gagne authored
bitwise and, not boolean and, to check for bitmasks.
-
Don Gagne authored
Info View: Fix multi-vehicle handling
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Gus Grubba authored
Adding full path to windeployqt.
-
Don Gagne authored
Fix multiple vehicles on same link
-
- 20 Jan, 2016 6 commits
-
-
nopeppermint authored
-
nopeppermint authored
-
nopeppermint authored
-
Don Gagne authored
-
Don Gagne authored
- Also fix vehicle selector dropdown in toolbar
-
Gus Grubba authored
-
- 19 Jan, 2016 2 commits
- 18 Jan, 2016 11 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>
-
Gus Grubba authored
Using proper Fact testing to test if the WiFi Bridge is present.
-
dogmaphobic authored
-
Don Gagne authored
Virtual joystick improvments
-
Don Gagne authored
Add missing Radio Component trigger
-
Don Gagne authored
New QGCFlickable control
-