aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
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
2009-04-17fix crash when trying to select base dir as start directoryFraxinas
2009-04-15DVDPlayer/plugin.py: fix startup at first boot (thx toghost
Mike Looijmans)
2009-04-15Mediaplayer/plugin.py: fix startup at first boot (thx toghost
Mike Looijmans)
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-04-01add .mov as playable extensionghost
2009-03-23fix crash on aborting during CheckDiskspaceTaskFraxinas
2009-03-17Mediaplayer/plugin.py: dont show mediaplayer gui after seekghost
2009-03-10try to use current GUI language as initial dvd menu languageFraxinas
2009-03-03fix selecting menu template and background image files, only allow start of ↵Fraxinas
burning process if at least one title is in the collection, otherwise hide menu entry and add yes-no-box before burning with RECORD key on rcu
2009-03-02Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-03-02listen to hotplug event when dvd is inserted or ejected and modify EXIT menu ↵Fraxinas
accordingly
2009-02-24small optimizations and cleanups by Moritz Vennghost