aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
AgeCommit message (Collapse)Author
2010-10-06refs bug #467Stefan Pluecken
read proc device instead of using internal methods
2010-10-06refs bug #467Stefan Pluecken
whitelist dm7025 from tpm test and add beta warning to the documentation
2010-10-06refs bug #467Stefan Pluecken
add __init__.py in TPMDemo plugin
2010-10-06fixes bug #467Stefan Pluecken
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)
2010-10-05Merge commit 'origin/bug_578_translateable_meta_descriptions'acid-burn
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
2010-10-05Merge commit 'origin/bug_563_fix_backuprestore_crash'acid-burn
2010-10-05Merge commit 'origin/bug_558_wlanfixes'acid-burn
Conflicts: lib/python/Components/Network.py
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-07Merge branch 'bug_480_nfiflash' into experimentalFraxinas
2010-09-07NFIFlash: integrate configuration backup/restore, string correctionsFraxinas
2010-09-01Merge branch 'bug_429_remove_hardcoded_paths' into experimentalFraxinas
2010-09-01[NFIFlash] ask whether to run configuration backup after image download (add ↵Fraxinas
#480)
2010-09-01[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add ↵Fraxinas
#429)
2010-08-24fix downloading image to flash or harddrive (#480)Fraxinas
2010-08-17JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570
2010-08-16NFIFlash: change display of feed list detailsFraxinas
2010-08-13NFIFlash fixes (#480)Fraxinas
2010-08-12NFIFlash: hide hdd and other mounts (#480)Fraxinas
2010-08-10re-commit new NFIFlash plugin (bug #480)Fraxinas
2010-07-27Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-27SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.acid-burn
refs #558
2010-07-25Softwaremanager: fix potential crash when trying to delete from empty list.acid-burn
Graphmultiepg: fix typo inside metafile. fixes #563
2010-07-25Softwaremanager: fix potential crash when trying to delete from empty list.acid-burn
Graphmultiepg: fix typo inside metafile. fixes #563
2010-07-24Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.acid-burn
refs #558
2010-07-20implement configurable http user-agent (fixes #224)Fraxinas
2010-07-06Softwaremanager: * properly count processed packages.acid-burn
* 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
2010-07-06Softwaremanager: * properly count processed packages.acid-burn
* 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
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-04Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-06-01dm800se supportghost
2010-05-05dm800se supportghost
2010-04-26meta: remove trailing slash from installdirsAndreas Oberritter
2010-04-09refs bug #467Stefan Pluecken
read proc device instead of using internal methods
2010-04-09refs bug #467Stefan Pluecken
whitelist dm7025 from tpm test and add beta warning to the documentation
2010-04-09refs bug #467Stefan Pluecken
add __init__.py in TPMDemo plugin
2010-04-09fixes bug #467Stefan Pluecken
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)
2010-04-05Softwaremanager: *add missing define. refs #503acid-burn
2010-04-05Softwaremanager: *add missing define. refs #503acid-burn
2010-04-05Softwaremanager: * notify if updatefeed is not available and also verify ↵acid-burn
HardwarePrerequisites. Fixes #503
2010-04-05Softwaremanager: * notify if updatefeed is not available and also verify ↵acid-burn
HardwarePrerequisites. Fixes #503
2010-03-31[DVDBurn] fix up title list layout and change some more strings (add #316)Fraxinas
2010-03-31fix screen layout, add configuration restore wizard code in flasher and fix ↵Fraxinas
crash when trying to use wizard with no .nfo file present, fixes bug #394
2010-03-31[DVDBurn] remove "..." at menu entry stringFraxinas
2010-03-31[DVDBurn] use multicolor lable for required medium type (add #316)Fraxinas
2010-03-31[DVDBurn] usability improvements: title list layout, bottom info area, ↵Fraxinas
consistency of user interface, implement restoring of saved collections from xml (fixes #316)
2010-03-31[DVDBurn] allow burning of recordings that are currently playing in the ↵Fraxinas
background, fixes bug 367