Changeset 1755
- Timestamp:
- Jan 18, 2010, 8:18:31 PM (16 years ago)
- Location:
- ipk/source
- Files:
-
- 10 edited
-
epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerEditor.py (modified) (3 diffs)
-
epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerImporter.py (modified) (1 diff)
-
epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerOverview.py (modified) (1 diff)
-
epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerPreview.py (modified) (1 diff)
-
epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py (modified) (2 diffs)
-
swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerEditor.py (modified) (3 diffs)
-
swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerImporter.py (modified) (1 diff)
-
swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerOverview.py (modified) (1 diff)
-
swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerPreview.py (modified) (1 diff)
-
swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerEditor.py
r521 r1755 351 351 """Edit AutoTimer""" 352 352 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"> 354 354 <widget name="config" position="5,5" size="555,225" scrollbarMode="showOnDemand" /> 355 355 <ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" /> … … 713 713 """Edit AutoTimer Filter""" 714 714 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"> 716 716 <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" /> 717 717 <ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" /> … … 917 917 """Edit allowed Services of a AutoTimer""" 918 918 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"> 920 920 <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" /> 921 921 <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 99 99 """Import AutoTimer from Timer""" 100 100 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"> 102 102 <widget name="list" position="5,5" size="555,225" scrollbarMode="showOnDemand" /> 103 103 <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 25 25 """Overview of AutoTimers""" 26 26 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"> 28 28 <widget name="entries" position="5,5" size="450,200" scrollbarMode="showOnDemand" /> 29 29 <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 17 17 """Preview Timers which would be set""" 18 18 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"> 20 20 <widget source="timerlist" render="Listbox" position="5,5" size="555,210" scrollbarMode="showOnDemand"> 21 21 <convert type="TemplatedMultiContent"> -
ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py
r521 r1755 12 12 from Components.ActionMap import ActionMap 13 13 from Components.Label import Label 14 from Components.Sources.StaticText import StaticText 14 15 from Components.Pixmap import Pixmap 15 16 … … 42 43 43 44 # 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")) 49 47 50 48 # Define Actions -
ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerEditor.py
r521 r1755 351 351 """Edit AutoTimer""" 352 352 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"> 354 354 <widget name="config" position="5,5" size="555,225" scrollbarMode="showOnDemand" /> 355 355 <ePixmap position="0,235" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" /> … … 713 713 """Edit AutoTimer Filter""" 714 714 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"> 716 716 <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" /> 717 717 <ePixmap position="5,205" zPosition="4" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" /> … … 917 917 """Edit allowed Services of a AutoTimer""" 918 918 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"> 920 920 <widget name="config" position="5,5" size="555,200" scrollbarMode="showOnDemand" /> 921 921 <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 99 99 """Import AutoTimer from Timer""" 100 100 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"> 102 102 <widget name="list" position="5,5" size="555,225" scrollbarMode="showOnDemand" /> 103 103 <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 25 25 """Overview of AutoTimers""" 26 26 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"> 28 28 <widget name="entries" position="5,5" size="450,200" scrollbarMode="showOnDemand" /> 29 29 <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 17 17 """Preview Timers which would be set""" 18 18 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"> 20 20 <widget source="timerlist" render="Listbox" position="5,5" size="555,210" scrollbarMode="showOnDemand"> 21 21 <convert type="TemplatedMultiContent"> -
ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py
r521 r1755 12 12 from Components.ActionMap import ActionMap 13 13 from Components.Label import Label 14 from Components.Sources.StaticText import StaticText 14 15 from Components.Pixmap import Pixmap 15 16 … … 42 43 43 44 # 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")) 49 47 50 48 # Define Actions
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)