aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-15better error/retry handling for recorderFelix Domke
2006-01-15remove some debugFelix Domke
2006-01-15pmt: differentiate between data and decoder demuxFelix Domke
2006-01-15eAUTable: add stop()Felix Domke
2006-01-15remove debugFelix Domke
2006-01-15don't close fd -1Felix Domke
2006-01-14small fake change (new drivers are needed for use CI with tuner B)Andreas Monzner
2006-01-14the CI now is useable for tuner A or tuner B (auto switched)Andreas Monzner
2006-01-14first start pcr for api v3Stefan Pluecken
2006-01-14fixFelix Domke
2006-01-14fixFelix Domke
2006-01-14fix for old dvb apiAndreas Monzner
2006-01-14fix timers that aren't repeated timersStefan Pluecken
2006-01-14display last 7 services during scanFelix Domke
2006-01-14fix for old apiAndreas Monzner
2006-01-14fix instant record for broken eit events. if something else is broken: this ↵Stefan Pluecken
is tmbinc's fix.
2006-01-14allow Z position for screensFelix Domke
2006-01-13sort movie listFelix Domke
2006-01-13allow forcing replacement font for some glyphsFelix Domke
2006-01-13add ae_AlMateen.ttf font, from arabeyes.orgFelix Domke
2006-01-13enable fribidiFelix Domke
2006-01-13do as thedoc says...Felix Domke
2006-01-13fix memleak,Andreas Monzner
speedups
2006-01-13fix for old apiAndreas Monzner
2006-01-13fix typo :)Stefan Pluecken
2006-01-13add netherlandsStefan Pluecken
2006-01-13add dutch translationFelix Domke
2006-01-13add web makefilesFelix Domke
2006-01-13twisted demo: simple webserverFelix Domke
2006-01-13use twisted reactor when availableFelix Domke
2006-01-13prepare for new twisted reactor codeFelix Domke
2006-01-12dont set voltage when the fd is not openedAndreas Monzner
2006-01-12fix memleaks (use smartpointers)Andreas Monzner
2006-01-12add ipkg list to the update pluginStefan Pluecken
2006-01-11fixStefan 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-11revert a cruel act of sabotageStefan Pluecken
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-10update arabic flagFelix Domke
2006-01-10enigma2: add language: arabic, by hazem hazemFelix Domke
2006-01-10fix fileStefan Pluecken
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