aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2006-01-19fix DVB-T manual scanFelix Domke
2006-01-19add proper country names, add spanishFelix Domke
2006-01-19use Components.Input in seek windowStefan Pluecken
2006-01-19better marking of current cursor in Components.InputStefan Pluecken
change eLabel to being able to mark a character
2006-01-19add a small text input componentStefan Pluecken
2006-01-18store and restore pathes in channellistAndreas Monzner
2006-01-18remove debug messagedStefan Pluecken
2006-01-18reenable the blinking dish on positioner movement (can be enabled in the ↵Stefan Pluecken
usage setup menu) dish designed by juergen - thanx for that
2006-01-18fix newlineFelix Domke
2006-01-18fix stopEvent for EventInfoProgressStefan Pluecken
2006-01-18add ServiceEventTrackerFelix Domke
2006-01-18some cvsignore filesAndreas Oberritter
2006-01-18add missing importStefan Pluecken
2006-01-18use progressbar in InfoBar to display the progress of the "now" eventStefan Pluecken
2006-01-18workaround redefinition of _POSIX_C_SOURCE by pyconfig.hAndreas Oberritter
2006-01-15remove VolumeControl from infobarAndreas Monzner
2006-01-15add a global ActionMapAndreas Monzner
make volumeActions global
2006-01-15update timerlist when timerstate changesFelix Domke
2006-01-15set day of week for non-repeated timers to ease usability when changing a ↵Stefan Pluecken
timer to repeated
2006-01-15better wss setupStefan Pluecken
2006-01-15use textual representation of configElement for comparison for more ↵Stefan Pluecken
readability and flexibility
2006-01-15set wss according to av settingsStefan Pluecken
2006-01-15follow timer changesFelix Domke
2006-01-15split out movielist actions out of pvr actionsFelix Domke
2006-01-15remove some debugFelix Domke
2006-01-14fixFelix Domke
2006-01-14fixFelix Domke
2006-01-14fix timers that aren't repeated timersStefan Pluecken
2006-01-14display last 7 services during scanFelix Domke
2006-01-14fix instant record for broken eit events. if something else is broken: this ↵Stefan Pluecken
is tmbinc's fix.
2006-01-13sort movie listFelix Domke
2006-01-13do as thedoc says...Felix Domke
2006-01-13fix typo :)Stefan Pluecken
2006-01-13add netherlandsStefan Pluecken
2006-01-13add web makefilesFelix Domke
2006-01-13twisted demo: simple webserverFelix Domke
2006-01-12add ipkg list to the update pluginStefan Pluecken
2006-01-11menu positioning for the plugins works nowStefan Pluecken
example: def getMenuRegistrationList(): list = [] list.append(("setup", 2, "Softwareupdate", "Example")) list.append(("mainmenu", 0, "Foo", "Bar")) return list this means, that we have 2 menu entries: a menu entry "Softwareupdate" is added to the setup menu on position 2 which calls the Example screen of the plugin and a menu entry Foo is added to the main menu on the first position which calls the screen Bar
2006-01-11fix pluginlist widthStefan Pluecken
2006-01-11use Tools.Directories to get pathsStefan Pluecken
2006-01-11add löcher to the tux bildStefan Pluecken
2006-01-11add a tux picture for the tuxbox pluginsStefan Pluecken
2006-01-11show plugin description in plugin listStefan Pluecken
2006-01-11finish the tuxbox plugin parser pluginStefan Pluecken
2006-01-11add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the ↵Stefan Pluecken
c++ part supports it
2006-01-11add arabic to the language listStefan Pluecken
change plugin interface: plugins can now have screens or functions as objects to call when plugin is selected plugins can have multiple plugin menu entries
2006-01-10forgot to commit the update plugin :)Stefan Pluecken
2006-01-10autostart and autoend functions are now called on the start and the end of ↵Stefan Pluecken
enigma2 execution plugins supporting this functionality must have a function autostart and/or autoend in their code
2006-01-10add missing __init__.pyStefan Pluecken
add a try/except block around the plugin loading for faulty plugins
2006-01-10move the plugins into their own directory and every plugin has a main python ↵Stefan Pluecken
file called plugin.py in his directory for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize the directory as module