- Mar 29, 2016
-
-
Don Gagne authored
-
- Mar 25, 2016
-
-
Don Gagne authored
-
- Mar 13, 2016
- Mar 11, 2016
- Mar 10, 2016
-
-
Don Gagne authored
-
- Mar 07, 2016
-
-
Don Gagne authored
-
- Mar 06, 2016
-
-
Don Gagne authored
-
- Feb 22, 2016
-
-
Don Gagne authored
- Sensors summary now shows you how man compasses you have - Fix for APM accel cal. Can only use first accel offsets.
-
- Feb 19, 2016
- Feb 17, 2016
-
-
Don Gagne authored
-
- Feb 01, 2016
-
-
dogmaphobic authored
-
- 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>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 17, 2016
-
-
Don Gagne authored
Add scroll height indicators to Flickable
-
- Jan 16, 2016
- Jan 15, 2016
- Jan 13, 2016
-
-
Don Gagne authored
-
- Jan 10, 2016
-
-
nopeppermint authored
-
- Jan 04, 2016
-
-
Tomaz Canabrava authored
First commit of modernizarion of Qt signal connections, the new signal connection is very userfull because of a few nice things: - it's checked at compile time instead of runtime - it can connect to any function or method, so we don't need to use slots anymore - it's way faster because it doesn't need to work with string comparisson, but it's basically a direct call. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 03, 2016
- Jan 02, 2016
- Dec 30, 2015
- Dec 29, 2015
-
-
Don Gagne authored
-
- Dec 28, 2015
- Dec 27, 2015
- Dec 26, 2015
-
-
Don Gagne authored
Takes less real estate and flows better and small displays
-