enigma2.git
16 years agofix typo
Andreas Monzner [Mon, 8 Jan 2007 18:49:28 +0000 (18:49 +0000)]
fix typo

16 years agomuch simpler fix..
Andreas Monzner [Mon, 8 Jan 2007 17:15:59 +0000 (17:15 +0000)]
much simpler fix..

16 years agobetter fix
Andreas Monzner [Mon, 8 Jan 2007 16:31:43 +0000 (16:31 +0000)]
better fix

16 years agofix following frequently bluescreen
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 &'

16 years agosome thread related fixes
Andreas Monzner [Mon, 8 Jan 2007 11:57:48 +0000 (11:57 +0000)]
some thread related fixes

16 years agosmall fix
Andreas Monzner [Mon, 8 Jan 2007 11:56:57 +0000 (11:56 +0000)]
small fix

16 years agoupdate es language
Felix Domke [Sun, 7 Jan 2007 22:43:05 +0000 (22:43 +0000)]
update es language

16 years agoupdate languages (hr,da,is)
Felix Domke [Sun, 7 Jan 2007 21:20:57 +0000 (21:20 +0000)]
update languages (hr,da,is)

16 years agosmall fix
Andreas Monzner [Sun, 7 Jan 2007 16:29:50 +0000 (16:29 +0000)]
small fix

16 years agodo not let the user leave the parental control setup when setup protection
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..

16 years agodisable dvb type filtering by default for bouquets but its possible to add a
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

16 years agorevert my language changes
Andreas Monzner [Sun, 7 Jan 2007 10:52:46 +0000 (10:52 +0000)]
revert my language changes

16 years agoactualize pot file
Andreas Monzner [Sun, 7 Jan 2007 10:46:24 +0000 (10:46 +0000)]
actualize pot file

16 years agosmall fix
Andreas Monzner [Sun, 7 Jan 2007 02:03:48 +0000 (02:03 +0000)]
small fix

16 years agonice code
Andreas Monzner [Sun, 7 Jan 2007 02:02:44 +0000 (02:02 +0000)]
nice code

16 years agofix typos
Stefan Pluecken [Sun, 7 Jan 2007 01:47:30 +0000 (01:47 +0000)]
fix typos

16 years agofix text
Andreas Monzner [Sun, 7 Jan 2007 01:30:15 +0000 (01:30 +0000)]
fix text

16 years agoask user before a recordtimer set the box to standby or deepstandby
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

16 years agotake care of running recording before realy shutdown e2
Andreas Monzner [Sun, 7 Jan 2007 01:00:31 +0000 (01:00 +0000)]
take care of running recording before realy shutdown e2

16 years agodo break lines
Andreas Monzner [Sun, 7 Jan 2007 00:56:27 +0000 (00:56 +0000)]
do break lines

16 years agomore reusable code
Andreas Monzner [Sun, 7 Jan 2007 00:54:50 +0000 (00:54 +0000)]
more reusable code

16 years agoself.session is already defined by Screen
Andreas Monzner [Sun, 7 Jan 2007 00:52:05 +0000 (00:52 +0000)]
self.session is already defined by Screen

16 years agowork on service events
Andreas Monzner [Sun, 7 Jan 2007 00:37:43 +0000 (00:37 +0000)]
work on service events

16 years agosmall fix
Andreas Monzner [Sun, 7 Jan 2007 00:36:28 +0000 (00:36 +0000)]
small fix

16 years agoone definition is enough
Andreas Monzner [Sat, 6 Jan 2007 16:24:53 +0000 (16:24 +0000)]
one definition is enough

16 years agoadd much simpler solution for newly created Socketnotifiers in another
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

16 years agoadd ability to stop currently running repeated timer when disabling it
Stefan Pluecken [Sat, 6 Jan 2007 02:03:12 +0000 (02:03 +0000)]
add ability to stop currently running repeated timer when disabling it

16 years agoadd stop key on advanced remote control to open instant record menu
Stefan Pluecken [Fri, 5 Jan 2007 22:09:25 +0000 (22:09 +0000)]
add stop key on advanced remote control to open instant record menu

16 years agofix return type
Stefan Pluecken [Fri, 5 Jan 2007 22:05:13 +0000 (22:05 +0000)]
fix return type

16 years agofix compile error:
Stefan Pluecken [Fri, 5 Jan 2007 22:02:16 +0000 (22:02 +0000)]
fix compile error:

