aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
2009-10-27disable m2ts support for release 2.6ghost
2009-10-13MediaPlayer/settings.py: - use "Setup" Skin for MediaPlayerSettings but ↵acid-burn
still allow individual skinning over own Skin entry "MediaPlayerSettings" - use "FileBrowser" Skin for DirectoryBrowser but still allow individual skinning over own Skin entry "MediaPlayerDirectoryBrowser" - add SetupSummary - fix crash when selecting a mountpoint as start directory inside DirectoryBrowser
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-12DVDBurn/ProjectSettings.py: -remove no more needed FileBrowser Skin and ↵acid-burn
allow individual skinning
2009-10-12Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵acid-burn
into skin_default and allow individual skinning
2009-10-08PicturePlayer/plugin.py: - fix red Button actionacid-burn
- whitespace cleanup
2009-10-06Extensions/DVDBurn: - use center,center for screens where possibleacid-burn
- replace some Lables through StaticText - remove unused Buttons - minor Skin alignments - use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit)
2009-10-06MediaPlayer/settings.py: small skin correctionsacid-burn
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-10-05Mediaplayer: don't crash if writing playlist.e2pls failsFraxinas
2009-09-11Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmansacid-burn
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-27show correct icon for "repeat" stateFraxinas
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 orphaned FileManager pluginAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18do not use wildcards, because it breaks builds outside the source directory ↵Andreas Oberritter
and therefore breaks 'make distcheck'
2009-08-18DVDBurn: avoid spaces in filenamesAndreas Oberritter
2009-08-18remove FritzCall (moved to enigma2-plugins CVS some time ago)Andreas 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-15remove SimpleRSS (moved to enigma2-plugins CVS some time ago)Andreas 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-08-04allow two different behaviours when going into resume: SUSPEND_STOPS ↵Fraxinas
(default as usual) and new SUSPEND_PAUSES (introduced for dvd player)
2009-07-29fix disc size unit confusionFraxinas
2009-07-29change disc size determination and tweak dual layer growisofs argumentsFraxinas
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-07-17we need policy2 in libdreamdvd for 16:10 supportghost
2009-07-16correct y_offset from libdreamdvdFelix Domke
2009-07-08DVDBurn... allow jumping from complex titleset titles to main disc menu. ↵Fraxinas
implement menu language selection.
2009-07-02when starting from scanner, don't ask if DVD in drive should be played, just ↵Felix Domke
do it.
2009-07-02MediaPlayer: add *.m2ts as playable extension (proper demuxing will be done ↵Fraxinas
by gstreamer's mpegtsdemux)
2009-07-01DVDBurn: parse new projectx version (0.90.4.00.b30) audio PID messages correctlyFraxinas
2009-06-29Revert "mediaplayer: allow playback of flv files"Fraxinas
This reverts commit 35403704d9aee1e5d322e2fa59a90d8fb2a32c91.
2009-06-29mediaplayer: allow playback of flv filesFraxinas
2009-06-23when in standby, don't ask for preview, just burn baby, burnFraxinas
2009-06-17don't crash when removing of temp. files failesFraxinas
2009-06-16Modem/plugin.py: also change username in /etc/ppp/optionsghost
fix actionmap priority
2009-06-16add plugin to connect via builtin modem to internet (just dm500hd yet)ghost
2009-06-11MediaPlayer/plugin.py: use correct InfoBarSubtitleSupport instance for ↵ghost
Subtitle screen
2009-06-11servicedvd.h/cpp: small fixesghost
2009-06-09support new libdreamdvd, and do scaling in subtitle widgetFelix Domke
2009-06-03Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-06-03use 720x576 subtitle pixmap, and scale to fullscreenFelix Domke
2009-06-03introduce new iStreamedService interface (e.g. controlling buffer for ↵Fraxinas
streaming media)
2009-05-17make string translatableFelix Domke
2009-05-03DVDPlayer/plugin.py: dont crash when no service is running end leave playerghost
2009-04-23experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. ↵Fraxinas
requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink