enigma2.git
18 years agoadd InfoBarTimeshiftState, fix timeshift after zap, fix seekactions
Felix Domke [Tue, 7 Mar 2006 00:50:35 +0000 (00:50 +0000)]
add InfoBarTimeshiftState, fix timeshift after zap, fix seekactions

18 years agouse InfoBarTimeshiftState in infobar to display timeshift state
Felix Domke [Tue, 7 Mar 2006 00:48:16 +0000 (00:48 +0000)]
use InfoBarTimeshiftState in infobar to display timeshift state

18 years agofix non working close on remove bouquet and copy provider to bouquetlist
Andreas Monzner [Tue, 7 Mar 2006 00:46:02 +0000 (00:46 +0000)]
fix non working close on remove bouquet and copy provider to bouquetlist

18 years agoadd assertion to help debugging
Felix Domke [Tue, 7 Mar 2006 00:44:23 +0000 (00:44 +0000)]
add assertion to help debugging

18 years agofix seek return values, valid() for cached files
Felix Domke [Tue, 7 Mar 2006 00:43:52 +0000 (00:43 +0000)]
fix seek return values, valid() for cached files

18 years agoadd TYPE_RELATIVE support for the ServicePosition component
Felix Domke [Tue, 7 Mar 2006 00:43:22 +0000 (00:43 +0000)]
add TYPE_RELATIVE support for the ServicePosition component

18 years agoadd TimeshiftState screen
Felix Domke [Tue, 7 Mar 2006 00:41:05 +0000 (00:41 +0000)]
add TimeshiftState screen

18 years agoadd TimeshiftState skin
Felix Domke [Tue, 7 Mar 2006 00:40:46 +0000 (00:40 +0000)]
add TimeshiftState skin

18 years agocomment that this is a fall-trough
Felix Domke [Tue, 7 Mar 2006 00:37:08 +0000 (00:37 +0000)]
comment that this is a fall-trough

18 years agooptional cached (i.e. fopen,...) support for raw files
Felix Domke [Mon, 6 Mar 2006 18:24:19 +0000 (18:24 +0000)]
optional cached (i.e. fopen,...) support for raw files

18 years agofix about box to be usable on one tuner boxes (7020)
Stefan Pluecken [Mon, 6 Mar 2006 15:41:37 +0000 (15:41 +0000)]
fix about box to be usable on one tuner boxes (7020)

18 years agoanother fix
Andreas Monzner [Mon, 6 Mar 2006 14:40:40 +0000 (14:40 +0000)]
another fix

18 years agofix for old api
Andreas Monzner [Mon, 6 Mar 2006 14:38:23 +0000 (14:38 +0000)]
fix for old api

18 years agoimplement getFrontendData for DVB-T
Andreas Monzner [Mon, 6 Mar 2006 14:31:06 +0000 (14:31 +0000)]
implement getFrontendData for DVB-T

18 years agofix #defines
Andreas Monzner [Mon, 6 Mar 2006 13:36:35 +0000 (13:36 +0000)]
fix #defines

18 years agoadd ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)
Andreas Monzner [Mon, 6 Mar 2006 12:52:36 +0000 (12:52 +0000)]
add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)
use like this:
from enigma import fbClass, fbClassPtr (*)
fbClass.getInstance().lock() ... unlock() ... islocked()

