[mythtv-commits] mythtv/master commit: ccee693ce by Jim Stichnoth (stichnot)

MythTV noreply at mythtv.org
Thu Feb 16 06:57:16 UTC 2012


      Author:  Jim Stichnoth <jstichnoth at mythtv.org>
 Change Date:  2012-02-15T22:56:31-08:00
   Push Date:  2012/02/15 22:56:46 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  ccee693ce875b9f19486f0db90eebdcf9872164c
   Changeset:  https://github.com/MythTV/mythtv/commit/ccee693ce

Log:

Allow OSDSubFont changes to take effect without restarting mythfrontend.

Static fields and methods in the SubtitleScreen class are
changed to instance fields/methods so that font initialization
is done once per instance rather than once per application.
The performance reasons for one-time initialization went away
when the OSD was converted to MythUI.

Further refactoring/cleanup is due post-0.25.

Refs #10194

Modified:

   mythtv/libs/libmythtv/subtitlescreen.cpp
   mythtv/libs/libmythtv/subtitlescreen.h



More information about the mythtv-commits mailing list