pmt.cpp: In member function 'void eDVBCAService::sendCAPMT()':
pmt.cpp:839: warning: zero-length printf format string
pmt.cpp: At global scope:
pmt.cpp:868: error: ISO C++ forbids declaration of 'PyList_AppendSteal' with no type

16 years agodo not restart previous tv service when leave standby
Andreas Monzner [Fri, 5 Jan 2007 16:11:06 +0000 (16:11 +0000)]
do not restart previous tv service when leave standby

16 years agofix refcounts
Felix Domke [Fri, 5 Jan 2007 15:12:38 +0000 (15:12 +0000)]
fix refcounts

16 years agoadd iStreamableService
Felix Domke [Fri, 5 Jan 2007 15:01:49 +0000 (15:01 +0000)]
add iStreamableService

16 years agoadd eDVBServicePMTHandler::program::createPythonObject
Felix Domke [Fri, 5 Jan 2007 15:00:59 +0000 (15:00 +0000)]
add eDVBServicePMTHandler::program::createPythonObject

16 years agosmall cleanuo
Andreas Monzner [Fri, 5 Jan 2007 14:02:30 +0000 (14:02 +0000)]
small cleanuo

16 years agoca language update
Felix Domke [Fri, 5 Jan 2007 09:01:27 +0000 (09:01 +0000)]
ca language update

16 years agoadd some assertions
Andreas Monzner [Thu, 4 Jan 2007 19:54:54 +0000 (19:54 +0000)]
add some assertions

16 years agofix for use getError from python
Andreas Monzner [Thu, 4 Jan 2007 19:50:02 +0000 (19:50 +0000)]
fix for use getError from python

16 years agodo not clear previous error on getError()..
Andreas Monzner [Thu, 4 Jan 2007 19:45:57 +0000 (19:45 +0000)]
do not clear previous error on getError()..

16 years agodisable ePyObject refcount debug by default
Andreas Monzner [Thu, 4 Jan 2007 16:04:53 +0000 (16:04 +0000)]
disable ePyObject refcount debug by default

16 years agoupdate czech language
Felix Domke [Wed, 3 Jan 2007 18:17:19 +0000 (18:17 +0000)]
update czech language

