[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1976-g7595f00

Git Repo Owner noreply at mythtv.org
Sat Jul 20 14:08:39 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  7595f0034a7f4d400a9463fd499934d55a1ab3ea (commit)
       via  a13f1217871ab3d7c29ef63e8484eb6179e55f7d (commit)
       via  d4519a645ac3b4e6183d2adb5188bd5c9f7a8f9d (commit)
       via  f4b62ccca8eb088915f900fd75eabec9449b0ca0 (commit)
       via  5e17facc17649ee2cfc1c9712819b24392ec1978 (commit)
       via  0767ea05d6f4f84d0d0516dfae807bf81acf1ab4 (commit)
      from  e07a7e3ae72c37224e77fea3aa6057e7917a0b5b (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 7595f0034a7f4d400a9463fd499934d55a1ab3ea
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 21 Jul 2013 00:07:28 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 21 Jul 2013 00:07:28 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7595f0034a7f4d400a9463fd499934d55a1ab3ea

When dropping manually a notification by pressing ESC, remove the "first" one
The first one displayed being either the first notification on the stack, or the last full screen one



commit a13f1217871ab3d7c29ef63e8484eb6179e55f7d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 23:33:37 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 23:33:37 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a13f1217871ab3d7c29ef63e8484eb6179e55f7d

Set HTTP Proxy in mythtv-setup and mythavtest
this prevented those applications to work behind a proxy, and mythtv-setup couldn't retrieve the channel list

Fixes #11695



commit d4519a645ac3b4e6183d2adb5188bd5c9f7a8f9d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 23:32:00 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 23:32:00 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d4519a645ac3b4e6183d2adb5188bd5c9f7a8f9d

Don't show airplay connection status during playback.
it quickly gets annoying, especially as any iTunes running like to connect and disconnect to check on the capabilities of the airplay server



commit f4b62ccca8eb088915f900fd75eabec9449b0ca0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 21:37:50 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 21:37:50 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f4b62ccca8eb088915f900fd75eabec9449b0ca0

Add support in default theme for Check and Warning notification.



commit 5e17facc17649ee2cfc1c9712819b24392ec1978
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 21:31:17 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 21:31:17 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5e17facc17649ee2cfc1c9712819b24392ec1978

Display backend is online message as a Check notification.
It's not an error, and should be displayed as such



commit 0767ea05d6f4f84d0d0516dfae807bf81acf1ab4
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 21:29:18 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 20 Jul 2013 21:29:18 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0767ea05d6f4f84d0d0516dfae807bf81acf1ab4

Add Warning and Check notification type
Similar to an error one, but used to display a Warning or Check (OK) image instead
Add supports for them in UDP interface, service API and mythutil



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

Summary of changes:
 mythtv/libs/libmyth/mythcontext.cpp                |    2 +-
 .../services/frontendServices.h                    |    1 +
 .../services/mythServices.h                        |    1 +
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |    4 +
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |    4 +
 mythtv/libs/libmythui/mythnotification.cpp         |   24 +++
 mythtv/libs/libmythui/mythnotification.h           |   49 +++++--
 mythtv/libs/libmythui/mythudplistener.cpp          |    8 +-
 mythtv/libs/libmythui/mythuinotificationcenter.cpp |  172 +++++++++++++++-----
 mythtv/libs/libmythui/mythuinotificationcenter.h   |   14 ++
 .../libmythui/mythuinotificationcenter_private.h   |    5 +-
 mythtv/programs/mythavtest/main.cpp                |    2 +
 mythtv/programs/mythbackend/services/myth.cpp      |    3 +-
 mythtv/programs/mythbackend/services/myth.h        |    1 +
 mythtv/programs/mythfrontend/services/frontend.cpp |    5 +-
 mythtv/programs/mythfrontend/services/frontend.h   |    1 +
 mythtv/programs/mythtv-setup/main.cpp              |    3 +
 mythtv/programs/mythutil/commandlineparser.cpp     |    2 +
 mythtv/programs/mythutil/messageutils.cpp          |    5 +
 mythtv/themes/default/check.png                    |  Bin 0 -> 26380 bytes
 mythtv/themes/default/notification-ui.xml          |   36 ++++-
 mythtv/themes/default/warning.png                  |  Bin 0 -> 13616 bytes
 22 files changed, 287 insertions(+), 55 deletions(-)
 create mode 100644 mythtv/themes/default/check.png
 create mode 100644 mythtv/themes/default/warning.png

-- 



More information about the mythtv-commits mailing list