| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-21 | Enigma2-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-26 | meta: remove trailing slash from installdirs | Andreas Oberritter | |
| 2010-03-31 | [DVDBurn] fix up title list layout and change some more strings (add #316) | Fraxinas | |
| 2010-03-31 | [DVDBurn] remove "..." at menu entry string | Fraxinas | |
| 2010-03-31 | [DVDBurn] use multicolor lable for required medium type (add #316) | Fraxinas | |
| 2010-03-31 | [DVDBurn] usability improvements: title list layout, bottom info area, ↵ | Fraxinas | |
| consistency of user interface, implement restoring of saved collections from xml (fixes #316) | |||
| 2010-03-31 | [DVDBurn] allow burning of recordings that are currently playing in the ↵ | Fraxinas | |
| background, fixes bug 367 | |||
| 2010-03-31 | lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h/cpp: add support ↵ | ghost | |
| for autoresolution plugins (needs new libdreamdvd) this fixes bug #302 | |||
| 2010-03-30 | Revert "[DVDBurn] usability improvements: title list layout, bottom info ↵ | Fraxinas | |
| area, consistency of user interface (fixes #316)" This reverts commit cf16247cbcaf1620ad597c24323c81ac3604cbda. | |||
| 2010-03-29 | [DVDBurn] usability improvements: title list layout, bottom info area, ↵ | andy | |
| consistency of user interface (fixes #316) | |||
| 2010-03-12 | refs bug #429 | Stefan Pluecken | |
| change "mkisofs" to "genisoimage" since it is only a link to genisoimage in oe 1.5 and the link is'n set in oe 1.6 | |||
| 2010-03-12 | fixes bug #429 | Stefan Pluecken | |
| remove some absolute paths | |||
| 2010-03-12 | fixes bug #465 | Stefan Pluecken | |
| don't install sub directory files | |||
| 2010-03-11 | lib/python/Plugins/Extensions/DVDPlayer/plugin.py: smaller fontsize for "DVD ↵ | ghost | |
| Player" text in LCD/Oled display | |||
| 2010-02-09 | lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case | ghost | |
| 2010-01-27 | fix cutlist editor for HD skins | ghost | |
| 2010-01-05 | remove m2ts again | ghost | |
| 2010-01-05 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Stefan Pluecken | |
| 2010-01-05 | bug #238 | Stefan Pluecken | |
| added m4v file extension to media player capabilities Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py | |||
| 2010-01-02 | Merge remote branch 'origin/bug_319_dvdburnsettings_languagechoices' | ghost | |
| 2010-01-02 | Merge remote branch 'origin/bug_348_dvdburn_residenttask' | ghost | |
| 2010-01-02 | Merge remote branch 'origin/bug_135_dvdburn_ts_only' | ghost | |
| 2010-01-02 | Merge branch 'bug_274_disable_fast_winding_for_non_ts' | ghost | |
| 2009-12-23 | DVDBurn: remove deprecated imports | Fraxinas | |
| 2009-12-23 | DVDBurn: set callback in WaitForResidentTasks to prevent possible crash on ↵ | Fraxinas | |
| user abort | |||
| 2009-12-23 | Merge branch 'bug_352_fix_some_cutlist_bugs' | ghost | |
| 2009-12-23 | Merge branch 'bug_178_update_meta_files' | acid-burn | |
| 2009-12-23 | Merge branch 'bug_249_current_skin_fallback' | acid-burn | |
| Conflicts: lib/python/Components/FileList.py | |||
| 2009-12-22 | Merge branch 'bug_246_cutlistedit' | ghost | |
| 2009-12-13 | CutListEditor: always restart service on cutlist editor close | ghost | |
| 2009-11-30 | [DVDBurn] fix bug 333: display movie length in title list | Fraxinas | |
| 2009-11-25 | Enigma2-Metainformations: - update all Meta Informations | acid-burn | |
| 2009-11-25 | DVDBurn: switch TiteList to templatedmulticontentlist, allow skinning and ↵ | Fraxinas | |
| display extra title information | |||
| 2009-11-25 | DVDBurn Plugin: prevent "English" from showing up twice in language selection | Fraxinas | |
| 2009-11-17 | for all non-ts files, display error message when trying to burn to dvd | Fraxinas | |
| 2009-11-10 | Enigma2-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-05 | disable fast winding for non TS mediafiles until we have a usable solution ↵ | ghost | |
| for this.. | |||
| 2009-11-04 | bug #238 | Stefan Pluecken | |
| added m4v file extension to media player capabilities | |||
| 2009-11-04 | DVDBurn fix capacity report for full dual layer media in Media Toolbox | Fraxinas | |
| 2009-10-29 | By Anders Holst: Improve custlist editor | Felix 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-27 | disable m2ts support for release 2.6 | ghost | |
| 2009-10-13 | MediaPlayer/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-13 | PicturePlayer/plugin.py: -use "Setup" Skin but still allow individual ↵ | acid-burn | |
| skinning over own Skin entry "PicturePlayerSetup" - add Setup Summary | |||
| 2009-10-12 | DVDBurn/ProjectSettings.py: -remove no more needed FileBrowser Skin and ↵ | acid-burn | |
| allow individual skinning | |||
| 2009-10-12 | Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵ | acid-burn | |
| into skin_default and allow individual skinning | |||
| 2009-10-08 | PicturePlayer/plugin.py: - fix red Button action | acid-burn | |
| - whitespace cleanup | |||
| 2009-10-06 | Extensions/DVDBurn: - use center,center for screens where possible | acid-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-06 | MediaPlayer/settings.py: small skin corrections | acid-burn | |
| 2009-10-06 | PicturePlayer/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-05 | Mediaplayer: don't crash if writing playlist.e2pls fails | Fraxinas | |
