[mythtv-firehose] mythtv branch master updated by dekarl. v0.28-pre-3092-gbb6fe50

Git Repo Owner noreply at mythtv.org
Sat Oct 3 10:54:44 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  bb6fe50f70e47b836bcc9752af32996fd114a15e (commit)
      from  8894d687297439a36abc759354786e5915325110 (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 bb6fe50f70e47b836bcc9752af32996fd114a15e
Author:    Karl Dietz <dekarl at mythtv.org> at Sat, 3 Oct 2015 12:48:34 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Sat, 3 Oct 2015 12:53:36 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bb6fe50f70e47b836bcc9752af32996fd114a15e

Fiddle with the theme template regular expression for #12003
It appears that \w worked for a long time. But does not match #
so it was changed to \S which matches everything but white space.

Now try with \w and explicit #.

The regexp is tested with online tools.
(I couldn't get QRegExp-Editor to build and refactoring to suit unit
tests didn't look easy)

I'll pull it into fixes/0.27 once I hear success reports.

Refs #12003



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

Summary of changes:
 mythtv/libs/libmythui/mythuibuttonlist.cpp |    2 +-
 mythtv/libs/libmythui/mythuitext.cpp       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-firehose mailing list