18 years agomoved PID search to proper please, simplified a bit (using the first found PMT should...
Felix Domke [Mon, 6 Mar 2006 12:13:05 +0000 (12:13 +0000)]
moved PID search to proper please, simplified a bit (using the first found PMT should be ok)

18 years agoadd possibility to lock/unlock the rc devices (remote control) from python
Andreas Monzner [Mon, 6 Mar 2006 12:00:06 +0000 (12:00 +0000)]
add possibility to lock/unlock the rc devices (remote control) from python
it is usable by this way:
from enigma import eRCInput, eRCInputPtr (or *)
rcinput = eRCInput.getInstance()
rcinput.lock()... unlock()... islocked()

18 years agoadd possibility to playback ts files without entry in recordings.epl or without meta...
Andreas Monzner [Mon, 6 Mar 2006 11:30:48 +0000 (11:30 +0000)]
add possibility to playback ts files without entry in recordings.epl or without meta file
or with a incorrect servicereference (this just work when the TS file includes a PAT and a PMT)

18 years agoupdate spanish translation
Felix Domke [Mon, 6 Mar 2006 11:22:20 +0000 (11:22 +0000)]
update spanish translation

18 years agoupdate ConfigurationBackup plugin
Felix Domke [Mon, 6 Mar 2006 11:21:22 +0000 (11:21 +0000)]
update ConfigurationBackup plugin

18 years agofix configure.ac
Felix Domke [Mon, 6 Mar 2006 00:55:34 +0000 (00:55 +0000)]
fix configure.ac

18 years agoreplace 'NIM' by 'Tuner' to help users understanding the message
Felix Domke [Mon, 6 Mar 2006 00:34:47 +0000 (00:34 +0000)]
replace 'NIM' by 'Tuner' to help users understanding the message

18 years agoadd ConfigurationBackup
Felix Domke [Sun, 5 Mar 2006 23:04:53 +0000 (23:04 +0000)]
add ConfigurationBackup

18 years agoadd ConfigurationBackup
Felix Domke [Sun, 5 Mar 2006 22:43:47 +0000 (22:43 +0000)]
add ConfigurationBackup

18 years agoa navigation instance might not be available at AUTOSTART. use first session's naviga...
Felix Domke [Sun, 5 Mar 2006 22:41:37 +0000 (22:41 +0000)]
a navigation instance might not be available at AUTOSTART. use first session's navigation instance

18 years agoadd WHERE_SESSIONSTART
Felix Domke [Sun, 5 Mar 2006 22:38:47 +0000 (22:38 +0000)]
add WHERE_SESSIONSTART

18 years agonote about import *
Felix Domke [Sun, 5 Mar 2006 22:17:01 +0000 (22:17 +0000)]
note about import *

18 years agoa bit more about plugin names
Felix Domke [Sun, 5 Mar 2006 22:02:33 +0000 (22:02 +0000)]
a bit more about plugin names

18 years agoclamp jumps at SOF
Felix Domke [Sun, 5 Mar 2006 21:51:07 +0000 (21:51 +0000)]
clamp jumps at SOF

18 years agoonly sample each 40MB at max, use fallback bitrate if no other bitrate available
Felix Domke [Sun, 5 Mar 2006 21:49:32 +0000 (21:49 +0000)]
only sample each 40MB at max, use fallback bitrate if no other bitrate available

18 years agofix absolute paths to be relative
Felix Domke [Sun, 5 Mar 2006 21:48:37 +0000 (21:48 +0000)]
fix absolute paths to be relative

18 years agoadd ConfigurationBackup plugin
Felix Domke [Sun, 5 Mar 2006 21:47:47 +0000 (21:47 +0000)]
add ConfigurationBackup plugin

18 years agosupport for a skin_path which is useful for plugins. ~/ in filenames will resolve...
Felix Domke [Sun, 5 Mar 2006 21:45:18 +0000 (21:45 +0000)]
support for a skin_path which is useful for plugins. ~/ in filenames will resolve to the plugin's home directory

18 years agodon't resolve absolute paths
Felix Domke [Sun, 5 Mar 2006 21:44:35 +0000 (21:44 +0000)]
don't resolve absolute paths

18 years agoplugin api change: Plugins() and main functions must receive (and possibly ignore...
Felix Domke [Sun, 5 Mar 2006 21:43:54 +0000 (21:43 +0000)]
plugin api change: Plugins() and main functions must receive (and possibly ignore) keyword arguments

18 years agosome more .cvsignore
Felix Domke [Sun, 5 Mar 2006 21:38:40 +0000 (21:38 +0000)]
some more .cvsignore

18 years agoadd missing cvsignore
Felix Domke [Sun, 5 Mar 2006 21:37:11 +0000 (21:37 +0000)]
add missing cvsignore

18 years agoadding the image upgrade wizard
Stefan Pluecken [Sun, 5 Mar 2006 15:50:27 +0000 (15:50 +0000)]
adding the image upgrade wizard
can backup settings to hdd, cf, usb or (in the future) a given path
recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings
guides the user through the upgrade process

18 years agofix recallPrevService function (0-zapping)...
Andreas Monzner [Sun, 5 Mar 2006 11:32:39 +0000 (11:32 +0000)]
fix recallPrevService function (0-zapping)...

18 years agotoo many side effects for a sunday - remove previous changes
Stefan Pluecken [Sun, 5 Mar 2006 10:28:49 +0000 (10:28 +0000)]
too many side effects for a sunday - remove previous changes

18 years agogrmpf
Stefan Pluecken [Sun, 5 Mar 2006 09:42:47 +0000 (09:42 +0000)]
grmpf

18 years agosmall fix for basenames of zero length
Stefan Pluecken [Sun, 5 Mar 2006 09:16:39 +0000 (09:16 +0000)]
small fix for basenames of zero length

18 years agoallow absolute paths in resolveFilename
Stefan Pluecken [Sun, 5 Mar 2006 08:41:57 +0000 (08:41 +0000)]
allow absolute paths in resolveFilename

18 years agoadd scrollbars ondemand
Stefan Pluecken [Sun, 5 Mar 2006 08:35:19 +0000 (08:35 +0000)]
add scrollbars ondemand

18 years agosome more fixes
Stefan Pluecken [Sun, 5 Mar 2006 08:34:07 +0000 (08:34 +0000)]
some more fixes

18 years agofix ZappingAlternatives - it SHOULD work now...
Stefan Pluecken [Sun, 5 Mar 2006 07:49:30 +0000 (07:49 +0000)]
fix ZappingAlternatives - it SHOULD work now...

18 years agosomebody broke the start wizard by changing absolute paths for pixmaps to relative...
Stefan Pluecken [Sun, 5 Mar 2006 05:21:43 +0000 (05:21 +0000)]
somebody broke the start wizard by changing absolute paths for pixmaps to relative ones

18 years agowas it meant that way? ;)
Stefan Pluecken [Sat, 4 Mar 2006 21:36:35 +0000 (21:36 +0000)]
was it meant that way? ;)

