aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2006-01-26follow api changesFelix Domke
2006-01-26follow core event changesFelix Domke
2006-01-26some work on the timer sanity check (overlapping timers solver)Stefan Pluecken
2006-01-26TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatestFelix Domke
2006-01-25many info handling changes (nownext/multi/single epg)Andreas Monzner
2006-01-25add selchanged signal to listboxAndreas Monzner
2006-01-25added a sanity check for timer editor (no functionality until now except ↵Stefan Pluecken
building a list of simultanious timers)
2006-01-25fixed repeated timer displays and translated the weekdays to GermanStefan Pluecken
2006-01-25added ability to diable timers (yellow button in the timer list)Stefan Pluecken
FIXME: we need transparency for pixmaps in an eListboxPythonMultiContent
2006-01-21disable debug infoAndreas Monzner
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)