enigma2.git
18 years agocomment out assertion as long no other solution for recursive close all open windows...
Andreas Monzner [Wed, 19 Apr 2006 18:30:19 +0000 (18:30 +0000)]
comment out assertion as long no other solution for recursive close all open windows is available
(used in ChannelSelection when service is added to specific bouquet via Context Menu, and used in MultiEPG when press exit after zap to specific service)

18 years agofix bluescreen when wizard ends
Andreas Monzner [Wed, 19 Apr 2006 00:12:13 +0000 (00:12 +0000)]
fix bluescreen when wizard ends
dont ask to scan 2nd NIM when both nims have the same satellites configured

18 years agorevert changes from some hours ago (aka disable PiP again)
Stefan Pluecken [Tue, 18 Apr 2006 22:59:36 +0000 (22:59 +0000)]
revert changes from some hours ago (aka disable PiP again)

18 years agoactivate blue button in info bar for extensions
Stefan Pluecken [Tue, 18 Apr 2006 19:58:06 +0000 (19:58 +0000)]
activate blue button in info bar for extensions

18 years agofix typo
Felix Domke [Tue, 18 Apr 2006 18:57:29 +0000 (18:57 +0000)]
fix typo

18 years agoreactivate non-working PiP to ease up testing (and fixing driver bugs\!) by TheDOC
Felix Domke [Tue, 18 Apr 2006 18:57:09 +0000 (18:57 +0000)]
reactivate non-working PiP to ease up testing (and fixing driver bugs\!) by TheDOC

18 years agofix Scart.py, add some asserts to find this kind of bugs earlier
Felix Domke [Tue, 18 Apr 2006 18:49:26 +0000 (18:49 +0000)]
fix Scart.py, add some asserts to find this kind of bugs earlier

18 years agofix newline
Felix Domke [Tue, 18 Apr 2006 16:13:51 +0000 (16:13 +0000)]
fix newline

18 years agofix bluescreen
Andreas Monzner [Tue, 18 Apr 2006 14:12:46 +0000 (14:12 +0000)]
fix bluescreen

18 years agodo not crash (blue screen) when try to remove a non existing bouquet
Andreas Monzner [Mon, 17 Apr 2006 15:14:30 +0000 (15:14 +0000)]
do not crash (blue screen) when try to remove a non existing bouquet

18 years agofix some blue screens
Andreas Monzner [Mon, 17 Apr 2006 15:05:16 +0000 (15:05 +0000)]
fix some blue screens

18 years agomove cursor to valid position when current is invalid (on call invalidate)
Andreas Monzner [Mon, 17 Apr 2006 15:03:35 +0000 (15:03 +0000)]
move cursor to valid position when current is invalid (on call invalidate)

18 years agodo not activate repeated timers first time when the start time is before now time
Andreas Monzner [Sun, 16 Apr 2006 11:23:48 +0000 (11:23 +0000)]
do not activate repeated timers first time when the start time is before now time

18 years agoadd repeating zap timers is now possible
Andreas Monzner [Sun, 16 Apr 2006 11:01:10 +0000 (11:01 +0000)]
add repeating zap timers is now possible

18 years agomake parameter for finishedChannelSelction optional
Andreas Monzner [Sun, 16 Apr 2006 09:56:00 +0000 (09:56 +0000)]
make parameter for finishedChannelSelction optional

18 years agodo not try to scan, when no scan is possible.. (show a messagebox)
Andreas Monzner [Sun, 16 Apr 2006 09:38:21 +0000 (09:38 +0000)]
do not try to scan, when no scan is possible.. (show a messagebox)
this fixes "self.feid = self.scanList[self.run]["feid"]"
IndexError: list index out of range (ServiceScan.py line 64)

18 years agofix bluescreen ('NoneType' object has no attribute 'getPath')
Andreas Monzner [Sat, 15 Apr 2006 16:31:19 +0000 (16:31 +0000)]
fix bluescreen ('NoneType' object has no attribute 'getPath')

18 years agoshow "in timer" icon also in multiepg
Andreas Monzner [Sat, 15 Apr 2006 16:22:07 +0000 (16:22 +0000)]
show "in timer" icon also in multiepg