18 years agofix fix
Stefan Pluecken [Sat, 4 Mar 2006 19:40:59 +0000 (19:40 +0000)]
fix fix

18 years agofix
Stefan Pluecken [Sat, 4 Mar 2006 19:28:24 +0000 (19:28 +0000)]
fix

18 years agoload alternatives.xml in autostart plugin
Stefan Pluecken [Sat, 4 Mar 2006 19:27:05 +0000 (19:27 +0000)]
load alternatives.xml in autostart plugin

18 years agoenhance usability of ZappingAlternatives plugin
Stefan Pluecken [Sat, 4 Mar 2006 18:18:46 +0000 (18:18 +0000)]
enhance usability of ZappingAlternatives plugin

18 years agoremove faulty debug print
Stefan Pluecken [Sat, 4 Mar 2006 17:24:14 +0000 (17:24 +0000)]
remove faulty debug print

18 years agodon't die on loadAlternatives when no file is present
Stefan Pluecken [Sat, 4 Mar 2006 16:53:19 +0000 (16:53 +0000)]
don't die on loadAlternatives when no file is present

18 years agodon't stringToXML on service reference
Felix Domke [Sat, 4 Mar 2006 15:43:32 +0000 (15:43 +0000)]
don't stringToXML on service reference

18 years agochanges for alternative zapping:
Stefan Pluecken [Sat, 4 Mar 2006 14:04:49 +0000 (14:04 +0000)]
changes for alternative zapping:
- load/save in /etc/enigma2/alternatives.xml
- symmetric alternative relations

18 years agofix ugly bug in satellite / lnb / tuner config
Andreas Monzner [Fri, 3 Mar 2006 23:22:39 +0000 (23:22 +0000)]
fix ugly bug in satellite / lnb / tuner config
thanks for reporting to eagle

18 years agosplit out dialogs into skin_default.xml
Felix Domke [Fri, 3 Mar 2006 19:45:25 +0000 (19:45 +0000)]
split out dialogs into skin_default.xml

