[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-alpha-178-g382bca5

Git Repo Owner noreply at mythtv.org
Wed Aug 14 10:02:19 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  382bca5f1a6ada128cd25bd62dcb5ab905d062b4 (commit)
       via  27cd3e27b025bc996d63106284193754b859d9b9 (commit)
       via  e04aba490a52172db5ce93603b03a908407dd829 (commit)
       via  c9e8dcc20c9290467dd4272aefb906b561cfc489 (commit)
      from  8b542e208d6a11c9d5d43a32a07ca8b82e9f2185 (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 382bca5f1a6ada128cd25bd62dcb5ab905d062b4
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 18:44:05 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 18:44:05 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=382bca5f1a6ada128cd25bd62dcb5ab905d062b4

Use notifications to display the metadata search in mythvideo
The notification can be dismissed allowing to use the frontend while the search is occurring. Failure to retrieve the data will be shown instead of just being dismissed silently.
While a search is in progress, editing the metadata for that particular video is disabled.

Fixes #11747



commit 27cd3e27b025bc996d63106284193754b859d9b9
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 17:52:05 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 17:52:05 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=27cd3e27b025bc996d63106284193754b859d9b9

Add "busy" state support to default themes



commit e04aba490a52172db5ce93603b03a908407dd829
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 17:43:00 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 17:43:00 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e04aba490a52172db5ce93603b03a908407dd829

Add MythBusyNotification type



commit c9e8dcc20c9290467dd4272aefb906b561cfc489
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 15:42:08 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 14 Aug 2013 15:42:08 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c9e8dcc20c9290467dd4272aefb906b561cfc489

Explicitly set check notification duration to 5s



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

Summary of changes:
 mythtv/libs/libmythui/mythnotification.cpp        |    6 +
 mythtv/libs/libmythui/mythnotification.h          |   14 +++-
 mythtv/libs/libmythui/mythnotificationcenter.cpp  |   14 ++-
 mythtv/programs/mythfrontend/videodlg.cpp         |  112 +++++++++++++++------
 mythtv/programs/mythfrontend/videodlg.h           |    4 +-
 mythtv/programs/mythutil/commandlineparser.cpp    |    2 +-
 mythtv/themes/MythCenter-wide/notification-ui.xml |   17 +++
 mythtv/themes/MythCenter/notification-ui.xml      |   16 +++
 mythtv/themes/default/notification-ui.xml         |   20 ++++-
 9 files changed, 164 insertions(+), 41 deletions(-)

-- 



More information about the mythtv-commits mailing list