aboutsummaryrefslogtreecommitdiffstats
path: root/app/VolumeSlider.qml
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05volumeslider: rework of slider layoutMatt Ranostay1-8/+2
To avoid text cutoff switch to ColumnLayout instead of rows. Bug-AGL: SPEC-2711 Change-Id: I490d0e92d6ed89613d8fc7d983f869ab848e8932 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-12-19Reworked the way qml create slidersLoïc Collignon1-32/+32
Use the qml MVC to populate a ListView with components based on a template VolumeSlider. Should now handle potential disconnections, volume changes by third-party and also fix the issue where sliders are set to 0 at startup. Change-Id: I2961d5a1584a121c473ece253faa90a747c64445 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-07-10Make volume sliders works correctlyLoïc Collignon1-8/+3
Volume sliders are now binded to the High Level 4a API. Change-Id: I46c4d80a19cf2a9047a502d9faa8bec6f7bd173e Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-07-10WIP better handling for slider creationLoïc Collignon1-0/+44
The creation of sliders is now using a template instead of a string computation. Also fixed some indentation and trailing spaces issues. Change-Id: Ieb1d9f953d61fa1bac46bf1ab6904e67d09a3fa9 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>