enigma2.git
18 years agodont crash when no language files avail
Andreas Monzner [Tue, 21 Mar 2006 20:22:55 +0000 (20:22 +0000)]
dont crash when no language files avail

18 years agouse timemap instead of eventmap.. so the returned list is sorted by service and time
Andreas Monzner [Tue, 21 Mar 2006 20:07:26 +0000 (20:07 +0000)]
use timemap instead of eventmap.. so the returned list is sorted by service and time

18 years agobegin searching for similar broadcasts on base service
Andreas Monzner [Tue, 21 Mar 2006 19:50:33 +0000 (19:50 +0000)]
begin searching for similar broadcasts on base service

18 years agoremove test stuff
Andreas Monzner [Tue, 21 Mar 2006 14:03:49 +0000 (14:03 +0000)]
remove test stuff

18 years agoadd search function to epgcache to do similar broadcasting searches and text searches...
Andreas Monzner [Tue, 21 Mar 2006 13:53:19 +0000 (13:53 +0000)]
add search function to epgcache to do similar broadcasting searches and text searches in event titles
for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment
above the funcion
the similar broadcastings search is used from python in Eventview.py

18 years agocomment out posix_fadvise call
Andreas Monzner [Tue, 21 Mar 2006 13:50:04 +0000 (13:50 +0000)]
comment out posix_fadvise call

18 years agofix
Andreas Monzner [Tue, 21 Mar 2006 13:48:58 +0000 (13:48 +0000)]
fix

18 years agosmall fix
Andreas Monzner [Tue, 21 Mar 2006 13:47:22 +0000 (13:47 +0000)]
small fix

18 years agofixes to language activation callbacks and using the callbacks in mytest for setting...
Stefan Pluecken [Tue, 21 Mar 2006 09:57:23 +0000 (09:57 +0000)]
fixes to language activation callbacks and using the callbacks in mytest for setting epg language (uncomment for implementation)

18 years agotranslation fixes
Stefan Pluecken [Tue, 21 Mar 2006 09:41:32 +0000 (09:41 +0000)]
translation fixes

18 years agoadd function to set epg language
Andreas Monzner [Tue, 21 Mar 2006 09:35:01 +0000 (09:35 +0000)]
add function to set epg language

18 years agouse callbacks to signal the change of language
Stefan Pluecken [Tue, 21 Mar 2006 09:26:44 +0000 (09:26 +0000)]
use callbacks to signal the change of language

functions can get the language code with:

from Components.Language import language
lang = language.getLanguage()

lang reads for example "de_DE" or "en_EN"

18 years agopre select currently running subservice in subservicelist
Andreas Monzner [Sat, 18 Mar 2006 15:18:34 +0000 (15:18 +0000)]
pre select currently running subservice in subservicelist

18 years agoadd missing translations
Stefan Pluecken [Fri, 17 Mar 2006 20:57:01 +0000 (20:57 +0000)]
add missing translations

18 years agofix: gstreamer is supposed to be optional.
Felix Domke [Fri, 17 Mar 2006 16:43:33 +0000 (16:43 +0000)]
fix: gstreamer is supposed to be optional.

18 years agofix error handling (errno checking)
Andreas Monzner [Fri, 17 Mar 2006 13:45:08 +0000 (13:45 +0000)]
fix error handling (errno checking)

18 years agouse parent service reference for query EPG to build a .eit file when a parent is...
Andreas Monzner [Fri, 17 Mar 2006 13:30:13 +0000 (13:30 +0000)]
use parent service reference for query EPG to build a .eit file when a parent is avail
(on subservices)

18 years agocutlist editor: restore old service, abilty to cut before and after current position
Felix Domke [Thu, 16 Mar 2006 18:36:13 +0000 (18:36 +0000)]
cutlist editor: restore old service, abilty to cut before and after current position

18 years agouse gstreamer for playing media files
Felix Domke [Thu, 16 Mar 2006 17:57:07 +0000 (17:57 +0000)]
use gstreamer for playing media files

18 years agouse gstreamer, if available
Felix Domke [Thu, 16 Mar 2006 17:51:43 +0000 (17:51 +0000)]
use gstreamer, if available

18 years agoInfobar: don't show state when not execing
Felix Domke [Thu, 16 Mar 2006 17:41:29 +0000 (17:41 +0000)]
Infobar: don't show state when not execing

18 years agofix bug
Andreas Monzner [Tue, 14 Mar 2006 20:49:22 +0000 (20:49 +0000)]
fix bug

18 years agolist mp3 files. we need something better here.
Felix Domke [Tue, 14 Mar 2006 14:38:02 +0000 (14:38 +0000)]
list mp3 files. we need something better here.

18 years agodont ask for scanning second nim in automatic scan, when it is not meaningful
Andreas Monzner [Mon, 13 Mar 2006 23:22:55 +0000 (23:22 +0000)]
dont ask for scanning second nim in automatic scan, when it is not meaningful

18 years agodon't offer scans for tuners where nothing is connected
Stefan Pluecken [Sat, 11 Mar 2006 21:41:13 +0000 (21:41 +0000)]
don't offer scans for tuners where nothing is connected