18 years agofix bug in EpgList.py (line 79, in getCurrent .. TypeError: unscribtable object)
Andreas Monzner [Sat, 15 Apr 2006 11:34:31 +0000 (11:34 +0000)]
fix bug in EpgList.py (line 79, in getCurrent .. TypeError: unscribtable object)
make similar broadcasting search working in multiepg

18 years agofix segfault on transponders with incorrect mjd entries in the TDT
Andreas Monzner [Sat, 15 Apr 2006 11:02:41 +0000 (11:02 +0000)]
fix segfault on transponders with incorrect mjd entries in the TDT
null pointer check before accessing sectionreader object

18 years agoremove unneeded (double) close
Andreas Monzner [Sat, 15 Apr 2006 08:41:03 +0000 (08:41 +0000)]
remove unneeded (double) close
this fixes adding single services to a bouquet when more than once are avail

18 years agodon't keep unused references
Felix Domke [Fri, 14 Apr 2006 07:23:26 +0000 (07:23 +0000)]
don't keep unused references

18 years agofix segfault
Andreas Monzner [Thu, 13 Apr 2006 15:49:19 +0000 (15:49 +0000)]
fix segfault

18 years agoreset rotormoving flag in some conditions
Andreas Monzner [Thu, 13 Apr 2006 13:37:54 +0000 (13:37 +0000)]
reset rotormoving flag in some conditions

18 years agofix try/except
Felix Domke [Thu, 13 Apr 2006 13:22:34 +0000 (13:22 +0000)]
fix try/except

18 years agofix return of getSeek
Felix Domke [Thu, 13 Apr 2006 12:28:52 +0000 (12:28 +0000)]
fix return of getSeek

18 years agostop tuneLoop when the frontend is no more used
Andreas Monzner [Thu, 13 Apr 2006 09:46:13 +0000 (09:46 +0000)]
stop tuneLoop when the frontend is no more used

18 years agotake care of count of receivable satellites in transponder useable score
Andreas Monzner [Thu, 13 Apr 2006 09:16:28 +0000 (09:16 +0000)]
take care of count of receivable satellites in transponder useable score

18 years agofix pip disable
Felix Domke [Thu, 13 Apr 2006 00:53:10 +0000 (00:53 +0000)]
fix pip disable

18 years agouse refcount for decoding demuxes to check if they are in use
Felix Domke [Thu, 13 Apr 2006 00:52:31 +0000 (00:52 +0000)]
use refcount for decoding demuxes to check if they are in use

18 years agoadd getRefCount to evaluate if a demux is in use
Felix Domke [Thu, 13 Apr 2006 00:51:40 +0000 (00:51 +0000)]
add getRefCount to evaluate if a demux is in use

18 years agofix warning
Felix Domke [Thu, 13 Apr 2006 00:50:12 +0000 (00:50 +0000)]
fix warning

18 years agofix double-close race
Felix Domke [Wed, 12 Apr 2006 23:23:32 +0000 (23:23 +0000)]
fix double-close race

18 years agofix sending of uncommitted command when no committed command is choosed and the comma...
Andreas Monzner [Wed, 12 Apr 2006 21:04:29 +0000 (21:04 +0000)]
fix sending of uncommitted command when no committed command is choosed and the command order says committed command first

18 years agofix blue screen in some conditions
Andreas Monzner [Wed, 12 Apr 2006 12:07:55 +0000 (12:07 +0000)]
fix blue screen in some conditions

18 years agosome logic to detect useable nims for rotor plugin
Andreas Monzner [Tue, 11 Apr 2006 21:41:17 +0000 (21:41 +0000)]
some logic to detect useable nims for rotor plugin

18 years agodon't display blue knob till pip works properly (PIP doesn't work properly for now...
Stefan Pluecken [Tue, 11 Apr 2006 19:23:52 +0000 (19:23 +0000)]
don't display blue knob till pip works properly (PIP doesn't work properly for now! don't activate it! it will eat your box
and cat)

