[mythtv-firehose] mythtv branch master updated by jyavenard. v0.27-pre2-1926-gc540ab7

Git Repo Owner noreply at mythtv.org
Thu Jul 18 08:59:33 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  c540ab749ee9c9c7e929ad7ebf37d14a0fab5926 (commit)
       via  900a9a0ab1dc8f0afb2b6cfc9c21b45b92aa72f3 (commit)
       via  65943044155939367e6016819e494cff0d7f3c0d (commit)
       via  fc6ec7906e8be0d9c609d3b85679fc1efcc7f766 (commit)
       via  e4f6e69b28f00e0eedf9e053e617e86ffc867764 (commit)
       via  6a945110b3f65f63e6809919f0f39405583d4aff (commit)
      from  6bf24e7c19386555033d8deca8622bd7e3ba0dbe (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 c540ab749ee9c9c7e929ad7ebf37d14a0fab5926
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:57:06 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:59:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c540ab749ee9c9c7e929ad7ebf37d14a0fab5926

Fix trailing whitspaces



commit 900a9a0ab1dc8f0afb2b6cfc9c21b45b92aa72f3
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:56:10 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:59:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=900a9a0ab1dc8f0afb2b6cfc9c21b45b92aa72f3

Add SendNotification to Myth and Frontend service API



commit 65943044155939367e6016819e494cff0d7f3c0d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:53:07 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:59:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=65943044155939367e6016819e494cff0d7f3c0d

Add error and visibility option to mythutil



commit fc6ec7906e8be0d9c609d3b85679fc1efcc7f766
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:46:23 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:59:25 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fc6ec7906e8be0d9c609d3b85679fc1efcc7f766

Add support for "error" type notification and add visibility field
Uses new extended ShowNotification method



commit e4f6e69b28f00e0eedf9e053e617e86ffc867764
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:12:16 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:59:25 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e4f6e69b28f00e0eedf9e053e617e86ffc867764

Extend ShowNotification utility method
Will be used by ServiceAPI



commit 6a945110b3f65f63e6809919f0f39405583d4aff
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 13:51:20 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 18 Jul 2013 18:59:25 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6a945110b3f65f63e6809919f0f39405583d4aff

Fix mac universal build
For weird reasons, having -Werror=missing-prototypes break zeromq build in universal mode (it links in 64 bits while building in 32 bits)



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

Summary of changes:
 mythtv/configure                                   |    7 +-
 .../services/frontendServices.h                    |   13 +++
 .../services/mythServices.h                        |   15 +++
 mythtv/libs/libmythui/mythudplistener.cpp          |   43 ++-------
 mythtv/libs/libmythui/mythuinotificationcenter.cpp |   94 +++++++++++++++---
 mythtv/libs/libmythui/mythuinotificationcenter.h   |   14 +++
 mythtv/programs/mythbackend/services/myth.cpp      |  101 +++++++++++++++++---
 mythtv/programs/mythbackend/services/myth.h        |   41 ++++++---
 mythtv/programs/mythfrontend/services/frontend.cpp |   27 +++++
 mythtv/programs/mythfrontend/services/frontend.h   |   12 +++
 mythtv/programs/mythutil/commandlineparser.cpp     |    4 +
 mythtv/programs/mythutil/messageutils.cpp          |   14 +++-
 12 files changed, 305 insertions(+), 80 deletions(-)

-- 



More information about the mythtv-firehose mailing list