aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/DemoPlugins
AgeCommit message (Collapse)Author
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
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)
2009-09-11Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmansacid-burn
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-01-27fixes for python 2.6 by Moritz Vennghost
2008-11-10on crash, read "maintainer.info" from directory which contained the file ↵Felix Domke
which crashed. Use first line as email address, second line as "component"-string in crashlogs. Please add a "maintainer.info"-file to your plugins so crashlogs will be redirected to the right address.
2008-01-07Fixed very useful TestPlugin-plugin (callback wasn't called correctly)Stefan Pluecken
2007-07-22cleanup some importsAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-05-25add timeout for MessageBox screens (just add timeout=<seconds> as argument ↵Stefan Pluecken
when creating MessageBox instances)
2006-03-05plugin api change: Plugins() and main functions must receive (and possibly ↵Felix Domke
ignore) keyword arguments
2006-03-05some more .cvsignoreFelix Domke
2006-03-02add .cvsignores to pluginsFelix Domke
2006-03-02remove bad words (and characters)Stefan Pluecken
2006-03-02better resizingStefan Pluecken
2006-03-02add ChoiceBox screen for asking simple multi choice questionsStefan Pluecken
2006-02-25add InputBox screen for textual inputStefan Pluecken
2006-02-23remove __init__.py files and create them on the flyStefan Pluecken
2006-02-23recursively search for pluginsStefan Pluecken
2006-02-22install plugins to the correct directoriesStefan Pluecken
2006-02-22cleanup the plugins to fit the new namespaceStefan Pluecken