Mailing List Archive

mythtv branch master updated by dhampton. v30-Pre-200-gd2c84b5
The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
via d2c84b5894dfcf3319f0a14d677f52ce342df624 (commit)
via 52d79bef19e75faa3e5d2ca472a302f797aa7c9d (commit)
from 664674845d5214a907c8e0b51d8db1ef7d8f86a6 (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 d2c84b5894dfcf3319f0a14d677f52ce342df624
Author: David Hampton <mythtv@love2code.net> at Tue, 10 Oct 2017 18:53:54 -0400
Committer: David Hampton <mythtv@love2code.net> at Tue, 10 Oct 2017 19:03:52 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=d2c84b5894dfcf3319f0a14d677f52ce342df624

Parse subclass specific tags before calling base class parser.
Modify the code to parse the subclass tags first, and only call the
base class parser on unrecognized tags. This prevents the base class
parser from complaining about all subclass tags. Moving the call to
the base function exposes the problem that both the base class and the
subclass are coded to match the "font" tag. Remove the subclass match
as the parser in the base class is the correct parser for that tag
(and the subclass match has never happened since the base class always
returns true for the "font" tag preventing the subclass match.)



commit 52d79bef19e75faa3e5d2ca472a302f797aa7c9d
Author: David Hampton <mythtv@love2code.net> at Mon, 9 Oct 2017 23:55:29 -0400
Committer: David Hampton <mythtv@love2code.net> at Tue, 10 Oct 2017 19:03:52 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=52d79bef19e75faa3e5d2ca472a302f797aa7c9d

Re-enable warning messages from MythUIType::ParseElement.
Also change the wording of the message to match that used in
xmlparsebase.cpp.



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

Summary of changes:
mythtv/libs/libmythui/mythuitype.cpp | 4 ++--
mythtv/libs/libmythui/xmlparsebase.cpp | 18 ++++++------------
2 files changed, 8 insertions(+), 14 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose