[mythtv-commits] mythtv/master commit: e682122e5 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Sat Apr 2 03:50:31 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-04-01T20:50:15-07:00
   Push Date:  2011/04/01 20:50:28 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  e682122e540c0c4870c35b64dc716ed6ff080b15
   Changeset:  https://github.com/MythTV/mythtv/commit/e682122e5

Log:

HTML Setup: Settings help, System Events, Sized text inputs.

Add a popup help box for each setting which contains the value of the
help_text from the config_settings_*.xml file.  This link is available in
the settings editor and in the advanced editor.

Add system events to config_settings_general.xml and make these
settings show up in the system event advanced page.  Saving and validation
are still not hooked up since these use the same /Config/General* code
as the other settings.

Add some code to set a few custom sizes for the different setting
types that use a text input.  This way they are not all 20 characters
wide.  String settings use a longer input size than integers, etc..

Modified:

   mythtv/html/css/setup.css
   mythtv/html/index.html
   mythtv/html/menu.qsp
   mythtv/html/setup/jobqueue-job-editor.html
   mythtv/html/setup/js/setup.js
   mythtv/html/setup/wizard-database.html
   mythtv/html/setup/wizard-media_storage.html
   mythtv/html/setup/wizard-network.qsp
   mythtv/programs/mythbackend/config_backend_general.xml
   mythtv/programs/mythbackend/mythsettings.cpp



More information about the mythtv-commits mailing list