enigma2.git
17 years agofix hardcoded path
Stefan Pluecken [Tue, 20 Mar 2007 21:42:22 +0000 (21:42 +0000)]
fix hardcoded path

17 years agosome fixes for the new network configuration
Stefan Pluecken [Tue, 20 Mar 2007 21:38:37 +0000 (21:38 +0000)]
some fixes for the new network configuration

adding Reichi's WirelessLan configuration plugin (not yet fully functional)

17 years agoallow setting a menu entry name for network setup plugins
Stefan Pluecken [Tue, 20 Mar 2007 17:28:19 +0000 (17:28 +0000)]
allow setting a menu entry name for network setup plugins

17 years agosmall fix
Andreas Monzner [Tue, 20 Mar 2007 15:56:44 +0000 (15:56 +0000)]
small fix

17 years agocleanup / apply timeoffsets to twisted timer too
Andreas Monzner [Tue, 20 Mar 2007 15:32:35 +0000 (15:32 +0000)]
cleanup / apply timeoffsets to twisted timer too

17 years agoplugins are now able to add device specific text to /etc/networking/interfaces
Stefan Pluecken [Mon, 19 Mar 2007 18:56:16 +0000 (18:56 +0000)]
plugins are now able to add device specific text to /etc/networking/interfaces
example:

where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings}

with
def PluginFunction(session, iface):
session.open(<MainPlugin>, iface)

def callFunction(iface):
if <iface is supported by plugin>:
return PluginFunction
else:
return None

def configSrings(iface):
return "# would add this to adapter iface into /etc/networking/interfaces"

17 years agoremove wireless plugin
Stefan Pluecken [Mon, 19 Mar 2007 18:10:51 +0000 (18:10 +0000)]
remove wireless plugin

17 years ago*** empty log message ***
Stefan Pluecken [Mon, 19 Mar 2007 18:06:38 +0000 (18:06 +0000)]
*** empty log message ***

17 years agonetwork setup rewrite... adds support for multiple devices and an extended setup...
Stefan Pluecken [Mon, 19 Mar 2007 18:06:13 +0000 (18:06 +0000)]
network setup rewrite... adds support for multiple devices and an extended setup via plugins

17 years agodon't crash when no libneonhttpsrc installed
Felix Domke [Sat, 17 Mar 2007 14:23:11 +0000 (14:23 +0000)]
don't crash when no libneonhttpsrc installed

17 years agofix typo
Felix Domke [Thu, 15 Mar 2007 02:37:55 +0000 (02:37 +0000)]
fix typo

17 years agoalso use PCR (optionally), don't use non-video, non-audio streams, fix improper sampl...
Felix Domke [Thu, 15 Mar 2007 02:37:39 +0000 (02:37 +0000)]
also use PCR (optionally), don't use non-video, non-audio streams, fix improper samples when no boundaries are known

17 years agoimprove seek accuracy
Felix Domke [Thu, 15 Mar 2007 00:43:26 +0000 (00:43 +0000)]
improve seek accuracy

17 years agohopefully fix false positive "currently a timer is running.. or starts in a
Andreas Monzner [Wed, 14 Mar 2007 10:38:46 +0000 (10:38 +0000)]
hopefully fix false positive "currently a timer is running.. or starts in a
few seconds" message on enigma shutdown

17 years agoby default, only backup settings.
Felix Domke [Mon, 12 Mar 2007 16:54:35 +0000 (16:54 +0000)]
by default, only backup settings.

17 years agorevert to standard skin on assertion faliures
Felix Domke [Thu, 1 Mar 2007 18:15:31 +0000 (18:15 +0000)]
revert to standard skin on assertion faliures

17 years agoupdate ca language
Felix Domke [Thu, 1 Mar 2007 17:47:57 +0000 (17:47 +0000)]
update ca language

17 years agoadd support for non-wrapping labels, add debug assert for incomplete skins
Felix Domke [Thu, 1 Mar 2007 17:38:13 +0000 (17:38 +0000)]
add support for non-wrapping labels, add debug assert for incomplete skins

17 years agoadd lock for smp safety
Andreas Monzner [Tue, 27 Feb 2007 15:39:02 +0000 (15:39 +0000)]
add lock for smp safety

