vuplus_dvbapp
14 years agoMerge branch 'bug_263_fix_timeshift_live_transition' into experimental
ghost [Wed, 9 Dec 2009 18:55:31 +0000 (19:55 +0100)]
Merge branch 'bug_263_fix_timeshift_live_transition' into experimental

14 years agofix skip backward from live to timeshift
ghost [Wed, 9 Dec 2009 14:47:56 +0000 (15:47 +0100)]
fix skip backward from live to timeshift

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 agofix skip backward from live to timeshift
ghost [Wed, 9 Dec 2009 14:47:56 +0000 (15:47 +0100)]
fix skip backward from live to timeshift

14 years agofilepush.cpp: no infinite wait until driver EOF.. better we check it more times..
ghost [Wed, 9 Dec 2009 13:58:12 +0000 (14:58 +0100)]
filepush.cpp: no infinite wait until driver EOF.. better we check it more times..

14 years agoMerge commit 'origin/bug_351_softwaremanager_save_config_before_backup' into experimental
Mladen Horvat [Wed, 9 Dec 2009 06:43:56 +0000 (07:43 +0100)]
Merge commit 'origin/bug_351_softwaremanager_save_config_before_backup' into experimental

14 years agoSoftwareManager/BackupRestore.py: save configuration to settingsfile before doing...
Mladen Horvat [Wed, 9 Dec 2009 06:39:59 +0000 (07:39 +0100)]
SoftwareManager/BackupRestore.py: save configuration to settingsfile before doing a backup, so now should all settings be saved before a backup is done and no gui restart is needed anymore.
This fixes #351

14 years agoMerge commit 'origin/bug_204_wlan_automatic_scanning' into experimental
Mladen Horvat [Tue, 8 Dec 2009 21:17:31 +0000 (22:17 +0100)]
Merge commit 'origin/bug_204_wlan_automatic_scanning' into experimental

14 years agoSystemPlugins/WirelessLan: - replace manual wlan scan in favour of an automatic wlan...
Mladen Horvat [Tue, 8 Dec 2009 21:14:25 +0000 (22:14 +0100)]
SystemPlugins/WirelessLan: - replace manual wlan scan in favour of an automatic wlan scanning.
- some cleanups and skinfixes. This fixes #204

14 years agofirst working version of TempFanControl plugin with Sensors and FanControl component
thedoc [Mon, 7 Dec 2009 21:38:20 +0000 (22:38 +0100)]
first working version of TempFanControl plugin with Sensors and FanControl component

14 years agoMerge branch 'experimental' of acidburn@git.opendreambox.org:/git/enigma2 into experi...
Mladen Horvat [Mon, 7 Dec 2009 13:32:38 +0000 (14:32 +0100)]
Merge branch 'experimental' of acidburn@git.opendreambox.org:/git/enigma2 into experimental

14 years agofix digital+ (mhw2) epg (still disabled in epgcache.h!)
ghost [Mon, 7 Dec 2009 13:23:16 +0000 (14:23 +0100)]
fix digital+ (mhw2) epg (still disabled in epgcache.h!)
now also support digital + epg on hispasat

14 years agofix digital+ (mhw2) epg (still disabled in epgcache.h!)
ghost [Mon, 7 Dec 2009 13:23:16 +0000 (14:23 +0100)]
fix digital+ (mhw2) epg (still disabled in epgcache.h!)
now also support digital + epg on hispasat

14 years agoMerge commit 'origin/bug_308_add_where_softwaremanager' into experimental
Mladen Horvat [Mon, 7 Dec 2009 13:22:39 +0000 (14:22 +0100)]
Merge commit 'origin/bug_308_add_where_softwaremanager' into experimental

Conflicts:
lib/python/Plugins/Plugin.py

14 years agoNFIFlash/plugin.py: move NFI Flash Utility inside Softwaremanager.
Mladen Horvat [Mon, 7 Dec 2009 13:12:14 +0000 (14:12 +0100)]
NFIFlash/plugin.py: move NFI Flash Utility inside Softwaremanager.
This fixes #308

