[mythtv-commits] mythtv branch master updated by danielk. v0.26-pre-792-g6c234ae

Git Repo Owner noreply at mythtv.org
Fri Jul 6 19:25:24 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  6c234ae2aca1e455dd1a005dc011a6d065b11690 (commit)
       via  7624433ddd3e6c3b02de1f424a8c70a9299d6aa0 (commit)
       via  103d8a1f8ccfdf5a4c377465b08df56431fa27d8 (commit)
       via  3756e329c177ecd9dde5481a2738fe07eee99196 (commit)
       via  d7a27a144257e1f96dae7c921ccc2347fc69dc44 (commit)
       via  28d9324ed93dbf9232e4a2947bd31bf4b5e55485 (commit)
       via  b14972440de88991027efe51eea7ee52e8d62e68 (commit)
      from  462c6eb89cabab9486592daa072587ad72121dfa (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 6c234ae2aca1e455dd1a005dc011a6d065b11690
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:19 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6c234ae2aca1e455dd1a005dc011a6d065b11690

Return 'asof' time in UTC.
This was missed in the 0.25 conversion of the Services API to UTC.

This increments the DvrServices API version from 1.4 to 1.5



commit 7624433ddd3e6c3b02de1f424a8c70a9299d6aa0
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:20:32 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7624433ddd3e6c3b02de1f424a8c70a9299d6aa0

Use MythDate::current() to get current time in DVR class.
The code will work as is but will do some unnecessary timezone lookups.



commit 103d8a1f8ccfdf5a4c377465b08df56431fa27d8
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:18:56 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=103d8a1f8ccfdf5a4c377465b08df56431fa27d8

Fixes #10877. Add MythDate::as_utc() wrapper where necessary.
There were a few datetime's from the database that didn't get wrapped in the UTC
conversion. Some because they were added after the initial conversion, but a couple
were just missed.



commit 3756e329c177ecd9dde5481a2738fe07eee99196
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:12:44 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3756e329c177ecd9dde5481a2738fe07eee99196

Use correct time in Airplay server response.
We've been using localtime in a date time string with GMT appended to it...



commit d7a27a144257e1f96dae7c921ccc2347fc69dc44
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:11:32 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d7a27a144257e1f96dae7c921ccc2347fc69dc44

Initialize m_Time properly in MythUIClock.



commit 28d9324ed93dbf9232e4a2947bd31bf4b5e55485
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:11:00 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=28d9324ed93dbf9232e4a2947bd31bf4b5e55485

Use UTC time for createion of log files.
This was somehow missed in the UTC conversion. For consistency
with other files created with a date and time these should use
UTC in the naming of the log files.



commit b14972440de88991027efe51eea7ee52e8d62e68
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:09:17 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 6 Jul 2012 15:23:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b14972440de88991027efe51eea7ee52e8d62e68

Use MythDate::current().toTime_t().
This has the same result as QDateTime::currentDateTime().toTime_t(), but avoids a conversion to and from localtime.



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

Summary of changes:
 mythtv/libs/libmythbase/mthread.cpp                |    6 +++---
 mythtv/libs/libmythbase/mythcommandlineparser.cpp  |    4 ++--
 mythtv/libs/libmythbase/mythcorecontext.cpp        |    4 ++--
 .../libmythservicecontracts/services/dvrServices.h |    2 +-
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |    3 ++-
 mythtv/libs/libmythtv/HLS/httplivestream.cpp       |    9 +++++----
 mythtv/libs/libmythtv/osd.cpp                      |    2 +-
 mythtv/libs/libmythtv/recordingrule.cpp            |    6 +++---
 mythtv/libs/libmythui/mythuiclock.cpp              |    2 +-
 mythtv/programs/mythbackend/services/channel.cpp   |    7 +++++--
 mythtv/programs/mythbackend/services/dvr.cpp       |   17 ++++++++---------
 mythtv/programs/mythbackend/services/myth.cpp      |    2 +-
 mythtv/programs/mythbackend/upnpcdstv.cpp          |   10 ++++++----
 mythtv/programs/mythbackend/upnpcdsvideo.cpp       |    3 ++-
 14 files changed, 42 insertions(+), 35 deletions(-)

-- 



More information about the mythtv-commits mailing list