Implement progress bar in UIMythNotificationScreen

Multimedia / MythTV - Jean-Yves Avenard [mythtv.org] - 27 June 2013 11:45 UTC

Create new MythNotification: Playback that contains playback progress and Media that includes an image and playback progress. Only display UI elements that are actually in use.

Redefine MythNotification::Update type: only fields changed are actually refreshed; this prevent redrawing all fields all the time

b39e85f Implement progress bar in UIMythNotificationScreen
mythtv/libs/libmythui/mythnotification.h | 96 ++++++--
mythtv/libs/libmythui/mythuinotificationcenter.cpp | 231 +++++++++++++++++---
2 files changed, 281 insertions(+), 46 deletions(-)

Upstream: github.com


  • Share