enigma2.git
17 years agofix memleak,
Andreas Monzner [Fri, 13 Jan 2006 16:28:45 +0000 (16:28 +0000)]
fix memleak,
speedups

17 years agofix for old api
Andreas Monzner [Fri, 13 Jan 2006 15:40:50 +0000 (15:40 +0000)]
fix for old api

17 years agofix typo :)
Stefan Pluecken [Fri, 13 Jan 2006 02:58:02 +0000 (02:58 +0000)]
fix typo :)

17 years agoadd netherlands
Stefan Pluecken [Fri, 13 Jan 2006 02:56:19 +0000 (02:56 +0000)]
add netherlands

17 years agoadd dutch translation
Felix Domke [Fri, 13 Jan 2006 02:30:37 +0000 (02:30 +0000)]
add dutch translation

17 years agoadd web makefiles
Felix Domke [Fri, 13 Jan 2006 02:11:35 +0000 (02:11 +0000)]
add web makefiles

17 years agotwisted demo: simple webserver
Felix Domke [Fri, 13 Jan 2006 02:11:07 +0000 (02:11 +0000)]
twisted demo: simple webserver

17 years agouse twisted reactor when available
Felix Domke [Fri, 13 Jan 2006 02:04:45 +0000 (02:04 +0000)]
use twisted reactor when available

17 years agoprepare for new twisted reactor code
Felix Domke [Fri, 13 Jan 2006 02:03:27 +0000 (02:03 +0000)]
prepare for new twisted reactor code

17 years agodont set voltage when the fd is not opened
Andreas Monzner [Thu, 12 Jan 2006 23:13:23 +0000 (23:13 +0000)]
dont set voltage when the fd is not opened

17 years agofix memleaks (use smartpointers)
Andreas Monzner [Thu, 12 Jan 2006 15:34:09 +0000 (15:34 +0000)]
fix memleaks (use smartpointers)

17 years agoadd ipkg list to the update plugin
Stefan Pluecken [Thu, 12 Jan 2006 01:00:53 +0000 (01:00 +0000)]
add ipkg list to the update plugin

17 years agofix
Stefan Pluecken [Wed, 11 Jan 2006 20:05:06 +0000 (20:05 +0000)]
fix

17 years agomenu positioning for the plugins works now
Stefan Pluecken [Wed, 11 Jan 2006 20:03:06 +0000 (20:03 +0000)]
menu positioning for the plugins works now

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

17 years agorevert a cruel act of sabotage
Stefan Pluecken [Wed, 11 Jan 2006 19:31:09 +0000 (19:31 +0000)]
revert a cruel act of sabotage

17 years agofix pluginlist width
Stefan Pluecken [Wed, 11 Jan 2006 16:14:25 +0000 (16:14 +0000)]
fix pluginlist width

17 years agouse Tools.Directories to get paths
Stefan Pluecken [Wed, 11 Jan 2006 16:01:01 +0000 (16:01 +0000)]
use Tools.Directories to get paths

17 years agoadd löcher to the tux bild
Stefan Pluecken [Wed, 11 Jan 2006 15:48:36 +0000 (15:48 +0000)]
add löcher to the tux bild

17 years agoadd a tux picture for the tuxbox plugins
Stefan Pluecken [Wed, 11 Jan 2006 15:43:08 +0000 (15:43 +0000)]
add a tux picture for the tuxbox plugins

17 years agoshow plugin description in plugin list
Stefan Pluecken [Wed, 11 Jan 2006 15:35:15 +0000 (15:35 +0000)]
show plugin description in plugin list

17 years agofinish the tuxbox plugin parser plugin
Stefan Pluecken [Wed, 11 Jan 2006 15:13:34 +0000 (15:13 +0000)]
finish the tuxbox plugin parser plugin

17 years agoadd a tuxbox plugins plugin to prepare loading of tuxbox plugins when the c++ part...
Stefan Pluecken [Wed, 11 Jan 2006 14:50:07 +0000 (14:50 +0000)]
add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the c++ part supports it

17 years agoadd arabic to the language list
Stefan Pluecken [Wed, 11 Jan 2006 14:23:48 +0000 (14:23 +0000)]
add arabic to the language list
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

17 years agoupdate arabic flag
Felix Domke [Tue, 10 Jan 2006 22:38:59 +0000 (22:38 +0000)]
update arabic flag

17 years agoenigma2: add language: arabic, by hazem hazem
Felix Domke [Tue, 10 Jan 2006 22:06:55 +0000 (22:06 +0000)]
enigma2: add language: arabic, by hazem hazem

17 years agofix file
Stefan Pluecken [Tue, 10 Jan 2006 16:19:30 +0000 (16:19 +0000)]
fix file

17 years agoforgot to commit the update plugin :)
Stefan Pluecken [Tue, 10 Jan 2006 16:09:56 +0000 (16:09 +0000)]
forgot to commit the update plugin :)