18 years agoremove absolute paths
Felix Domke [Fri, 3 Mar 2006 19:15:07 +0000 (19:15 +0000)]
remove absolute paths

18 years agofix lcd font sizes
Felix Domke [Fri, 3 Mar 2006 18:58:51 +0000 (18:58 +0000)]
fix lcd font sizes

18 years agofix
Felix Domke [Fri, 3 Mar 2006 18:58:29 +0000 (18:58 +0000)]
fix

18 years agofix initial menu entry on lcd
Felix Domke [Fri, 3 Mar 2006 18:48:43 +0000 (18:48 +0000)]
fix initial menu entry on lcd

18 years agofix initial service name
Felix Domke [Fri, 3 Mar 2006 18:41:26 +0000 (18:41 +0000)]
fix initial service name

18 years agofix LCD in MoviePlayer
Felix Domke [Fri, 3 Mar 2006 18:02:34 +0000 (18:02 +0000)]
fix LCD in MoviePlayer

18 years agofix 'add bouquet' text
Felix Domke [Fri, 3 Mar 2006 17:15:10 +0000 (17:15 +0000)]
fix 'add bouquet' text

18 years agoremove debug
Felix Domke [Fri, 3 Mar 2006 17:02:08 +0000 (17:02 +0000)]
remove debug

18 years agofix remove last timer
Andreas Monzner [Fri, 3 Mar 2006 16:44:20 +0000 (16:44 +0000)]
fix remove last timer

18 years agofix remove/add bouquet
Andreas Monzner [Fri, 3 Mar 2006 16:42:15 +0000 (16:42 +0000)]
fix remove/add bouquet

18 years agouse samples for more accurate jumps when .ap files are not available
Felix Domke [Fri, 3 Mar 2006 16:41:42 +0000 (16:41 +0000)]
use samples for more accurate jumps when .ap files are not available

18 years agofix rawfile
Felix Domke [Fri, 3 Mar 2006 16:41:08 +0000 (16:41 +0000)]
fix rawfile

18 years agodisplay DVB-C info and real tuner values with the blue key
Stefan Pluecken [Fri, 3 Mar 2006 16:40:49 +0000 (16:40 +0000)]
display DVB-C info and real tuner values with the blue key

18 years agoargh
Andreas Monzner [Fri, 3 Mar 2006 16:30:52 +0000 (16:30 +0000)]
argh

18 years agocompile fix
Andreas Monzner [Fri, 3 Mar 2006 16:29:24 +0000 (16:29 +0000)]
compile fix

18 years agocomplete DVB-S transponder info
Stefan Pluecken [Fri, 3 Mar 2006 16:25:38 +0000 (16:25 +0000)]
complete DVB-S transponder info

18 years agochange all values to upper case,
Andreas Monzner [Fri, 3 Mar 2006 16:25:29 +0000 (16:25 +0000)]
change all values to upper case,
complete cable stuff,
make more values human readable

18 years agoshow transponder info in ServiceInfo screen
Stefan Pluecken [Fri, 3 Mar 2006 16:19:50 +0000 (16:19 +0000)]
show transponder info in ServiceInfo screen

18 years agomake inversion human readable
Andreas Monzner [Fri, 3 Mar 2006 16:12:03 +0000 (16:12 +0000)]
make inversion human readable

18 years agoadd "_" as delimiter
Andreas Monzner [Fri, 3 Mar 2006 15:47:40 +0000 (15:47 +0000)]
add "_" as delimiter

18 years agofix isInTimer for non-repeated timers
Stefan Pluecken [Fri, 3 Mar 2006 15:29:23 +0000 (15:29 +0000)]
fix isInTimer for non-repeated timers

18 years agorename FilterXMLString to StringToXML
Andreas Monzner [Fri, 3 Mar 2006 15:22:31 +0000 (15:22 +0000)]
rename FilterXMLString to StringToXML

18 years agomove strToXML into Tools
Felix Domke [Fri, 3 Mar 2006 15:01:29 +0000 (15:01 +0000)]
move strToXML into Tools

