[mythtv] [PATCH] Add phone icon to blue theme (and maybe move phone
to info-menu?)
Steven
mythmail at richardstraat.homedns.org
Fri Feb 11 13:43:47 UTC 2005
A diff to theme.xml for the blue theme and an extra image.
I've also included patches to the menu's to move the phone stuff from
the main to the info menu. (mainly because blue is nicer with only 6
buttons on the main screen)
Steven
-------------- next part --------------
Index: mainmenu.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/mainmenu.xml,v
retrieving revision 1.56
diff -u -d -r1.56 mainmenu.xml
--- mainmenu.xml 9 Feb 2005 18:51:08 -0000 1.56
+++ mainmenu.xml 11 Feb 2005 13:31:23 -0000
@@ -81,19 +81,7 @@
<depends>mythmusic mythdvd</depends>
</button>
- <button>
- <type>PHONE</type>
- <text>Phone</text>
- <text lang="JA">電話</text>
- <text lang="DE">Telefon</text>
- <text lang="FI">Puhelin</text>
- <text lang="NL">Telefoon</text>
- <text lang="SV">Telefon</text>
- <text lang="FR">Téléphone</text>
- <action>PLUGIN mythphone</action>
- <depends>mythphone</depends>
- </button>
-
<button>
<type>MENU_UTILITIES_SETUP</type>
<text>Utilities / Setup</text>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PHONE.png
Type: image/png
Size: 7491 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20050211/c0d12917/PHONE.png
-------------- next part --------------
Index: theme.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/themes/blue/theme.xml,v
retrieving revision 1.38
diff -u -d -r1.38 theme.xml
--- theme.xml 18 Jan 2005 05:15:24 -0000 1.38
+++ theme.xml 11 Feb 2005 13:29:36 -0000
@@ -304,6 +304,12 @@
<offset>20,10</offset>
</buttondef>
+ <buttondef name="PHONE">
+ <image>PHONE.png</image>
+ <offset>45,5</offset>
+ </buttondef>
+
+
<buttondef name="SHUTDOWN">
<image>mv-vmanager.png</image>
<offset>20,20</offset>
-------------- next part --------------
Index: info_menu.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/info_menu.xml,v
retrieving revision 1.10
diff -u -d -r1.10 info_menu.xml
--- info_menu.xml 31 Jan 2005 00:01:22 -0000 1.10
+++ info_menu.xml 11 Feb 2005 13:30:40 -0000
@@ -75,4 +75,17 @@
<action>TV_STATUS</action>
</button>
+ <button>
+ <type>PHONE</type>
+ <text>Phone</text>
+ <text lang="JA">é話</text>
+ <text lang="DE">Telefon</text>
+ <text lang="FI">Puhelin</text>
+ <text lang="NL">Telefoon</text>
+ <text lang="SV">Telefon</text>
+ <text lang="FR">Téléphone</text>
+ <action>PLUGIN mythphone</action>
+ <depends>mythphone</depends>
+ </button>
+
</mythmenu>
-------------- next part --------------
Index: info_settings.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/info_settings.xml,v
retrieving revision 1.13
diff -u -d -r1.13 info_settings.xml
--- info_settings.xml 3 Feb 2005 01:40:55 -0000 1.13
+++ info_settings.xml 11 Feb 2005 13:37:12 -0000
@@ -62,5 +62,16 @@
<depends>mythrecipe</depends>
</button>
+<button>
+ <type>PHONE</type>
+ <text>Phone Settings</text>
+ <text lang="FR">Configuration téléphone</text>
+ <text lang="DE">Telefon</text>
+ <text lang="NL">Telefoon Instellingen</text>
+ <text lang="FI">Puhelimen Asetukset</text>
+ <action>CONFIGPLUGIN mythphone</action>
+ <depends>mythphone</depends>
+ </button>
+
</mythmenu>
-------------- next part --------------
Index: main_settings.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/main_settings.xml,v
retrieving revision 1.35
diff -u -d -r1.35 main_settings.xml
--- main_settings.xml 3 Feb 2005 01:40:55 -0000 1.35
+++ main_settings.xml 11 Feb 2005 13:36:12 -0000
@@ -93,15 +93,5 @@
<action>SETTINGS XBOXSETTINGS</action>
<dependssetting>EnableXbox</dependssetting>
</button>
-
- <button>
- <type>PHONE</type>
- <text>Phone Settings</text>
- <text lang="FR">Configuration téléphone</text>
- <text lang="DE">Telefon</text>
- <text lang="NL">Telefoon Instellingen</text>
- <text lang="FI">Puhelimen Asetukset</text>
- <action>CONFIGPLUGIN mythphone</action>
- <depends>mythphone</depends>
- </button>
+
</mythmenu>
More information about the mythtv-dev
mailing list