18 years agofix plugin download
Stefan Pluecken [Sat, 11 Mar 2006 21:04:25 +0000 (21:04 +0000)]
fix plugin download

18 years agofix linked tuner
Andreas Monzner [Sat, 11 Mar 2006 17:19:57 +0000 (17:19 +0000)]
fix linked tuner

18 years agoincrease commit interval
Andreas Monzner [Sat, 11 Mar 2006 09:07:48 +0000 (09:07 +0000)]
increase commit interval

18 years agobuild without gstreamer
Felix Domke [Sat, 11 Mar 2006 02:30:13 +0000 (02:30 +0000)]
build without gstreamer

18 years agohack: clear LCD on shutdown until we have proper code for that
Felix Domke [Sat, 11 Mar 2006 02:02:48 +0000 (02:02 +0000)]
hack: clear LCD on shutdown until we have proper code for that

18 years agoeDVBChannel::getFrontend: don't crash when there is no frontend.
Felix Domke [Sat, 11 Mar 2006 01:51:46 +0000 (01:51 +0000)]
eDVBChannel::getFrontend: don't crash when there is no frontend.

18 years agofix showing timer symbol in epglist..
Andreas Monzner [Sat, 11 Mar 2006 01:15:52 +0000 (01:15 +0000)]
fix showing timer symbol in epglist..

18 years agofix return of actionmap
Felix Domke [Sat, 11 Mar 2006 01:00:05 +0000 (01:00 +0000)]
fix return of actionmap

18 years agoPlugin: add WHERE_TELETEXT
Felix Domke [Sat, 11 Mar 2006 00:59:28 +0000 (00:59 +0000)]
Plugin: add WHERE_TELETEXT

18 years agorun teletext plugin when pressing teletext
Felix Domke [Sat, 11 Mar 2006 00:59:07 +0000 (00:59 +0000)]
run teletext plugin when pressing teletext

18 years agofix plugin call
Felix Domke [Sat, 11 Mar 2006 00:48:05 +0000 (00:48 +0000)]
fix plugin call

18 years agofix removing .eit files
Andreas Monzner [Fri, 10 Mar 2006 23:35:37 +0000 (23:35 +0000)]
fix removing .eit files

18 years agouse capital letters in translation of instant record choice box
Stefan Pluecken [Fri, 10 Mar 2006 22:53:55 +0000 (22:53 +0000)]
use capital letters in translation of instant record choice box

18 years agodon't move the choice box
Stefan Pluecken [Fri, 10 Mar 2006 22:51:57 +0000 (22:51 +0000)]
don't move the choice box

18 years agoadd parameter to Console screen to set the console window title
Stefan Pluecken [Fri, 10 Mar 2006 20:57:09 +0000 (20:57 +0000)]
add parameter to Console screen to set the console window title

18 years agoa lot of translations
Stefan Pluecken [Fri, 10 Mar 2006 20:43:22 +0000 (20:43 +0000)]
a lot of translations

18 years agoshow ChannelSelection on first run (after the start wizard)
Stefan Pluecken [Fri, 10 Mar 2006 17:07:28 +0000 (17:07 +0000)]
show ChannelSelection on first run (after the start wizard)

18 years agomore python fixes :)
Andreas Monzner [Thu, 9 Mar 2006 13:07:13 +0000 (13:07 +0000)]
more python fixes :)

18 years agomore python fixes
Andreas Monzner [Thu, 9 Mar 2006 12:20:41 +0000 (12:20 +0000)]
more python fixes

18 years agofix
Andreas Monzner [Thu, 9 Mar 2006 12:11:23 +0000 (12:11 +0000)]
fix

18 years agomake eDVBResourceManager accessible from python (needed for allocate a raw iDVBChannel)
Andreas Monzner [Thu, 9 Mar 2006 12:01:47 +0000 (12:01 +0000)]
make eDVBResourceManager accessible from python (needed for allocate a raw iDVBChannel)
make iDVBChannel accessible from python (needed for get iDVBFrontend)
make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages

18 years agofix storing of advanced satconfig out of the start wizard
Andreas Monzner [Tue, 7 Mar 2006 21:35:56 +0000 (21:35 +0000)]
fix storing of advanced satconfig out of the start wizard

18 years agoadd ability to set a callback build function in listbox multicontent
Andreas Monzner [Tue, 7 Mar 2006 20:36:40 +0000 (20:36 +0000)]
add ability to set a callback build function in listbox multicontent

18 years agonote about skins / screen names
Felix Domke [Tue, 7 Mar 2006 16:32:15 +0000 (16:32 +0000)]
note about skins / screen names

18 years agoupdate nl translation (by Kees Aerts)
Felix Domke [Tue, 7 Mar 2006 13:25:35 +0000 (13:25 +0000)]
update nl translation (by Kees Aerts)

18 years agomuch simpler frequency range check
Andreas Monzner [Tue, 7 Mar 2006 11:17:55 +0000 (11:17 +0000)]
much simpler frequency range check

18 years agodisable decoder when switching to timeshift, properly handle SOF
Felix Domke [Tue, 7 Mar 2006 00:52:47 +0000 (00:52 +0000)]
disable decoder when switching to timeshift, properly handle SOF

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