Jacob Walser
|
6822b461bd
|
Allow TX mode selection for joystick calibration
|
8 years ago |
Gus Grubba
|
2b6517c0f4
|
Optimize SQL set creation.
|
8 years ago |
Beat Küng
|
a206a37261
|
MAVLinkLogManager: fix use of wrong variable
previously the start log button was always disabled, even for PX4.
Fixes regression from 9d413108f8
|
8 years ago |
Andreas Bircher
|
1ccdcacb08
|
increase accuracy of geotags
|
8 years ago |
Don Gagne
|
f1b82fb9d2
|
Merge pull request #4452 from NaterGator/sdlerr
SDL: warn with SDL error string when joystick feature detection fails
|
8 years ago |
Don Gagne
|
bd11543d05
|
Merge pull request #4455 from DonLakeFlyer/MissionAutoLoad
Mission auto load
|
8 years ago |
Don Gagne
|
85009f4401
|
Mission AutoLoad support
|
8 years ago |
Don Gagne
|
d90dd92475
|
MultiVehicle List supports flight mode change
|
8 years ago |
Nate Weibley
|
3907cd090e
|
Explicitly init SDL joystick to work around upstream bug
|
8 years ago |
Nate Weibley
|
3363879c54
|
Defer joystick probe until after MainWindow is created
|
8 years ago |
Nate Weibley
|
9570aecca6
|
SDL: handle joystick open failure and log error message
|
8 years ago |
Nate Weibley
|
c4d334783f
|
SDL: warn with SDL error string when joystick feature detection fails
|
8 years ago |
Jacob Walser
|
5ce9d168c0
|
FlightDisplayView: check if we have valid VideoReceiver
|
8 years ago |
Jacob Walser
|
dbf1dc0453
|
Don't define _shutdownPipeline if there is no gstreamer support
|
8 years ago |
Jacob Walser
|
a457abc9c2
|
Don't declare status accessors if there is no gstreamer support
|
8 years ago |
Jacob Walser
|
4ce68a44b1
|
Handle all message processing in _onBusMessage
And don't pass along message pointers
|
8 years ago |
Jacob Walser
|
b67ca0e323
|
Include QDir for VideoManager
|
8 years ago |
Jacob Walser
|
eb72c2a08d
|
Fix gstreamer bus message handling for Windows
|
8 years ago |
Don Gagne
|
4bb4412f09
|
Merge pull request #4435 from DonLakeFlyer/APMFirmware
ArduPilot: New firmware format
|
8 years ago |
Don Gagne
|
cd9eaf7477
|
Merge pull request #4441 from DonLakeFlyer/OldCode
Remove old code with bad reference
|
8 years ago |
Don Gagne
|
6941afcafb
|
Merge pull request #4439 from DonLakeFlyer/JsonAutoConnect
AutoConnect list driven from json file
|
8 years ago |
Don Gagne
|
5de37fe2ff
|
Remove old code with bad reference
|
8 years ago |
Don Gagne
|
9b3ee917d9
|
Make compiler happy
|
8 years ago |
Don Gagne
|
e3956726bc
|
Merge pull request #4437 from NaterGator/nsislzma
Use LZMA compression with NSIS for smaller installers
|
8 years ago |
Don Gagne
|
1897e73a4d
|
AutoConnect list dried from json file
|
8 years ago |
Daniel Agar
|
f61a03c46d
|
QGroundControl v3.1.2
- joystick SDK startup fix (#4436)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlh5RwsACgkQ/Ty6mAF6ad7TcgCeIoEsP3u52lmZ4d+B/Tu+3dP8
NfMAnjuugeLrV3Pb4sHLyU0GpYCwc8Ez
=b9J5
-----END PGP SIGNATURE-----
Merge tag 'v3.1.2'
|
8 years ago |
Nate Weibley
|
4a25648425
|
Condition SDL counts so we don't pass negative numbers to new
Should address #4425
|
8 years ago |
Don Gagne
|
93457e5102
|
Merge pull request #4436 from NaterGator/joystickfix
Condition SDL counts so we don't pass negative numbers to new
|
8 years ago |
Jacob Walser
|
9cfb973c78
|
Remove unused streamingChanged signal
|
8 years ago |
Jacob Walser
|
ab08550a2c
|
Set running flag to false if pipeline fails to change state
|
8 years ago |
Jacob Walser
|
c9885e2307
|
Pop messages off gstreamer bus manually
And fix broken file path to save video on windows
|
8 years ago |
Jacob Walser
|
9df70ac5db
|
Prevent hang on close while waiting for EOS
|
8 years ago |
Jacob Walser
|
7f1e858c93
|
Rearrange function definitions in VideoReceiver.cc
|
8 years ago |
Jacob Walser
|
62a4ba7729
|
Always shutdown streaming pipeline correctly, and call VideoReceiver start/stop appropriately
|
8 years ago |
Jacob Walser
|
4fb068fccc
|
Make VideoReceiver members non-static
|
8 years ago |
Jacob Walser
|
1efd240d2d
|
Add logging category for VideoReceiver
|
8 years ago |
Jacob Walser
|
38ede33671
|
VideoReceiver flags don't need gstreamer
|
8 years ago |
Jacob Walser
|
9214f87663
|
Always stop recording video when receiver is stopped
|
8 years ago |
Jacob Walser
|
9d8875ca56
|
Make _streaming flag non-gstreamer safe
|
8 years ago |
Jacob Walser
|
8115753bd4
|
Construct pipeline in fewer steps
|
8 years ago |
Jacob Walser
|
afca96f8c0
|
Move recording button to flight view
|
8 years ago |
Jacob Walser
|
782c92c4a7
|
Add Camera image to recording button
|
8 years ago |
Jacob Walser
|
05c8fde3c1
|
Add button in general settings to select location to save video files
|
8 years ago |
Jacob Walser
|
ac4080a137
|
Add vertical separator for video recording button
|
8 years ago |
Jacob Walser
|
ab0863556e
|
Change VideoReceiver destructor to close video file correctly
|
8 years ago |
Jacob Walser
|
0f9149b1bf
|
Fix repeated calls to restart VideoReceiver
|
8 years ago |
Jacob Walser
|
efe64000c0
|
Hide recording icon if no video stream present at startup
Other minor formatting and stability improvements
|
8 years ago |
Jacob Walser
|
9565d5244a
|
Add icon to main toolbar to start/stop recording videostream to file
|
8 years ago |
Nate Weibley
|
453c6fd925
|
Use LZMA compression with NSIS for smaller installers
|
8 years ago |
Nate Weibley
|
47a2ae1c4c
|
Condition SDL counts so we don't pass negative numbers to new
Should address #4425
|
8 years ago |