14 years agoPlugins/Plugin.py, SoftwareManager/plugin.py: add WHERE_SOFTWAREMANAGER for plugins...
Mladen Horvat [Mon, 7 Dec 2009 12:57:00 +0000 (13:57 +0100)]
Plugins/Plugin.py, SoftwareManager/plugin.py: add WHERE_SOFTWAREMANAGER for plugins to hook inside the Softwaremanager mainmenus.
Use it like: PluginDescriptor(name=_("Pluginname"),description=_("Description"),icon = "icon.png",where = PluginDescriptor.WHERE_SOFTWAREMANAGER,
fnc={"SoftwareSupported": CallFnc, "menuEntryName": lambda x: _("menuName"), "menuEntryDescription": lambda x: _("Menu Description")})

14 years agosmall fix
ghost [Thu, 5 Nov 2009 10:43:01 +0000 (11:43 +0100)]
small fix

14 years agodisable fast winding for non TS mediafiles until we have a usable solution for this..
ghost [Thu, 5 Nov 2009 10:37:29 +0000 (11:37 +0100)]
disable fast winding for non TS mediafiles until we have a usable solution for this..

14 years agoMerge branch 'master' into bug_245_record_playback_fixes
ghost [Thu, 3 Dec 2009 16:56:03 +0000 (17:56 +0100)]
Merge branch 'master' into bug_245_record_playback_fixes

14 years agouse new DeepstandbySupport SystemInfo entry at some places... this fixes bug #307
ghost [Thu, 3 Dec 2009 15:46:01 +0000 (16:46 +0100)]
use new DeepstandbySupport SystemInfo entry at some places... this fixes bug #307

Conflicts:

lib/python/Screens/TimerEntry.py

14 years agoMenu.py: add possibility to use the exclamation mark as NOT indicator in menu/setup...
ghost [Thu, 3 Dec 2009 15:40:44 +0000 (16:40 +0100)]
Menu.py: add possibility to use the exclamation mark as NOT indicator in menu/setup.xml for requires entries (thx to Moritz Venn)

14 years agoComponents/SystemInfo.py: add new SystemInfo entry "DeepstandbySupport"
ghost [Thu, 3 Dec 2009 15:37:52 +0000 (16:37 +0100)]
Components/SystemInfo.py: add new SystemInfo entry "DeepstandbySupport"

14 years agouse new DeepstandbySupport SystemInfo entry at some places... this fixes bug #307
ghost [Thu, 3 Dec 2009 15:42:12 +0000 (16:42 +0100)]
use new DeepstandbySupport SystemInfo entry at some places... this fixes bug #307

14 years agoMenu.py: add possibility to use the exclamation mark as NOT indicator in menu/setup...
ghost [Thu, 3 Dec 2009 15:40:44 +0000 (16:40 +0100)]
Menu.py: add possibility to use the exclamation mark as NOT indicator in menu/setup.xml for requires entries (thx to Moritz Venn)

14 years agoComponents/SystemInfo.py: add new SystemInfo entry "DeepstandbySupport"
ghost [Thu, 3 Dec 2009 15:37:52 +0000 (16:37 +0100)]
Components/SystemInfo.py: add new SystemInfo entry "DeepstandbySupport"

14 years agoPlugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. requested...
ghost [Thu, 3 Dec 2009 14:23:41 +0000 (15:23 +0100)]
Plugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. requested by Tode for the AudioSync Plugin
fixes bug #305

14 years agoPlugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. requested...
ghost [Thu, 3 Dec 2009 14:23:41 +0000 (15:23 +0100)]
Plugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. requested by Tode for the AudioSync Plugin
fixes bug #305

14 years agofilepush.cpp: remove no more needed code.. this fixes i.e. timeshift to live transiti...
ghost [Thu, 3 Dec 2009 10:58:50 +0000 (11:58 +0100)]
filepush.cpp: remove no more needed code.. this fixes i.e. timeshift to live transition..but needs new drivers (not public yet)

14 years agoMerge commit 'origin/bug_318_PluginBrowser_no_reaction_on_language_changes' into...
acid-burn [Tue, 1 Dec 2009 17:27:26 +0000 (18:27 +0100)]
Merge commit 'origin/bug_318_PluginBrowser_no_reaction_on_language_changes' into experimental

14 years agoPluginBrowser.py: react on language changes and clear/reload pluginlist to show the...
acid-burn [Tue, 1 Dec 2009 17:25:07 +0000 (18:25 +0100)]
PluginBrowser.py: react on language changes and clear/reload pluginlist to show the correct translations inside enigma2. This fixes #318

