[mythtv-firehose] mythtv branch master updated by stuartm. v0.27-beta-74-gbf6fc7c

Git Repo Owner noreply at mythtv.org
Sun Aug 25 22:25:32 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  bf6fc7cd39af46030de7542032f1e4cae55a3533 (commit)
       via  e16cd22b22b31e4ac87cd1d92c9f241bd0357f30 (commit)
       via  f1164995351440c4d7ff6b869534b13de6f710fd (commit)
       via  626a45a4cd5b7653191dc40a06530a5a522365fc (commit)
      from  ee5b17c5b649dda29a39d28bfdf54471752df640 (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 bf6fc7cd39af46030de7542032f1e4cae55a3533
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:52:00 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 23:20:41 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bf6fc7cd39af46030de7542032f1e4cae55a3533

Save Language and Country settings as global settings and not per-host settings. These were never meant to be host-based settings. This could have resulted in applications running without the correct language/country preferences on backends and slaves because changes to the settings wouldn't have been propagated to those systems.
N.B. This doesn't fix existing systems. There will be a
followup commit to do this. In the meantime, running mythfrontend
--reset on all machines would remove the old per-host settings.



commit e16cd22b22b31e4ac87cd1d92c9f241bd0357f30
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:48:24 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:48:24 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e16cd22b22b31e4ac87cd1d92c9f241bd0357f30

Use ClearSetting() instead of SaveSetting() with an empty value when reseting language andcountry with --reset



commit f1164995351440c4d7ff6b869534b13de6f710fd
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:08:25 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:08:25 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f1164995351440c4d7ff6b869534b13de6f710fd

Change wording of a log message, it's there purely for the benefit of users not developers so word it accordingly



commit 626a45a4cd5b7653191dc40a06530a5a522365fc
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:01:26 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 25 Aug 2013 22:06:05 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=626a45a4cd5b7653191dc40a06530a5a522365fc

Provide feedback to the user when --reset is used otherwise it's not apparent that anything happened.



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

Summary of changes:
 mythtv/libs/libmyth/langsettings.cpp            |    4 ++--
 mythtv/libs/libmythbase/mythtranslation.cpp     |    2 +-
 mythtv/locales/da_dk.xml                        |    4 ++--
 mythtv/locales/de_de.xml                        |    4 ++--
 mythtv/locales/en_ca.xml                        |    4 ++--
 mythtv/locales/en_gb.xml                        |    4 ++--
 mythtv/locales/en_us.xml                        |    4 ++--
 mythtv/locales/es_es.xml                        |    4 ++--
 mythtv/locales/et_ee.xml                        |    4 ++--
 mythtv/locales/fr_ca.xml                        |    4 ++--
 mythtv/locales/fr_fr.xml                        |    4 ++--
 mythtv/locales/nb_no.xml                        |    4 ++--
 mythtv/locales/nl_nl.xml                        |    4 ++--
 mythtv/locales/ru_ru.xml                        |    4 ++--
 mythtv/locales/zh_hk.xml                        |    4 ++--
 mythtv/locales/zh_tw.xml                        |    4 ++--
 mythtv/programs/mythfrontend/globalsettings.cpp |    4 ++--
 mythtv/programs/mythfrontend/main.cpp           |   12 +++++++++---
 18 files changed, 42 insertions(+), 36 deletions(-)

-- 



More information about the mythtv-firehose mailing list