18 years agofix tuner selection in positioner plugin for more than one dvb-s nim
Stefan Pluecken [Tue, 11 Apr 2006 19:09:55 +0000 (19:09 +0000)]
fix tuner selection in positioner plugin for more than one dvb-s nim

18 years agoadd missing import
Stefan Pluecken [Tue, 11 Apr 2006 18:53:17 +0000 (18:53 +0000)]
add missing import

18 years agodon't crash when there is no info
Felix Domke [Tue, 11 Apr 2006 16:45:18 +0000 (16:45 +0000)]
don't crash when there is no info

18 years agofix FIXMEE :) (don't open recording filter with pid 0x1234.. use -1)
Andreas Monzner [Tue, 11 Apr 2006 09:46:29 +0000 (09:46 +0000)]
fix FIXMEE :) (don't open recording filter with pid 0x1234.. use -1)

18 years agoimmediate close no more used demux fd's
Andreas Monzner [Tue, 11 Apr 2006 01:18:48 +0000 (01:18 +0000)]
immediate close no more used demux fd's

18 years agomv data/skin.xml/MediaPlayer data/skin_default.xml/MediaPlayer
Stefan Pluecken [Mon, 10 Apr 2006 21:13:23 +0000 (21:13 +0000)]
mv data/skin.xml/MediaPlayer data/skin_default.xml/MediaPlayer

18 years agocatch pressing EXIT in extensions list
Stefan Pluecken [Mon, 10 Apr 2006 20:13:30 +0000 (20:13 +0000)]
catch pressing EXIT in extensions list

18 years agodon't show REC symbol in infobar when timer is a 'justplay' timer
Stefan Pluecken [Mon, 10 Apr 2006 20:06:22 +0000 (20:06 +0000)]
don't show REC symbol in infobar when timer is a 'justplay' timer

18 years agofix instant records (timers, deleted through the timer menu are still in the instant...
Stefan Pluecken [Mon, 10 Apr 2006 20:02:52 +0000 (20:02 +0000)]
fix instant records (timers, deleted through the timer menu are still in the instant recording list... timers, that are in the
instant recording list will be deleted now in that case)

18 years agodon't pay attention to instant record timers, that are not running
Stefan Pluecken [Mon, 10 Apr 2006 12:47:22 +0000 (12:47 +0000)]
don't pay attention to instant record timers, that are not running

18 years agoset english as first language in language selection
Stefan Pluecken [Mon, 10 Apr 2006 11:48:46 +0000 (11:48 +0000)]
set english as first language in language selection

18 years agofix
Andreas Monzner [Mon, 10 Apr 2006 11:27:35 +0000 (11:27 +0000)]
fix

18 years agoadd destroy
Felix Domke [Mon, 10 Apr 2006 05:34:54 +0000 (05:34 +0000)]
add destroy

18 years agoadd: italian language, thanks to musicbob
Felix Domke [Sun, 9 Apr 2006 22:33:33 +0000 (22:33 +0000)]
add: italian language, thanks to musicbob

18 years agodisable inforbar extensions for now
Felix Domke [Sun, 9 Apr 2006 22:26:08 +0000 (22:26 +0000)]
disable inforbar extensions for now

18 years agofix timer disable/reenable
Felix Domke [Sun, 9 Apr 2006 22:16:43 +0000 (22:16 +0000)]
fix timer disable/reenable

18 years agoadd destroy() for Components to fix bug #52
Felix Domke [Sun, 9 Apr 2006 21:56:50 +0000 (21:56 +0000)]
add destroy() for Components to fix bug #52

18 years agoenable DMX_ADD_PID by default - you need dvb-core support for this\!
Felix Domke [Sun, 9 Apr 2006 21:54:48 +0000 (21:54 +0000)]
enable DMX_ADD_PID by default - you need dvb-core support for this\!

18 years agofix fd leak for recordings
Felix Domke [Sun, 9 Apr 2006 21:54:13 +0000 (21:54 +0000)]
fix fd leak for recordings

18 years agouse new setTarget
Felix Domke [Sat, 8 Apr 2006 15:28:44 +0000 (15:28 +0000)]
use new setTarget

18 years agouse setTarget instead of ugly 's'
Felix Domke [Sat, 8 Apr 2006 15:28:20 +0000 (15:28 +0000)]
use setTarget instead of ugly 's'

18 years agoadd dummy setTarget, add skip support
Felix Domke [Sat, 8 Apr 2006 15:27:50 +0000 (15:27 +0000)]
add dummy setTarget, add skip support

18 years agofix crash when pressing play in Movieplayer
Andreas Monzner [Sat, 8 Apr 2006 15:15:00 +0000 (15:15 +0000)]
fix crash when pressing play in Movieplayer

18 years agowait 10 seconds before restart after crash
Andreas Monzner [Sat, 8 Apr 2006 14:44:02 +0000 (14:44 +0000)]
wait 10 seconds before restart after crash

18 years agofix
Andreas Monzner [Sat, 8 Apr 2006 14:07:34 +0000 (14:07 +0000)]
fix

18 years agofix crash when press red button in empty timerlist
Andreas Monzner [Sat, 8 Apr 2006 13:44:54 +0000 (13:44 +0000)]
fix crash when press red button in empty timerlist
fix crash when press ok directly after e2 start

18 years agodecrease time between parameter calling to ensure search mode works better
Stefan Pluecken [Sat, 8 Apr 2006 12:55:34 +0000 (12:55 +0000)]
decrease time between parameter calling to ensure search mode works better

18 years agoretune after sending a diseqc command in the positioner setup plugin
Stefan Pluecken [Sat, 8 Apr 2006 12:49:26 +0000 (12:49 +0000)]
retune after sending a diseqc command in the positioner setup plugin

18 years agofix newline
Felix Domke [Sat, 8 Apr 2006 12:15:32 +0000 (12:15 +0000)]
fix newline

18 years agoPiP-gui support really displays a small video now (still buggy)
Stefan Pluecken [Sat, 8 Apr 2006 12:07:15 +0000 (12:07 +0000)]
PiP-gui support really displays a small video now (still buggy)

18 years agoadd support for picture in picture into the infobar (by pressing the blue button)
Stefan Pluecken [Sat, 8 Apr 2006 09:42:28 +0000 (09:42 +0000)]
add support for picture in picture into the infobar (by pressing the blue button)

18 years agofeature complete positioner plugin
Stefan Pluecken [Sat, 8 Apr 2006 07:59:17 +0000 (07:59 +0000)]
feature complete positioner plugin

18 years agocompile fix
Andreas Monzner [Sat, 8 Apr 2006 07:14:33 +0000 (07:14 +0000)]
compile fix

18 years agoadd enigma2.pot to cvs to easy up getting current versions for starting a translation
Felix Domke [Sat, 8 Apr 2006 00:59:53 +0000 (00:59 +0000)]
add enigma2.pot to cvs to easy up getting current versions for starting a translation

18 years agoadd VideoWindow Component
Felix Domke [Sat, 8 Apr 2006 00:58:50 +0000 (00:58 +0000)]
add VideoWindow Component

18 years agoadd evideo to makefile
Felix Domke [Sat, 8 Apr 2006 00:58:32 +0000 (00:58 +0000)]
add evideo to makefile

18 years agoadd video widget
Felix Domke [Sat, 8 Apr 2006 00:58:12 +0000 (00:58 +0000)]
add video widget

18 years agomake video widget usable
Felix Domke [Sat, 8 Apr 2006 00:58:00 +0000 (00:58 +0000)]
make video widget usable

18 years agotheoretic support for PiP (will be fixed)
Felix Domke [Sat, 8 Apr 2006 00:57:39 +0000 (00:57 +0000)]
theoretic support for PiP (will be fixed)

18 years agoadd getAbsolutePosition
Felix Domke [Sat, 8 Apr 2006 00:56:43 +0000 (00:56 +0000)]
add getAbsolutePosition

18 years agoselect whether to use a primary decoder
Felix Domke [Sat, 8 Apr 2006 00:56:20 +0000 (00:56 +0000)]
select whether to use a primary decoder

18 years agoreserve first two demuxes for decoder
Felix Domke [Sat, 8 Apr 2006 00:55:32 +0000 (00:55 +0000)]
reserve first two demuxes for decoder

18 years agohack to have primary and secondary decoder (for now)
Felix Domke [Sat, 8 Apr 2006 00:54:42 +0000 (00:54 +0000)]
hack to have primary and secondary decoder (for now)

18 years agotsmpegdecoder supports multiple decoders now
Felix Domke [Sat, 8 Apr 2006 00:52:43 +0000 (00:52 +0000)]
tsmpegdecoder supports multiple decoders now

18 years agofixed 'cancel when selecting service in timer crashed'
Felix Domke [Fri, 7 Apr 2006 23:03:57 +0000 (23:03 +0000)]
fixed 'cancel when selecting service in timer crashed'

18 years agofinished the rotor config plugin (untested and lacking some features)
Stefan Pluecken [Fri, 7 Apr 2006 21:57:15 +0000 (21:57 +0000)]
finished the rotor config plugin (untested and lacking some features)

18 years agofix cancellation of broken timer entries
Felix Domke [Fri, 7 Apr 2006 20:58:45 +0000 (20:58 +0000)]
fix cancellation of broken timer entries

18 years agofix 'justplay' timers
Felix Domke [Fri, 7 Apr 2006 20:51:16 +0000 (20:51 +0000)]
fix 'justplay' timers

18 years agoadd automatic DVB-T scan
Stefan Pluecken [Fri, 7 Apr 2006 17:35:14 +0000 (17:35 +0000)]
add automatic DVB-T scan

18 years agosupport for dvb-t transponderlist
Felix Domke [Fri, 7 Apr 2006 17:33:21 +0000 (17:33 +0000)]
support for dvb-t transponderlist

18 years agodon't fake all tuners to DVB-T
Stefan Pluecken [Fri, 7 Apr 2006 16:41:12 +0000 (16:41 +0000)]
don't fake all tuners to DVB-T

18 years agosome work on DVB-T
Stefan Pluecken [Fri, 7 Apr 2006 16:38:11 +0000 (16:38 +0000)]
some work on DVB-T

18 years agofix self.terrestrialsList
Stefan Pluecken [Fri, 7 Apr 2006 16:20:11 +0000 (16:20 +0000)]
fix self.terrestrialsList

18 years agouse dvb-t parameters
Felix Domke [Fri, 7 Apr 2006 16:03:49 +0000 (16:03 +0000)]
use dvb-t parameters

18 years agofix "run" for dvb-t
Felix Domke [Fri, 7 Apr 2006 16:02:37 +0000 (16:02 +0000)]
fix "run" for dvb-t

18 years agofix region list for dvb-t
Felix Domke [Fri, 7 Apr 2006 16:02:16 +0000 (16:02 +0000)]
fix region list for dvb-t

18 years agofix typo
Felix Domke [Fri, 7 Apr 2006 15:43:46 +0000 (15:43 +0000)]
fix typo

18 years agodon't translate "", add FIXME
Felix Domke [Fri, 7 Apr 2006 15:20:02 +0000 (15:20 +0000)]
don't translate "", add FIXME

18 years agofix strange translation
Felix Domke [Fri, 7 Apr 2006 14:20:33 +0000 (14:20 +0000)]
fix strange translation

18 years agomake gcc 4.1 happy
Andreas Monzner [Thu, 6 Apr 2006 21:54:43 +0000 (21:54 +0000)]
make gcc 4.1 happy

18 years agoupdate clock directly onShow
Andreas Monzner [Thu, 6 Apr 2006 17:43:49 +0000 (17:43 +0000)]
update clock directly onShow

18 years agostop update length timer when a movie was selected
Andreas Monzner [Thu, 6 Apr 2006 15:43:58 +0000 (15:43 +0000)]
stop update length timer when a movie was selected

18 years agogive more priority to socketnotifiers(fd's) in mainloop
Andreas Monzner [Thu, 6 Apr 2006 15:43:07 +0000 (15:43 +0000)]
give more priority to socketnotifiers(fd's) in mainloop