[mythtv-commits] mythtv commit: r22580 - in branches/release-0-22-fixes/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 24 01:58:55 UTC 2009


      Author: cpinkham
        Date: 2009-10-24 01:58:54 +0000 (Sat, 24 Oct 2009)
New Revision: 22580
   Changeset: http://cvs.mythtv.org/trac/changeset/22580

Modified:

   branches/release-0-22-fixes/mythtv/libs/libmythdb/mythversion.h
   branches/release-0-22-fixes/mythtv/libs/libmythui/mythmainwindow.cpp
   branches/release-0-22-fixes/mythtv/libs/libmythui/mythscreenstack.cpp
   branches/release-0-22-fixes/mythtv/libs/libmythui/mythscreenstack.h
   branches/release-0-22-fixes/mythtv/libs/libmythui/mythuitype.cpp
   branches/release-0-22-fixes/mythtv/libs/libmythui/mythuitype.h
   branches/release-0-22-fixes/mythtv/programs/mythfrontend/main.cpp
   branches/release-0-22-fixes/mythtv/programs/mythfrontend/playbackbox.cpp
   branches/release-0-22-fixes/mythtv/programs/mythfrontend/playbackbox.h

Log:

Backport several changes from trunk to make the Watch Recordings screen
draw faster to improve the user experience when enterring this screen.

The time it can take to initially draw this screen can vary quite a bit
from user to user because of the speed of the user's system, the number
of total recordings, the number of recordings in the currently selected
Recording Group, etc..  These patches in trunk allow the Watch Recordings
screen to draw almost immediately and then have the data filled in when
we finish loading data from the master.  Previously, the Watch Recordings
screen would not even start drawing until after the list of programs was
loaded from the master backend and all relevant widgets were populated.

The binary api version has been updated, so make clean.

This commit includes backports of the following changesets in trunk:

[22552] [22560] [22571] [22575]






More information about the mythtv-commits mailing list