
noreply at mythtv
May 5, 2012, 3:42 AM
Post #1 of 1
(33 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-190-g832a3fa
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via 832a3fa71ab9f9ee59f36e03ed7d0503b5718af9 (commit) via cecc96daba5e4b80d279b6f097f135563c4ae32f (commit) from 568e161f39a33cde70ba1a74081ab46d28006a2c (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 832a3fa71ab9f9ee59f36e03ed7d0503b5718af9 Author: Stuart Morgan <smorgan [at] mythtv> at Sat, 5 May 2012 11:41:13 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Sat, 5 May 2012 11:41:13 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=832a3fa71ab9f9ee59f36e03ed7d0503b5718af9 Fix playback of blu-ray ISOs containing UTF8 characters. Fixes #10689, #9797 commit cecc96daba5e4b80d279b6f097f135563c4ae32f Author: Stuart Morgan <smorgan [at] mythtv> at Fri, 4 May 2012 18:34:47 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Sat, 5 May 2012 05:30:11 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=cecc96daba5e4b80d279b6f097f135563c4ae32f Use QLocale::toString() instead of QString::number() or sprintf where we should honour the formatting dictated by the users locale. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmyth/programinfo.cpp | 10 ++++------ mythtv/libs/libmythtv/bdringbuffer.cpp | 10 +++++----- 2 files changed, 9 insertions(+), 11 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|