[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1664-g84f308d

Git Repo Owner noreply at mythtv.org
Wed Jul 3 05:20:35 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  84f308dc5575197e05d9521e8b814d7514b94608 (commit)
       via  a5ca5c10296a28b4aa6dd2d3b895ca2013150bf2 (commit)
       via  3e7cdf76161ad76b38c54b953f3e5ac69607eb3e (commit)
       via  1ef05b87433476a0fd20f0d1291ec0104cf9868c (commit)
       via  beb6b1f3534717f8216d31ae6269c66c04dd6ea0 (commit)
      from  c11e856d00fdead6057d7a71eba8c6b1aa2c1b84 (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 84f308dc5575197e05d9521e8b814d7514b94608
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:19:55 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:19:55 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=84f308dc5575197e05d9521e8b814d7514b94608

Add support for AirPlay photo-streaming.
This uses the new full screen notification.

Reduce verbosity in notification, AirPlay establishes 3 TCP connections before anything happen, that would produce a lot of unnecessary notification, so now only display them when a connection has been fully established.



commit a5ca5c10296a28b4aa6dd2d3b895ca2013150bf2
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:16:08 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:16:08 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a5ca5c10296a28b4aa6dd2d3b895ca2013150bf2

Update RAOP notification to cater for new Notification Center behaviour.
The "New" notification type define how the notification will appear on screen, it can't be changed once open. So we must always send a MythMediaNotification as our first notification.



commit 3e7cdf76161ad76b38c54b953f3e5ac69607eb3e
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:13:44 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:13:44 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3e7cdf76161ad76b38c54b953f3e5ac69607eb3e

Use new notification theme and add full-screen notification support



commit 1ef05b87433476a0fd20f0d1291ec0104cf9868c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:09:56 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:09:56 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1ef05b87433476a0fd20f0d1291ec0104cf9868c

Add discrete notification themes.
This defines 3 themes:
-notification
-notification-image
-notification-full

Use three distinct themes as it's easier to define than using statetype widget



commit beb6b1f3534717f8216d31ae6269c66c04dd6ea0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:07:42 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 15:07:42 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=beb6b1f3534717f8216d31ae6269c66c04dd6ea0

Fix typo in member name. Forgot FullScreen getter



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

Summary of changes:
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |   43 +++++-
 mythtv/libs/libmythtv/AirPlay/mythairplayserver.h  |    3 +
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |    6 +-
 mythtv/libs/libmythtv/AirPlay/mythraopconnection.h |    1 +
 mythtv/libs/libmythui/mythnotification.h           |    3 +-
 mythtv/libs/libmythui/mythuinotificationcenter.cpp |  135 ++++++++---------
 .../libmythui/mythuinotificationcenter_private.h   |    5 +-
 mythtv/themes/default/notification-ui.xml          |  156 ++++++++++++++++++++
 8 files changed, 267 insertions(+), 85 deletions(-)
 create mode 100644 mythtv/themes/default/notification-ui.xml

-- 



More information about the mythtv-commits mailing list