dogmaphobic
05812d9ea2
Replacing the QGC icon throughout the application.
9 years ago
Don Gagne
e1ad4ee009
New QGC Logo
9 years ago
Don Gagne
2d49ef53a3
Fix null _activeVehicle references
9 years ago
Don Gagne
246de5bc18
Add testing for SimpleMissionItem loading
9 years ago
Don Gagne
40e8ff4941
Fix SimpleMissionItem resetting default values over coordinate
9 years ago
Don Gagne
7802cf04bf
Only set reverse for multi-rotor
9 years ago
Don Gagne
af286a6370
Fix references to __qgcPal which did not exist in control
9 years ago
Tomaz Canabrava
8f137cdc57
Only accept numbers in FactTextEdit
...
All facts are numeric, atm. this means that the input should only
accept numbers. it already had the inputMethodHints: Qt.ImhFormattedNumbersOnly
option, but for some reason it still accepted letters and symbols.
by adding a validator: DoubleValidator {} we limit the characters
to numbers only - and if the value is a integer, it will still work.
Tested by adding waypoints on the map & messing with the GPS coordinates.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
8188f645d7
Update for new Clang errors
9 years ago
Don Gagne
80410d6895
Fix layout of values
9 years ago
Don Gagne
840a10e951
Fix Message Indicator display
9 years ago
Don Gagne
bc69d1212b
Much better Outdoor palette visuals
9 years ago
Tomaz Canabrava
0c273c471f
Found a unused class, safe to remove.
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
de4f9cac92
Toolbar/Instruments respect palette
...
Map control use different border color based on map type
9 years ago
Nate Weibley
9bd304e3e9
Fix for espeak / alsa errors for #3015
...
Initialize espeak in async playback mode and explicitly synchronize after each synth operation in the worker thread.
9 years ago
Don Gagne
454de718b2
Don't use channel 0 to avoid sequence number problems
9 years ago
Don Gagne
7c3c6162aa
APM PreArm message handling
9 years ago
Jimmy Johnson
d69ef3d401
adding follow me
9 years ago
Don Gagne
d1cba94cd5
Add Solo video support
9 years ago
Nate Weibley
fe8ff69e24
Refactor writeBytes to _writeBytes
9 years ago
Nate Weibley
a2a203530e
Fix BluetoothLink::writeBytes reference to size
9 years ago
Nate Weibley
0aaca17666
Check for socket nullptr in TCPLink::writeBytes
9 years ago
Nate Weibley
7f5726e76f
Check for socket nullptr in UDPLink::writeBytes
9 years ago
Nate Weibley
1d0bf62709
Force link writes to occur via a signal/slot connection.
...
This mechanism automatically queues data into the correct thread where necessary, otherwise the method is invoked directly with low overhead.
At the same time remove the UDP socket event workaround. It is not a problem.
9 years ago
Don Gagne
973faaf20e
Make disconnect for prominent
9 years ago
Don Gagne
7b6cb5c1da
Make sure spurious parameter updates don't break waiting timeouts
9 years ago
Don Gagne
c785760e5b
Check COMPASS_USE params for disabled compass
9 years ago
Don Gagne
6e9d785ceb
Drop high rate PreArm messages
...
Also filter solo version string
9 years ago
Don Gagne
e03fb849c0
Allow FirmwarePlugin to drop incoming messages
9 years ago
Don Gagne
b4e8a87c6e
Handle waiting for default component to come through better
...
Also can handle additional components coming through after default
component is complete
9 years ago
Don Gagne
a192050541
Add SILabs radio vid/pid
9 years ago
Don Gagne
177f658348
Update to SiK radio naming
9 years ago
Don Gagne
979951f023
Fix many bugs
9 years ago
Don Gagne
9e301d5196
Auto-Hide guided mode bar
...
Plus other small fixes
9 years ago
Tomaz Canabrava
16f9f8e0a9
Clean unused variables / Fix QObject macro
...
this simple patch cleans more than 500 warnings on my build
and it should be really safe to apply since it basically remove
unused variables.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
ab024a66fe
Add new QuadPlane flight modes
9 years ago
Don Gagne
a383c8a463
Fix vehicle reference
9 years ago
Don Gagne
e1ab5d5639
Remove unused code
9 years ago
Don Gagne
cec453de36
Remove cancel button
9 years ago
Don Gagne
315bda6b5d
Update flight mode naming
9 years ago
Tomaz Canabrava
0abc2addba
Change calls to isnan / isinf to qIsNan / qIsInf
...
This way we don't need macro-magic to deal with
different operating systems and compilers.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
f43da9a7f9
Remove uneeded code
...
We just wanna move some code from QThread, from private
to public, se can use using:: for that.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
841cbde5ca
Fix compilation on some linux boxes
...
This shouldn't break a thing on other linux boxes that compiles
fine.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
dogmaphobic
0a79fb5a90
Remove "Pipable" control if there is no Video.
9 years ago
dogmaphobic
cfd54d0244
Initial Qt 5.6 build support.
9 years ago
Nate Weibley
2d00726c6b
Add support for customizing the abbreviated representation of mission items for #3000
9 years ago
dogmaphobic
d863438d4c
Disabling the "Reject" button within the SliderSwitch.
9 years ago
dogmaphobic
189bdf58c5
Tweaking the SliderSwitch controller.
9 years ago
Don Gagne
e8bcffc681
Add temp text indicators
9 years ago
Nate Weibley
e0caee4390
Confirm retasking command before altering active waypoint
9 years ago