aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/PicturePlayer
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-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-04-26meta: remove trailing slash from installdirsAndreas Oberritter
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-10-13PicturePlayer/plugin.py: -use "Setup" Skin but still allow individual ↵acid-burn
skinning over own Skin entry "PicturePlayerSetup" - add Setup Summary
2009-10-08PicturePlayer/plugin.py: - fix red Button actionacid-burn
- whitespace cleanup
2009-10-06PicturePlayer/plugin.py: - center screens where needed.acid-burn
- move buttons to top and replace Button/Label through StaticText - change Button actions in main screen. ( Red is now close, Green is for Thumbnails, Yellow for Exif Information and Blue for Setup) - use ConfigListScreen for Pic_Setup - add Buttons where needed. - minor Skinfixes
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
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-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-11-19fix mediascanner list handling, thx to mechatronFraxinas
2008-11-19fix filelist crash, add necessary import for hotplugFraxinas
2008-11-18use already translated stringFraxinas
2008-11-17get rid of some floating point valuesghost
2008-11-16change pictureplayer to use async pic loadingghost
2008-11-06allow reading jfif embedded exif thumbnails from jpeg files and use them to ↵Fraxinas
speed up thumbnail view in pictureplayer plugin
2008-10-18fixes by adeninAndreas Monzner
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-10-07This fixed the PicturePlayer to check if a file is local rather than ↵Felix Domke
accepting files from all sources (which is unsupported), patch by Moritz Venn (003_enigma2_make_pictureplayer_scanner_only_detect_local.patch)
2007-10-07move media scanner components into core, patch by Moritz Venn ↵Felix Domke
(002_enigma2_move_mediascanner_components_into_core.patch)
2007-08-20.cvsignoreFelix Domke
2007-07-28fix *required* kwargs. plugins not having **kwargs will probably not run ↵Felix Domke
with newer enigma2, but this has been documented since the beginning.
2007-07-22cleanup some importsAndreas Monzner
2007-07-19add .jpe extensionFelix Domke
2007-03-21more __deref__ changesAndreas Monzner
2007-01-09add cvsignoreFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-18add (incomplete) media scan supportFelix Domke
2006-11-28use createDir, this fixes crash when thumbnail directory can not be createdFelix Domke
2006-11-22some picplayer fixesAndreas Monzner
2006-11-20add and install missing files for picplayerAndreas Monzner
2006-11-19add missing fileFelix Domke
2006-11-18add PicturePlayer pluginFelix Domke