16 years agoremove ugly HACK
Andreas Monzner [Wed, 3 Jan 2007 11:12:13 +0000 (11:12 +0000)]
remove ugly HACK
send evEnd in correct order (this assumes that no one need the
currentService after evEnd is dispatched or in the evEnd callback

16 years agofix segfault on zap with active timeshift
Andreas Monzner [Wed, 3 Jan 2007 10:43:30 +0000 (10:43 +0000)]
fix segfault on zap with active timeshift

16 years agoworkaround: don't use host include path. this needs a real fix
Felix Domke [Wed, 3 Jan 2007 00:51:24 +0000 (00:51 +0000)]
workaround: don't use host include path. this needs a real fix

16 years agostandby clock
Felix Domke [Tue, 2 Jan 2007 15:23:25 +0000 (15:23 +0000)]
standby clock

16 years agoadd support for python threads (python threads are just running when the mainloop
Andreas Monzner [Tue, 2 Jan 2007 14:31:48 +0000 (14:31 +0000)]
add support for python threads (python threads are just running when the mainloop
is idle)
add ePythonMessagePump class for interthread communication

16 years agonicer code
Andreas Monzner [Sun, 31 Dec 2006 16:54:51 +0000 (16:54 +0000)]
nicer code

16 years agodo not show timeshift state when timeshift is not running
Andreas Monzner [Sun, 31 Dec 2006 16:39:40 +0000 (16:39 +0000)]
do not show timeshift state when timeshift is not running

16 years agofix non working timeshift
Andreas Monzner [Sun, 31 Dec 2006 16:16:38 +0000 (16:16 +0000)]
fix non working timeshift

16 years agofix for blocking file eraser on e2 shutdown
Andreas Monzner [Sun, 31 Dec 2006 16:16:01 +0000 (16:16 +0000)]
fix for blocking file eraser on e2 shutdown

16 years agoalways show timeshift state when infobar is visible (not only when state is
Andreas Monzner [Sun, 31 Dec 2006 16:15:16 +0000 (16:15 +0000)]
always show timeshift state when infobar is visible (not only when state is
not play)

16 years agoadd missing invert
Felix Domke [Sun, 31 Dec 2006 11:52:38 +0000 (11:52 +0000)]
add missing invert

16 years agofix for recorded files
Andreas Monzner [Sat, 30 Dec 2006 15:50:51 +0000 (15:50 +0000)]
fix for recorded files

16 years agosend evStart before tuneFailed Events..
Andreas Monzner [Sat, 30 Dec 2006 15:07:29 +0000 (15:07 +0000)]
send evStart before tuneFailed Events..
fix evNoResources
fix some bluescreens caused by notification handling

16 years agoshow current running event in channelist not only in bouquets
Andreas Monzner [Fri, 29 Dec 2006 15:19:16 +0000 (15:19 +0000)]
show current running event in channelist not only in bouquets

16 years agofix bluescreen in some conditions
Andreas Monzner [Wed, 27 Dec 2006 16:45:39 +0000 (16:45 +0000)]
fix bluescreen in some conditions

16 years agofix possibility for bluescreen
Andreas Monzner [Wed, 27 Dec 2006 16:30:01 +0000 (16:30 +0000)]
fix possibility for bluescreen

16 years agoworkaround for incorrect west/east flags in NIT entries
Andreas Monzner [Wed, 27 Dec 2006 09:19:34 +0000 (09:19 +0000)]
workaround for incorrect west/east flags in NIT entries

16 years agoadd missing import
Andreas Monzner [Tue, 26 Dec 2006 16:16:27 +0000 (16:16 +0000)]
add missing import

16 years ago15 msec delay between disable tone and send diseqc
Andreas Monzner [Tue, 26 Dec 2006 16:14:50 +0000 (16:14 +0000)]
15 msec delay between disable tone and send diseqc

16 years agodisable tone before send diseqc command
Andreas Monzner [Tue, 26 Dec 2006 16:12:39 +0000 (16:12 +0000)]
disable tone before send diseqc command

16 years agosmall rotor diseqc fix
Andreas Monzner [Tue, 26 Dec 2006 16:09:24 +0000 (16:09 +0000)]
small rotor diseqc fix

16 years agobugfix: no more remove any sat transponder when cable or terrestrial is
Andreas Monzner [Sun, 24 Dec 2006 00:26:22 +0000 (00:26 +0000)]
bugfix: no more remove any sat transponder when cable or terrestrial is
scanned and "remove services" is selected

16 years agodon't crash when service information is unavailable
Felix Domke [Sat, 23 Dec 2006 03:39:50 +0000 (03:39 +0000)]
don't crash when service information is unavailable

16 years agospanish language update
Felix Domke [Sat, 23 Dec 2006 03:32:56 +0000 (03:32 +0000)]
spanish language update

16 years agodo not scan transponders without SDT more than once (this fixes the never
Andreas Monzner [Sat, 23 Dec 2006 01:48:56 +0000 (01:48 +0000)]
do not scan transponders without SDT more than once (this fixes the never
ending transponder scan in some cable regions)

16 years agono bluescreen with old drivers
Andreas Monzner [Fri, 22 Dec 2006 19:13:37 +0000 (19:13 +0000)]
no bluescreen with old drivers

16 years agoshow Videoformat in ServiceInfo Dialog in human readable format,
Andreas Monzner [Fri, 22 Dec 2006 16:31:05 +0000 (16:31 +0000)]
show Videoformat in ServiceInfo Dialog in human readable format,
show Videosize in ServiceInfo

16 years agoremove unneeded double dot
Andreas Monzner [Fri, 22 Dec 2006 16:02:30 +0000 (16:02 +0000)]
remove unneeded double dot

16 years agofix
Andreas Monzner [Fri, 22 Dec 2006 15:54:22 +0000 (15:54 +0000)]
fix

16 years agoadd "show transponder" info to service context menu in channellist
Andreas Monzner [Fri, 22 Dec 2006 15:50:51 +0000 (15:50 +0000)]
add "show transponder" info to service context menu in channellist

16 years agoupdate nl language
Felix Domke [Fri, 22 Dec 2006 15:16:52 +0000 (15:16 +0000)]
update nl language

16 years agoupdate hr language
Felix Domke [Fri, 22 Dec 2006 02:11:53 +0000 (02:11 +0000)]
update hr language

16 years agoupdate sv language
Felix Domke [Fri, 22 Dec 2006 02:11:17 +0000 (02:11 +0000)]
update sv language

16 years agoadd another missing import
Stefan Pluecken [Thu, 21 Dec 2006 02:34:10 +0000 (02:34 +0000)]
add another missing import

16 years agofix play/pause button on new rcu when fast forward/backward seek mode is
Stefan Pluecken [Thu, 21 Dec 2006 02:25:11 +0000 (02:25 +0000)]
fix play/pause button on new rcu when fast forward/backward seek mode is
active

16 years agoupdate da language
Felix Domke [Tue, 19 Dec 2006 21:29:44 +0000 (21:29 +0000)]
update da language

16 years agoadd missing import
Felix Domke [Tue, 19 Dec 2006 21:23:03 +0000 (21:23 +0000)]
add missing import

16 years agofix syntax error,
Andreas Monzner [Tue, 19 Dec 2006 19:59:52 +0000 (19:59 +0000)]
fix syntax error,
some cosmetics

16 years agofix allocateRawChannel
Andreas Monzner [Tue, 19 Dec 2006 19:40:16 +0000 (19:40 +0000)]
fix allocateRawChannel

16 years agoremove unneeded test object,
Andreas Monzner [Tue, 19 Dec 2006 15:41:53 +0000 (15:41 +0000)]
remove unneeded test object,
export windowstyle enums to python

16 years agomove AddFont to more related place
Andreas Monzner [Tue, 19 Dec 2006 15:06:59 +0000 (15:06 +0000)]
move AddFont to more related place
small cleanup

16 years agoadd missing import
Felix Domke [Tue, 19 Dec 2006 12:34:18 +0000 (12:34 +0000)]
add missing import

16 years agodon't allow exiting the ipkg screen while ipkg is running
Stefan Pluecken [Tue, 19 Dec 2006 07:38:28 +0000 (07:38 +0000)]
don't allow exiting the ipkg screen while ipkg is running

16 years agoadd missing file
Stefan Pluecken [Tue, 19 Dec 2006 07:34:37 +0000 (07:34 +0000)]
add missing file

16 years agofix software update plugin to match the new IpkgComponent
Stefan Pluecken [Tue, 19 Dec 2006 07:31:22 +0000 (07:31 +0000)]
fix software update plugin to match the new IpkgComponent

16 years agoadd IpkgInstaller Media Scanner plugin
Stefan Pluecken [Tue, 19 Dec 2006 07:19:55 +0000 (07:19 +0000)]
add IpkgInstaller Media Scanner plugin

16 years agofix imports
Andreas Monzner [Tue, 19 Dec 2006 02:22:44 +0000 (02:22 +0000)]
fix imports

16 years agosome python import cleanups
Andreas Monzner [Tue, 19 Dec 2006 02:12:57 +0000 (02:12 +0000)]
some python import cleanups
lesser swig overhead

16 years agoadd WHERE_FILESCAN
Felix Domke [Tue, 19 Dec 2006 01:57:57 +0000 (01:57 +0000)]
add WHERE_FILESCAN

16 years agoadd (incomplete) media scan support
Felix Domke [Mon, 18 Dec 2006 23:46:56 +0000 (23:46 +0000)]
add (incomplete) media scan support

16 years agoadd media scanner
Felix Domke [Mon, 18 Dec 2006 23:46:23 +0000 (23:46 +0000)]
add media scanner

16 years agodon't allow leaving the software update plugin while ipkg is running
Stefan Pluecken [Mon, 18 Dec 2006 17:05:47 +0000 (17:05 +0000)]
don't allow leaving the software update plugin while ipkg is running

16 years agofix sleep timer label lengths
Stefan Pluecken [Mon, 18 Dec 2006 01:13:15 +0000 (01:13 +0000)]
fix sleep timer label lengths

16 years agofix default orbital_position setting in manual scan
Stefan Pluecken [Mon, 18 Dec 2006 01:06:34 +0000 (01:06 +0000)]
fix default orbital_position setting in manual scan

16 years agogerman translations for the new software update
Stefan Pluecken [Sun, 17 Dec 2006 23:05:10 +0000 (23:05 +0000)]
german translations for the new software update

16 years agoreplace software update plugin with a more user friendly approach
Stefan Pluecken [Sun, 17 Dec 2006 22:45:57 +0000 (22:45 +0000)]
replace software update plugin with a more user friendly approach
add an ipkg python class

16 years agofix ASSERT in the correct way
Andreas Monzner [Fri, 15 Dec 2006 16:55:29 +0000 (16:55 +0000)]
fix ASSERT in the correct way

16 years agoreenable debug
Andreas Monzner [Fri, 15 Dec 2006 16:50:10 +0000 (16:50 +0000)]
reenable debug

16 years agofix
Andreas Monzner [Fri, 15 Dec 2006 16:19:33 +0000 (16:19 +0000)]
fix