17 years agoautostart and autoend functions are now called on the start and the end of enigma2...
Stefan Pluecken [Tue, 10 Jan 2006 16:08:35 +0000 (16:08 +0000)]
autostart and autoend functions are now called on the start and the end of enigma2 execution
plugins supporting this functionality must have a function autostart and/or autoend in their code

17 years agoadd missing __init__.py
Stefan Pluecken [Tue, 10 Jan 2006 15:54:22 +0000 (15:54 +0000)]
add missing __init__.py
add a try/except block around the plugin loading for faulty plugins

17 years agomove the plugins into their own directory and every plugin has a main python file...
Stefan Pluecken [Tue, 10 Jan 2006 15:39:00 +0000 (15:39 +0000)]
move the plugins into their own directory and every plugin has a main python 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

17 years agoreturn of void function should not return a value
Stefan Pluecken [Tue, 10 Jan 2006 15:14:06 +0000 (15:14 +0000)]
return of void function should not return a value

17 years agoadd a dummy class to debug python refcounting (add entrys of TestObj to your tuple...
Andreas Monzner [Tue, 10 Jan 2006 14:23:28 +0000 (14:23 +0000)]
add a dummy class to debug python refcounting (add entrys of TestObj to your tuple or list)
include <lib/python/python.h> and use New_TestObj to create a testobject..

17 years agofix memleak
Andreas Monzner [Tue, 10 Jan 2006 14:21:06 +0000 (14:21 +0000)]
fix memleak

17 years agofix warning
Andreas Monzner [Tue, 10 Jan 2006 13:39:27 +0000 (13:39 +0000)]
fix warning

17 years agofix
Andreas Monzner [Tue, 10 Jan 2006 11:43:55 +0000 (11:43 +0000)]
fix

17 years agospeedups
Andreas Monzner [Tue, 10 Jan 2006 11:41:24 +0000 (11:41 +0000)]
speedups

17 years agofix warning
Andreas Monzner [Tue, 10 Jan 2006 11:35:35 +0000 (11:35 +0000)]
fix warning

17 years agofix python refcounting
Andreas Monzner [Mon, 9 Jan 2006 22:52:24 +0000 (22:52 +0000)]
fix python refcounting
fix warnings

17 years agodo not use a re object for a simple replace (make tmbinc happy)
Andreas Monzner [Mon, 9 Jan 2006 19:18:38 +0000 (19:18 +0000)]
do not use a re object for a simple replace (make tmbinc happy)

17 years agofilter out short name brakets in record filenames
Andreas Monzner [Mon, 9 Jan 2006 18:39:01 +0000 (18:39 +0000)]
filter out short name brakets in record filenames

17 years agoadd subservice selection to timer (when linkage services are avail for the selected...
Andreas Monzner [Sun, 8 Jan 2006 14:55:16 +0000 (14:55 +0000)]
add subservice selection to timer (when linkage services are avail for the selected event)
better layout in timerlist (more space for service name and event description)

17 years agofix
Andreas Monzner [Sat, 7 Jan 2006 17:58:30 +0000 (17:58 +0000)]
fix

17 years agoadd support for private epg
Andreas Monzner [Sat, 7 Jan 2006 16:34:46 +0000 (16:34 +0000)]
add support for private epg

17 years agoi think it is not fatal when a socketnotifier doesnt handle all POLL signals (like...
Andreas Monzner [Sat, 7 Jan 2006 16:21:05 +0000 (16:21 +0000)]
i think it is not fatal when a socketnotifier doesnt handle all POLL signals (like POLLERR or POLLHUP)

17 years agofix screens without a module
Stefan Pluecken [Fri, 6 Jan 2006 22:32:57 +0000 (22:32 +0000)]
fix screens without a module

17 years agomake epg toggling configurable (default set to unusable epg on INFO key)
Stefan Pluecken [Fri, 6 Jan 2006 22:20:37 +0000 (22:20 +0000)]
make epg toggling configurable (default set to unusable epg on INFO key)

17 years agoshow servicename and clock in radio player
Andreas Monzner [Fri, 6 Jan 2006 18:32:06 +0000 (18:32 +0000)]
show servicename and clock in radio player

17 years agoplugins can register their own menu now
Stefan Pluecken [Fri, 6 Jan 2006 15:48:47 +0000 (15:48 +0000)]
plugins can register their own menu now
menus have their own id now
the update plugin for example adds a menu item to the Setup menu with the id "setup"

17 years agofix store previous radio root
Andreas Monzner [Fri, 6 Jan 2006 15:45:22 +0000 (15:45 +0000)]
fix store previous radio root

17 years agojust one bouquet at moment
Andreas Monzner [Fri, 6 Jan 2006 15:28:07 +0000 (15:28 +0000)]
just one bouquet at moment

17 years agonicer radio player
Andreas Monzner [Fri, 6 Jan 2006 15:24:27 +0000 (15:24 +0000)]
nicer radio player

17 years agofix simple scan and multi sat scan
Stefan Pluecken [Fri, 6 Jan 2006 10:23:07 +0000 (10:23 +0000)]
fix simple scan and multi sat scan

17 years agoenable manual search when nims are configured in advanced mode
Stefan Pluecken [Fri, 6 Jan 2006 09:54:19 +0000 (09:54 +0000)]
enable manual search when nims are configured in advanced mode
simple scan will follow

17 years agoi think runLoop is better :)
Andreas Monzner [Thu, 5 Jan 2006 22:20:37 +0000 (22:20 +0000)]
i think runLoop is better :)

17 years agomake our event loop compatible to my new twisted reactor core
Felix Domke [Thu, 5 Jan 2006 21:34:48 +0000 (21:34 +0000)]
make our event loop compatible to my new twisted reactor core

17 years agoadd radio player
Andreas Monzner [Thu, 5 Jan 2006 20:28:04 +0000 (20:28 +0000)]
add radio player
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 ? ! ?

17 years agonicer
Andreas Monzner [Thu, 5 Jan 2006 20:24:32 +0000 (20:24 +0000)]
nicer

17 years agolicense: add preliminary license
Felix Domke [Thu, 5 Jan 2006 15:55:11 +0000 (15:55 +0000)]
license: add preliminary license

17 years agoremove ancient docs
Felix Domke [Thu, 5 Jan 2006 15:34:51 +0000 (15:34 +0000)]
remove ancient docs

17 years agofix
Andreas Monzner [Wed, 4 Jan 2006 23:18:50 +0000 (23:18 +0000)]
fix

17 years agofix lookupEvent.. now we can query previous and next event
Andreas Monzner [Wed, 4 Jan 2006 23:18:09 +0000 (23:18 +0000)]
fix lookupEvent.. now we can query previous and next event

17 years agoleave update plugin with ok button after the update process (we entered it with ok...
Stefan Pluecken [Wed, 4 Jan 2006 22:55:19 +0000 (22:55 +0000)]
leave update plugin with ok button after the update process (we entered it with ok, so we leave it with ok)

17 years agodisplay movie list when pressing video button in movie player
Stefan Pluecken [Wed, 4 Jan 2006 22:52:35 +0000 (22:52 +0000)]
display movie list when pressing video button in movie player
only way to leave movieplayer is now by pressing the tv key

17 years agojust kidding :)
Stefan Pluecken [Wed, 4 Jan 2006 22:30:07 +0000 (22:30 +0000)]
just kidding :)

