- 05 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 03 Jun, 2016 1 commit
-
-
Nate Weibley authored
Bug noted in #3465
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 29 May, 2016 2 commits
- 27 May, 2016 1 commit
-
-
Don Gagne authored
-
- 26 May, 2016 2 commits
- 24 May, 2016 1 commit
-
-
Don Gagne authored
-
- 05 May, 2016 3 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
Android done.
-
- 04 May, 2016 1 commit
-
-
dogmaphobic authored
UI Tweaks for all mobile platforms.
-
- 20 Apr, 2016 1 commit
-
-
Tomaz Canabrava authored
During tests, if the airframe was configured to be an 'X' type we showed just 'X' on the airframe type. It's correct but a single letter - specially an X - made users think that it was a error code, not the airframe name. So, because of that, also show the vehicle type - a wrong value, but elucidative for users. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 15 Apr, 2016 1 commit
-
-
Don Gagne authored
-
- 13 Apr, 2016 2 commits
-
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Change all text to have a qsTr call, this way it will call the right translated text when needed. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 29 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 25 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 13 Mar, 2016 2 commits
- 11 Mar, 2016 2 commits
- 10 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 07 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 06 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 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 2 commits
- 17 Feb, 2016 1 commit
-
-
Don Gagne authored
-
- 01 Feb, 2016 1 commit
-
-
dogmaphobic authored
-
- 18 Jan, 2016 5 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>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 17 Jan, 2016 1 commit
-
-
Don Gagne authored
Add scroll height indicators to Flickable
-
- 16 Jan, 2016 2 commits
- 15 Jan, 2016 1 commit
-
-
Don Gagne authored
-