Gus Grubba
9c9298e3d2
Adding full path to windeployqt.
9 years ago
Don Gagne
b867851a43
Merge pull request #2672 from tcanabrava/apm_stuff_v2
...
Apm stuff v2
9 years ago
Don Gagne
922cbc192d
Merge pull request #2667 from cfelipesouza/master
...
Airframe Configuration Icons
9 years ago
Tomaz Canabrava
860cb89fa4
Change the if/else chain for failure to a single goto call
...
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>
9 years ago
Tomaz Canabrava
a9c57c5563
use QStringLiteral for QString creation of constants and QLatin1Literal for comparisson
...
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>
9 years ago
Tomaz Canabrava
01f6ea7c5c
Const-correctness
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
0d60190064
don't virtual a class that shouldn't be inheritable, use final instead
...
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>
9 years ago
Carlos Felipe
86f55d6c0f
Airframe Configuration Icons
...
Uploaded new .svg icons referring to Airframe Configuration screen.
Deleted .png files.
Signed-off-by: Carlos Felipe <carlos.felipe@intel.com>
9 years ago
Tomaz Canabrava
df4043b5f1
Simplify creation of Plugin Members
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Gus Grubba
d13f930e89
Merge pull request #2668 from dogmaphobic/esp8266Test
...
Using proper Fact testing to test if the WiFi Bridge is present.
9 years ago
dogmaphobic
ebbcd773a4
Using proper Fact testing to test if the WiFi Bridge is present.
9 years ago
Don Gagne
c0393e63a1
Merge pull request #2660 from DonLakeFlyer/VirtualJoystick
...
Virtual joystick improvments
9 years ago
Don Gagne
a0b03086aa
Merge pull request #2658 from DonLakeFlyer/RadioTrigger
...
Add missing Radio Component trigger
9 years ago
Don Gagne
78fac391f5
Merge pull request #2657 from DonLakeFlyer/QGCFlickable
...
New QGCFlickable control
9 years ago
Don Gagne
b946e88944
ThumbStick improvements
...
- 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
9 years ago
Don Gagne
08921496ff
Add MANUAL_CONTROL output
9 years ago
Don Gagne
bbe0569b71
Merge pull request #2659 from DonLakeFlyer/MissingMockParams
...
Add missing MockLink params
9 years ago
Don Gagne
ce647f7ee7
Add missing MockLink params
9 years ago
Don Gagne
6c0c912071
Merge pull request #2653 from DonLakeFlyer/ComponentChange
...
Prevent incorrect param binding while switching component id
9 years ago
Don Gagne
d14c3fef88
Add missing trigger
9 years ago
Don Gagne
b1104cb661
New QGCFlickable control
...
Add scroll height indicators to Flickable
9 years ago
Lorenz Meier
759507463c
Better text for min throttle
9 years ago
Lorenz Meier
dd7a483603
PX4: Add minimum throttle slider for manual multicopter pilots
9 years ago
Gus Grubba
0bd1cbf666
Merge pull request #2654 from dogmaphobic/apmLogHickups
...
Stop paying attention to heartbeats while downloading logs.
9 years ago
Gus Grubba
bfcdc7837f
Merge pull request #2652 from dogmaphobic/logDownloadSize
...
Set initial size for log download.
9 years ago
dogmaphobic
bad14db17e
Stop paying attention to heartbeats while downloading logs.
9 years ago
Don Gagne
b16652fde7
Prevent incorrect param binding while switching component id
9 years ago
Don Gagne
550bac9af3
Merge pull request #2648 from DonLakeFlyer/RcReboot
...
Reboot message no longer needed
9 years ago
dogmaphobic
ef6033ce8d
Set initial size for log download.
9 years ago
Don Gagne
eed4b98647
Remove unused variable
9 years ago
Don Gagne
203c825f62
Merge pull request #2643 from DonLakeFlyer/ParamEditClip
...
Clip parameter row strings
9 years ago
Don Gagne
cab36848c7
Reboot message no longer needed
...
Since parameter system will pop message based on meta data
9 years ago
Don Gagne
a2b62fc086
Merge pull request #2642 from rjehangir/master
...
Joystick: Fix throttle center point.
9 years ago
Don Gagne
d8c2327268
Clip parameter row strings
9 years ago
Gus Grubba
ccca44824d
Merge pull request #2639 from dogmaphobic/esp8266Version
...
Show ESP8266 Firmware Version in Summary Panel
9 years ago
Rustom Jehangir
1ed336ff48
Joystick: Fix throttle center point.
...
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.
9 years ago
dogmaphobic
c87e44f66f
Show ESP8266 Firmware Version in Summary Panel
9 years ago
Don Gagne
ecb0c80339
Merge pull request #2637 from DonLakeFlyer/APM3.2Support
...
APM 3.2 support
9 years ago
Don Gagne
cf87c62bea
Merge pull request #2635 from DonLakeFlyer/APMAccelCal
...
Stop connection lost handling during accel cal
9 years ago
Don Gagne
5a29e267a5
Merge pull request #2634 from DonLakeFlyer/GCSHeartbeat
...
Move GCS heartbeat to MultiVehicleManager
9 years ago
Don Gagne
c6486f560e
APM 3.2 support
9 years ago
Don Gagne
786b472f47
Stop connection lost handling during accel cal
9 years ago
Don Gagne
52e1760e6b
Merge pull request #2632 from DonLakeFlyer/ConnectionLost
...
Move connection lost handling to Vehicle
9 years ago
Don Gagne
799d20aa66
Move GCS heartbeat to MutiVehicleManager
9 years ago
Don Gagne
ad9a07d7b6
Merge pull request #2633 from DonLakeFlyer/BadSeverity
...
Fix more incorrect severity problems
9 years ago
Don Gagne
468d3e549a
Merge pull request #2612 from DonLakeFlyer/StupidProofing
...
Stupid proof Linux serial port use
9 years ago
Don Gagne
cb57b8006e
No port tests while unit testing
9 years ago
Don Gagne
90e4b7fec9
Fix more incorrect severity problems
9 years ago
Don Gagne
ba1bd6dd04
Move connection lost handling to Vehicle
9 years ago
Don Gagne
0e3df28c70
Merge pull request #2629 from DonLakeFlyer/SensorAPM
...
APM Sensor: UI handles older firmwares
9 years ago