[mythtv-commits] mythtv commit: r10259 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 21 16:53:26 UTC 2006


      Author: danielk
        Date: 2006-06-21 16:53:25 +0000 (Wed, 21 Jun 2006)
New Revision: 10259
   Changeset: http://cvs.mythtv.org/trac/changeset/10259

Modified:

   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/libs/libmythtv/tv_play.h

Log:

Refs #1950. Additional LiveTV browse mode fixes.

 * Adds caching of TimeFormat and ShortDateFormat DB settings, so we don't query this on every GetNextProgram() call.
 * Checks for blank starttime and endtime values before using QDateTime::fromString() to avoid spurious "QDateTime::fromString: Parameter out of range" error messages.
 * Checks validity of dbstarttime before using it to set browsestarttime, this prevents browsing in time on a channel when there is no listings information.
 * If there is no starttime (because there is no listings information) we use the current time for reporting the program start time.






More information about the mythtv-commits mailing list