[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Oct 5 23:15:05 EDT 2004


----------------------------------------------------------------------------
Changes committed by cpinkham on Wed Oct  6 03:10:24 2004

Modified Files:
   in mythtv/libs/libmyth:
        mythcontext.h mythdialogs.cpp mythdialogs.h 
   in mythtv/libs/libmythtv:
        jobqueue.cpp jobqueue.h 
   in mythtv/programs/mythbackend:
        mainserver.cpp scheduler.cpp 
   in mythtv/programs/mythfrontend:
        statusbox.cpp 
   in mythtv/setup:
        backendsettings.cpp 
Log Message:


* Add a MythPopupBox::showButtonPopup() method which is similar to
  MythPopupBox::show2ButtonPopup, but takes a QStringList of button
  messages so it can create a 2,3,4,etc. button popup.  Works similar to
  the 2-button version in that it returns the index to the button pressed.

* Add popup menus to the Job Queue page on the status screen in
  mythfrontend.  These allow stopping, pausing, deleting, etc. jobs
  in the queue.

* Added a "DeletesFollowLinks" setting in the backend setup screen that
  tells Myth to follow symlinks when deleting recordings and related files.
  Default is OFF.  When ON, the symlink and actual file will be deleted.
  When OFF, only the symlink will get deleted which is the way Myth has
  worked in the past.

* Fixed bug #80 where category field in record table would be blanked out
  when editing the recording schedule in the new editor.

* Changed display format of Job Queue status in mythbackend status webpage
  to look more like the upcoming scheduled recordings display format.  This
  should be easier to read than the table display I had added earlier.

NOTE: This commit and the preceeding commit by avalanche means you need to
      run "make clean" since they both modify libmyth.  All backends
      and frontends must be updated at the same time.


----------------------------------------------------------------------------


More information about the mythtv-commits mailing list