[mythtv-commits] mythtv commit: r7358 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 30 01:43:21 UTC 2005


      Author: cpinkham
        Date: 2005-09-30 01:43:20 +0000 (Fri, 30 Sep 2005)
New Revision: 7358
   Changeset: http://cvs.mythtv.org/trac/changeset/7358

Modified:

   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.h

Log:

PlaybackBox Recording Group/View dialogs and minor JobQueue changes.

* Convert the dialog box for changing the Recording Group for a recording or
  playlist to use a listbox instead of a combobox and also show the number
  of items in each group similar to the group filter dialog.

* Cleanup and reuse some of the code used for creating and cleaning up after
  the various Recording Group popups.

* Get rid of PlaybackBox::chooseListBoxChanged() which was unnecessary.

* Fix it so that the word "items" in the "Change Group View" popup is
  both translated and changed to "item" or "items" depending on the number
  of recordings in a group.

* Added separators in the "Change Group View" popup to separate the
  Recording Groups from the Categories.  Groups and categories are sorted
  within their respective parts of the list.

* Fix couple bugs which would queue up User Job #1 instead of #3 or #4 when
  queueing up jobs for a playlist.  Also move some miscellaneous
  [do|stop]PlaylistBegin*() methods into the header since they just
  in turn call the common [do|stop]PlaylistJobQueueJob() methods.







More information about the mythtv-commits mailing list