[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1602-g9abc5db

Git Repo Owner noreply at mythtv.org
Thu Jun 27 07:13:07 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  9abc5db3e9bd38f83c38fc9b4fe1f591ee616861 (commit)
       via  d33d8cd24a10649dc71fae5db700a87086bf0a7b (commit)
       via  f67e50257ecc5c2648507bcdc29eff0c0daa53c1 (commit)
       via  62a1546a51539a7e2a0f686838dba6b3f1371357 (commit)
      from  c57729d003dbc897cfeff477731e4b1c49fc0a4d (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 9abc5db3e9bd38f83c38fc9b4fe1f591ee616861
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 17:11:25 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 17:11:25 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9abc5db3e9bd38f83c38fc9b4fe1f591ee616861

Make AirTunes (RAOP) server use new MythUINotificationCenter
Will display artwork and song being played information (artist, album name, title and file format)



commit d33d8cd24a10649dc71fae5db700a87086bf0a7b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 17:09:29 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 17:09:29 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d33d8cd24a10649dc71fae5db700a87086bf0a7b

Add MythUINotificationCenter
Preliminary Notification Center manager. Will allow for an application to send informative message that will be queued and displayed to the screen in a permanent or temporary fashion.

For the time being, only handle a permanent position and uses the music miniplayer theme for ease.
First client will be the AirTunes (AirPlay) server that will display artwork and information about the song being played



commit f67e50257ecc5c2648507bcdc29eff0c0daa53c1
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 16:56:23 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 16:56:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f67e50257ecc5c2648507bcdc29eff0c0daa53c1

Don't return early when deleting a client
Done so the log contains more information



commit 62a1546a51539a7e2a0f686838dba6b3f1371357
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 24 Jun 2013 23:09:25 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Jun 2013 11:53:38 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=62a1546a51539a7e2a0f686838dba6b3f1371357

Remove Coverity warnings...
Those returned values do not need to be checked.



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

Summary of changes:
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |   33 ++-
 mythtv/libs/libmythtv/AirPlay/mythraopconnection.h |   10 +-
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |    2 +-
 mythtv/libs/libmythtv/recorders/audioinputalsa.cpp |    6 +-
 mythtv/libs/libmythui/libmythui.pro                |    4 +-
 mythtv/libs/libmythui/mythmainwindow.cpp           |    8 +
 mythtv/libs/libmythui/mythnotification.cpp         |   21 +
 mythtv/libs/libmythui/mythnotification.h           |  184 +++++++++
 mythtv/libs/libmythui/mythuinotificationcenter.cpp |  434 ++++++++++++++++++++
 mythtv/libs/libmythui/mythuinotificationcenter.h   |   95 +++++
 10 files changed, 788 insertions(+), 9 deletions(-)
 create mode 100644 mythtv/libs/libmythui/mythnotification.cpp
 create mode 100644 mythtv/libs/libmythui/mythnotification.h
 create mode 100644 mythtv/libs/libmythui/mythuinotificationcenter.cpp
 create mode 100644 mythtv/libs/libmythui/mythuinotificationcenter.h

-- 



More information about the mythtv-commits mailing list