aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/PicturePlayer/plugin.py
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
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-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-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
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-18add PicturePlayer pluginFelix Domke