summaryrefslogtreecommitdiffstats
path: root/app/Radio.qml
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Fix layout issuesneedlefish_13.93.0needlefish/13.93.013.93.0Scott Murray1-4/+8
Fixes: - Tweak the top image anchoring and scaling so it is not covered by the control bar. - Tweak some item preferred heights to match the layout of the mediaplayer, and unify the control bar position in the two apps at a position closer to mid-screen. Bug-AGL: SPEC-4444 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4ed6e75ea5fccfda9482eec631779cb303e47a60 (cherry picked from commit 06e706215977c1c314a9316e5b853ec6fb54e304)
2020-06-24Radio.qml: Use the windows width and heightjellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.39.99.29.99.1Marius Vlad1-2/+2
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic24401e6220b74f44a2165d82d802c3fb203554e
2020-06-24Remove windowmanager dependsMarius Vlad1-3/+6
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I0530e4a89a24cb1cf730dde4e25675d2d4a01f7a
2019-12-29Remove icons from presets listicefish_8.99.5icefish/8.99.58.99.5Scott Murray1-3/+0
The icons in the presets list do not serve any function, rather than update them to switch to the new "radio waves" icon like the launcher, just remove them. This provides visual consistency with the switch to using the microphone icon only for voice input related things. Bug-AGL: SPEC-2981 Change-Id: Ia785fa897feade411fe8a7042ffcfa6a129a36dd Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-12-11Switch to using libqtappfwicefish_8.99.4icefish_8.99.3icefish/8.99.4icefish/8.99.38.99.48.99.3Scott Murray1-40/+64
Pull in the libqtappfw library to use its radio binding support, in order to have playback state in the UI reflect the binding state (e.g. handle the radio binding tuning being changed via steering wheel events). Bug-AGL: SPEC-3041 Change-Id: Icb6729029d39d9da0ef62dfe6c598d6ffcef43cd Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-08-02Improve output of multiple screen resolutionTadao Tanikawa1-1/+12
To improve output on various monitor with various resolution, use scale_factor from WM to fit various screen resolution. Bug-AGL: SPEC-1568, SPEC-1569, SPEC-1611 Change-Id: I7532f5df390d380e8dac00519af0943b342ad31c Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.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>