[mythtv-firehose] mythtv branch fixes/0.28 updated by gigem. v0.28-43-g04650e0

Git Repo Owner noreply at mythtv.org
Wed Jul 13 14:45:26 UTC 2016


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user gigem.
       via  04650e04a9ac8b549ec14fde2bee325cec5f8d78 (commit)
      from  63477ef1192dfab2a53e2988f3717668892d309a (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 04650e04a9ac8b549ec14fde2bee325cec5f8d78
Author:    David Engel <dengel at mythtv.org> at Mon, 11 Jul 2016 21:12:48 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 13 Jul 2016 09:45:09 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=04650e04a9ac8b549ec14fde2bee325cec5f8d78

Work around a suspected Qt bug affecting some settings.
There is a suspected bug in some versions of Qt, notably in version
5.6.1 in Debian, where calling QVariant::toString() returns garbage if
the MySQL type is TINYINT.  Because MythTV does this for all settings,
it is possible for a setting to lose its previous value when a
settings dialog is entered.  The work around is to have MySQL cast the
value to a string type before it gets to MythTV.  Thanks to Karl Dietz
for suggesting this fix.

(cherry picked from commit b113943461bb26dd411bfe625082fab44b1390ed)



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

Summary of changes:
 mythtv/libs/libmythbase/mythstorage.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-firehose mailing list