summaryrefslogtreecommitdiffstats
path: root/app/Radio.qml
AgeCommit message (Collapse)AuthorFilesLines
2017-12-21Minor robustness and UI improvementseel_5.0.1eel_5.0.0eel/5.0.1eel/5.0.05.0.15.0.0Scott Murray1-3/+13
Changes include: - Change the 'SCAN' label color when scanning. This visually signals to the user that scanning is taking place, which is useful with the Kingfisher Si4689 radio where scanning jumps to a found station. - Update the frequency when scanning signals a station is found. This improves behavior when using the Kingfisher radio, where the frequency update from the binding can fall prey to a race with the scanning state change in the QML. - Explicitly prevent triggering another scan while one is in progress. This is more of a general robustness fix to prevent unnecessary calls to the binding. It does help avoid potential issues with the Kingfisher radio where we really cannot interrupt a scan at present. Change-Id: I08825c7f51d354a20b38f647e72e4535bca37bd9 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-05-23Rework to add and use a binding for radio controldab_3.99.1dab/3.99.13.99.1Scott Murray1-17/+48
A radio binding has been added in the new binding directory, and the application has been reworked to use it. The binding uses a modified version of the rtl_fm code used in the qtmultimedia radio plugin that was previously used, and some new code has been added to output to PulseAudio using the asynchronous API to ensure compatibility with stream corking. The rtl_fm code has been enhanced to add seeking support, and the application has been tweaked to use it. Bug-AGL: SPEC-581 Change-Id: I011e98374accc2cad2b36c93ac800948ee51f2aa Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-03-01Import latest Chinook code from CES2017 repoScott Murray1-0/+230
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196 Signed-off-by: Scott Murray <scott.murray@konsulko.com>