- 21 Jan, 2016 3 commits
-
-
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 2 commits
-
-
Don Gagne authored
- Also fix vehicle selector dropdown in toolbar
-
Gus Grubba authored
-
- 19 Jan, 2016 2 commits
- 18 Jan, 2016 16 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
-
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
Add missing MockLink params
-
Don Gagne authored
-
Don Gagne authored
Prevent incorrect param binding while switching component id
-
- 17 Jan, 2016 9 commits
-
-
Don Gagne authored
-
Don Gagne authored
Add scroll height indicators to Flickable
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Gus Grubba authored
Stop paying attention to heartbeats while downloading logs.
-
Gus Grubba authored
Set initial size for log download.
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
Reboot message no longer needed
-
- 16 Jan, 2016 8 commits
-
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
Clip parameter row strings
-
Don Gagne authored
Since parameter system will pop message based on meta data
-
Don Gagne authored
Joystick: Fix throttle center point.
-
Don Gagne authored
-
Gus Grubba authored
Show ESP8266 Firmware Version in Summary Panel
-
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.
-