[mythtv-firehose] mythtv branch fixes/0.25 updated by stuartm. v0.25.1-70-g60fbb3c

Git Repo Owner noreply at mythtv.org
Mon Jul 16 14:50:28 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user stuartm.
       via  60fbb3c5f87aa46419f9907e456136118be392ad (commit)
       via  2384a3cb24e2caee24de61ed59216482d4732436 (commit)
       via  07d3b870a06bb3e3e48f86e3664eb9bf6d32ab8a (commit)
       via  35744628db52480249f3230f69b64297534f9caa (commit)
      from  4f6ac2a60b668804ff33bd696c61da0f1437d7a6 (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 60fbb3c5f87aa46419f9907e456136118be392ad
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 13 Jul 2012 23:11:42 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Jul 2012 15:49:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=60fbb3c5f87aa46419f9907e456136118be392ad

Fix a segfault in mythweather when search for location
If a script returned invalid data we would segfault because no bounds
checking was performed.

While here I refactored the loops immediately around the problem to
use proper iterators for speed and simplicity.
(cherry picked from commit f5d1986f145d1992dde07561a781a94ac45f807b)



commit 2384a3cb24e2caee24de61ed59216482d4732436
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 15 Jul 2012 20:24:25 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Jul 2012 15:48:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2384a3cb24e2caee24de61ed59216482d4732436

Properly format all data items, including those from the 18hr forecast (cherry picked from commit ba127360b488d5195a1d6823a1433a266390bf3e)



commit 07d3b870a06bb3e3e48f86e3664eb9bf6d32ab8a
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 15 Jul 2012 20:37:39 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Jul 2012 15:48:19 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=07d3b870a06bb3e3e48f86e3664eb9bf6d32ab8a

If a grabber cannot return a value for a data field then allow the themer to hide it or chose what value to display instead of 'N/A' (cherry picked from commit d273cd7b27a49168bad7cba7a36ce439ade3274f)



commit 35744628db52480249f3230f69b64297534f9caa
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Jul 2012 15:37:03 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 16 Jul 2012 15:46:41 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=35744628db52480249f3230f69b64297534f9caa

Allow all weather screens to be deleted
This resolves an issue where it was impossible to delete all screens. This
was especially problematic when those screens were attached to
grabbers which no longer existed.
(cherry picked from commit 3f108e78d99970b1d408ccee1fba00e5c1e9f9fd)



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

Summary of changes:
 mythplugins/mythweather/mythweather/weather.cpp    |    3 +-
 .../mythweather/mythweather/weatherScreen.cpp      |   19 ++++++++------
 .../mythweather/mythweather/weatherSetup.cpp       |   27 +++++++++++---------
 3 files changed, 27 insertions(+), 22 deletions(-)

-- 



More information about the mythtv-firehose mailing list