[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1655-gcd1bd41

Git Repo Owner noreply at mythtv.org
Tue Jul 2 07:19:31 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  cd1bd41618cff201ec55e77747a91992d1691925 (commit)
       via  79b57780746ced1b870dc1c1c78c7f1d61f42a28 (commit)
       via  5316e59f81414c6830143befa4da20f09644483a (commit)
       via  98c828bb807245777f862f3311a8d432c8a3595c (commit)
       via  4e64fb678be388aac884aed8ead3cb0cefa05b68 (commit)
      from  3f377abe6a50d41a8572923e9be5711c3880ff2a (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 cd1bd41618cff201ec55e77747a91992d1691925
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:08:18 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:19:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cd1bd41618cff201ec55e77747a91992d1691925

Add support to send user notification using mythutil
Additionally, make help a tad more intuitive for sending UserEvent (detail message_text and timeout value)



commit 79b57780746ced1b870dc1c1c78c7f1d61f42a28
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:00:08 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:19:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=79b57780746ced1b870dc1c1c78c7f1d61f42a28

Add ability to send notifications via frontend telnet interface



commit 5316e59f81414c6830143befa4da20f09644483a
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 16:58:32 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:19:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5316e59f81414c6830143befa4da20f09644483a

Add support to send user notification via the UDP listener interface



commit 98c828bb807245777f862f3311a8d432c8a3595c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 15:37:52 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:19:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=98c828bb807245777f862f3311a8d432c8a3595c

Add methods to CommandLineParser and CommandLineArg



commit 4e64fb678be388aac884aed8ead3cb0cefa05b68
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 12:30:45 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 2 Jul 2013 17:19:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4e64fb678be388aac884aed8ead3cb0cefa05b68

Delete timers in the thread they were created.
heartbeatTimer was deleted properly, but not initialTimer.
This cause ASSERT-type crash when using Qt compiled in debug mode (and would have misbehaved regardless)



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

Summary of changes:
 mythtv/libs/libmythbase/logging.cpp             |   19 ++++--------
 mythtv/libs/libmythbase/mythcommandlineparser.h |    2 +
 mythtv/libs/libmythui/mythudplistener.cpp       |   35 +++++++++++++++++------
 mythtv/programs/mythfrontend/networkcontrol.cpp |   21 +++++++++++++
 mythtv/programs/mythfrontend/networkcontrol.h   |    1 +
 mythtv/programs/mythutil/commandlineparser.cpp  |   20 +++++++++++--
 mythtv/programs/mythutil/messageutils.cpp       |   30 +++++++++++++++++--
 7 files changed, 101 insertions(+), 27 deletions(-)

-- 



More information about the mythtv-commits mailing list