[mythtv-firehose] mythtv branch master updated by jyavenard. v0.27-alpha-2-g8e0b6ae

Git Repo Owner noreply at mythtv.org
Thu Jul 25 00:28:21 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  8e0b6ae0baabcc73c0d00fd94820a02ae91e3ec3 (commit)
       via  4a616c74b70eedb4dba22cf268d4b582b79ebe01 (commit)
      from  22d6d983c6b31ea0483ad0e46fd6bc7d2bbf20a6 (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 8e0b6ae0baabcc73c0d00fd94820a02ae91e3ec3
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 25 Jul 2013 10:24:19 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 25 Jul 2013 10:27:29 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8e0b6ae0baabcc73c0d00fd94820a02ae91e3ec3

Make mythnotificationcenter.h included in mythmainwindow.h
Make consistent use of GetNotificationCenter() across the board as this is the official way of getting the Notification Center instance. This allows to remove the need to include mythnotificationcenter.h in most cases.
Way too many includes already...



commit 4a616c74b70eedb4dba22cf268d4b582b79ebe01
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 25 Jul 2013 09:52:35 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 25 Jul 2013 10:27:29 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4a616c74b70eedb4dba22cf268d4b582b79ebe01

Rename MythUINotificationCenter into MythNotificationCenter
This is to make naming consisten with other myth libraries, and using MythUI prefix only for MythUI widgets.
Make distclean required



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

Summary of changes:
 mythtv/libs/libmyth/mythcontext.cpp                |    1 -
 mythtv/libs/libmyth/mythmediamonitor.cpp           |    1 -
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |   18 +-
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |    8 +-
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |    6 +-
 mythtv/libs/libmythtv/audioplayer.cpp              |    1 -
 mythtv/libs/libmythtv/osd.cpp                      |   13 +-
 mythtv/libs/libmythtv/tv_play.cpp                  |    1 -
 mythtv/libs/libmythui/libmythui.pro                |    6 +-
 mythtv/libs/libmythui/mythmainwindow.cpp           |   14 +-
 mythtv/libs/libmythui/mythmainwindow.h             |    6 +-
 mythtv/libs/libmythui/mythnotification.h           |    4 +-
 ...cationcenter.cpp => mythnotificationcenter.cpp} |  172 ++++++++++----------
 ...tificationcenter.h => mythnotificationcenter.h} |   24 ++--
 ..._private.h => mythnotificationcenter_private.h} |   50 +++---
 mythtv/libs/libmythui/mythudplistener.cpp          |    1 -
 mythtv/programs/mythfrontend/main.cpp              |    1 -
 mythtv/programs/mythfrontend/networkcontrol.cpp    |    3 +-
 mythtv/programs/mythfrontend/playbackbox.cpp       |    1 -
 mythtv/programs/mythfrontend/services/frontend.cpp |    1 -
 20 files changed, 160 insertions(+), 172 deletions(-)
 rename mythtv/libs/libmythui/{mythuinotificationcenter.cpp => mythnotificationcenter.cpp} (87%)
 rename mythtv/libs/libmythui/{mythuinotificationcenter.h => mythnotificationcenter.h} (88%)
 rename mythtv/libs/libmythui/{mythuinotificationcenter_private.h => mythnotificationcenter_private.h} (82%)

-- 



More information about the mythtv-firehose mailing list