[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1606-ge85a105

Git Repo Owner noreply at mythtv.org
Thu Jun 27 16:48:40 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  e85a1052805c642da194889603e010e27cb2b712 (commit)
       via  b39e85f0f722511376fd6eca347978e43a8dd475 (commit)
       via  a08591c4a27a5003d6d7c7345b1f672789b75949 (commit)
       via  1240bbeaf4d20354b0beec6dd1d77c755f11ff5c (commit)
      from  9abc5db3e9bd38f83c38fc9b4fe1f591ee616861 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e85a1052805c642da194889603e010e27cb2b712
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 28 Jun 2013 02:48:08 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 28 Jun 2013 02:48:08 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e85a1052805c642da194889603e010e27cb2b712

Use new progress bar in MythUINotificationCenter to display duration and position of song currently playing



commit b39e85f0f722511376fd6eca347978e43a8dd475
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 28 Jun 2013 02:45:40 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 28 Jun 2013 02:45:40 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b39e85f0f722511376fd6eca347978e43a8dd475

Implement progress bar in UIMythNotificationScreen
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



commit a08591c4a27a5003d6d7c7345b1f672789b75949
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 21:03:53 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 21:03:53 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a08591c4a27a5003d6d7c7345b1f672789b75949

Handle PNG coverarts
Make it so that we should handle more type should they ever be sent by iTunes



commit 1240bbeaf4d20354b0beec6dd1d77c755f11ff5c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 19:46:13 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 19:46:13 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1240bbeaf4d20354b0beec6dd1d77c755f11ff5c

Delete MythUINotificationCenter when quitting applications.
Also add some safeguard, just in case some messages are received while we're currently deleting the notification center



-----------------------------------------------------------------------

Summary of changes:
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |   65 +++--
 mythtv/libs/libmythtv/AirPlay/mythraopconnection.h |    2 +-
 mythtv/libs/libmythui/mythmainwindow.cpp           |    7 +-
 mythtv/libs/libmythui/mythnotification.h           |   96 +++++-
 mythtv/libs/libmythui/mythuinotificationcenter.cpp |  306 +++++++++++++++++---
 mythtv/libs/libmythui/mythuinotificationcenter.h   |    1 +
 6 files changed, 394 insertions(+), 83 deletions(-)

-- 



More information about the mythtv-commits mailing list