ghost [Sun, 15 Mar 2009 09:19:41 +0000 (10:19 +0100)]
add caluclation for bcm4506 based frontends
ghost [Wed, 11 Mar 2009 07:49:47 +0000 (08:49 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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'!!
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.
Felix Domke [Wed, 11 Mar 2009 07:06:28 +0000 (08:06 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git
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.
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
ghost [Tue, 10 Mar 2009 11:11:18 +0000 (12:11 +0100)]
small fix
ghost [Tue, 10 Mar 2009 11:04:49 +0000 (12:04 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 10 Mar 2009 11:04:41 +0000 (12:04 +0100)]
fix readCICaIds call
Fraxinas [Tue, 10 Mar 2009 10:26:55 +0000 (11:26 +0100)]
try to use current GUI language as initial dvd menu language
ghost [Mon, 9 Mar 2009 18:55:00 +0000 (19:55 +0100)]
add two missing transponders with two char mapping
ghost [Sun, 8 Mar 2009 13:26:33 +0000 (14:26 +0100)]
fix typo
ghost [Wed, 4 Mar 2009 23:12:49 +0000 (00:12 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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
Felix Domke [Wed, 4 Mar 2009 23:12:07 +0000 (00:12 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Wed, 4 Mar 2009 23:11:55 +0000 (00:11 +0100)]
lib/python/Tools/DreamboxHardware.py: add function to set RTC Time
Felix Domke [Wed, 4 Mar 2009 23:11:16 +0000 (00:11 +0100)]
also support libgif
ghost [Wed, 4 Mar 2009 23:11:04 +0000 (00:11 +0100)]
fix compiler warnings
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
ghost [Wed, 4 Mar 2009 10:50:27 +0000 (11:50 +0100)]
no more need to use fluendo mpeg stuff
ghost [Wed, 4 Mar 2009 10:49:24 +0000 (11:49 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Wed, 4 Mar 2009 10:49:13 +0000 (11:49 +0100)]
fix possible crash
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)
Fraxinas [Tue, 3 Mar 2009 10:52:30 +0000 (11:52 +0100)]
Merge branch 'master' of fraxinas@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
ghost [Tue, 3 Mar 2009 10:50:53 +0000 (11:50 +0100)]
take care of subservices
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
Felix Domke [Mon, 2 Mar 2009 23:44:19 +0000 (00:44 +0100)]
first pickle, then save to avoid killing config file on sigint
Felix Domke [Mon, 2 Mar 2009 16:35:02 +0000 (17:35 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Mon, 2 Mar 2009 16:34:15 +0000 (17:34 +0100)]
media player cosmetical changes, thanks to kerni
Fraxinas [Mon, 2 Mar 2009 16:32:02 +0000 (17:32 +0100)]
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
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
Felix Domke [Mon, 2 Mar 2009 16:17:08 +0000 (17:17 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Mon, 2 Mar 2009 16:17:06 +0000 (17:17 +0100)]
replace EOF magic by a slightly more accurate PVR EOF.
ghost [Sat, 28 Feb 2009 09:23:47 +0000 (10:23 +0100)]
use < > keys vor next / previous service in single service epg
ghost [Fri, 27 Feb 2009 22:19:00 +0000 (23:19 +0100)]
add possibility to change services in single service epg with bouquet +/- key
ghost [Fri, 27 Feb 2009 11:12:07 +0000 (12:12 +0100)]
add eDVBCiInterfaces::readCICaids
ghost [Thu, 26 Feb 2009 20:11:26 +0000 (21:11 +0100)]
read back corrected frequency from frontend during scan (only DVB-T)
ghost [Thu, 26 Feb 2009 18:52:00 +0000 (19:52 +0100)]
more CI fixes (i.e. fix segfault on e2 shutdown)
Felix Domke [Thu, 26 Feb 2009 13:16:37 +0000 (14:16 +0100)]
language update: pl,lt,sv,de,nl,tr,lv
Felix Domke [Thu, 26 Feb 2009 01:20:09 +0000 (02:20 +0100)]
fix pro7 'vpts did not increase when seeking'-bug
ghost [Thu, 26 Feb 2009 00:51:08 +0000 (01:51 +0100)]
some CI fixes
ghost [Wed, 25 Feb 2009 11:31:33 +0000 (12:31 +0100)]
make SoftwareManager filescan description translatable
ghost [Wed, 25 Feb 2009 08:55:11 +0000 (09:55 +0100)]
unicable fix by adenin (when Kathrein ESU33 is used)
ghost [Tue, 24 Feb 2009 19:56:21 +0000 (20:56 +0100)]
small optimizations and cleanups by Moritz Venn
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
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)
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
Felix Domke [Sun, 22 Feb 2009 22:16:25 +0000 (23:16 +0100)]
fix entry_changed
ghost [Sat, 21 Feb 2009 18:11:48 +0000 (19:11 +0100)]
subtitle.cpp/h: fix dvb subtitles for HBO
ghost [Sat, 21 Feb 2009 15:36:08 +0000 (16:36 +0100)]
another small ttx subtitles fix
ghost [Sat, 21 Feb 2009 14:21:28 +0000 (15:21 +0100)]
fix polish subtitles on HBO services.. 2nd try ;)
ghost [Sat, 21 Feb 2009 12:45:12 +0000 (13:45 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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
Stefan Pluecken [Fri, 20 Feb 2009 14:48:49 +0000 (15:48 +0100)]
remove debug print
Stefan Pluecken [Fri, 20 Feb 2009 13:18:43 +0000 (14:18 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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
Fraxinas [Fri, 20 Feb 2009 10:39:29 +0000 (11:39 +0100)]
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Fraxinas [Fri, 20 Feb 2009 10:38:43 +0000 (11:38 +0100)]
medium exceeding capacity warning for dvdburn
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
ghost [Fri, 20 Feb 2009 01:23:57 +0000 (02:23 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
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
ghost [Fri, 20 Feb 2009 01:04:12 +0000 (02:04 +0100)]
dvbtime.cpp: fix compiler warning
Felix Domke [Thu, 19 Feb 2009 12:58:04 +0000 (13:58 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git
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
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)
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
ghost [Wed, 18 Feb 2009 20:28:17 +0000 (21:28 +0100)]
speedup
Felix Domke [Wed, 18 Feb 2009 12:28:11 +0000 (13:28 +0100)]
update .meta description
Felix Domke [Wed, 18 Feb 2009 12:25:25 +0000 (13:25 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Wed, 18 Feb 2009 12:25:13 +0000 (13:25 +0100)]
add 'last'
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 ;-)
ghost [Tue, 17 Feb 2009 10:09:28 +0000 (11:09 +0100)]
dont clear terrestrial and cable transponders when not needed
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
Mladen Horvat [Tue, 17 Feb 2009 08:34:59 +0000 (09:34 +0100)]
Merge branch 'master' of git://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
ghost [Mon, 16 Feb 2009 23:36:12 +0000 (00:36 +0100)]
filter \n and \t in short description title
ghost [Mon, 16 Feb 2009 23:35:44 +0000 (00:35 +0100)]
move replace_all function to base/string.h
Felix Domke [Mon, 16 Feb 2009 17:24:48 +0000 (18:24 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Mon, 16 Feb 2009 17:24:35 +0000 (18:24 +0100)]
also display .trp files with servicedvb
ghost [Mon, 16 Feb 2009 17:09:22 +0000 (18:09 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Mon, 16 Feb 2009 17:08:39 +0000 (18:08 +0100)]
fix ConfigNone
this fixes the endless bootloop with dm800
Felix Domke [Mon, 16 Feb 2009 15:58:37 +0000 (16:58 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Mladen Horvat [Mon, 16 Feb 2009 15:58:01 +0000 (16:58 +0100)]
Merge branch 'master' of git://git.opendreambox.org/git/enigma2
acid-burn [Mon, 16 Feb 2009 15:39:16 +0000 (16:39 +0100)]
dont show -dbg and -dev packages in packetmanager
show softwaremanager on blue button pressed if expert mode enabled
some cleanups and better skinning support for Kerni ;-)
small speedups in Packetmanager
ghost [Mon, 16 Feb 2009 15:38:26 +0000 (16:38 +0100)]
the current libdreamdvd no more touch policy and aspect.. so its not needed to save and restore this settings
ghost [Mon, 16 Feb 2009 08:57:08 +0000 (09:57 +0100)]
merge with latest changes
Felix Domke [Mon, 16 Feb 2009 00:43:15 +0000 (01:43 +0100)]
update all non-master listboxes when any listbox changes
Felix Domke [Mon, 16 Feb 2009 00:01:57 +0000 (01:01 +0100)]
experimental: add possibility to add user skins in /etc/enigma2/skin_user.xml
Felix Domke [Sun, 15 Feb 2009 23:09:14 +0000 (00:09 +0100)]
Merge branch 'master' of /home/tmbinc/enigma2-git
Felix Domke [Sun, 15 Feb 2009 23:07:56 +0000 (00:07 +0100)]
generic language update. This now also contains enigma2_rel25 strings
Felix Domke [Sun, 15 Feb 2009 23:07:22 +0000 (00:07 +0100)]
update it,es,sv,pl,tr language
Felix Domke [Sun, 15 Feb 2009 23:06:57 +0000 (00:06 +0100)]
add latvian language
Felix Domke [Sun, 15 Feb 2009 22:31:18 +0000 (23:31 +0100)]
include enigma2 release 2.5 messages in enigma2.pot
Felix Domke [Sun, 15 Feb 2009 22:10:45 +0000 (23:10 +0100)]
use 'in', add killAll
Felix Domke [Sun, 15 Feb 2009 22:07:02 +0000 (23:07 +0100)]
Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master
Felix Domke [Sun, 15 Feb 2009 21:18:33 +0000 (22:18 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Felix Domke [Sun, 15 Feb 2009 21:18:15 +0000 (22:18 +0100)]
fix typo, patch by Moritz Venn
acid-burn [Sun, 15 Feb 2009 19:10:55 +0000 (20:10 +0100)]
add missing import
properly kill running Console when closing screen