enigma2.git
13 years agofix downloading image to flash or harddrive (#480)
Fraxinas [Tue, 24 Aug 2010 13:03:16 +0000 (15:03 +0200)]
fix downloading image to flash or harddrive (#480)

13 years agoTaskView: correctly pop-up aborted/failed notifications in foreground
Fraxinas [Wed, 18 Aug 2010 15:06:05 +0000 (17:06 +0200)]
TaskView: correctly pop-up aborted/failed notifications in foreground

13 years agoJobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads
Fraxinas [Tue, 17 Aug 2010 18:52:48 +0000 (20:52 +0200)]
JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads

13 years agoNFIFlash: change display of feed list details
Fraxinas [Mon, 16 Aug 2010 09:11:35 +0000 (11:11 +0200)]
NFIFlash: change display of feed list details

13 years agoNFIFlash fixes (#480)
Fraxinas [Fri, 13 Aug 2010 20:04:43 +0000 (22:04 +0200)]
NFIFlash fixes (#480)

13 years agointroduce afterEventChangeable parameter
Fraxinas [Fri, 13 Aug 2010 20:03:26 +0000 (22:03 +0200)]
introduce afterEventChangeable parameter

13 years agoshow "nothing connected" instead of empty filelist with only mountpoints shown
Fraxinas [Fri, 13 Aug 2010 20:00:08 +0000 (22:00 +0200)]
show "nothing connected" instead of empty filelist with only mountpoints shown

13 years agoNFIFlash: hide hdd and other mounts (#480)
Fraxinas [Thu, 12 Aug 2010 10:05:33 +0000 (12:05 +0200)]
NFIFlash: hide hdd and other mounts (#480)

13 years agore-commit new NFIFlash plugin (bug #480)
Fraxinas [Tue, 10 Aug 2010 11:45:17 +0000 (13:45 +0200)]
re-commit new NFIFlash plugin (bug #480)

13 years agolib/python/Components/VolumeControl.py: move instance to class
ghost [Thu, 5 Aug 2010 09:15:00 +0000 (11:15 +0200)]
lib/python/Components/VolumeControl.py: move instance to class

13 years agolib/python/Components/VolumeControl.py: make the VolumeControl instance global access...
ghost [Thu, 5 Aug 2010 09:06:49 +0000 (11:06 +0200)]
lib/python/Components/VolumeControl.py: make the VolumeControl instance global accessible and add a singleton check

13 years agoEnigma2-Network: update Wlan plugin to support new python-wifi.
acid-burn [Sat, 24 Jul 2010 21:14:58 +0000 (23:14 +0200)]
Enigma2-Network: update Wlan plugin to support new python-wifi.
some fixes and cleanups.
refs #558

13 years agoSystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.
acid-burn [Sat, 24 Jul 2010 13:41:58 +0000 (15:41 +0200)]
SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.
refs #558

13 years agotools/create_picon_links.py: remove unused parameter
ghost [Mon, 26 Jul 2010 14:09:47 +0000 (16:09 +0200)]
tools/create_picon_links.py: remove unused parameter

13 years agoSoftwaremanager: fix potential crash when trying to delete from empty list.
acid-burn [Sun, 25 Jul 2010 20:35:19 +0000 (22:35 +0200)]
Softwaremanager: fix potential crash when trying to delete from empty list.
Graphmultiepg: fix typo inside metafile.
fixes #563

13 years agoMerge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Stefan Pluecken [Sat, 24 Jul 2010 10:37:03 +0000 (12:37 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental

13 years agorefs bug #460
Stefan Pluecken [Sat, 24 Jul 2010 10:33:58 +0000 (12:33 +0200)]
refs bug #460
swap bflag and eflag (begin and end flag for timer sanity check)
old version: bflag = 1, eflag = -1
that lead to the sort function sorting timers with begin=end wrong:
self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)])
resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)

13 years agoAutomatic message catalog update
enigma2-translation-bot [Fri, 23 Jul 2010 10:34:01 +0000 (10:34 +0000)]
Automatic message catalog update

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

13 years agofixes bug #556
Stefan Pluecken [Thu, 22 Jul 2010 17:37:35 +0000 (19:37 +0200)]
fixes bug #556
- fixes adding timers from inside the movie player: the .ts service was added as channel
- fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList

13 years agolib/service/servicemp3.cpp: compile fix
ghost [Tue, 20 Jul 2010 17:48:48 +0000 (19:48 +0200)]
lib/service/servicemp3.cpp: compile fix

13 years agomerge fix
Fraxinas [Tue, 20 Jul 2010 08:11:35 +0000 (10:11 +0200)]
merge fix

13 years agoimplement configurable http user-agent (fixes #224)
Fraxinas [Tue, 20 Jul 2010 08:06:11 +0000 (10:06 +0200)]
implement configurable http user-agent (fixes #224)

13 years agofixes bug #552
Stefan Pluecken [Thu, 15 Jul 2010 23:36:14 +0000 (01:36 +0200)]
fixes bug #552
add the equal sign to numerical text input onto the 0 rcu button

13 years agoallow rtspt urls, issue EOF on http streaming timeout (introduces feature #551, requi...
Fraxinas [Thu, 8 Jul 2010 10:56:32 +0000 (12:56 +0200)]
allow rtspt urls, issue EOF on http streaming timeout (introduces feature #551, requires libsoup-2.4-2.29.5-r0, gst-plugins-good-0.10.23-r7.1 incl. souphttpsource)

13 years agolib/gdi/lcd.cpp: remove debug code for dm800se color oled
ghost [Thu, 8 Jul 2010 09:44:19 +0000 (11:44 +0200)]
lib/gdi/lcd.cpp: remove debug code for dm800se color oled

13 years agoSoftwaremanager: * properly count processed packages.
acid-burn [Tue, 6 Jul 2010 13:41:11 +0000 (15:41 +0200)]
Softwaremanager: * properly count processed packages.
* make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button.
* show files that will be backed up inside own infoscreen and not inside the menu description.
* add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel
fixes #550

13 years agoScreens/Ipkg.py: properly count processed packages. refs #550
acid-burn [Tue, 6 Jul 2010 13:39:32 +0000 (15:39 +0200)]
Screens/Ipkg.py: properly count processed packages. refs #550

13 years agolib/base/console.cpp: fix eConsoleAppContainer write (when called with one string...
ghost [Mon, 5 Jul 2010 14:59:47 +0000 (16:59 +0200)]
lib/base/console.cpp: fix eConsoleAppContainer write (when called with one string only)

13 years agoadd snr calculations for CXD1981 frontend
Stefan Pluecken [Mon, 5 Jul 2010 14:12:08 +0000 (16:12 +0200)]
add snr calculations for CXD1981 frontend

13 years agolib/dvb/frontend.cpp: add missing fec_inner for DVBS2 API
ghost [Tue, 29 Jun 2010 12:15:08 +0000 (14:15 +0200)]
lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 API

13 years agoadd support for /proc/stb/frontend/X/lnb_sense
ghost [Mon, 28 Jun 2010 16:27:26 +0000 (18:27 +0200)]
add support for /proc/stb/frontend/X/lnb_sense

13 years agoset currently running audio + subtitle streams as default selection. on OK keypress...
Fraxinas [Mon, 21 Jun 2010 08:20:09 +0000 (10:20 +0200)]
set currently running audio + subtitle streams as default selection. on OK keypress, select and close dialog. (add #188)

13 years agofix-fix configlist assertion (add #188)
Fraxinas [Mon, 14 Jun 2010 10:59:12 +0000 (12:59 +0200)]
fix-fix configlist assertion (add #188)

13 years agoMerge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Fraxinas [Fri, 11 Jun 2010 21:06:20 +0000 (23:06 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental

13 years agodon't crash on empty configlist lines
Fraxinas [Fri, 11 Jun 2010 21:05:36 +0000 (23:05 +0200)]
don't crash on empty configlist lines

13 years agoadd missing dm800se color oled screens. refs #530
acid-burn [Thu, 10 Jun 2010 13:19:12 +0000 (15:19 +0200)]
add missing dm800se color oled screens. refs #530

13 years agoskin.py: another fix
ghost [Sat, 5 Jun 2010 23:52:18 +0000 (01:52 +0200)]
skin.py: another fix

13 years agoskin.py: another small fix for non color oled displays
ghost [Fri, 4 Jun 2010 13:55:28 +0000 (15:55 +0200)]
skin.py: another small fix for non color oled displays

13 years agoskin.py: small fix for non color oled support
ghost [Fri, 4 Jun 2010 09:24:44 +0000 (11:24 +0200)]
skin.py: small fix for non color oled support

13 years agofix color oled support
ghost [Tue, 1 Jun 2010 16:59:04 +0000 (18:59 +0200)]
fix color oled support

13 years agoadd support for rbg565 color oled
ghost [Tue, 1 Jun 2010 14:08:32 +0000 (16:08 +0200)]
add support for rbg565 color oled

13 years agoRevert "resize InfoBarSummary for 96x64 displays"
ghost [Thu, 10 Jun 2010 12:42:38 +0000 (14:42 +0200)]
Revert "resize InfoBarSummary for 96x64 displays"

This reverts commit 445b7f371df0fc4e7bcdf8a013b892e35e90c893.

no more needed since we have real color oled support

13 years agoRevert "resize ChannelSelection_summary to fit on 96x64 displays"
ghost [Thu, 10 Jun 2010 12:41:21 +0000 (14:41 +0200)]
Revert "resize ChannelSelection_summary to fit on 96x64 displays"

This reverts commit 4b90fd4ce866b21a60ca5962b23c550e54d4f6d8.

no more needed since we have real support for the color oled

13 years agolib/dvb/frontend.cpp: fix compiler warning
ghost [Wed, 9 Jun 2010 16:55:53 +0000 (18:55 +0200)]
lib/dvb/frontend.cpp: fix compiler warning

13 years agosec.h: fix eSecCommandList assignment
ghost [Wed, 9 Jun 2010 14:14:25 +0000 (16:14 +0200)]
sec.h: fix eSecCommandList assignment

13 years agolib/dvb/epgcache.cpp: fix compiler warnings
ghost [Wed, 9 Jun 2010 14:13:22 +0000 (16:13 +0200)]
lib/dvb/epgcache.cpp: fix compiler warnings

13 years agofix crash when unicable matrix is selected, cleanup code
ghost [Wed, 9 Jun 2010 12:18:29 +0000 (14:18 +0200)]
fix crash when unicable matrix is selected, cleanup code

13 years agoAutomatic message catalog update
enigma2-translation-bot [Wed, 9 Jun 2010 09:47:25 +0000 (09:47 +0000)]
Automatic message catalog update

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

13 years agofix nl subtitle selected string and layout
Fraxinas [Wed, 9 Jun 2010 07:07:44 +0000 (09:07 +0200)]
fix nl subtitle selected string and layout

13 years agofix subtitle configlist crash
Fraxinas [Wed, 9 Jun 2010 00:32:29 +0000 (02:32 +0200)]
fix subtitle configlist crash

13 years agolib/dvb/sec.h: use insert instead of splice..
ghost [Tue, 8 Jun 2010 22:47:53 +0000 (00:47 +0200)]
lib/dvb/sec.h: use insert instead of splice..

13 years agoNimManager.py: add missing conversion to int
ghost [Tue, 8 Jun 2010 17:49:22 +0000 (19:49 +0200)]
NimManager.py: add missing conversion to int

13 years agoupdate unicable stuff (by adenin)
ghost [Tue, 8 Jun 2010 12:28:29 +0000 (14:28 +0200)]
update unicable stuff (by adenin)

13 years agofix compiler warnings
ghost [Tue, 8 Jun 2010 11:36:59 +0000 (13:36 +0200)]
fix compiler warnings

13 years agoMerge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Fraxinas [Fri, 4 Jun 2010 13:20:29 +0000 (15:20 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental

13 years agomake empty conflist entries unselectable and change some debug output
Fraxinas [Fri, 4 Jun 2010 13:17:40 +0000 (15:17 +0200)]
make empty conflist entries unselectable and change some debug output

13 years agoExtend AudioSelection width, fix mediaplayer subtitle selection key
Fraxinas [Wed, 2 Jun 2010 13:03:52 +0000 (15:03 +0200)]
Extend AudioSelection width, fix mediaplayer subtitle selection key

13 years agolib/gui/elistboxcontent.cpp: dont crash on non selectable entries
ghost [Fri, 4 Jun 2010 12:50:01 +0000 (14:50 +0200)]
lib/gui/elistboxcontent.cpp: dont crash on non selectable entries

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 agoMerge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Fraxinas [Sun, 30 May 2010 21:57:52 +0000 (23:57 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental

13 years agofix empty streams list crash, correctly show/hide color key buttons, re-implement...
Fraxinas [Wed, 26 May 2010 09:33:11 +0000 (11:33 +0200)]
fix empty streams list crash, correctly show/hide color key buttons, re-implement plugin-hook for blue key, fix possible exit crash

13 years agoallow switching to stream 0
Fraxinas [Tue, 25 May 2010 11:39:16 +0000 (13:39 +0200)]
allow switching to stream 0

13 years agoexperimentally merge audio + subtitle streams selection dialogs into one
Fraxinas [Tue, 25 May 2010 08:43:10 +0000 (10:43 +0200)]
experimentally merge audio + subtitle streams selection dialogs into one

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/eptrlist.h: fix tabs
ghost [Mon, 17 May 2010 19:57:52 +0000 (21:57 +0200)]
lib/base/eptrlist.h: fix tabs

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 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 ago[servicemp3] fix plaintext subtitles (add #506)
Fraxinas [Sun, 9 May 2010 12:41:08 +0000 (14:41 +0200)]
[servicemp3] fix plaintext subtitles (add #506)

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 agoset subtitle-sink gstreamer caps (fixed #506, requires gst-plugin-playbin_0.10.28...
Fraxinas [Wed, 5 May 2010 14:00:27 +0000 (16:00 +0200)]
set subtitle-sink gstreamer caps (fixed #506, requires gst-plugin-playbin_0.10.28-r7.1)

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 agodm800se support
ghost [Thu, 29 Apr 2010 16:29:07 +0000 (18:29 +0200)]
dm800se support

13 years agoresize ChannelSelection_summary to fit on 96x64 displays
Stefan Pluecken [Thu, 29 Apr 2010 00:02:24 +0000 (02:02 +0200)]
resize ChannelSelection_summary to fit on 96x64 displays

13 years agoresize InfoBarSummary for 96x64 displays
Stefan Pluecken [Wed, 28 Apr 2010 23:49:20 +0000 (01:49 +0200)]
resize InfoBarSummary for 96x64 displays

13 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 17:55:50 +0000 (19:55 +0200)]
Enigma2/po: add new translations.

14 years agoMerge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Fraxinas [Wed, 14 Apr 2010 12:09:09 +0000 (14:09 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental

14 years agolib/base/etpm.h,cpp: simplify and cleanup code
ghost [Mon, 12 Apr 2010 22:16:15 +0000 (00:16 +0200)]
lib/base/etpm.h,cpp: simplify and cleanup code

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 agolib/base/etpm.cpp: use <sys/socket.h> instead of <linux/socket.h>
ghost [Mon, 12 Apr 2010 08:59:33 +0000 (10:59 +0200)]
lib/base/etpm.cpp: use <sys/socket.h> instead of <linux/socket.h>

14 years agorefs bug #467
Stefan Pluecken [Fri, 9 Apr 2010 18:49:15 +0000 (20:49 +0200)]
refs bug #467
read proc device instead of using internal methods

14 years agorefs bug #467
Stefan Pluecken [Fri, 9 Apr 2010 18:40:28 +0000 (20:40 +0200)]
refs bug #467
whitelist dm7025 from tpm test and add beta warning to the documentation

14 years agorefs bug #467
Stefan Pluecken [Fri, 9 Apr 2010 17:10:52 +0000 (19:10 +0200)]
refs bug #467
add __init__.py in TPMDemo plugin

14 years agofixes bug #467
Stefan Pluecken [Fri, 9 Apr 2010 13:21:13 +0000 (15:21 +0200)]
fixes bug #467
add tpm interface to enigma 2
introduce a demo plugin for tpm usage in plugins to validate running on dream multimedia hardware to be used in plugins (see doc/TPM for further information)