aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2006-01-21fix default storing for configSatlistAndreas Monzner
fix just non default values in complete satconfig
2006-01-21copy lists, not list identities... should fix saving of non-default valuesStefan Pluecken
2006-01-21save configSequence floating point correctlyStefan Pluecken
2006-01-20fix selection when delete latest timer in listAndreas Monzner
2006-01-20disable test-pluginStefan Pluecken
reenable the try/except block for faulty plugin catching don't expect a directory /usr/lib/tuxbox/plugins to be present by the tuxbox plugin starter
2006-01-20fix inverted setting (meaning was inverted too)Axel Buehning
2006-01-20add tuner B option "Equal to Socket A"Andreas Monzner
add tuner B option "Secondary cable from Rotor-LNB"
2006-01-19add actionmap disable supportFelix Domke
2006-01-19make Multi Bouquets swich useableAndreas Monzner
2006-01-19add non working multi bouquet switchStefan Pluecken
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-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-18use progressbar in InfoBar to display the progress of the "now" eventStefan Pluecken
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