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

17 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

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

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

17 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

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

17 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

17 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

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

17 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

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

17 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

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

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

17 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

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

17 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

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

17 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

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

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

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

17 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...

17 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

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

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

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

17 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

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

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

17 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

17 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

17 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

17 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

17 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

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

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

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

17 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

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

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

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

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

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

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

17 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

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

17 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

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

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

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

17 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

17 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

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

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

17 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

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

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

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

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

17 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)

17 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).

17 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

17 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)

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

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

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

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

17 years agoinstant record now brings up a dialog to chose whether to record indefinitely, the...
Stefan Pluecken [Thu, 2 Mar 2006 01:46:46 +0000 (01:46 +0000)]
instant record now brings up a dialog to chose whether to record indefinitely, the current event or do nothing

17 years agoremove bad words (and characters)
Stefan Pluecken [Thu, 2 Mar 2006 01:02:04 +0000 (01:02 +0000)]
remove bad words (and characters)

17 years agobetter resizing
Stefan Pluecken [Thu, 2 Mar 2006 00:53:47 +0000 (00:53 +0000)]
better resizing

17 years agoautomatically resize ChoiceBox
Stefan Pluecken [Thu, 2 Mar 2006 00:34:25 +0000 (00:34 +0000)]
automatically resize ChoiceBox

17 years agoadd ChoiceBox screen for asking simple multi choice questions
Stefan Pluecken [Thu, 2 Mar 2006 00:27:32 +0000 (00:27 +0000)]
add ChoiceBox screen for asking simple multi choice questions

17 years agofix language list
Felix Domke [Wed, 1 Mar 2006 23:41:50 +0000 (23:41 +0000)]
fix language list

17 years agoquick work around for fixing return codes
Felix Domke [Wed, 1 Mar 2006 22:44:18 +0000 (22:44 +0000)]
quick work around for fixing return codes

17 years agoadd missing
Felix Domke [Wed, 1 Mar 2006 14:18:31 +0000 (14:18 +0000)]
add missing

17 years ago- add (heavily unoptimized (!!!)) matching check for repeated timers as a clock icon...
Stefan Pluecken [Wed, 1 Mar 2006 05:04:33 +0000 (05:04 +0000)]
- add (heavily unoptimized (!!!)) matching check for repeated timers as a clock icon in the epg list
- comment out check for event id

17 years agodisplay clock png in single epg list for fitting timers (we have a problem with the...
Stefan Pluecken [Wed, 1 Mar 2006 02:37:17 +0000 (02:37 +0000)]
display clock png in single epg list for fitting timers (we have a problem with the event id matching for manual timers)

17 years agoprepare epg checking for already timered timers
Stefan Pluecken [Tue, 28 Feb 2006 22:37:39 +0000 (22:37 +0000)]
prepare epg checking for already timered timers

17 years agothe forgotten png
Stefan Pluecken [Tue, 28 Feb 2006 16:57:05 +0000 (16:57 +0000)]
the forgotten png

17 years agoremove hole
Stefan Pluecken [Tue, 28 Feb 2006 09:26:51 +0000 (09:26 +0000)]
remove hole

17 years agouse categories to categorize the plugins
Stefan Pluecken [Tue, 28 Feb 2006 09:21:57 +0000 (09:21 +0000)]
use categories to categorize the plugins

17 years agohack to seek GOP-wise
Felix Domke [Tue, 28 Feb 2006 01:45:00 +0000 (01:45 +0000)]
hack to seek GOP-wise

17 years agoremoving marks from cut editor is now possible. minor hack to seek back one GOP
Felix Domke [Tue, 28 Feb 2006 01:44:30 +0000 (01:44 +0000)]
removing marks from cut editor is now possible. minor hack to seek back one GOP

17 years agoadd getNextAccessPoint
Felix Domke [Tue, 28 Feb 2006 01:43:36 +0000 (01:43 +0000)]
add getNextAccessPoint

17 years agoskip 30,90,270 seconds with 1/3, 4/6, 7/9
Felix Domke [Mon, 27 Feb 2006 23:32:32 +0000 (23:32 +0000)]
skip 30,90,270 seconds with 1/3, 4/6, 7/9

17 years agoadd support for turning rotor without power measurement
Andreas Monzner [Mon, 27 Feb 2006 22:47:26 +0000 (22:47 +0000)]
add support for turning rotor without power measurement
(for rotors behind a powered switch or rotor behind a V-Box)
known bug .. the transponder scan loops when a transponder does not lock :/

17 years agoadd new interface for cutlist editor
Felix Domke [Mon, 27 Feb 2006 22:43:45 +0000 (22:43 +0000)]
add new interface for cutlist editor

17 years agofix currentCursorSelectable for multi content lists
Felix Domke [Mon, 27 Feb 2006 22:41:54 +0000 (22:41 +0000)]
fix currentCursorSelectable for multi content lists

17 years agodon't crash when loadPNG fails
Felix Domke [Mon, 27 Feb 2006 22:09:18 +0000 (22:09 +0000)]
don't crash when loadPNG fails

17 years agomake getCurrentPosition useable from other classes
Felix Domke [Mon, 27 Feb 2006 22:02:53 +0000 (22:02 +0000)]
make getCurrentPosition useable from other classes

17 years agosupport for grayed out items
Felix Domke [Mon, 27 Feb 2006 21:36:22 +0000 (21:36 +0000)]
support for grayed out items