aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
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-15remove some debugFelix Domke
2006-01-14fixFelix Domke
2006-01-14display last 7 services during scanFelix Domke
2006-01-13sort movie listFelix Domke
2006-01-13fix typo :)Stefan Pluecken
2006-01-13add netherlandsStefan 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-11show plugin description in plugin listStefan 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-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
2006-01-10fixAndreas 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-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken
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-06enable manual search when nims are configured in advanced modeStefan Pluecken
simple scan will follow
2006-01-05nicerAndreas Monzner
2006-01-04fixAndreas Monzner
2006-01-03retry the waiting messageStefan Pluecken
2006-01-03display "please wait" message in movieselection while hdd spins upStefan Pluecken
2006-01-03reset the colorformat after av input switch to workaround a bug in the avs ↵Stefan Pluecken
driver
2006-01-02update the plugin-imagesStefan Pluecken
2006-01-02dont use queryEPG callback (no more memleak? or smaller mem leak?)Andreas Monzner
2006-01-02add two native python epg viewsAndreas Monzner
2006-01-02add type to python multi content entrysAndreas Monzner
2006-01-01make tmbinc happyStefan Pluecken
2006-01-01reduce size of config file from 100k to some bytes... we just save non ↵Stefan Pluecken
default values now which arises some problems... but size matters :)
2006-01-01lcd: fix LCD invert againFelix Domke
2006-01-01remove debug printStefan Pluecken
2006-01-01check for validity of parameterStefan Pluecken
2006-01-01use image-version from /etc/image-version as version in e2 about boxStefan Pluecken
2006-01-01fixed sequence to floating point conversion in usals parametersStefan Pluecken
2006-01-01revert non working stuffAndreas Monzner
2005-12-31at the moment we just can turn rotor with power measurementAndreas Monzner
2005-12-31fix longitudeAndreas Monzner
2005-12-31fixAndreas Monzner
2005-12-31comment out unneeded stuffAndreas Monzner
add debug messages at sec config begin and end
2005-12-31advanced satellite config is now workingAndreas Monzner
fix linked tuners
2005-12-30add missing components for advanced sat setupStefan Pluecken
2005-12-30add dummies for setting the sec stuffStefan Pluecken
needs to be filled with code
2005-12-30fix defaultsAndreas Monzner
2005-12-30add a very complex advanced sat configStefan Pluecken
2005-12-30fix some hacker's codeStefan Pluecken