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

MythTV noreply at mythtv.org
Sun Apr 10 20:40:48 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-04-10T13:34:55-07:00
   Push Date:  2011/04/10 13:40:45 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  1633bb94ac424b9b6ae84e9e11387e70848c54a1
   Changeset:  https://github.com/MythTV/mythtv/commit/1633bb94a

Log:

HTML Setup: Add the beginnings of a channel editor.

Extreme work in progress.  You can't select the sourceid yet, so if you want to use a sourceid besides '3,' you need to set the sourceid in the channeleditor.html file for now.  Also, no editing just yet. this is just a channel browser at the moment.

With all of that said, all the necessary fields to edit a channel are present (with most of them hidden), so changing this to a true channel editor just means writing a dialog with the user-facing options, and calling the API method to update channels on return.

I need to add a method to return a map of video sources and names so that you can switch between sources.  Will try to get this done later today.

Added:

   mythtv/html/css/ui.jqgrid.css
   mythtv/html/js/grid.locale-en.js
   mythtv/html/js/jquery.jqGrid.min.js
   mythtv/html/setup/channeleditor.html
   mythtv/html/setup/js/channeleditor.js

Modified:

   mythtv/html/index.html
   mythtv/html/menu.qsp



More information about the mythtv-commits mailing list