Stefan Pluecken [Tue, 20 Mar 2007 21:42:22 +0000 (21:42 +0000)]
fix hardcoded path
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)
Stefan Pluecken [Tue, 20 Mar 2007 17:28:19 +0000 (17:28 +0000)]
allow setting a menu entry name for network setup plugins
Andreas Monzner [Tue, 20 Mar 2007 15:56:44 +0000 (15:56 +0000)]
small fix
Andreas Monzner [Tue, 20 Mar 2007 15:32:35 +0000 (15:32 +0000)]
cleanup / apply timeoffsets to twisted timer too
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"
Stefan Pluecken [Mon, 19 Mar 2007 18:10:51 +0000 (18:10 +0000)]
remove wireless plugin
Stefan Pluecken [Mon, 19 Mar 2007 18:06:38 +0000 (18:06 +0000)]
*** empty log message ***
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
Felix Domke [Sat, 17 Mar 2007 14:23:11 +0000 (14:23 +0000)]
don't crash when no libneonhttpsrc installed
Felix Domke [Thu, 15 Mar 2007 02:37:55 +0000 (02:37 +0000)]
fix typo
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
Felix Domke [Thu, 15 Mar 2007 00:43:26 +0000 (00:43 +0000)]
improve seek accuracy
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
Felix Domke [Mon, 12 Mar 2007 16:54:35 +0000 (16:54 +0000)]
by default, only backup settings.
Felix Domke [Thu, 1 Mar 2007 18:15:31 +0000 (18:15 +0000)]
revert to standard skin on assertion faliures
Felix Domke [Thu, 1 Mar 2007 17:47:57 +0000 (17:47 +0000)]
update ca language
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
Andreas Monzner [Tue, 27 Feb 2007 15:39:02 +0000 (15:39 +0000)]
add lock for smp safety
Andreas Monzner [Tue, 27 Feb 2007 10:13:39 +0000 (10:13 +0000)]
more complete default favourite list (for german)
Andreas Monzner [Tue, 27 Feb 2007 10:11:41 +0000 (10:11 +0000)]
add optimized addref / release for x86
Andreas Monzner [Mon, 26 Feb 2007 20:01:06 +0000 (20:01 +0000)]
compile fixes for old dvb api (7020....)
Felix Domke [Sun, 25 Feb 2007 21:27:59 +0000 (21:27 +0000)]
fix docs (aber das hat bisher eh niemanden interessiert)
Stefan Pluecken [Sun, 25 Feb 2007 19:16:25 +0000 (19:16 +0000)]
remove improper print
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)
Stefan Pluecken [Wed, 21 Feb 2007 19:58:06 +0000 (19:58 +0000)]
ignore unknown nim types in /proc/bus/nim_sockets
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
Felix Domke [Mon, 19 Feb 2007 22:14:17 +0000 (22:14 +0000)]
update ca language
Andreas Monzner [Sun, 18 Feb 2007 09:59:53 +0000 (09:59 +0000)]
remove unneeded code
Andreas Monzner [Sun, 18 Feb 2007 09:48:54 +0000 (09:48 +0000)]
add ability to read e1 bouquets
Andreas Monzner [Sat, 17 Feb 2007 18:55:26 +0000 (18:55 +0000)]
zaptimers now do wakeup the box from standby and deepstandby
Andreas Monzner [Fri, 16 Feb 2007 17:15:24 +0000 (17:15 +0000)]
remove unneeded voodoo
Andreas Monzner [Fri, 16 Feb 2007 17:09:54 +0000 (17:09 +0000)]
erase /hdd/epg.dat after read
Andreas Monzner [Thu, 15 Feb 2007 12:15:22 +0000 (12:15 +0000)]
fix typo
Andreas Monzner [Thu, 15 Feb 2007 12:13:29 +0000 (12:13 +0000)]
increase limits
Andreas Monzner [Thu, 15 Feb 2007 12:04:29 +0000 (12:04 +0000)]
add (Expert) Satellite Equipment Setup for change some
delays/timeouts/retries
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)
Andreas Monzner [Wed, 14 Feb 2007 11:20:56 +0000 (11:20 +0000)]
make retransmit rotor diseqc command retries changable
Andreas Monzner [Wed, 14 Feb 2007 11:08:08 +0000 (11:08 +0000)]
small change
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
Andreas Monzner [Thu, 8 Feb 2007 21:23:11 +0000 (21:23 +0000)]
fix possible bluescreen
Andreas Monzner [Thu, 8 Feb 2007 21:14:54 +0000 (21:14 +0000)]
fix bug in alternative services
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
Andreas Monzner [Wed, 7 Feb 2007 01:05:54 +0000 (01:05 +0000)]
parental locking fixes
Andreas Monzner [Mon, 5 Feb 2007 21:40:12 +0000 (21:40 +0000)]
convert parental black/whitelist to uppercase on file read
Stefan Pluecken [Sun, 4 Feb 2007 22:19:04 +0000 (22:19 +0000)]
prepare skinning of python GUIComponents
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
Andreas Monzner [Wed, 31 Jan 2007 16:20:28 +0000 (16:20 +0000)]
fix possible blue screen
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
Felix Domke [Thu, 25 Jan 2007 06:43:16 +0000 (06:43 +0000)]
language update
Felix Domke [Wed, 24 Jan 2007 00:26:29 +0000 (00:26 +0000)]
service menu layout fix
Andreas Monzner [Tue, 23 Jan 2007 22:37:33 +0000 (22:37 +0000)]
double size of renderbuffer
Andreas Monzner [Tue, 23 Jan 2007 21:19:47 +0000 (21:19 +0000)]
wakeup gdi thread when the renderbuffer is full
Felix Domke [Tue, 23 Jan 2007 16:07:41 +0000 (16:07 +0000)]
update german language
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)
Andreas Monzner [Mon, 22 Jan 2007 18:15:33 +0000 (18:15 +0000)]
mainloop cleanup/speedup
Andreas Monzner [Mon, 22 Jan 2007 18:14:40 +0000 (18:14 +0000)]
small speedup
Andreas Monzner [Sun, 21 Jan 2007 00:14:48 +0000 (00:14 +0000)]
fix non working code
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)
Andreas Monzner [Sat, 20 Jan 2007 01:12:10 +0000 (01:12 +0000)]
small speedup
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
Andreas Monzner [Fri, 19 Jan 2007 01:10:09 +0000 (01:10 +0000)]
fix bluescreen on end of timer with afterevent standby (typo) :(
Andreas Monzner [Thu, 18 Jan 2007 13:49:44 +0000 (13:49 +0000)]
do not add (type == X) to new created alternatives..
Andreas Monzner [Thu, 18 Jan 2007 13:28:37 +0000 (13:28 +0000)]
revert non working code
Andreas Monzner [Thu, 18 Jan 2007 12:29:04 +0000 (12:29 +0000)]
add handling for alternative services
Andreas Monzner [Thu, 18 Jan 2007 00:20:13 +0000 (00:20 +0000)]
do not play running service again
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
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
Andreas Monzner [Thu, 18 Jan 2007 00:14:16 +0000 (00:14 +0000)]
no more crash when press ok in a empty choicebox
Andreas Monzner [Wed, 17 Jan 2007 00:04:07 +0000 (00:04 +0000)]
fix no more working extended event descriptions
Felix Domke [Tue, 16 Jan 2007 09:56:28 +0000 (09:56 +0000)]
update cs language
Felix Domke [Tue, 16 Jan 2007 01:20:57 +0000 (01:20 +0000)]
mark non-releases as dev
Andreas Monzner [Mon, 15 Jan 2007 23:30:57 +0000 (23:30 +0000)]
make code inline
Andreas Monzner [Mon, 15 Jan 2007 22:59:25 +0000 (22:59 +0000)]
abort radiotext parser when 20 seconds no ancillary data is received
Andreas Monzner [Mon, 15 Jan 2007 20:19:14 +0000 (20:19 +0000)]
use timedifference from eDVBLocalTimeHandler for time() calls in python
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
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
Andreas Monzner [Mon, 15 Jan 2007 15:55:33 +0000 (15:55 +0000)]
remove debug code
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
Andreas Monzner [Mon, 15 Jan 2007 15:41:16 +0000 (15:41 +0000)]
fix warning
Andreas Monzner [Sun, 14 Jan 2007 10:46:54 +0000 (10:46 +0000)]
remove unneeded workaround
Andreas Monzner [Sat, 13 Jan 2007 19:45:52 +0000 (19:45 +0000)]
fix non working use of configured system language for epg language
Andreas Monzner [Sat, 13 Jan 2007 01:01:08 +0000 (01:01 +0000)]
fix remove last entry in list
Andreas Monzner [Sat, 13 Jan 2007 01:00:22 +0000 (01:00 +0000)]
show menucontext entries dependend of current selected entry
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
Andreas Monzner [Fri, 12 Jan 2007 21:44:43 +0000 (21:44 +0000)]
remove changes without any effect
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
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.
Andreas Monzner [Fri, 12 Jan 2007 15:38:43 +0000 (15:38 +0000)]
small cleanup
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
Andreas Monzner [Thu, 11 Jan 2007 22:32:11 +0000 (22:32 +0000)]
fix rfmod audio (on and off was swapped)
Andreas Monzner [Thu, 11 Jan 2007 13:36:58 +0000 (13:36 +0000)]
remove debug output
Andreas Monzner [Thu, 11 Jan 2007 12:55:30 +0000 (12:55 +0000)]
fix bluescreen
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
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
Andreas Monzner [Wed, 10 Jan 2007 21:35:23 +0000 (21:35 +0000)]
revert local debug changes
Andreas Monzner [Wed, 10 Jan 2007 21:33:01 +0000 (21:33 +0000)]
fix epgsearch
Andreas Monzner [Wed, 10 Jan 2007 20:11:12 +0000 (20:11 +0000)]
fix prev stupid change
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
Andreas Monzner [Wed, 10 Jan 2007 20:00:52 +0000 (20:00 +0000)]
fix typo