aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
2010-01-05remove m2ts againghost
2010-01-05Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
2010-01-05bug #238Stefan Pluecken
added m4v file extension to media player capabilities Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2010-01-02Merge remote branch 'origin/bug_319_dvdburnsettings_languagechoices'ghost
2010-01-02Merge remote branch 'origin/bug_348_dvdburn_residenttask'ghost
2010-01-02Merge remote branch 'origin/bug_135_dvdburn_ts_only'ghost
2010-01-02Merge branch 'bug_274_disable_fast_winding_for_non_ts'ghost
2009-12-23DVDBurn: remove deprecated importsFraxinas
2009-12-23DVDBurn: set callback in WaitForResidentTasks to prevent possible crash on ↵Fraxinas
user abort
2009-12-23Merge branch 'bug_352_fix_some_cutlist_bugs'ghost
2009-12-23Merge branch 'bug_178_update_meta_files'acid-burn
2009-12-23Merge branch 'bug_249_current_skin_fallback'acid-burn
Conflicts: lib/python/Components/FileList.py
2009-12-22Merge branch 'bug_246_cutlistedit'ghost
2009-12-13CutListEditor: always restart service on cutlist editor closeghost
2009-11-30[DVDBurn] fix bug 333: display movie length in title listFraxinas
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-11-25DVDBurn: switch TiteList to templatedmulticontentlist, allow skinning and ↵Fraxinas
display extra title information
2009-11-25DVDBurn Plugin: prevent "English" from showing up twice in language selectionFraxinas
2009-11-17for all non-ts files, display error message when trying to burn to dvdFraxinas
2009-11-10Enigma2-Plugins-{GraphMultiEPG/GraphMultiEpg.py, MediaPlayer/plugin.py, ↵Acid Burn
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-04DVDBurn fix capacity report for full dual layer media in Media ToolboxFraxinas
2009-10-29By Anders Holst: Improve custlist editorFelix Domke
1. Show the current seek state next next to the service time. It is very convenient to see how fast one is winding, when scanning through a movie. 2. Don't jump away from the current position whenever a cut or mark is added or removed. 2a. The variable self.last_cuts was not initialized, causing a jump to the first mark position when the first cut is made. 2b. Search backwards for the first difference between old and new cut lists: After having produced a cut pair (out - in) you would like to end up at the end (in) rather than beginning (out). (This also gives more intuitive selected positions in the general case.) 2c. Inhibit jumping whenever a cut or mark is removed: You don't want to leave that position now when it has no mark to easily jump back to. 3. Standing at either border of a cut, at IN or OUT, should always count as inside the cut, so that removing it is enabled from there. 3a. Count standing exactly at the end of a cut as also standing in an "OUT" area. 3b. It was not possible to remove a "cut from the beginning" at all if there was any mark before the "IN" point - it was not correctly recognized as an "OUT" area. Also note that nowadays, with the more exact seeking code of Enigma2 (on both platforms, DM7025 and DM800/8000), the CutListEditor can't be accused of being imprecise any more: As long as you put your cuts at GOP boundaries (which you are most likely to do if you fine tune your position with GOP single-stepping), the CutListEditor now has perfect precision! :-) patch for #246
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)