17 years agoleave channelselection with up/down key
Stefan Pluecken [Wed, 4 Jan 2006 22:29:36 +0000 (22:29 +0000)]
leave channelselection with up/down key

17 years agoleave menu with menu button
Stefan Pluecken [Wed, 4 Jan 2006 22:28:36 +0000 (22:28 +0000)]
leave menu with menu button

17 years agoremove info info
Stefan Pluecken [Wed, 4 Jan 2006 22:25:03 +0000 (22:25 +0000)]
remove info info

17 years agoreload bouquets in python to enable the default bouquets
Stefan Pluecken [Wed, 4 Jan 2006 21:59:18 +0000 (21:59 +0000)]
reload bouquets in python to enable the default bouquets

17 years agoexport eDVBDB to python ( for reloadServicelist and reloadBouquets )
Andreas Monzner [Wed, 4 Jan 2006 21:33:19 +0000 (21:33 +0000)]
export eDVBDB to python ( for reloadServicelist and reloadBouquets )

17 years agofix init button in hdd setup
Stefan Pluecken [Wed, 4 Jan 2006 18:00:38 +0000 (18:00 +0000)]
fix init button in hdd setup

17 years agofix
Andreas Monzner [Tue, 3 Jan 2006 15:48:39 +0000 (15:48 +0000)]
fix

17 years agosmall fix
Andreas Monzner [Tue, 3 Jan 2006 15:28:15 +0000 (15:28 +0000)]
small fix

17 years agofix skin
Stefan Pluecken [Tue, 3 Jan 2006 13:47:40 +0000 (13:47 +0000)]
fix skin

17 years agotranslations
Stefan Pluecken [Tue, 3 Jan 2006 13:16:06 +0000 (13:16 +0000)]
translations

17 years agoretry the waiting message
Stefan Pluecken [Tue, 3 Jan 2006 12:57:23 +0000 (12:57 +0000)]
retry the waiting message

17 years agofix typo
Stefan Pluecken [Tue, 3 Jan 2006 12:24:38 +0000 (12:24 +0000)]
fix typo

