[mythtv-commits] mythtv/master commit: b87b69363 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Mon Apr 11 06:11:30 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-04-10T23:08:54-07:00
   Push Date:  2011/04/10 23:11:27 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  b87b69363ff81833b40fc6a38c8f5f289fde3aef
   Changeset:  https://github.com/MythTV/mythtv/commit/b87b69363

Log:

API/HTML Setup: Various Channel Editor Fixes.

Cast frequency to a long since the API doesn't understand how to pass through uint64_t, but long should do the job.  I found in the backend logs that this was causing all the slowdown in rendering the channel list, now it's much quicker.

Reorganize some of the channel editor javascript functions.

Modified:

   mythtv/html/setup/channeleditor.html
   mythtv/html/setup/guidedatasources.html
   mythtv/html/setup/js/channeleditor.js
   mythtv/libs/libmythservicecontracts/datacontracts/channelInfoList.h
   mythtv/libs/libmythservicecontracts/datacontracts/programAndChannel.h
   mythtv/programs/mythbackend/services/channel.cpp



More information about the mythtv-commits mailing list