
noreply at mythtv
Jul 31, 2012, 6:05 AM
Post #1 of 1
(37 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-alpha-71-g71ca47f
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via 71ca47f81d004124d58049ae40039e5f31252fea (commit) via 2961d1ffddbc7877e8d55f60a28a66fce0328011 (commit) from 1a14842ed8bce7c37602ffb83663e57df471fca4 (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 71ca47f81d004124d58049ae40039e5f31252fea Author: Stuart Morgan <smorgan [at] mythtv> at Tue, 31 Jul 2012 13:58:03 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Tue, 31 Jul 2012 13:58:03 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=71ca47f81d004124d58049ae40039e5f31252fea Per UI guidelines remove 'Cancel' option from mythgame popup commit 2961d1ffddbc7877e8d55f60a28a66fce0328011 Author: Stuart Morgan <smorgan [at] mythtv> at Tue, 31 Jul 2012 13:54:32 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Tue, 31 Jul 2012 13:54:32 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=2961d1ffddbc7877e8d55f60a28a66fce0328011 It's redundant to wrap tr() in QString() since it returns a QString() ----------------------------------------------------------------------- Summary of changes: .../mythgallery/mythgallery/galleryfilterdlg.cpp | 36 ++++++++++---------- mythplugins/mythgallery/mythgallery/iconview.cpp | 2 +- mythplugins/mythgallery/mythgallery/thumbview.cpp | 8 ++-- mythplugins/mythgame/mythgame/gameui.cpp | 6 +-- mythplugins/mythmusic/mythmusic/musiccommon.cpp | 8 ++-- .../mythmusic/mythmusic/playlisteditorview.cpp | 5 +-- mythplugins/mythmusic/mythmusic/smartplaylist.cpp | 5 +-- .../mythnetvision/mythnetvision/nettree.cpp | 8 ++-- mythtv/libs/libmyth/mythdialogs.cpp | 7 ++-- .../libs/libmythtv/channelscan/channelscanner.cpp | 4 +- mythtv/libs/libmythtv/commbreakmap.cpp | 4 +- mythtv/libs/libmythtv/jobqueue.cpp | 15 ++++---- mythtv/libs/libmythtv/mythplayer.cpp | 8 ++-- mythtv/libs/libmythtv/profilegroup.cpp | 2 +- mythtv/libs/libmythtv/recordingprofile.cpp | 4 +- mythtv/libs/libmythtv/tv_play.cpp | 18 +++++----- mythtv/programs/mythfilldatabase/filldata.cpp | 4 +- mythtv/programs/mythfrontend/editvideometadata.cpp | 2 +- mythtv/programs/mythfrontend/progdetails.cpp | 2 +- .../programs/mythfrontend/programrecpriority.cpp | 4 +- mythtv/programs/mythfrontend/statusbox.cpp | 8 ++-- mythtv/programs/mythfrontend/videodlg.cpp | 6 ++-- mythtv/programs/mythfrontend/videofilter.cpp | 3 +- mythtv/programs/mythfrontend/viewscheduled.cpp | 7 ++-- mythtv/programs/mythtranscode/main.cpp | 4 +- mythtv/programs/mythtv-setup/importicons.cpp | 8 ++-- 26 files changed, 90 insertions(+), 98 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|