18 years agoadd filterXMLString
Felix Domke [Fri, 3 Mar 2006 14:56:42 +0000 (14:56 +0000)]
add filterXMLString

18 years agofix typo
Andreas Monzner [Fri, 3 Mar 2006 14:43:40 +0000 (14:43 +0000)]
fix typo

18 years agoimplement readFrontendData method to get a python dictionary containing data
Andreas Monzner [Fri, 3 Mar 2006 13:59:56 +0000 (13:59 +0000)]
implement readFrontendData method to get a python dictionary containing data
about current used transponder/frontend (frontend state, frontend type, lock
state, sync state, frequency, symbolrate, fec_innter...)
when it is called with True as param it returns the original transponder data
(written to tuner) otherwise it reads the current data out of the frontend
(corrected tuner data)

18 years agoadd a proof-of-concept plugin to define alternative services
Stefan Pluecken [Fri, 3 Mar 2006 12:05:50 +0000 (12:05 +0000)]
add a proof-of-concept plugin to define alternative services

example:
NIM A: DVB-C
NIM B: DVB-S (Astra)

NIM B records "Sat 1" (vertical) and cannot play or record "Das Erste". Zapping to "Das Erste" now looks up an alternative-table
(defined by the user) and plays the service "Das Erste" (cable service) on NIM A, which is assossiated to "Das Erste" (sat service).

18 years agologging slows the timer down very much
Stefan Pluecken [Fri, 3 Mar 2006 05:44:21 +0000 (05:44 +0000)]
logging slows the timer down very much

18 years agonew service info screen (prepared to show transponder info... not functional yet)
Stefan Pluecken [Fri, 3 Mar 2006 04:13:27 +0000 (04:13 +0000)]
new service info screen (prepared to show transponder info... not functional yet)

18 years agoenable playback of multifile (split) movies
Felix Domke [Fri, 3 Mar 2006 03:13:13 +0000 (03:13 +0000)]
enable playback of multifile (split) movies

18 years agodelete characters in the InputBox with mute key
Stefan Pluecken [Fri, 3 Mar 2006 02:00:18 +0000 (02:00 +0000)]
delete characters in the InputBox with mute key

18 years agoadd lockState and syncState to getFrontendInfo call
Andreas Monzner [Fri, 3 Mar 2006 01:47:19 +0000 (01:47 +0000)]
add lockState and syncState to getFrontendInfo call
add skeleton for getTransponderInfo call

18 years agoadding new bouquets added to the context menu of the bouquet list
Stefan Pluecken [Fri, 3 Mar 2006 01:45:42 +0000 (01:45 +0000)]
adding new bouquets added to the context menu of the bouquet list

18 years agodo always call thread cleanup handler
Andreas Monzner [Thu, 2 Mar 2006 11:11:54 +0000 (11:11 +0000)]
do always call thread cleanup handler

18 years agosetTitle is now a Screen method
Stefan Pluecken [Thu, 2 Mar 2006 03:53:24 +0000 (03:53 +0000)]
setTitle is now a Screen method

18 years agoentering recording duration for instant records is now possible
Stefan Pluecken [Thu, 2 Mar 2006 02:54:17 +0000 (02:54 +0000)]
entering recording duration for instant records is now possible

18 years agofix all the bugs (but one or two) in instant recording ChoiceBox
Stefan Pluecken [Thu, 2 Mar 2006 02:26:17 +0000 (02:26 +0000)]
fix all the bugs (but one or two) in instant recording ChoiceBox

18 years agoadd .cvsignores to plugins
Felix Domke [Thu, 2 Mar 2006 02:18:40 +0000 (02:18 +0000)]
add .cvsignores to plugins

18 years agoadd simple summary
Felix Domke [Thu, 2 Mar 2006 02:16:50 +0000 (02:16 +0000)]
add simple summary

18 years agoadd *.pyo to .cvsignore
Felix Domke [Thu, 2 Mar 2006 02:16:21 +0000 (02:16 +0000)]
add *.pyo to .cvsignore

18 years agominimally improved LCD support
Felix Domke [Thu, 2 Mar 2006 02:14:10 +0000 (02:14 +0000)]
minimally improved LCD support