14 years agoComponents/Lcd.py: use 1 instead of 0 for Oled standby default value (with new driver...
ghost [Tue, 1 Dec 2009 09:32:01 +0000 (10:32 +0100)]
Components/Lcd.py: use 1 instead of 0 for Oled standby default value (with new drivers the oled is completely disabled on lowest step)

14 years agoComponents/Lcd.py: use 1 instead of 0 for Oled standby default value (with new driver...
ghost [Tue, 1 Dec 2009 09:32:01 +0000 (10:32 +0100)]
Components/Lcd.py: use 1 instead of 0 for Oled standby default value (with new drivers the oled is completely disabled on lowest step)

14 years agoComponents/Lcd.py: use 1 instead of 0 for Oled standby default value (with new driver...
ghost [Tue, 1 Dec 2009 09:32:01 +0000 (10:32 +0100)]
Components/Lcd.py: use 1 instead of 0 for Oled standby default value (with new drivers the oled is completely disabled on lowest step)

14 years ago[DVDBurn] fix bug 333: display movie length in title list
Fraxinas [Mon, 30 Nov 2009 09:06:23 +0000 (10:06 +0100)]
[DVDBurn] fix bug 333: display movie length in title list

14 years agoMerge branch 'master' into experimental
ghost [Mon, 30 Nov 2009 08:30:39 +0000 (09:30 +0100)]
Merge branch 'master' into experimental

14 years agoremove wrong import from newplugin.py helper script
thedoc [Sun, 29 Nov 2009 13:45:49 +0000 (14:45 +0100)]
remove wrong import from newplugin.py helper script

14 years agoservicedvb.cpp: fix "some seconds no audio after audio track change on TS Playback"
ghost [Thu, 26 Nov 2009 17:34:31 +0000 (18:34 +0100)]
servicedvb.cpp: fix "some seconds no audio after audio track change on TS Playback"

14 years agoservicedvb.cpp: fix "some seconds no audio after audio track change on TS Playback"
ghost [Thu, 26 Nov 2009 17:34:31 +0000 (18:34 +0100)]
servicedvb.cpp: fix "some seconds no audio after audio track change on TS Playback"

14 years agoservicedvb.cpp: fix transition from slowmotion or decoder fast forward to pause
ghost [Thu, 26 Nov 2009 13:34:55 +0000 (14:34 +0100)]
servicedvb.cpp: fix transition from slowmotion or decoder fast forward to pause

14 years agoservicedvb.cpp: fix transition from slowmotion or decoder fast forward to pause
ghost [Thu, 26 Nov 2009 13:34:55 +0000 (14:34 +0100)]
servicedvb.cpp: fix transition from slowmotion or decoder fast forward to pause

14 years agoMerge commit 'origin/bug_178_update_meta_files' into experimental
acid-burn [Wed, 25 Nov 2009 19:59:35 +0000 (20:59 +0100)]
Merge commit 'origin/bug_178_update_meta_files' into experimental

14 years agoEnigma2-Metainformations: - update all Meta Informations
acid-burn [Wed, 25 Nov 2009 19:18:50 +0000 (20:18 +0100)]
Enigma2-Metainformations: - update all Meta Informations

14 years agoDVDBurn: switch TiteList to templatedmulticontentlist, allow skinning and display...
Fraxinas [Wed, 25 Nov 2009 11:34:58 +0000 (12:34 +0100)]
DVDBurn: switch TiteList to templatedmulticontentlist, allow skinning and display extra title information

14 years agoDVDBurn Plugin: prevent "English" from showing up twice in language selection
Fraxinas [Wed, 25 Nov 2009 08:49:38 +0000 (09:49 +0100)]
DVDBurn Plugin: prevent "English" from showing up twice in language selection

14 years agofix typo
thedoc [Tue, 24 Nov 2009 12:38:35 +0000 (13:38 +0100)]
fix typo

14 years agoservicedvb.cpp: more exact resume after seek and slowmotion
ghost [Mon, 23 Nov 2009 09:26:49 +0000 (10:26 +0100)]
servicedvb.cpp: more exact resume after seek and slowmotion

14 years agoservicemp3.cpp: dont apply ac3/pcm delay when no video is running
ghost [Sun, 22 Nov 2009 22:10:35 +0000 (23:10 +0100)]
servicemp3.cpp: dont apply ac3/pcm delay when no video is running

14 years agoservicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks (until...
ghost [Sun, 22 Nov 2009 21:56:00 +0000 (22:56 +0100)]
servicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks (until e2 restart)

14 years agoservicedvb.cpp: more exact resume after seek and slowmotion
ghost [Mon, 23 Nov 2009 09:26:49 +0000 (10:26 +0100)]
servicedvb.cpp: more exact resume after seek and slowmotion

14 years agoservicemp3.cpp: dont apply ac3/pcm delay when no video is running
ghost [Sun, 22 Nov 2009 22:10:35 +0000 (23:10 +0100)]
servicemp3.cpp: dont apply ac3/pcm delay when no video is running

14 years agoservicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks (until...
ghost [Sun, 22 Nov 2009 21:56:00 +0000 (22:56 +0100)]
servicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks (until e2 restart)

14 years agolib/python/Components/About.py: dont show version information for Experimental images...
ghost [Fri, 20 Nov 2009 12:06:50 +0000 (13:06 +0100)]
lib/python/Components/About.py: dont show version information for Experimental images.. only show date here..

14 years agolib/python/Components/About.py: dont show version information for Experimental images...
ghost [Fri, 20 Nov 2009 12:06:50 +0000 (13:06 +0100)]
lib/python/Components/About.py: dont show version information for Experimental images.. only show date here..

14 years agoMerge branch 'master' into experimental
ghost [Fri, 20 Nov 2009 11:42:05 +0000 (12:42 +0100)]
Merge branch 'master' into experimental

14 years agoMerge branch '2.6'
ghost [Fri, 20 Nov 2009 11:36:55 +0000 (12:36 +0100)]
Merge branch '2.6'

14 years agopo/Makefile.am: remove not existing Networkwizard
ghost [Thu, 19 Nov 2009 22:53:11 +0000 (23:53 +0100)]
po/Makefile.am: remove not existing Networkwizard

14 years agomain/Makefile.am: support to extract version information from (git) tarballs created...
ghost [Thu, 19 Nov 2009 18:08:47 +0000 (19:08 +0100)]
main/Makefile.am: support to extract version information from (git) tarballs created by our patched bitbake 1.4.2
this needs latest bitbake changes done in our bitbake tree today

14 years agomain/Makefile.am: support to extract version information from (git) tarballs created...
ghost [Thu, 19 Nov 2009 18:08:47 +0000 (19:08 +0100)]
main/Makefile.am: support to extract version information from (git) tarballs created by our patched bitbake 1.4.2
this needs latest bitbake changes done in our bitbake tree today

14 years agomain/Makefile.am: support to extract version information from (git) tarballs created...
ghost [Thu, 19 Nov 2009 18:08:47 +0000 (19:08 +0100)]
main/Makefile.am: support to extract version information from (git) tarballs created by our patched bitbake 1.4.2
this needs latest bitbake changes done in our bitbake tree today

14 years agoenigma.cpp: add missing semicolon
ghost [Thu, 19 Nov 2009 11:38:47 +0000 (12:38 +0100)]
enigma.cpp: add missing semicolon

14 years agoenigma.cpp: add missing semicolon
ghost [Thu, 19 Nov 2009 11:38:47 +0000 (12:38 +0100)]
enigma.cpp: add missing semicolon

14 years agoenigma.cpp: add missing semicolon
ghost [Thu, 19 Nov 2009 11:38:47 +0000 (12:38 +0100)]
enigma.cpp: add missing semicolon

14 years agomain/enigma.cpp: use new defines for getEnigmaVersionString
ghost [Thu, 19 Nov 2009 10:15:46 +0000 (11:15 +0100)]
main/enigma.cpp: use new defines for getEnigmaVersionString

14 years agomain/Makefile.am: fix code to generate version.h code is now als able to handle git...
ghost [Thu, 19 Nov 2009 10:15:19 +0000 (11:15 +0100)]
main/Makefile.am: fix code to generate version.h code is now als able to handle git trees (now we generate new defines ENIGMA2_LAST_CHANGE_DATA and ENIGMA2_BRANCH (the last only for git)

14 years agoComponents/About.py: fix /etc/image-version parser..now we also show image type ...
ghost [Thu, 19 Nov 2009 10:13:17 +0000 (11:13 +0100)]
Components/About.py: fix /etc/image-version parser..now we also show image type (release/experimental) and major minor revision

14 years agomain/enigma.cpp: use new defines for getEnigmaVersionString
ghost [Thu, 19 Nov 2009 10:15:46 +0000 (11:15 +0100)]
main/enigma.cpp: use new defines for getEnigmaVersionString

14 years agomain/Makefile.am: fix code to generate version.h code is now als able to handle git...
ghost [Thu, 19 Nov 2009 10:15:19 +0000 (11:15 +0100)]
main/Makefile.am: fix code to generate version.h code is now als able to handle git trees (now we generate new defines ENIGMA2_LAST_CHANGE_DATA and ENIGMA2_BRANCH (the last only for git)

14 years agoComponents/About.py: fix /etc/image-version parser..now we also show image type ...
ghost [Thu, 19 Nov 2009 10:13:17 +0000 (11:13 +0100)]
Components/About.py: fix /etc/image-version parser..now we also show image type (release/experimental) and major minor revision

14 years agomain/enigma.cpp: use new defines for getEnigmaVersionString
ghost [Thu, 19 Nov 2009 10:15:46 +0000 (11:15 +0100)]
main/enigma.cpp: use new defines for getEnigmaVersionString

14 years agomain/Makefile.am: fix code to generate version.h code is now als able to handle git...
ghost [Thu, 19 Nov 2009 10:15:19 +0000 (11:15 +0100)]
main/Makefile.am: fix code to generate version.h code is now als able to handle git trees (now we generate new defines ENIGMA2_LAST_CHANGE_DATA and ENIGMA2_BRANCH (the last only for git)

14 years agoComponents/About.py: fix /etc/image-version parser..now we also show image type ...
ghost [Thu, 19 Nov 2009 10:13:17 +0000 (11:13 +0100)]
Components/About.py: fix /etc/image-version parser..now we also show image type (release/experimental) and major minor revision

14 years agoconfig.py: fix set/getValue for ConfigSelectionNumber
ghost [Thu, 19 Nov 2009 07:48:37 +0000 (08:48 +0100)]
config.py: fix set/getValue for ConfigSelectionNumber

14 years agoconfig.py: fix set/getValue for ConfigSelectionNumber
ghost [Thu, 19 Nov 2009 07:48:37 +0000 (08:48 +0100)]
config.py: fix set/getValue for ConfigSelectionNumber

14 years agoMerge branch 'translations'
ghost [Wed, 18 Nov 2009 18:07:32 +0000 (19:07 +0100)]
Merge branch 'translations'

14 years agopo/de.po: fix some german translations (by satman)
ghost [Wed, 18 Nov 2009 18:03:38 +0000 (19:03 +0100)]
po/de.po: fix some german translations (by satman)

14 years agopo/de.po: fix some german translations (by satman)
ghost [Wed, 18 Nov 2009 18:03:38 +0000 (19:03 +0100)]
po/de.po: fix some german translations (by satman)

14 years agopo/de.po: fix some german translations (by satman)
ghost [Wed, 18 Nov 2009 18:03:38 +0000 (19:03 +0100)]
po/de.po: fix some german translations (by satman)

14 years agoservicedvb.cpp: apply global ac3(bitstream) delay and global pcm(decode) delay on...
ghost [Wed, 18 Nov 2009 16:04:20 +0000 (17:04 +0100)]
servicedvb.cpp: apply global ac3(bitstream) delay and global pcm(decode) delay on setAC3Delay and setPCMDelay call.. not only on zap

14 years agoservicedvb.cpp: apply global ac3(bitstream) delay and global pcm(decode) delay on...
ghost [Wed, 18 Nov 2009 16:04:20 +0000 (17:04 +0100)]
servicedvb.cpp: apply global ac3(bitstream) delay and global pcm(decode) delay on setAC3Delay and setPCMDelay call.. not only on zap

14 years agopo/de.po: - german locale update
acid-burn [Wed, 18 Nov 2009 11:51:02 +0000 (12:51 +0100)]
po/de.po: - german locale update

14 years agopo/nl.po: - update nl locale, thx Benny DeTandt
acid-burn [Wed, 18 Nov 2009 07:31:02 +0000 (08:31 +0100)]
po/nl.po: - update nl locale, thx Benny DeTandt

14 years agopo/Makefile.am: fix space/intendation error
ghost [Wed, 18 Nov 2009 12:14:14 +0000 (13:14 +0100)]
po/Makefile.am: fix space/intendation error

Conflicts:

po/Makefile.am

14 years agopo/de.po: - german locale update
acid-burn [Wed, 18 Nov 2009 11:51:02 +0000 (12:51 +0100)]
po/de.po: - german locale update

14 years agoMerge branch 'experimental' of acidburn@git.opendreambox.org:/git/enigma2 into experi...
acid-burn [Wed, 18 Nov 2009 11:51:38 +0000 (12:51 +0100)]
Merge branch 'experimental' of acidburn@git.opendreambox.org:/git/enigma2 into experimental

14 years agopo/de.po: - german locale update
acid-burn [Wed, 18 Nov 2009 11:51:02 +0000 (12:51 +0100)]
po/de.po: - german locale update

14 years agoMerge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
ghost [Wed, 18 Nov 2009 11:23:08 +0000 (12:23 +0100)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental

14 years agodata/encoding.conf: add arabic
ghost [Wed, 18 Nov 2009 11:16:03 +0000 (12:16 +0100)]
data/encoding.conf: add arabic

14 years agodata/encoding.conf: add arabic
ghost [Wed, 18 Nov 2009 11:16:03 +0000 (12:16 +0100)]
data/encoding.conf: add arabic

14 years agodata/encoding.conf: add arabic
ghost [Wed, 18 Nov 2009 11:16:03 +0000 (12:16 +0100)]
data/encoding.conf: add arabic

14 years agoMerge branch 'translations' into experimental
acid-burn [Wed, 18 Nov 2009 07:32:21 +0000 (08:32 +0100)]
Merge branch 'translations' into experimental

14 years agopo/nl.po: - update nl locale, thx Benny DeTandt
acid-burn [Wed, 18 Nov 2009 07:31:02 +0000 (08:31 +0100)]
po/nl.po: - update nl locale, thx Benny DeTandt

14 years agoepgcache.cpp: fix typo
ghost [Tue, 17 Nov 2009 17:38:49 +0000 (18:38 +0100)]
epgcache.cpp: fix typo

14 years agoepgcache.cpp: fix typo
ghost [Tue, 17 Nov 2009 17:38:49 +0000 (18:38 +0100)]
epgcache.cpp: fix typo

14 years agoepgcache.cpp: fix typo
ghost [Tue, 17 Nov 2009 17:38:49 +0000 (18:38 +0100)]
epgcache.cpp: fix typo

14 years agoepgcache.cpp: fix segfault on unknown arg
ghost [Tue, 17 Nov 2009 17:34:45 +0000 (18:34 +0100)]
epgcache.cpp: fix segfault on unknown arg

14 years agoepgcache.cpp: fix segfault on unknown arg
ghost [Tue, 17 Nov 2009 17:34:45 +0000 (18:34 +0100)]
epgcache.cpp: fix segfault on unknown arg

14 years agoepgcache.cpp: fix segfault on unknown arg
ghost [Tue, 17 Nov 2009 17:34:45 +0000 (18:34 +0100)]
epgcache.cpp: fix segfault on unknown arg

14 years agofor all non-ts files, display error message when trying to burn to dvd
Fraxinas [Tue, 17 Nov 2009 15:08:15 +0000 (16:08 +0100)]
for all non-ts files, display error message when trying to burn to dvd

14 years agofixes bug #163
Stefan Pluecken [Tue, 17 Nov 2009 00:14:57 +0000 (01:14 +0100)]
fixes bug #163
remove transparency from the (turning) dish icon and draw a border around it
move dish icon to the foreground

14 years agofixes bug #291
Stefan Pluecken [Mon, 16 Nov 2009 18:03:34 +0000 (19:03 +0100)]
fixes bug #291
don't crash if auto scart switching is enabled and the scart voltage is high on enigma2 startup
not the best solution since the whole scart switching stuff is broken by design, but this fix prevents the crash