aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-01-10return of void function should not return a valueStefan Pluecken
2006-01-10add a dummy class to debug python refcounting (add entrys of TestObj to your ↵Andreas Monzner
tuple or list) include <lib/python/python.h> and use New_TestObj to create a testobject..
2006-01-10fix memleakAndreas Monzner
2006-01-10fix warningAndreas Monzner
2006-01-10fixAndreas Monzner
2006-01-10speedupsAndreas Monzner
2006-01-10fix warningAndreas Monzner
2006-01-09fix python refcountingAndreas Monzner
fix warnings
2006-01-09do not use a re object for a simple replace (make tmbinc happy)Andreas Monzner
2006-01-09filter out short name brakets in record filenamesAndreas Monzner
2006-01-08add subservice selection to timer (when linkage services are avail for the ↵Andreas Monzner
selected event) better layout in timerlist (more space for service name and event description)
2006-01-07fixAndreas Monzner
2006-01-07add support for private epgAndreas Monzner
2006-01-07i think it is not fatal when a socketnotifier doesnt handle all POLL signals ↵Andreas Monzner
(like POLLERR or POLLHUP)
2006-01-06fix screens without a moduleStefan Pluecken
2006-01-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken
2006-01-06show servicename and clock in radio playerAndreas Monzner
2006-01-06plugins can register their own menu nowStefan Pluecken
menus have their own id now the update plugin for example adds a menu item to the Setup menu with the id "setup"
2006-01-06fix store previous radio rootAndreas Monzner
2006-01-06just one bouquet at momentAndreas Monzner
2006-01-06nicer radio playerAndreas Monzner
2006-01-06fix simple scan and multi sat scanStefan Pluecken
2006-01-06enable manual search when nims are configured in advanced modeStefan Pluecken
simple scan will follow
2006-01-05i think runLoop is better :)Andreas Monzner
2006-01-05make our event loop compatible to my new twisted reactor coreFelix Domke
2006-01-05add radio playerAndreas Monzner
TODO: change layout in skin.xml (ChannelSelectionRadio ... add nice pixmap ? ! ?) TODO: add infobar infos (now/next starttime, title, duration to player) TODO: add nice background pic ? ! ?
2006-01-05nicerAndreas Monzner
2006-01-05license: add preliminary licenseFelix Domke
2006-01-05remove ancient docsFelix Domke
2006-01-04fixAndreas Monzner
2006-01-04fix lookupEvent.. now we can query previous and next eventAndreas Monzner
2006-01-04leave update plugin with ok button after the update process (we entered it ↵Stefan Pluecken
with ok, so we leave it with ok)
2006-01-04display movie list when pressing video button in movie playerStefan Pluecken
only way to leave movieplayer is now by pressing the tv key
2006-01-04just kidding :)Stefan Pluecken
2006-01-04leave channelselection with up/down keyStefan Pluecken
2006-01-04leave menu with menu buttonStefan Pluecken
2006-01-04remove info infoStefan Pluecken
2006-01-04reload bouquets in python to enable the default bouquetsStefan Pluecken
2006-01-04export eDVBDB to python ( for reloadServicelist and reloadBouquets )Andreas Monzner
2006-01-04fix init button in hdd setupStefan Pluecken
2006-01-03fixAndreas Monzner
2006-01-03small fixAndreas Monzner
2006-01-03fix skinStefan Pluecken
2006-01-03translationsStefan Pluecken
2006-01-03retry the waiting messageStefan Pluecken
2006-01-03fix typoStefan Pluecken
2006-01-03display "please wait" message in movieselection while hdd spins upStefan Pluecken
2006-01-03fix hdd initialize buttonStefan Pluecken
change "Abbrechen" to "Abbruch" to fit onto the pixmap fix videomode after standby