17 years agomore complete default favourite list (for german)
Andreas Monzner [Tue, 27 Feb 2007 10:13:39 +0000 (10:13 +0000)]
more complete default favourite list (for german)

17 years agoadd optimized addref / release for x86
Andreas Monzner [Tue, 27 Feb 2007 10:11:41 +0000 (10:11 +0000)]
add optimized addref / release for x86

17 years agocompile fixes for old dvb api (7020....)
Andreas Monzner [Mon, 26 Feb 2007 20:01:06 +0000 (20:01 +0000)]
compile fixes for old dvb api (7020....)

17 years agofix docs (aber das hat bisher eh niemanden interessiert)
Felix Domke [Sun, 25 Feb 2007 21:27:59 +0000 (21:27 +0000)]
fix docs (aber das hat bisher eh niemanden interessiert)

17 years agoremove improper print
Stefan Pluecken [Sun, 25 Feb 2007 19:16:25 +0000 (19:16 +0000)]
remove improper print

17 years agomore generic Components/Network.py for allowing other interface names (thx to Reichi)
Stefan Pluecken [Sun, 25 Feb 2007 19:15:50 +0000 (19:15 +0000)]
more generic Components/Network.py for allowing other interface names (thx to Reichi)

17 years agoignore unknown nim types in /proc/bus/nim_sockets
Stefan Pluecken [Wed, 21 Feb 2007 19:58:06 +0000 (19:58 +0000)]
ignore unknown nim types in /proc/bus/nim_sockets

17 years agoprevent bluescreen happening when trying to set the progess slider with
Stefan Pluecken [Wed, 21 Feb 2007 18:29:28 +0000 (18:29 +0000)]
prevent bluescreen happening when trying to set the progess slider with
no progress points set by initializing the sliderPackages attribute
with an empty dict

17 years agoupdate ca language
Felix Domke [Mon, 19 Feb 2007 22:14:17 +0000 (22:14 +0000)]
update ca language

17 years agoremove unneeded code
Andreas Monzner [Sun, 18 Feb 2007 09:59:53 +0000 (09:59 +0000)]
remove unneeded code

17 years agoadd ability to read e1 bouquets
Andreas Monzner [Sun, 18 Feb 2007 09:48:54 +0000 (09:48 +0000)]
add ability to read e1 bouquets

17 years agozaptimers now do wakeup the box from standby and deepstandby
Andreas Monzner [Sat, 17 Feb 2007 18:55:26 +0000 (18:55 +0000)]
zaptimers now do wakeup the box from standby and deepstandby

17 years agoremove unneeded voodoo
Andreas Monzner [Fri, 16 Feb 2007 17:15:24 +0000 (17:15 +0000)]
remove unneeded voodoo

17 years agoerase /hdd/epg.dat after read
Andreas Monzner [Fri, 16 Feb 2007 17:09:54 +0000 (17:09 +0000)]
erase /hdd/epg.dat after read

17 years agofix typo
Andreas Monzner [Thu, 15 Feb 2007 12:15:22 +0000 (12:15 +0000)]
fix typo

17 years agoincrease limits
Andreas Monzner [Thu, 15 Feb 2007 12:13:29 +0000 (12:13 +0000)]
increase limits

17 years agoadd (Expert) Satellite Equipment Setup for change some
Andreas Monzner [Thu, 15 Feb 2007 12:04:29 +0000 (12:04 +0000)]
add (Expert) Satellite Equipment Setup for change some
delays/timeouts/retries

