[mythtv-commits] mythtv branch master updated by knightr. v0.27-alpha-56-g5b93775

Git Repo Owner noreply at mythtv.org
Thu Aug 1 04:32:04 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user knightr.
       via  5b937759356f426920db5ea23410837dd9c009db (commit)
       via  44c280815b47f654a0f13c17c82e97eddb5684bb (commit)
       via  7bcde4e6088f67b27167d8779f5b609eb95448fe (commit)
       via  9b5e603b56186880907332b8249395802ee4d8a7 (commit)
       via  b1e8265574f7a3de317c99cc0594899fa071dfb7 (commit)
       via  126b699e2efd721c132f0e436ce9e11f8403f102 (commit)
       via  c2f8d9579d632ba9f78bf14ddd51e5f5923f3898 (commit)
       via  3da0d2b958c3da7db7f17c8d0e4853cef08b2848 (commit)
      from  6c3fae68f9c7fe0d99d8d15cd0922145bde13f84 (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 5b937759356f426920db5ea23410837dd9c009db
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 12:17:20 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5b937759356f426920db5ea23410837dd9c009db

Commit the header for the previous commit...



commit 44c280815b47f654a0f13c17c82e97eddb5684bb
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 12:15:34 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=44c280815b47f654a0f13c17c82e97eddb5684bb

Miscellaneous translation fixes
Remove additionnal QObject::

Add some more common strings.

This will have to be revisit, some strings are concatenated in there...



commit 7bcde4e6088f67b27167d8779f5b609eb95448fe
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 10:49:09 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7bcde4e6088f67b27167d8779f5b609eb95448fe

Remove redundant QObject:: prefix, those classes already inherit from QObject...



commit 9b5e603b56186880907332b8249395802ee4d8a7
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 10:39:59 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9b5e603b56186880907332b8249395802ee4d8a7

Translation context changes



commit b1e8265574f7a3de317c99cc0594899fa071dfb7
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 10:30:38 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b1e8265574f7a3de317c99cc0594899fa071dfb7

Translation context changes



commit 126b699e2efd721c132f0e436ce9e11f8403f102
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 10:30:15 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=126b699e2efd721c132f0e436ce9e11f8403f102

Translation context changes



commit c2f8d9579d632ba9f78bf14ddd51e5f5923f3898
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 10:29:36 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c2f8d9579d632ba9f78bf14ddd51e5f5923f3898

Translation context changes



commit 3da0d2b958c3da7db7f17c8d0e4853cef08b2848
Author:    Nicolas Riendeau <nriendeau at mythtv.org> at Sun, 28 Jul 2013 09:55:38 -0400
Committer: Nicolas Riendeau <nriendeau at mythtv.org> at Thu, 1 Aug 2013 00:31:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3da0d2b958c3da7db7f17c8d0e4853cef08b2848

Parse additional directories for translatable strings



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

Summary of changes:
 mythplugins/mytharchive/mytharchive/mythburn.cpp   |   22 ++++----
 mythtv/i18n/translate.pro                          |   17 +++++++
 .../libs/libmythtv/recorders/dvbsignalmonitor.cpp  |   15 ++++--
 mythtv/libs/libmythtv/recorders/dvbsignalmonitor.h |    5 ++
 mythtv/libs/libmythtv/recorders/signalmonitor.cpp  |   12 ++--
 mythtv/libs/libmythtv/recorders/signalmonitor.h    |    3 +
 mythtv/libs/libmythtv/recordingrule.cpp            |   50 +++++++++++---------
 mythtv/libs/libmythtv/recordingrule.h              |    2 +
 mythtv/libs/libmythtv/signalmonitorvalue.cpp       |    7 ++-
 mythtv/libs/libmythtv/signalmonitorvalue.h         |    4 ++
 10 files changed, 90 insertions(+), 47 deletions(-)

-- 



More information about the mythtv-commits mailing list