[mythtv-firehose] mythtv branch master updated by dhampton. v30-Pre-507-gd14db4b

Git Repo Owner noreply at mythtv.org
Thu Feb 15 02:39:06 UTC 2018


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  d14db4bd3e10ac7387bf2e0c02df915aadcae54f (commit)
      from  c5657b79020fa3c66c9cdd19e24993059ad1c27b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d14db4bd3e10ac7387bf2e0c02df915aadcae54f
Author:    David Hampton <mythtv at love2code.net> at Tue, 8 Aug 2017 21:55:58 -0400
Committer: David Hampton <mythtv at love2code.net> at Wed, 14 Feb 2018 20:35:46 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d14db4bd3e10ac7387bf2e0c02df915aadcae54f

Remove the remaining bits of the old UI settings code.
Looking at the qtlook.txt file, the use of the category colors was
removed in 2003 by 2e30dffcaa and replaced by a much more
comprehensive common categories.xml file.  The use of the Foreground
and Background colors appears to have been eliminated in 2002 by
c57c7a1591.  That leaves the Active/Inactive/Disabled colors and the
background pixmap.  These appear to have been obsoleted by the
changeover to the MythUI code.  The MythUI screen configuration files
include the background image file names, font names and colors, etc.
This means that the qtlook.txt files and all code that makes any
reference to them can be deleted without any apparent impact on the
user interface.



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

Summary of changes:
 mythtv/libs/libmyth/libmyth.pro          |    2 +-
 mythtv/libs/libmyth/mythdialogs.cpp      |    5 -
 mythtv/libs/libmythbase/libmythbase.pro  |    4 +-
 mythtv/libs/libmythbase/oldsettings.cpp  |  167 ------------------------------
 mythtv/libs/libmythbase/oldsettings.h    |   55 ----------
 mythtv/libs/libmythui/mythmainwindow.cpp |    6 -
 mythtv/libs/libmythui/myththemebase.cpp  |   24 +----
 mythtv/libs/libmythui/mythuihelper.cpp   |  129 +-----------------------
 mythtv/libs/libmythui/mythuihelper.h     |    6 -
 mythtv/themes/MythCenter-wide/qtlook.txt |   98 -----------------
 mythtv/themes/MythCenter/qtlook.txt      |   98 -----------------
 mythtv/themes/Terra/qtlook.txt           |   95 -----------------
 12 files changed, 6 insertions(+), 683 deletions(-)
 delete mode 100644 mythtv/libs/libmythbase/oldsettings.cpp
 delete mode 100644 mythtv/libs/libmythbase/oldsettings.h
 delete mode 100644 mythtv/themes/MythCenter-wide/qtlook.txt
 delete mode 100644 mythtv/themes/MythCenter/qtlook.txt
 delete mode 100644 mythtv/themes/Terra/qtlook.txt

-- 



More information about the mythtv-firehose mailing list