vuplus_dvbapp
13 years agolib/base/ebase.cpp: remove unneeded code
ghost [Mon, 31 May 2010 22:29:09 +0000 (00:29 +0200)]
lib/base/ebase.cpp: remove unneeded code

13 years agoRecordTimer.py: fix double name in recording filenames. refs #345
acid-burn [Fri, 28 May 2010 08:38:40 +0000 (10:38 +0200)]
RecordTimer.py: fix double name in recording filenames. refs #345

13 years agolib/python/Screens/Standby.py: ignore global actions in standby (i.e. mute/volume)
ghost [Wed, 26 May 2010 12:21:56 +0000 (14:21 +0200)]
lib/python/Screens/Standby.py: ignore global actions in standby (i.e. mute/volume)
this fixes bug #538

13 years agoadd new multicontent TYPE_PROGRESS_PIXMAP
ghost [Wed, 26 May 2010 11:50:46 +0000 (13:50 +0200)]
add new multicontent TYPE_PROGRESS_PIXMAP
this fixes bug #539

13 years agoAutomatic message catalog update
enigma2-translation-bot [Fri, 21 May 2010 19:50:10 +0000 (19:50 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface

13 years agolib/base/ebase.h/cpp: dont crash when try to start eTimers, eSocketNotifiers with...
ghost [Mon, 17 May 2010 19:58:45 +0000 (21:58 +0200)]
lib/base/ebase.h/cpp: dont crash when try to start eTimers, eSocketNotifiers with no more existing Mainloops (on e2 shutdown)

13 years agolib/base/eptrlist.h: fix tabs
ghost [Mon, 17 May 2010 19:57:52 +0000 (21:57 +0200)]
lib/base/eptrlist.h: fix tabs

13 years agoRecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the default...
acid-burn [Wed, 12 May 2010 14:03:30 +0000 (16:03 +0200)]
RecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the default recording filename composition in expert mode.
This allows now to have shorter recording filenames (Date-Name) or longer (DateTime-Channel-Name-Shortdescription) beside the default.
This fixes #345

13 years agoAutomatic message catalog update
enigma2-translation-bot [Wed, 12 May 2010 11:34:10 +0000 (11:34 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface

13 years agoAutomatic message catalog update
enigma2-translation-bot [Tue, 11 May 2010 11:02:02 +0000 (11:02 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface

13 years agoAutomatic message catalog update
enigma2-translation-bot [Tue, 11 May 2010 10:41:56 +0000 (10:41 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface

13 years agoAutomatic message catalog update
enigma2-translation-bot [Tue, 11 May 2010 10:36:02 +0000 (10:36 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface

13 years agolib/gdi/font.h/cpp: another try to fix top/bottom reordering for arabic language
ghost [Sat, 8 May 2010 17:01:53 +0000 (19:01 +0200)]
lib/gdi/font.h/cpp: another try to fix top/bottom reordering for arabic language

13 years agoRevert "lib/gdi/font.cpp: call libfribidi for single lines on multi line texts to...
ghost [Sat, 8 May 2010 16:42:56 +0000 (18:42 +0200)]
Revert "lib/gdi/font.cpp: call libfribidi for single lines on multi line texts to prevent top/bottom reordering"

This reverts commit eea0d8e99edec859a7535966b880b49bd0bba85a.

This was not working.. so we revert it

13 years agoRevert "lib/gdi/font.cpp: try to fix wrong reordering of some characters"
ghost [Sat, 8 May 2010 16:42:25 +0000 (18:42 +0200)]
Revert "lib/gdi/font.cpp: try to fix wrong reordering of some characters"

its not working okay.. we need a better fix

This reverts commit 414208c929faa0fc56f9c21c0df572dc0b13d3fe.

13 years agolib/gdi/font.cpp: try to fix wrong reordering of some characters
ghost [Sat, 8 May 2010 11:15:38 +0000 (13:15 +0200)]
lib/gdi/font.cpp: try to fix wrong reordering of some characters

13 years agolib/python/Screens/Satconfig.py: fixed crash on satconfig close in some conditions...
ghost [Sat, 8 May 2010 09:14:01 +0000 (11:14 +0200)]
lib/python/Screens/Satconfig.py: fixed crash on satconfig close in some conditions (thx to adenin)
this fixes bug #533

13 years agomytest.py: load bouquets before parental control init and remove strange hack in...
ghost [Fri, 7 May 2010 10:49:48 +0000 (12:49 +0200)]
mytest.py: load bouquets before parental control init and remove strange hack in parental control
this fixes bug #532

13 years agofixed not visible padlock icon in parental control lists
ghost [Fri, 7 May 2010 10:33:19 +0000 (12:33 +0200)]
fixed not visible padlock icon in parental control lists
this fixes bug #531

13 years agoNetwork.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming for netwo...
acid-burn [Thu, 6 May 2010 12:24:22 +0000 (14:24 +0200)]
Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming for network interfaces.
* Redesign NetworkadapterSelection Screen.
* small cleanups. Refs #137 , Fixes #418

13 years agolib/gdi/font.cpp: call libfribidi for single lines on multi line texts to prevent...
ghost [Tue, 4 May 2010 23:16:17 +0000 (01:16 +0200)]
lib/gdi/font.cpp: call libfribidi for single lines on multi line texts to prevent top/bottom reordering
this fixes bug #300

13 years agometa: remove trailing slash from installdirs
Andreas Oberritter [Mon, 26 Apr 2010 16:08:56 +0000 (18:08 +0200)]
meta: remove trailing slash from installdirs

13 years agoblit: pass 'flags' to bcm_accel_blit()
Andreas Oberritter [Mon, 26 Apr 2010 11:13:48 +0000 (13:13 +0200)]
blit: pass 'flags' to bcm_accel_blit()

13 years agoadd missing parentheses
Andreas Oberritter [Wed, 31 Mar 2010 16:45:47 +0000 (18:45 +0200)]
add missing parentheses

13 years agofix warning: deprecated conversion from string constant to ‘char*’
Andreas Oberritter [Wed, 31 Mar 2010 16:31:38 +0000 (18:31 +0200)]
fix warning: deprecated conversion from string constant to ‘char*’

13 years agofix compiler error due to invalid conversion (g++ 4.4.1)
Andreas Oberritter [Tue, 30 Mar 2010 15:01:29 +0000 (17:01 +0200)]
fix compiler error due to invalid conversion (g++ 4.4.1)

13 years agosimplify case-insensitive substring search
Andreas Oberritter [Tue, 29 Sep 2009 23:23:42 +0000 (01:23 +0200)]
simplify case-insensitive substring search

14 years agolib/gdi/lcd.cpp: new oled_brightness path is now /proc/stb/lcd/...
ghost [Tue, 20 Apr 2010 18:42:12 +0000 (20:42 +0200)]
lib/gdi/lcd.cpp: new oled_brightness path is now /proc/stb/lcd/...
this fixes bug #514

14 years agoadd possibility to reserve a demux from python (via rawChannel)
ghost [Wed, 14 Apr 2010 22:42:04 +0000 (00:42 +0200)]
add possibility to reserve a demux from python (via rawChannel)

14 years agoEnigma2/po: fix not matching msgid and msgstr.
acid-burn [Wed, 14 Apr 2010 19:47:49 +0000 (21:47 +0200)]
Enigma2/po: fix not matching msgid and msgstr.

14 years agoEnigma2/po: add new translations
acid-burn [Wed, 14 Apr 2010 18:03:05 +0000 (20:03 +0200)]
Enigma2/po: add new translations

14 years agoMerge commit 'origin/bug_503_softwaremanager_catch_feederror'
acid-burn [Wed, 14 Apr 2010 08:25:47 +0000 (10:25 +0200)]
Merge commit 'origin/bug_503_softwaremanager_catch_feederror'

14 years agolib/gui/elistboxcontent.cpp: fix compiler warning
ghost [Mon, 12 Apr 2010 22:03:38 +0000 (00:03 +0200)]
lib/gui/elistboxcontent.cpp: fix compiler warning

14 years agoChannelSelection.py: fix typo
ghost [Mon, 29 Mar 2010 10:16:38 +0000 (12:16 +0200)]
ChannelSelection.py: fix typo

14 years agolib/dvb/dvb.cpp: allow non relative seeking even without valid decoding demux here
ghost [Wed, 9 Dec 2009 14:25:35 +0000 (15:25 +0100)]
lib/dvb/dvb.cpp: allow non relative seeking even without valid decoding demux here

14 years agoshow minus sign before remaining time in movieplayer
ghost [Thu, 21 Jan 2010 10:31:53 +0000 (11:31 +0100)]
show minus sign before remaining time in movieplayer

14 years agoupdate blacklist to detect transponders with duplicate tsid/onid combinations
ghost [Wed, 17 Mar 2010 17:18:10 +0000 (18:18 +0100)]
update blacklist to detect transponders with duplicate tsid/onid combinations
add possibility to add a /etc/enigma2/scan_tp_valid_check.py to add more tsid/onid valid rules
this fixes bug #413

14 years agofixes bug #314
Stefan Pluecken [Fri, 1 Jan 2010 14:57:06 +0000 (15:57 +0100)]
fixes bug #314
remove default settings entry from setup menu since the default wizard is called on first run (doing a factory reset to install the default settings is more plausible)

14 years agoremove invalid translated meta
Stefan Pluecken [Wed, 7 Apr 2010 09:55:22 +0000 (11:55 +0200)]
remove invalid translated meta

14 years agoremove invalid translations
Stefan Pluecken [Wed, 7 Apr 2010 09:30:45 +0000 (11:30 +0200)]
remove invalid translations

14 years agoSoftwaremanager: *add missing define. refs #503
acid-burn [Mon, 5 Apr 2010 20:26:29 +0000 (22:26 +0200)]
Softwaremanager: *add missing define. refs #503

14 years agoSoftwaremanager: * notify if updatefeed is not available and also verify HardwarePrer...
acid-burn [Mon, 5 Apr 2010 19:24:13 +0000 (21:24 +0200)]
Softwaremanager: * notify if updatefeed is not available and also verify HardwarePrerequisites.
Fixes #503

14 years agofixes bug #436
Stefan Pluecken [Wed, 31 Mar 2010 21:48:38 +0000 (23:48 +0200)]
fixes bug #436
write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout before doing a service scan and restore the old value afterwards

14 years agofixes bug #436 (again)
Stefan Pluecken [Wed, 31 Mar 2010 21:24:18 +0000 (23:24 +0200)]
fixes bug #436 (again)
multi tuner support:
add a magic sleep(1) to workaround strange behaviour
write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout

14 years agofixes bug #436
Stefan Pluecken [Tue, 30 Mar 2010 16:25:06 +0000 (18:25 +0200)]
fixes bug #436
some improvements to the multi tuner type switching

14 years agoMerge commit 'origin/translations'
acid-burn [Wed, 31 Mar 2010 14:55:06 +0000 (16:55 +0200)]
Merge commit 'origin/translations'

Conflicts:
po/de.po
po/sr.po

14 years ago[DVDBurn] another string update (add #316)
Fraxinas [Wed, 31 Mar 2010 13:30:02 +0000 (15:30 +0200)]
[DVDBurn] another string update (add #316)

14 years ago[DVDBurn] fix up title list layout and change some more strings (add #316)
Fraxinas [Wed, 31 Mar 2010 13:26:23 +0000 (15:26 +0200)]
[DVDBurn] fix up title list layout and change some more strings (add #316)

14 years agofix screen layout, add configuration restore wizard code in flasher and fix crash...
Fraxinas [Mon, 1 Feb 2010 22:30:36 +0000 (23:30 +0100)]
fix screen layout, add configuration restore wizard code in flasher and fix crash when trying to use wizard with no .nfo file
present, fixes bug #394

14 years ago[DVDBurn] remove "..." at menu entry string
Fraxinas [Tue, 30 Mar 2010 15:18:07 +0000 (17:18 +0200)]
[DVDBurn] remove "..." at menu entry string

14 years ago[DVDBurn] use multicolor lable for required medium type (add #316)
Fraxinas [Tue, 30 Mar 2010 15:40:35 +0000 (17:40 +0200)]
[DVDBurn] use multicolor lable for required medium type (add #316)

14 years agoadd transfer bps to service interface (requires touching enigma_python.i)
Fraxinas [Tue, 30 Mar 2010 15:49:15 +0000 (17:49 +0200)]
add transfer bps to service interface (requires touching enigma_python.i)

14 years agosave supposed afterEvent config in class Job member (fixes #394 DVDBurn shutdown...
Fraxinas [Tue, 30 Mar 2010 14:58:54 +0000 (16:58 +0200)]
save supposed afterEvent config in class Job member (fixes #394 DVDBurn shutdown not being executed)

14 years agoremove duplicate string
Fraxinas [Tue, 30 Mar 2010 14:39:57 +0000 (16:39 +0200)]
remove duplicate string

14 years ago[DVDBurn] usability improvements: title list layout, bottom info area, consistency...
Fraxinas [Tue, 30 Mar 2010 13:37:07 +0000 (15:37 +0200)]
[DVDBurn] usability improvements: title list layout, bottom info area, consistency of user interface, implement restoring of saved collections from xml (fixes #316)

14 years ago[DVDBurn] usability improvements: title list layout, bottom info area, consistency...
Fraxinas [Wed, 31 Mar 2010 13:39:51 +0000 (15:39 +0200)]
[DVDBurn] usability improvements: title list layout, bottom info area, consistency of user interface, implement restoring of saved collections
from xml (fixes #316)

Conflicts:

po/de.po

Conflicts:

po/de.po

14 years ago[DVDBurn] allow burning of recordings that are currently playing in the background...
Fraxinas [Mon, 15 Mar 2010 11:14:19 +0000 (12:14 +0100)]
[DVDBurn] allow burning of recordings that are currently playing in the background, fixes bug 367

14 years agouse glib function to escape file uri in mediaplayer
Fraxinas [Mon, 15 Mar 2010 10:17:48 +0000 (11:17 +0100)]
use glib function to escape file uri in mediaplayer

14 years agoEnigma2/PO: general translation update to move in new translateable strings.
acid-burn [Wed, 31 Mar 2010 09:09:03 +0000 (11:09 +0200)]
Enigma2/PO: general translation update to move in new translateable strings.

14 years agoadd possibility to disable/enable listbox selection in multicontent templates
ghost [Thu, 11 Feb 2010 22:12:47 +0000 (23:12 +0100)]
add possibility to disable/enable listbox selection in multicontent templates
fixes bug #443

14 years agolib/python/Screens/RecordPaths.py: fix spinners in some conditions
ghost [Sat, 23 Jan 2010 12:42:01 +0000 (13:42 +0100)]
lib/python/Screens/RecordPaths.py: fix spinners in some conditions
this fixes bug #414

14 years agolib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to play another...
ghost [Tue, 2 Mar 2010 19:05:59 +0000 (20:05 +0100)]
lib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to play another timeshift file after eof (not used in e2 yet..)
this fixes bug #461

14 years agoadd possibility to separately set fan voltage and fan pwm for standby and normal run
ghost [Wed, 24 Mar 2010 10:29:50 +0000 (11:29 +0100)]
add possibility to separately set fan voltage and fan pwm for standby and normal run
when a recording starts in standby switch to normal mode and vice versa
this fixes bug #430 (thx to Dr.Best)

14 years agoMerge commit 'origin/bug_448_fix_wlanscan'
acid-burn [Wed, 31 Mar 2010 08:43:00 +0000 (10:43 +0200)]
Merge commit 'origin/bug_448_fix_wlanscan'

14 years agoMerge commit 'origin/bug_449_fix_wlan_usbstick_recognition'
acid-burn [Wed, 31 Mar 2010 08:42:40 +0000 (10:42 +0200)]
Merge commit 'origin/bug_449_fix_wlan_usbstick_recognition'

14 years agoMerge commit 'origin/bug_494_disable_automatic_ipkgupdate'
acid-burn [Wed, 31 Mar 2010 08:41:40 +0000 (10:41 +0200)]
Merge commit 'origin/bug_494_disable_automatic_ipkgupdate'

14 years agoNavigation.py: dont restart (alternative) service when not needed
ghost [Mon, 29 Mar 2010 10:15:32 +0000 (12:15 +0200)]
Navigation.py: dont restart (alternative) service when not needed
this fixes bug #356

14 years agoshow timeshift state widget even in state play
ghost [Mon, 29 Mar 2010 20:44:29 +0000 (22:44 +0200)]
show timeshift state widget even in state play
this fixes bug #332

14 years agopo/it.po: * update Italian locale. Thx Spaeleus.
acid-burn [Wed, 31 Mar 2010 08:04:46 +0000 (10:04 +0200)]
po/it.po: * update Italian locale. Thx Spaeleus.

14 years agopo/et.po: * update Estonian locale. Thx Arvo Järve
acid-burn [Wed, 31 Mar 2010 08:02:21 +0000 (10:02 +0200)]
po/et.po: * update Estonian locale. Thx Arvo Järve

14 years agolib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h/cpp: add support for autores...
ghost [Mon, 29 Mar 2010 17:02:03 +0000 (19:02 +0200)]
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h/cpp: add support for autoresolution plugins (needs new libdreamdvd)
this fixes bug #302

14 years agopo/lt.po: *update Lithuanian locale. thx Adga
acid-burn [Wed, 31 Mar 2010 07:58:24 +0000 (09:58 +0200)]
po/lt.po: *update Lithuanian locale. thx Adga

14 years agofixes bug #425
Stefan Pluecken [Fri, 29 Jan 2010 12:26:45 +0000 (13:26 +0100)]
fixes bug #425
enigma2.pot and the .po files are not built by default any more. instead you have to initiate a make rebuild manually.
the plan is to update the po/ directory automatically with a cumulated set of messages gathered from different e2 branches and e2 plugins.

14 years agofixes bug #436
Stefan Pluecken [Thu, 4 Feb 2010 23:32:41 +0000 (00:32 +0100)]
fixes bug #436
remove some debug code
fix multiType entry for non multiType nims

14 years agofixes bug #436
Stefan Pluecken [Thu, 4 Feb 2010 23:18:33 +0000 (00:18 +0100)]
fixes bug #436
add support for mixed nims

14 years agofixes bug #342
Stefan Pluecken [Sat, 13 Mar 2010 13:13:20 +0000 (14:13 +0100)]
fixes bug #342
change action map help text for long info button press

14 years agofixes bug #343
Stefan Pluecken [Sat, 13 Mar 2010 13:57:54 +0000 (14:57 +0100)]
fixes bug #343
change "nothing connected" to "not configured" to avoid confusion

14 years agofixes bug #444
Stefan Pluecken [Sat, 13 Mar 2010 13:44:06 +0000 (14:44 +0100)]
fixes bug #444
replace
"Das Erste" => "Das Erste HD"
"ZDF" => "ZDF HD"
"Arte" => "Arte HD"
on HD boxes in default favourite bouquet

14 years agoRevert "[DVDBurn] usability improvements: title list layout, bottom info area, consis...
Fraxinas [Tue, 30 Mar 2010 12:17:41 +0000 (14:17 +0200)]
Revert "[DVDBurn] usability improvements: title list layout, bottom info area, consistency of user interface (fixes #316)"

This reverts commit cf16247cbcaf1620ad597c24323c81ac3604cbda.

14 years ago* disable PluginManagers ipkg update on e2 start, better do it when needed.
acid-burn [Tue, 30 Mar 2010 08:43:54 +0000 (10:43 +0200)]
* disable PluginManagers ipkg update on e2 start, better do it when needed.
This fixes #494

14 years ago[DVDBurn] usability improvements: title list layout, bottom info area, consistency...
andy [Mon, 29 Mar 2010 07:25:14 +0000 (09:25 +0200)]
[DVDBurn] usability improvements: title list layout, bottom info area, consistency of user interface (fixes #316)

14 years agomake channel selection service description color configurable
ghost [Wed, 24 Mar 2010 19:59:55 +0000 (20:59 +0100)]
make channel selection service description color configurable
this fixes bug #487 (patch by Dr.Best)

14 years agolib/service/listboxservice.cpp: small fix
ghost [Wed, 24 Mar 2010 19:54:42 +0000 (20:54 +0100)]
lib/service/listboxservice.cpp: small fix

14 years agolib/service/listboxservice.cpp: fix no more visible event descriptions in channelsele...
ghost [Wed, 24 Mar 2010 14:38:19 +0000 (15:38 +0100)]
lib/service/listboxservice.cpp: fix no more visible event descriptions in channelselection since event progress support

14 years agoadd support for event progressbar per service in channelselection
ghost [Wed, 24 Mar 2010 14:17:39 +0000 (15:17 +0100)]
add support for event progressbar per service in channelselection
default this is disabled.. you can enable it in the Usage config
this fixes bug #486 (patch by Dr.Best)

14 years agodata/encoding.conf: set default encoding for cze/ces/slo/slk to ISO6397
ghost [Mon, 22 Mar 2010 08:27:20 +0000 (09:27 +0100)]
data/encoding.conf: set default encoding for cze/ces/slo/slk to ISO6397

14 years agoConverter/TemplatedMultiContent.py,Renderer/Listbox.py: * add possibility to set...
acid-burn [Thu, 18 Mar 2010 09:47:28 +0000 (10:47 +0100)]
Converter/TemplatedMultiContent.py,Renderer/Listbox.py: * add possibility to set the ScrollbarMode per Style inside an TemplatedMultiContent List.
This fixex #478

14 years agouncommit from master and move into own branch
Fraxinas [Mon, 15 Mar 2010 10:23:09 +0000 (11:23 +0100)]
uncommit from master and move into own branch
Revert "mediaplyer: use glib uri escape function for filenames"

This reverts commit 7a2b79adb5fc43d08663faaf95a72f2899751ab1.

14 years agomediaplyer: use glib uri escape function for filenames
Fraxinas [Mon, 15 Mar 2010 10:14:24 +0000 (11:14 +0100)]
mediaplyer: use glib uri escape function for filenames

14 years agorefs bug #429
Stefan Pluecken [Thu, 11 Mar 2010 13:29:43 +0000 (14:29 +0100)]
refs bug #429
change "mkisofs" to "genisoimage" since it is only a link to genisoimage in oe 1.5 and the link is'n set in oe 1.6

14 years agorefs bug #429
Stefan Pluecken [Mon, 8 Mar 2010 16:25:37 +0000 (17:25 +0100)]
refs bug #429
- allow absolute path names in Task.py but print a warning
- search in task.cwd as well

14 years agofixes bug #429
Stefan Pluecken [Mon, 8 Mar 2010 15:18:50 +0000 (16:18 +0100)]
fixes bug #429
remove some absolute paths

14 years agorefs bug #429
Stefan Pluecken [Mon, 8 Mar 2010 15:16:28 +0000 (16:16 +0100)]
refs bug #429
use PATH variable to determine, if an executable file exists instead of just parsing the command string for a leading /

14 years agorefs bug #429
Stefan Pluecken [Mon, 8 Mar 2010 14:40:35 +0000 (15:40 +0100)]
refs bug #429
remove some absolute paths

14 years agofixes bug #435
Stefan Pluecken [Wed, 3 Feb 2010 22:59:59 +0000 (23:59 +0100)]
fixes bug #435
add support for INVERSION_AUTO parameter returned by the cable scan tool

14 years agofixes bug #445
Stefan Pluecken [Tue, 16 Feb 2010 13:53:12 +0000 (14:53 +0100)]
fixes bug #445
show diseqc settings in NimSelection

14 years agofixes bug #460
Stefan Pluecken [Wed, 3 Mar 2010 23:19:21 +0000 (00:19 +0100)]
fixes bug #460
allow setting a timer end time for zapping timers
zapping timers with no end time set end right after the zapping timer was started now, so no conflicts with other timers occur that the user doesn't expect

14 years agofixes bug #465
Stefan Pluecken [Mon, 8 Mar 2010 12:33:36 +0000 (13:33 +0100)]
fixes bug #465
don't install sub directory files

14 years agolib/python/Plugins/Extensions/DVDPlayer/plugin.py: smaller fontsize for "DVD Player...
ghost [Thu, 11 Mar 2010 12:54:33 +0000 (13:54 +0100)]
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: smaller fontsize for "DVD Player" text in LCD/Oled display

14 years agodont clear when not needed
ghost [Tue, 9 Mar 2010 10:36:06 +0000 (11:36 +0100)]
dont clear when not needed
this fixes bug #474