enigma2.git
15 years agofix broken code when a hotplug partition was removed
Felix Domke [Mon, 23 Mar 2009 21:52:15 +0000 (22:52 +0100)]
fix broken code when a hotplug partition was removed

15 years agofix crash on aborting during CheckDiskspaceTask
Fraxinas [Mon, 23 Mar 2009 20:35:06 +0000 (21:35 +0100)]
fix crash on aborting during CheckDiskspaceTask

15 years agoNimManager.py: small revert
ghost [Mon, 23 Mar 2009 13:43:20 +0000 (14:43 +0100)]
NimManager.py: small revert

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Mon, 23 Mar 2009 12:34:12 +0000 (13:34 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agoimprove /sys/block/*/stat parsing
Felix Domke [Mon, 23 Mar 2009 12:25:00 +0000 (13:25 +0100)]
improve /sys/block/*/stat parsing

15 years agoNimManager.py: create some config entries just when needed .. to speedup enigma2...
ghost [Mon, 23 Mar 2009 12:21:18 +0000 (13:21 +0100)]
NimManager.py: create some config entries just when needed .. to speedup enigma2 start

15 years agoconfig.py: remove unneeded notifier call
ghost [Mon, 23 Mar 2009 12:19:35 +0000 (13:19 +0100)]
config.py: remove unneeded notifier call

15 years agohandle empty bouquets
Felix Domke [Sun, 22 Mar 2009 23:32:10 +0000 (00:32 +0100)]
handle empty bouquets

15 years agoadd some debug assertions
Felix Domke [Sun, 22 Mar 2009 23:31:55 +0000 (00:31 +0100)]
add some debug assertions

15 years agoallow strings to be used for skin_name
Felix Domke [Sun, 22 Mar 2009 23:31:40 +0000 (00:31 +0100)]
allow strings to be used for skin_name

15 years agosort plugins by name, give some ChoiceBoxes individual names
Felix Domke [Thu, 19 Mar 2009 00:08:17 +0000 (01:08 +0100)]
sort plugins by name, give some ChoiceBoxes individual names

15 years agomake ChoiceBox skinnable
Felix Domke [Thu, 19 Mar 2009 00:08:00 +0000 (01:08 +0100)]
make ChoiceBox skinnable

15 years agoAdd plugin to assign service / providers / caids to Common Interface Modules
ghost [Tue, 17 Mar 2009 21:19:58 +0000 (22:19 +0100)]
Add plugin to assign service / providers / caids to Common Interface Modules

15 years agodata/menu.xml: add default weights
ghost [Tue, 17 Mar 2009 20:34:22 +0000 (21:34 +0100)]
data/menu.xml: add default weights

15 years agoMediaplayer/plugin.py: dont show mediaplayer gui after seek
ghost [Tue, 17 Mar 2009 19:16:48 +0000 (20:16 +0100)]
Mediaplayer/plugin.py: dont show mediaplayer gui after seek

15 years agoencoding.conf: add some polish two byte encoding transponders... thanks to Jarex
ghost [Tue, 17 Mar 2009 08:35:50 +0000 (09:35 +0100)]
encoding.conf: add some polish two byte encoding transponders... thanks to Jarex

15 years agoCi.py: fix crash since yesterday change without new drivers
ghost [Mon, 16 Mar 2009 14:56:06 +0000 (15:56 +0100)]
Ci.py: fix crash since yesterday change without new drivers

15 years agoadd "High bitrate support" choice in CI Setup (needs new drivers to work)
ghost [Sun, 15 Mar 2009 10:58:52 +0000 (11:58 +0100)]
add "High bitrate support" choice in CI Setup (needs new drivers to work)

15 years agoadd caluclation for bcm4506 based frontends
ghost [Sun, 15 Mar 2009 09:19:41 +0000 (10:19 +0100)]
add caluclation for bcm4506 based frontends

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Wed, 11 Mar 2009 07:49:47 +0000 (08:49 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agofix: StandardError: eDVBCIInterfaces::setDescrambleRules entry in caid list is not...
ghost [Wed, 11 Mar 2009 07:49:33 +0000 (08:49 +0100)]
fix: StandardError: eDVBCIInterfaces::setDescrambleRules entry in caid list is not a long it is 'long'!!

15 years agoPatch by Moritz Venn: Allow to set an additional delay via config.
Felix Domke [Wed, 11 Mar 2009 07:12:01 +0000 (08:12 +0100)]
Patch by Moritz Venn: Allow to set an additional delay via config.

Note that this requires driver support, which is not necessarily complete.

15 years agoMerge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Wed, 11 Mar 2009 07:06:28 +0000 (08:06 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git

15 years agoPatch by Moritz Venn:
Felix Domke [Wed, 11 Mar 2009 07:06:04 +0000 (08:06 +0100)]
Patch by Moritz Venn:

The current implementation of ConfigNumber.isChanged (the one inherited from ConfigElement) does not work properly as it will - at least for unsaved values - always returns True.
This is obvious if you just take a look at the datatypes since value is an int and default is a string (because ConfigNumber is a modified ConfigText).

To resolve this issue one can either compare self.tostring(self.value) or self.text to self.default but the former seems to be the more logical approach.
The attached patch does override the method in ConfigNumber with the proposed fix.

15 years agodo nothing when green button is pressed in a record, to be consistent with UI
Felix Domke [Wed, 11 Mar 2009 07:05:18 +0000 (08:05 +0100)]
do nothing when green button is pressed in a record, to be consistent with UI

15 years agosmall fix
ghost [Tue, 10 Mar 2009 11:11:18 +0000 (12:11 +0100)]
small fix

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 10 Mar 2009 11:04:49 +0000 (12:04 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agofix readCICaIds call
ghost [Tue, 10 Mar 2009 11:04:41 +0000 (12:04 +0100)]
fix readCICaIds call

15 years agotry to use current GUI language as initial dvd menu language
Fraxinas [Tue, 10 Mar 2009 10:26:55 +0000 (11:26 +0100)]
try to use current GUI language as initial dvd menu language

15 years agoadd two missing transponders with two char mapping
ghost [Mon, 9 Mar 2009 18:55:00 +0000 (19:55 +0100)]
add two missing transponders with two char mapping

15 years agofix typo
ghost [Sun, 8 Mar 2009 13:26:33 +0000 (14:26 +0100)]
fix typo

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Wed, 4 Mar 2009 23:12:49 +0000 (00:12 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agomytest.py: set RTC Time on e2 shutdown when not dvb transponder time update is used
ghost [Wed, 4 Mar 2009 23:12:40 +0000 (00:12 +0100)]
mytest.py: set RTC Time on e2 shutdown when not dvb transponder time update is used
add debug output

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Wed, 4 Mar 2009 23:12:07 +0000 (00:12 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agolib/python/Tools/DreamboxHardware.py: add function to set RTC Time
ghost [Wed, 4 Mar 2009 23:11:55 +0000 (00:11 +0100)]
lib/python/Tools/DreamboxHardware.py: add function to set RTC Time

15 years agoalso support libgif
Felix Domke [Wed, 4 Mar 2009 23:11:16 +0000 (00:11 +0100)]
also support libgif

15 years agofix compiler warnings
ghost [Wed, 4 Mar 2009 23:11:04 +0000 (00:11 +0100)]
fix compiler warnings

15 years agoadd possibility to disable the dvb transponder time sync
ghost [Wed, 4 Mar 2009 19:38:59 +0000 (20:38 +0100)]
add possibility to disable the dvb transponder time sync
not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work

15 years agono more need to use fluendo mpeg stuff
ghost [Wed, 4 Mar 2009 10:50:27 +0000 (11:50 +0100)]
no more need to use fluendo mpeg stuff

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Wed, 4 Mar 2009 10:49:24 +0000 (11:49 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agofix possible crash
ghost [Wed, 4 Mar 2009 10:49:13 +0000 (11:49 +0100)]
fix possible crash

15 years ago- properly ignore transponders without values for tsid/onid in the diseqc tester
Stefan Pluecken [Tue, 3 Mar 2009 17:57:46 +0000 (18:57 +0100)]
- properly ignore transponders without values for tsid/onid in the diseqc tester
- add some log file output for pids_failed case (real tsid/onid and expected tsid/onid)

15 years agoMerge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Fraxinas [Tue, 3 Mar 2009 10:52:30 +0000 (11:52 +0100)]
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 3 Mar 2009 10:51:10 +0000 (11:51 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agotake care of subservices
ghost [Tue, 3 Mar 2009 10:50:53 +0000 (11:50 +0100)]
take care of subservices

15 years agofix selecting menu template and background image files, only allow start of burning...
Fraxinas [Tue, 3 Mar 2009 10:50:35 +0000 (11:50 +0100)]
fix selecting menu template and background image files, only allow start of burning process if at least one title is in the collection, otherwise
hide menu entry and add yes-no-box before burning with RECORD key on rcu

15 years agofirst pickle, then save to avoid killing config file on sigint
Felix Domke [Mon, 2 Mar 2009 23:44:19 +0000 (00:44 +0100)]
first pickle, then save to avoid killing config file on sigint

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Mon, 2 Mar 2009 16:35:02 +0000 (17:35 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agomedia player cosmetical changes, thanks to kerni
Felix Domke [Mon, 2 Mar 2009 16:34:15 +0000 (17:34 +0100)]
media player cosmetical changes, thanks to kerni

15 years agoMerge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Fraxinas [Mon, 2 Mar 2009 16:32:02 +0000 (17:32 +0100)]
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2

15 years agolisten to hotplug event when dvd is inserted or ejected and modify EXIT menu accordingly
Fraxinas [Mon, 2 Mar 2009 16:28:35 +0000 (17:28 +0100)]
listen to hotplug event when dvd is inserted or ejected and modify EXIT menu accordingly

15 years agoMerge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Mon, 2 Mar 2009 16:17:08 +0000 (17:17 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git

15 years agoreplace EOF magic by a slightly more accurate PVR EOF.
Felix Domke [Mon, 2 Mar 2009 16:17:06 +0000 (17:17 +0100)]
replace EOF magic by a slightly more accurate PVR EOF.

15 years agouse < > keys vor next / previous service in single service epg
ghost [Sat, 28 Feb 2009 09:23:47 +0000 (10:23 +0100)]
use < > keys vor next / previous service in single service epg

15 years agoadd possibility to change services in single service epg with bouquet +/- key
ghost [Fri, 27 Feb 2009 22:19:00 +0000 (23:19 +0100)]
add possibility to change services in single service epg with bouquet +/- key

15 years agoadd eDVBCiInterfaces::readCICaids
ghost [Fri, 27 Feb 2009 11:12:07 +0000 (12:12 +0100)]
add eDVBCiInterfaces::readCICaids

15 years agoread back corrected frequency from frontend during scan (only DVB-T)
ghost [Thu, 26 Feb 2009 20:11:26 +0000 (21:11 +0100)]
read back corrected frequency from frontend during scan (only DVB-T)

15 years agomore CI fixes (i.e. fix segfault on e2 shutdown)
ghost [Thu, 26 Feb 2009 18:52:00 +0000 (19:52 +0100)]
more CI fixes (i.e. fix segfault on e2 shutdown)

15 years agolanguage update: pl,lt,sv,de,nl,tr,lv
Felix Domke [Thu, 26 Feb 2009 13:16:37 +0000 (14:16 +0100)]
language update: pl,lt,sv,de,nl,tr,lv

15 years agofix pro7 'vpts did not increase when seeking'-bug
Felix Domke [Thu, 26 Feb 2009 01:20:09 +0000 (02:20 +0100)]
fix pro7 'vpts did not increase when seeking'-bug

15 years agosome CI fixes
ghost [Thu, 26 Feb 2009 00:51:08 +0000 (01:51 +0100)]
some CI fixes

15 years agomake SoftwareManager filescan description translatable
ghost [Wed, 25 Feb 2009 11:31:33 +0000 (12:31 +0100)]
make SoftwareManager filescan description translatable

15 years agounicable fix by adenin (when Kathrein ESU33 is used)
ghost [Wed, 25 Feb 2009 08:55:11 +0000 (09:55 +0100)]
unicable fix by adenin (when Kathrein ESU33 is used)

15 years agosmall optimizations and cleanups by Moritz Venn
ghost [Tue, 24 Feb 2009 19:56:21 +0000 (20:56 +0100)]
small optimizations and cleanups by Moritz Venn

15 years agofixed compile errors with g++ 4.3 and replaced some c headers by their
Andreas Oberritter [Mon, 23 Feb 2009 18:16:53 +0000 (19:16 +0100)]
fixed compile errors with g++ 4.3 and replaced some c headers by their
c++ counterparts

15 years agoshow warning message when trying to play video container with DTS stream (requires...
Fraxinas [Mon, 23 Feb 2009 14:42:59 +0000 (15:42 +0100)]
show warning message when trying to play video container with DTS stream (requires gst-plugins-dvbmedisink > 20090223)

15 years agodisable KEY_0 to convert current item to mark as there is no way to undo this
Felix Domke [Sun, 22 Feb 2009 22:17:07 +0000 (23:17 +0100)]
disable KEY_0 to convert current item to mark as there is no way to undo this

15 years agofix entry_changed
Felix Domke [Sun, 22 Feb 2009 22:16:25 +0000 (23:16 +0100)]
fix entry_changed

15 years agosubtitle.cpp/h: fix dvb subtitles for HBO
ghost [Sat, 21 Feb 2009 18:11:48 +0000 (19:11 +0100)]
subtitle.cpp/h: fix dvb subtitles for HBO

15 years agoanother small ttx subtitles fix
ghost [Sat, 21 Feb 2009 15:36:08 +0000 (16:36 +0100)]
another small ttx subtitles fix

15 years agofix polish subtitles on HBO services.. 2nd try ;)
ghost [Sat, 21 Feb 2009 14:21:28 +0000 (15:21 +0100)]
fix polish subtitles on HBO services.. 2nd try ;)

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Sat, 21 Feb 2009 12:45:12 +0000 (13:45 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agoteletext.cpp: add support for "X/28/0 format 1" and "M/29/0 format 1" packets......
ghost [Sat, 21 Feb 2009 12:44:13 +0000 (13:44 +0100)]
teletext.cpp: add support for "X/28/0 format 1" and "M/29/0 format 1" packets... this fixes i.e. wrong characters in polish teletext subtitles used by HBO/Polsat and other

15 years agoremove debug print
Stefan Pluecken [Fri, 20 Feb 2009 14:48:49 +0000 (15:48 +0100)]
remove debug print

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
Stefan Pluecken [Fri, 20 Feb 2009 13:18:43 +0000 (14:18 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agofollow changes in module Tuner with added rolloff, pilot and system/modulation in...
Stefan Pluecken [Fri, 20 Feb 2009 13:17:18 +0000 (14:17 +0100)]
follow changes in module Tuner with added rolloff, pilot and system/modulation in DiseqcTester/TuneTest

15 years agoMerge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Fraxinas [Fri, 20 Feb 2009 10:39:29 +0000 (11:39 +0100)]
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2

15 years agomedium exceeding capacity warning for dvdburn
Fraxinas [Fri, 20 Feb 2009 10:38:43 +0000 (11:38 +0100)]
medium exceeding capacity warning for dvdburn

15 years agoimprove usability: hide some advanced options below expert, clear out and resort...
Fraxinas [Fri, 20 Feb 2009 10:22:35 +0000 (11:22 +0100)]
improve usability: hide some advanced options below expert, clear out and resort main menu, hide button text of inactive buttons, warn
when adding a new title which causes exceeding single and dual layer medium size

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Fri, 20 Feb 2009 01:23:57 +0000 (02:23 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agosplit "delay after continuous tone" value in "delay after continuous tone disable...
ghost [Fri, 20 Feb 2009 01:21:50 +0000 (02:21 +0100)]
split "delay after continuous tone" value in "delay after continuous tone disable before diseqc" and "delay after final continuous tone change" value and increment the first value now to 25 to fix "tune failed" problems with some diseqc switches

15 years agodvbtime.cpp: fix compiler warning
ghost [Fri, 20 Feb 2009 01:04:12 +0000 (02:04 +0100)]
dvbtime.cpp: fix compiler warning

15 years agoMerge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Thu, 19 Feb 2009 12:58:04 +0000 (13:58 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git

15 years agoallow {text,pixmap}=None, without warning or error, to allow more flexible layout...
Felix Domke [Thu, 19 Feb 2009 12:57:54 +0000 (13:57 +0100)]
allow {text,pixmap}=None, without warning or error, to allow more flexible layout options

15 years agoalways show option to open file browser in exit dialoge (also when playing from actua...
Fraxinas [Thu, 19 Feb 2009 12:29:45 +0000 (13:29 +0100)]
always show option to open file browser in exit dialoge (also when playing from actual dvd medium)

15 years ago- increase video wizard timeout from 10 to 20 seconds
Stefan Pluecken [Thu, 19 Feb 2009 00:56:43 +0000 (01:56 +0100)]
- increase video wizard timeout from 10 to 20 seconds
- rearrange summary screen widgets
- set summary screen before anything else in the wizard

15 years agospeedup
ghost [Wed, 18 Feb 2009 20:28:17 +0000 (21:28 +0100)]
speedup

15 years agoupdate .meta description
Felix Domke [Wed, 18 Feb 2009 12:28:11 +0000 (13:28 +0100)]
update .meta description

15 years agoMerge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Wed, 18 Feb 2009 12:25:25 +0000 (13:25 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git

15 years agoadd 'last'
Felix Domke [Wed, 18 Feb 2009 12:25:13 +0000 (13:25 +0100)]
add 'last'

15 years agooptional fuzzing support
Felix Domke [Wed, 18 Feb 2009 02:09:08 +0000 (03:09 +0100)]
optional fuzzing support

15 years agofollow Console() changes
acid-burn [Tue, 17 Feb 2009 15:45:43 +0000 (16:45 +0100)]
follow Console() changes
add WHERE_NETWORKCONFIG_READ to Plugin Descriptor
make Reichi happy ;-)

15 years agodont clear terrestrial and cable transponders when not needed
ghost [Tue, 17 Feb 2009 10:09:28 +0000 (11:09 +0100)]
dont clear terrestrial and cable transponders when not needed

15 years agoallow multiple ipkg configuration files. Limit: one url entry per file
acid-burn [Tue, 17 Feb 2009 08:26:39 +0000 (09:26 +0100)]
allow multiple ipkg configuration files. Limit: one url entry per file
really write edited url back
dont show arch.conf file
variable_width support for inputbox to work properly with sd and hd skins

15 years agoMerge branch 'master' of git://git.opendreambox.org/git/enigma2
Mladen Horvat [Tue, 17 Feb 2009 08:34:59 +0000 (09:34 +0100)]
Merge branch 'master' of git://git.opendreambox.org/git/enigma2

15 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Mon, 16 Feb 2009 23:36:24 +0000 (00:36 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2

15 years agofilter \n and \t in short description title
ghost [Mon, 16 Feb 2009 23:36:12 +0000 (00:36 +0100)]
filter \n and \t in short description title

15 years agomove replace_all function to base/string.h
ghost [Mon, 16 Feb 2009 23:35:44 +0000 (00:35 +0100)]
move replace_all function to base/string.h

15 years agoMerge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs
Felix Domke [Mon, 16 Feb 2009 17:25:23 +0000 (18:25 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs

15 years agoMerge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Mon, 16 Feb 2009 17:24:48 +0000 (18:24 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git