
noreply at mythtv
May 7, 2012, 6:11 PM
Post #1 of 1
(61 views)
Permalink
|
|
mythtv branch fixes/0.25 updated by beirdo. v0.25-82-g7fbcfb4
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user beirdo. via 7fbcfb4b862069d9caa2c61c811b8602327f6552 (commit) via 9e59131ec6d352a6fdafc810b004765ba43588a7 (commit) from b9e60ffc62112dd5fb582742b6eb88c4b0f4cdbd (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 7fbcfb4b862069d9caa2c61c811b8602327f6552 Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 7 May 2012 18:09:21 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 7 May 2012 18:11:04 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=7fbcfb4b862069d9caa2c61c811b8602327f6552 Log the Qt version on startup (cherry picked from commit 3f6ae11d93577e7ea6ed0b7535ed31834a8837b5) commit 9e59131ec6d352a6fdafc810b004765ba43588a7 Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 30 Apr 2012 09:43:07 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 7 May 2012 18:10:46 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=9e59131ec6d352a6fdafc810b004765ba43588a7 Add more debug logs in the DataDirect and MythDLMgr code Refs #10662 Turns out the problem we are seeing is a known bug in Qt 4.7.1 that is fixed in 4.7.2 (and wasn't there before 4.7.1). In particular, if your Schedules Direct username is an email address, Qt4.7.1 stupidly puts the username as the part before the @ and the realm as the portion after the @, even though the realm was already provided. SO, if you have a Schedules Direct username that is an email address, either upgrade to 4.7.2 (or higher), or downgrade to 4.7.0 (or lower). (cherry picked from commit e778f23d0eeabf99be23121cebc190191aa7041f) ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythbase/mythcommandlineparser.cpp | 2 ++ mythtv/libs/libmythbase/mythdownloadmanager.cpp | 13 +++++++++++++ mythtv/libs/libmythtv/datadirect.cpp | 1 + 3 files changed, 16 insertions(+), 0 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|