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
Andreas Monzner [Wed, 10 Jan 2007 19:36:20 +0000 (19:36 +0000)]
fix no more working displaying of used tuner for foreground service
Andreas Monzner [Wed, 10 Jan 2007 19:12:30 +0000 (19:12 +0000)]
non critical fixes (better memory handling)
Felix Domke [Tue, 9 Jan 2007 23:04:48 +0000 (23:04 +0000)]
add getHTML to ConfigIP
Felix Domke [Tue, 9 Jan 2007 22:54:32 +0000 (22:54 +0000)]
add StreamingM3U
Andreas Monzner [Tue, 9 Jan 2007 21:12:55 +0000 (21:12 +0000)]
no more hold unneeded descriptors in epgcache (lower memory consumption)
make eit event and private epg parser more robust
remove no more needed assertions
Felix Domke [Tue, 9 Jan 2007 02:08:11 +0000 (02:08 +0000)]
add StaticText source, which can be used as a simple way to forward values between web pages
Felix Domke [Tue, 9 Jan 2007 02:06:16 +0000 (02:06 +0000)]
add streaming link. you still need streamproxy (streamproxy.schwerkraft.elitedvb.net/) on port 8001
Felix Domke [Tue, 9 Jan 2007 01:59:25 +0000 (01:59 +0000)]
add dynamic m3u playlist
Felix Domke [Tue, 9 Jan 2007 01:17:04 +0000 (01:17 +0000)]
add cvsignore
Felix Domke [Tue, 9 Jan 2007 01:15:48 +0000 (01:15 +0000)]
add web/stream?StreamService=ref to stream service and output demux+pids. the (external) streaming proxy will pick up this data and send the TS
Felix Domke [Tue, 9 Jan 2007 01:14:13 +0000 (01:14 +0000)]
Add source and converter for streaming. Source/StreamService will start the streaming service 'record', Converter/Streaming will output current demux+pids.
Felix Domke [Tue, 9 Jan 2007 01:11:39 +0000 (01:11 +0000)]
use stand alone screens, and call execBegin/execEnd on web screens. Re-enable 3s newline ping until we have something better.
Felix Domke [Tue, 9 Jan 2007 01:10:56 +0000 (01:10 +0000)]
allow 'stand-alone' screens: they will receive execBegin/execEnd calls even when not being active on screen (for example for web screens)
Andreas Monzner [Mon, 8 Jan 2007 20:07:58 +0000 (20:07 +0000)]
no more crash when wakeup the box from standby
Andreas Monzner [Mon, 8 Jan 2007 19:12:24 +0000 (19:12 +0000)]
generate bluescreens on fatal cpp errors (assertions to)
Andreas Monzner [Mon, 8 Jan 2007 19:03:59 +0000 (19:03 +0000)]
add some assertions
try to fix eitevent descriptor splitting
increase epg database version number to avoid false positive matching
assertions
Andreas Monzner [Mon, 8 Jan 2007 18:49:28 +0000 (18:49 +0000)]
fix typo
Andreas Monzner [Mon, 8 Jan 2007 17:15:59 +0000 (17:15 +0000)]
much simpler fix..
Andreas Monzner [Mon, 8 Jan 2007 16:31:43 +0000 (16:31 +0000)]
better fix
Andreas Monzner [Mon, 8 Jan 2007 16:26:14 +0000 (16:26 +0000)]
fix following frequently bluescreen
File "/enigma2-1.0-r0/enigma2/lib/python/Screens/InfoBarGenerics.py", line
1917, in __tuneFailed
Notifications.AddPopup(text = error, type = MessageBox.TYPE_ERROR,
timeout = 5, id = "ZapError")
File "/enigma2-1.0-r0/enigma2/lib/python/Tools/Notifications.py", line 45,
in AddPopup
AddNotificationWithID(id, MessageBox, text = text, type = type, timeout
= timeout, close_on_any_key = True)
....
....
....
TypeError: in method 'eLabel_setText', argument 2 of type 'std::string
const &'
Andreas Monzner [Mon, 8 Jan 2007 11:57:48 +0000 (11:57 +0000)]
some thread related fixes
Andreas Monzner [Mon, 8 Jan 2007 11:56:57 +0000 (11:56 +0000)]
small fix
Felix Domke [Sun, 7 Jan 2007 22:43:05 +0000 (22:43 +0000)]
update es language
Felix Domke [Sun, 7 Jan 2007 21:20:57 +0000 (21:20 +0000)]
update languages (hr,da,is)
Andreas Monzner [Sun, 7 Jan 2007 16:29:50 +0000 (16:29 +0000)]
small fix
Andreas Monzner [Sun, 7 Jan 2007 16:23:11 +0000 (16:23 +0000)]
do not let the user leave the parental control setup when setup protection
is enabled but no pin is set and the same for service protection..
Andreas Monzner [Sun, 7 Jan 2007 13:03:31 +0000 (13:03 +0000)]
disable dvb type filtering by default for bouquets but its possible to add a
filtering in bouquet.tv or bouquets.radio
code cleanup
Andreas Monzner [Sun, 7 Jan 2007 10:52:46 +0000 (10:52 +0000)]
revert my language changes
Andreas Monzner [Sun, 7 Jan 2007 10:46:24 +0000 (10:46 +0000)]
actualize pot file
Andreas Monzner [Sun, 7 Jan 2007 02:03:48 +0000 (02:03 +0000)]
small fix
Andreas Monzner [Sun, 7 Jan 2007 02:02:44 +0000 (02:02 +0000)]
nice code
Stefan Pluecken [Sun, 7 Jan 2007 01:47:30 +0000 (01:47 +0000)]
fix typos
Andreas Monzner [Sun, 7 Jan 2007 01:30:15 +0000 (01:30 +0000)]
fix text
Andreas Monzner [Sun, 7 Jan 2007 01:28:51 +0000 (01:28 +0000)]
ask user before a recordtimer set the box to standby or deepstandby
Andreas Monzner [Sun, 7 Jan 2007 01:00:31 +0000 (01:00 +0000)]
take care of running recording before realy shutdown e2
Andreas Monzner [Sun, 7 Jan 2007 00:56:27 +0000 (00:56 +0000)]
do break lines
Andreas Monzner [Sun, 7 Jan 2007 00:54:50 +0000 (00:54 +0000)]
more reusable code
Andreas Monzner [Sun, 7 Jan 2007 00:52:05 +0000 (00:52 +0000)]
self.session is already defined by Screen
Andreas Monzner [Sun, 7 Jan 2007 00:37:43 +0000 (00:37 +0000)]
work on service events
Andreas Monzner [Sun, 7 Jan 2007 00:36:28 +0000 (00:36 +0000)]
small fix
Andreas Monzner [Sat, 6 Jan 2007 16:24:53 +0000 (16:24 +0000)]
one definition is enough
Andreas Monzner [Sat, 6 Jan 2007 10:15:56 +0000 (10:15 +0000)]
add much simpler solution for newly created Socketnotifiers in another
socketnotifier callback