17 years agodisplay "please wait" message in movieselection while hdd spins up
Stefan Pluecken [Tue, 3 Jan 2006 12:19:14 +0000 (12:19 +0000)]
display "please wait" message in movieselection while hdd spins up

17 years agofix hdd initialize button
Stefan Pluecken [Tue, 3 Jan 2006 11:36:12 +0000 (11:36 +0000)]
fix hdd initialize button
change "Abbrechen" to "Abbruch" to fit onto the pixmap
fix videomode after standby

17 years agoreset the colorformat after av input switch to workaround a bug in the avs driver
Stefan Pluecken [Tue, 3 Jan 2006 11:29:26 +0000 (11:29 +0000)]
reset the colorformat after av input switch to workaround a bug in the avs driver

17 years agostore and use previous selected audio pid
Andreas Monzner [Tue, 3 Jan 2006 11:23:46 +0000 (11:23 +0000)]
store and use previous selected audio pid

17 years agoupdate plugin is now very user friendly :)
Stefan Pluecken [Tue, 3 Jan 2006 11:09:06 +0000 (11:09 +0000)]
update plugin is now very user friendly :)

17 years agouse default service types for filtering in bouquets
Andreas Monzner [Mon, 2 Jan 2006 22:31:02 +0000 (22:31 +0000)]
use default service types for filtering in bouquets

17 years agoEurosport and Euronews are now placed on a new transponder
Andreas Monzner [Mon, 2 Jan 2006 22:27:07 +0000 (22:27 +0000)]
Eurosport and Euronews are now placed on a new transponder
add Nickelodeon

17 years agos/Thanx/Thanks/
Andreas Oberritter [Mon, 2 Jan 2006 17:31:45 +0000 (17:31 +0000)]
s/Thanx/Thanks/

17 years agoadd missing import
Stefan Pluecken [Mon, 2 Jan 2006 16:49:07 +0000 (16:49 +0000)]
add missing import

17 years agoupdate ok and cancel in the timer editor
Stefan Pluecken [Mon, 2 Jan 2006 16:48:29 +0000 (16:48 +0000)]
update ok and cancel in the timer editor

17 years agofix add to favs
Stefan Pluecken [Mon, 2 Jan 2006 16:36:24 +0000 (16:36 +0000)]
fix add to favs

17 years agoresize cancel and init button
Stefan Pluecken [Mon, 2 Jan 2006 16:30:04 +0000 (16:30 +0000)]
resize cancel and init button

17 years agobeautify the ok, cancel and initialize buttons
Stefan Pluecken [Mon, 2 Jan 2006 16:05:20 +0000 (16:05 +0000)]
beautify the ok, cancel and initialize buttons

17 years agoupdate the plugin-images
Stefan Pluecken [Mon, 2 Jan 2006 14:02:22 +0000 (14:02 +0000)]
update the plugin-images

17 years agotoggle between epg types with info
Stefan Pluecken [Mon, 2 Jan 2006 13:08:25 +0000 (13:08 +0000)]
toggle between epg types with info

17 years agouse PyObject_Callback instead of PyEval_Callback (memleak fix?)
Andreas Monzner [Mon, 2 Jan 2006 12:12:50 +0000 (12:12 +0000)]
use PyObject_Callback instead of PyEval_Callback (memleak fix?)

17 years agodont use queryEPG callback (no more memleak? or smaller mem leak?)
Andreas Monzner [Mon, 2 Jan 2006 12:03:44 +0000 (12:03 +0000)]
dont use queryEPG callback (no more memleak? or smaller mem leak?)

17 years agoadd two native python epg views
Andreas Monzner [Mon, 2 Jan 2006 11:45:49 +0000 (11:45 +0000)]
add two native python epg views

17 years agoadd type to python multi content entrys
Andreas Monzner [Mon, 2 Jan 2006 11:43:42 +0000 (11:43 +0000)]
add type to python multi content entrys

17 years agomake tmbinc happy
Stefan Pluecken [Sun, 1 Jan 2006 21:15:40 +0000 (21:15 +0000)]
make tmbinc happy

17 years agoreduce size of config file from 100k to some bytes... we just save non default values...
Stefan Pluecken [Sun, 1 Jan 2006 21:08:24 +0000 (21:08 +0000)]
reduce size of config file from 100k to some bytes... we just save non default values now which arises some problems... but
size matters :)

17 years agolcd: fix LCD invert again
Felix Domke [Sun, 1 Jan 2006 21:03:57 +0000 (21:03 +0000)]
lcd: fix LCD invert again

17 years agoremove debug print
Stefan Pluecken [Sun, 1 Jan 2006 20:53:38 +0000 (20:53 +0000)]
remove debug print

17 years agocheck for validity of parameter
Stefan Pluecken [Sun, 1 Jan 2006 20:49:13 +0000 (20:49 +0000)]
check for validity of parameter