[mythtv-commits] mythtv commit: r7472 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Oct 14 15:22:03 UTC 2005


      Author: danielk
        Date: 2005-10-14 15:22:03 +0000 (Fri, 14 Oct 2005)
New Revision: 7472
   Changeset: http://cvs.mythtv.org/trac/changeset/7472

Modified:

   trunk/mythtv/libs/libmythtv/scanwizard.cpp
   trunk/mythtv/libs/libmythtv/scanwizard.h
   trunk/mythtv/libs/libmythtv/scanwizardhelpers.cpp
   trunk/mythtv/libs/libmythtv/scanwizardhelpers.h
   trunk/mythtv/libs/libmythtv/videosource.cpp
   trunk/mythtv/libs/libmythtv/videosource.h
   trunk/mythtv/setup/main.cpp

Log:

Three mythtv-setup improvements on "input connections" pane:
  * Changes "starting channel" text entry to an editable combobox
    containing the current value and the channels on the connected source.
  * Adds a "Scan for Channel" button above the "starting channel" entry,
    so that you can add the channels if you don't have them.
  * Adds a "Fetch channels from listings source" button, also above
    "starting channel" entry, so that you can add the channels if
    you don't have them. This button is not so nice in that it takes
    a long time to run because it is actually getting today's listings
    on all the sources, not just the current source.

If there were no channels before you pressed one of the channel
adding buttons, the starting channel is set to the first channel
in the "starting channel" ComboBox after it is re-loaded.

I also removed a debbugging cerr<< I accidentally left in setup/main.cpp,
and cleaned up the datadirect dialog a little bit, and clarified some
text and fixed typos in some of the text.






More information about the mythtv-commits mailing list