Changeset 1755


Ignore:
Timestamp:
Jan 18, 2010, 8:18:31 PM (16 years ago)
Author:
civer
Message:

[IPK]

  • fixed AutoTimer GS (Flash + Swapversion)

PLZ test

Location:
ipk/source
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerEditor.py

    r521 r1755  
    351351        """Edit AutoTimer"""
    352352
    353         skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="75,155" size="565,280">
     353        skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="center,center" size="565,280">
    354354                <widget name="config" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
    355355                <ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
     
    713713        """Edit AutoTimer Filter"""
    714714
    715         skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="75,150" size="565,245">
     715        skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="center,center" size="565,245">
    716716                <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
    717717                <ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
     
    917917        """Edit allowed Services of a AutoTimer"""
    918918
    919         skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="75,150" size="565,245">
     919        skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="center,center" size="565,245">
    920920                <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
    921921                <ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  • ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerImporter.py

    r521 r1755  
    9999        """Import AutoTimer from Timer"""
    100100
    101         skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="75,155" size="565,280">
     101        skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="center,center" size="565,280">
    102102                <widget name="list" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
    103103                <ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  • ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerOverview.py

    r521 r1755  
    2525        """Overview of AutoTimers"""
    2626
    27         skin = """<screen name="AutoTimerOverview" position="140,148" size="460,265" title="AutoTimer Overview">
     27        skin = """<screen name="AutoTimerOverview" position="center,center" size="460,265" title="AutoTimer Overview">
    2828                        <widget name="entries" position="5,5" size="450,200" scrollbarMode="showOnDemand" />
    2929                        <ePixmap position="0,220" zPosition="1" size="140,40" pixmap="skin_default/buttons/green.png" alphatest="on" />
  • ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerPreview.py

    r521 r1755  
    1717        """Preview Timers which would be set"""
    1818
    19         skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="75,155" size="565,265">
     19        skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="center,center" size="565,265">
    2020                <widget source="timerlist" render="Listbox" position="5,5" size="555,210" scrollbarMode="showOnDemand">
    2121                        <convert type="TemplatedMultiContent">
  • ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py

    r521 r1755  
    1212from Components.ActionMap import ActionMap
    1313from Components.Label import Label
     14from Components.Sources.StaticText import StaticText
    1415from Components.Pixmap import Pixmap
    1516
     
    4243
    4344                # Initialize widgets
    44                 self["oktext"] = Label(_("OK"))
    45                 self["canceltext"] = Label(_("Cancel"))
    46                 self["ok"] = Pixmap()
    47                 self["cancel"] = Pixmap()
    48                 self["title"] = Label(_("AutoTimer Settings"))
     45                self["key_green"] = Label(_("OK"))
     46                self["key_red"] = Label(_("Cancel"))
    4947
    5048                # Define Actions
  • ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerEditor.py

    r521 r1755  
    351351        """Edit AutoTimer"""
    352352
    353         skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="75,155" size="565,280">
     353        skin = """<screen name="AutoTimerEdit" title="Edit AutoTimer" position="center,center" size="565,280">
    354354                <widget name="config" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
    355355                <ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
     
    713713        """Edit AutoTimer Filter"""
    714714
    715         skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="75,150" size="565,245">
     715        skin = """<screen name="AutoFilterEditor" title="Edit AutoTimer Filters" position="center,center" size="565,245">
    716716                <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
    717717                <ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
     
    917917        """Edit allowed Services of a AutoTimer"""
    918918
    919         skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="75,150" size="565,245">
     919        skin = """<screen name="AutoTimerServiceEditor" title="Edit AutoTimer Services" position="center,center" size="565,245">
    920920                <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" />
    921921                <ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  • ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerImporter.py

    r521 r1755  
    9999        """Import AutoTimer from Timer"""
    100100
    101         skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="75,155" size="565,280">
     101        skin = """<screen name="AutoTimerImporter" title="Import AutoTimer" position="center,center" size="565,280">
    102102                <widget name="list" position="5,5" size="555,225" scrollbarMode="showOnDemand" />
    103103                <ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  • ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerOverview.py

    r521 r1755  
    2525        """Overview of AutoTimers"""
    2626
    27         skin = """<screen name="AutoTimerOverview" position="140,148" size="460,265" title="AutoTimer Overview">
     27        skin = """<screen name="AutoTimerOverview" position="center,center" size="460,265" title="AutoTimer Overview">
    2828                        <widget name="entries" position="5,5" size="450,200" scrollbarMode="showOnDemand" />
    2929                        <ePixmap position="0,220" zPosition="1" size="140,40" pixmap="skin_default/buttons/green.png" alphatest="on" />
  • ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerPreview.py

    r521 r1755  
    1717        """Preview Timers which would be set"""
    1818
    19         skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="75,155" size="565,265">
     19        skin = """<screen name="AutoTimerPreview" title="Preview AutoTimer" position="center,center" size="565,265">
    2020                <widget source="timerlist" render="Listbox" position="5,5" size="555,210" scrollbarMode="showOnDemand">
    2121                        <convert type="TemplatedMultiContent">
  • ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py

    r521 r1755  
    1212from Components.ActionMap import ActionMap
    1313from Components.Label import Label
     14from Components.Sources.StaticText import StaticText
    1415from Components.Pixmap import Pixmap
    1516
     
    4243
    4344                # Initialize widgets
    44                 self["oktext"] = Label(_("OK"))
    45                 self["canceltext"] = Label(_("Cancel"))
    46                 self["ok"] = Pixmap()
    47                 self["cancel"] = Pixmap()
    48                 self["title"] = Label(_("AutoTimer Settings"))
     45                self["key_green"] = Label(_("OK"))
     46                self["key_red"] = Label(_("Cancel"))
    4947
    5048                # Define Actions
Note: See TracChangeset for help on using the changeset viewer.