17 years agoone motor command retrie should be enough (in normal case no retrie is
Andreas Monzner [Wed, 14 Feb 2007 11:32:43 +0000 (11:32 +0000)]
one motor command retrie should be enough (in normal case no retrie is
needed)

17 years agomake retransmit rotor diseqc command retries changable
Andreas Monzner [Wed, 14 Feb 2007 11:20:56 +0000 (11:20 +0000)]
make retransmit rotor diseqc command retries changable

17 years agosmall change
Andreas Monzner [Wed, 14 Feb 2007 11:08:08 +0000 (11:08 +0000)]
small change

17 years agomake some diseqc / continuous tone / toneburst / rotor values (delays,
Andreas Monzner [Wed, 14 Feb 2007 10:55:05 +0000 (10:55 +0000)]
make some diseqc / continuous tone / toneburst / rotor values (delays,
timeouts) configurable via /etc/enigma2
for name of the config entries look at lib/python/Components/NimManager.py
in InitSecParams function
TODO: build a simple Plugin to change this values via gui (with a description
for each value)
Hopefully now we can get rid of the "Tune failed" or other messages with some diseqc
switches

17 years agofix possible bluescreen
Andreas Monzner [Thu, 8 Feb 2007 21:23:11 +0000 (21:23 +0000)]
fix possible bluescreen

17 years agofix bug in alternative services
Andreas Monzner [Thu, 8 Feb 2007 21:14:54 +0000 (21:14 +0000)]
fix bug in alternative services

17 years agofix ok/cancel handling in Sleep Timer Dialog
Andreas Monzner [Wed, 7 Feb 2007 01:42:27 +0000 (01:42 +0000)]
fix ok/cancel handling in Sleep Timer Dialog
show correct message when close sleep timer dialog with ok button

17 years agoparental locking fixes
Andreas Monzner [Wed, 7 Feb 2007 01:05:54 +0000 (01:05 +0000)]
parental locking fixes

17 years agoconvert parental black/whitelist to uppercase on file read
Andreas Monzner [Mon, 5 Feb 2007 21:40:12 +0000 (21:40 +0000)]
convert parental black/whitelist to uppercase on file read

17 years agoprepare skinning of python GUIComponents
Stefan Pluecken [Sun, 4 Feb 2007 22:19:04 +0000 (22:19 +0000)]
prepare skinning of python GUIComponents

17 years agomove getNextRecordingTime to correct place,
Andreas Monzner [Fri, 2 Feb 2007 15:28:52 +0000 (15:28 +0000)]
move getNextRecordingTime to correct place,
no more crash when try to change a running sleeptimer

17 years agofix possible blue screen
Andreas Monzner [Wed, 31 Jan 2007 16:20:28 +0000 (16:20 +0000)]
fix possible blue screen

17 years agoadd a workaround to ensure that the filepush thread take notice of the
Andreas Monzner [Tue, 30 Jan 2007 23:32:15 +0000 (23:32 +0000)]
add a workaround to ensure that the filepush thread take notice of the
stop thread signal even when no syscall is in progress

17 years agolanguage update
Felix Domke [Thu, 25 Jan 2007 06:43:16 +0000 (06:43 +0000)]
language update

17 years agoservice menu layout fix
Felix Domke [Wed, 24 Jan 2007 00:26:29 +0000 (00:26 +0000)]
service menu layout fix

17 years agodouble size of renderbuffer
Andreas Monzner [Tue, 23 Jan 2007 22:37:33 +0000 (22:37 +0000)]
double size of renderbuffer

17 years agowakeup gdi thread when the renderbuffer is full
Andreas Monzner [Tue, 23 Jan 2007 21:19:47 +0000 (21:19 +0000)]
wakeup gdi thread when the renderbuffer is full

17 years agoupdate german language
Felix Domke [Tue, 23 Jan 2007 16:07:41 +0000 (16:07 +0000)]
update german language

17 years agomove lcd windowstyle to skin_default.xml (fast workaround for non correct
Andreas Monzner [Mon, 22 Jan 2007 23:40:56 +0000 (23:40 +0000)]
move lcd windowstyle to skin_default.xml (fast workaround for non correct
lcd in other than our default skin)

17 years agomainloop cleanup/speedup
Andreas Monzner [Mon, 22 Jan 2007 18:15:33 +0000 (18:15 +0000)]
mainloop cleanup/speedup

17 years agosmall speedup
Andreas Monzner [Mon, 22 Jan 2007 18:14:40 +0000 (18:14 +0000)]
small speedup

17 years agofix non working code
Andreas Monzner [Sun, 21 Jan 2007 00:14:48 +0000 (00:14 +0000)]
fix non working code

17 years agofix getLinkageService
Andreas Monzner [Sat, 20 Jan 2007 17:25:49 +0000 (17:25 +0000)]
fix getLinkageService
(blue screen when try to add a Timer with Subservices)

17 years agosmall speedup
Andreas Monzner [Sat, 20 Jan 2007 01:12:10 +0000 (01:12 +0000)]
small speedup

17 years agofix bluescreen when try to start a manual scan and a service is selected but
Andreas Monzner [Sat, 20 Jan 2007 01:01:30 +0000 (01:01 +0000)]
fix bluescreen when try to start a manual scan and a service is selected but
not tuned

17 years agofix bluescreen on end of timer with afterevent standby (typo) :(
Andreas Monzner [Fri, 19 Jan 2007 01:10:09 +0000 (01:10 +0000)]
fix bluescreen on end of timer with afterevent standby (typo) :(

17 years agodo not add (type == X) to new created alternatives..
Andreas Monzner [Thu, 18 Jan 2007 13:49:44 +0000 (13:49 +0000)]
do not add (type == X) to new created alternatives..

17 years agorevert non working code
Andreas Monzner [Thu, 18 Jan 2007 13:28:37 +0000 (13:28 +0000)]
revert non working code

17 years agoadd handling for alternative services
Andreas Monzner [Thu, 18 Jan 2007 12:29:04 +0000 (12:29 +0000)]
add handling for alternative services

17 years agodo not play running service again
Andreas Monzner [Thu, 18 Jan 2007 00:20:13 +0000 (00:20 +0000)]
do not play running service again

17 years agolower prio for subservice quickzap actions (needed for working seek actions)
Andreas Monzner [Thu, 18 Jan 2007 00:19:35 +0000 (00:19 +0000)]
lower prio for subservice quickzap actions (needed for working seek actions)
remove unneeded stopservice

17 years agoswitch of infobarseek actions by default, lower prio for show/hide actions
Andreas Monzner [Thu, 18 Jan 2007 00:17:10 +0000 (00:17 +0000)]
switch of infobarseek actions by default, lower prio for show/hide actions

17 years agono more crash when press ok in a empty choicebox
Andreas Monzner [Thu, 18 Jan 2007 00:14:16 +0000 (00:14 +0000)]
no more crash when press ok in a empty choicebox

17 years agofix no more working extended event descriptions
Andreas Monzner [Wed, 17 Jan 2007 00:04:07 +0000 (00:04 +0000)]
fix no more working extended event descriptions

17 years agoupdate cs language
Felix Domke [Tue, 16 Jan 2007 09:56:28 +0000 (09:56 +0000)]
update cs language

17 years agomark non-releases as dev
Felix Domke [Tue, 16 Jan 2007 01:20:57 +0000 (01:20 +0000)]
mark non-releases as dev

17 years agomake code inline
Andreas Monzner [Mon, 15 Jan 2007 23:30:57 +0000 (23:30 +0000)]
make code inline

17 years agoabort radiotext parser when 20 seconds no ancillary data is received
Andreas Monzner [Mon, 15 Jan 2007 22:59:25 +0000 (22:59 +0000)]
abort radiotext parser when 20 seconds no ancillary data is received

17 years agouse timedifference from eDVBLocalTimeHandler for time() calls in python
Andreas Monzner [Mon, 15 Jan 2007 20:19:14 +0000 (20:19 +0000)]
use timedifference from eDVBLocalTimeHandler for time() calls in python

17 years agowhen the system time on e2 startup seems valid (> 1.1.2004) we use this time
Andreas Monzner [Mon, 15 Jan 2007 19:36:42 +0000 (19:36 +0000)]
when the system time on e2 startup seems valid (> 1.1.2004) we use this time
as time reference for the internal transponder time correction.. so the
systemtime stays valid on startup from deepstandby on a transponder with
incorrect transponder time transmission

17 years agoa zap timer is not a record timer (this fixes the no more working e2 shutdown
Andreas Monzner [Mon, 15 Jan 2007 17:03:58 +0000 (17:03 +0000)]
a zap timer is not a record timer (this fixes the no more working e2 shutdown
 when a zap timer has zapped but the nowtime is smaller than the event endtime

17 years agoremove debug code
Andreas Monzner [Mon, 15 Jan 2007 15:55:33 +0000 (15:55 +0000)]
remove debug code

17 years agochange iFrontendInformation api
Andreas Monzner [Mon, 15 Jan 2007 15:51:19 +0000 (15:51 +0000)]
change iFrontendInformation api
getFrontendData(bool) is now splitted in three seperate calls
getFrontendData() returns the frontend number and frontend type in a dict
getFrontendStatus() return signal quality, signal power, bit error rate,
lock state, sync state, frontend state in a dict
getTransponderData(bool) when the bool is true it returns a dict with the
original tuned transponder data, when false the transponderdata read out
from the frontend driver
getAll(bool) is a sum of the three single calls and the direct replacement
of the old getFrontendData call

17 years agofix warning
Andreas Monzner [Mon, 15 Jan 2007 15:41:16 +0000 (15:41 +0000)]
fix warning

17 years agoremove unneeded workaround
Andreas Monzner [Sun, 14 Jan 2007 10:46:54 +0000 (10:46 +0000)]
remove unneeded workaround

17 years agofix non working use of configured system language for epg language
Andreas Monzner [Sat, 13 Jan 2007 19:45:52 +0000 (19:45 +0000)]
fix non working use of configured system language for epg language

17 years agofix remove last entry in list
Andreas Monzner [Sat, 13 Jan 2007 01:01:08 +0000 (01:01 +0000)]
fix remove last entry in list

17 years agoshow menucontext entries dependend of current selected entry
Andreas Monzner [Sat, 13 Jan 2007 01:00:22 +0000 (01:00 +0000)]
show menucontext entries dependend of current selected entry

17 years agofix show/hide scrollbar in automatic mode when entry was added/removed
Andreas Monzner [Sat, 13 Jan 2007 00:59:14 +0000 (00:59 +0000)]
fix show/hide scrollbar in automatic mode when entry was added/removed

17 years agoremove changes without any effect
Andreas Monzner [Fri, 12 Jan 2007 21:44:43 +0000 (21:44 +0000)]
remove changes without any effect

17 years agodon't offer to install already installed plugins in the plugin installer
Stefan Pluecken [Fri, 12 Jan 2007 21:23:20 +0000 (21:23 +0000)]
don't offer to install already installed plugins in the plugin installer

17 years agodo not install web interface, as it's in another cvs now.
Felix Domke [Fri, 12 Jan 2007 17:37:44 +0000 (17:37 +0000)]
do not install web interface, as it's in another cvs now.

17 years agosmall cleanup
Andreas Monzner [Fri, 12 Jan 2007 15:38:43 +0000 (15:38 +0000)]
small cleanup

17 years agoget rid of unneede global keywords
Andreas Monzner [Fri, 12 Jan 2007 01:56:51 +0000 (01:56 +0000)]
get rid of unneede global keywords
fix non working shutdown after timerevent when the box is in standby

17 years agofix rfmod audio (on and off was swapped)
Andreas Monzner [Thu, 11 Jan 2007 22:32:11 +0000 (22:32 +0000)]
fix rfmod audio (on and off was swapped)

17 years agoremove debug output
Andreas Monzner [Thu, 11 Jan 2007 13:36:58 +0000 (13:36 +0000)]
remove debug output

17 years agofix bluescreen
Andreas Monzner [Thu, 11 Jan 2007 12:55:30 +0000 (12:55 +0000)]
fix bluescreen

17 years agofilter short name brakets in getContent ('N')
Andreas Monzner [Thu, 11 Jan 2007 12:50:19 +0000 (12:50 +0000)]
filter short name brakets in getContent ('N')
add possibility to get short names with getContent ('n')
the same for epg.search...
filter short name brakets in Converter/ServiceName

17 years agodo not call and create any python object when no python callback is
Andreas Monzner [Thu, 11 Jan 2007 00:25:55 +0000 (00:25 +0000)]
do not call and create any python object when no python callback is
connected

17 years agorevert local debug changes
Andreas Monzner [Wed, 10 Jan 2007 21:35:23 +0000 (21:35 +0000)]
revert local debug changes

17 years agofix epgsearch
Andreas Monzner [Wed, 10 Jan 2007 21:33:01 +0000 (21:33 +0000)]
fix epgsearch

17 years agofix prev stupid change
Andreas Monzner [Wed, 10 Jan 2007 20:11:12 +0000 (20:11 +0000)]
fix prev stupid change

17 years agohide NimA and NimB icon when no more tuner is in use
Andreas Monzner [Wed, 10 Jan 2007 20:07:54 +0000 (20:07 +0000)]
hide NimA and NimB icon when no more tuner is in use

17 years agofix typo
Andreas Monzner [Wed, 10 Jan 2007 20:00:52 +0000 (20:00 +0000)]
fix typo