| Age | Commit message (Collapse) | Author |
|
Enigma2 git repo. This fixes bug #140
|
|
|
|
for this..
|
|
Conflicts:
lib/python/Plugins/Extensions/MediaPlayer/plugin.py
|
|
added m4v file extension to media player capabilities
|
|
|
|
|
|
|
|
|
|
This reverts commit bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.
|
|
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
|
|
|
|
channelselection and other channelselections based on simple channelselection
|
|
|
|
|
|
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
|
|
skinning over own Skin entry "DiseqcTesterTestTypeSelection"
- add SetupSummary
|
|
skinning over own Skin entry "PicturePlayerSetup"
- add Setup Summary
|
|
for VideoMode Plugin(removed again from skin_default.xml),
instead use the "Setup" Skin entry, but still allow individual skinning using "VideoSetup" as screen name.
|
|
allow individual skinning
|
|
into skin_default and allow individual skinning
|
|
- whitespace cleanup
|
|
configlistscreen
|
|
It is now possible to enable/disable the CleanupWizard and also to manually define the free space threshold for the warning.
|
|
- move Buttons to top and replace Labels with StaticText
- add some more informations where helpful
- minor bugfixes
|
|
|
|
|
|
|
|
- use own Skin for better skinability
- use same translateable string for screen title and lcd title
|
|
- 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)
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled
|
|
- Fix hardcoded path for noprev.png
- remove old skin. current skin is inside skin_default.xml
|
|
|
|
|
|
- replace all Labels where possible through StaticText for better skinability
- enable VirtualKeyboard on TEXT Button now if needed.
|
|
replace all Labels where possible through StaticText for better skinability
- change some label descriptions
- minor fixes
|
|
|
|
|
|
- replace Buttons and Lables through StaticText for better skinablity
- refresh current value in main config screen on change
- add current value display to preview screen
- add option to increase the increment value for the slider entries.
|
|
block_noise_reduction, mosquito_noise_reduction and
digital_contour_removal also on dm800
|
|
small fix
|
|
video settings.
Newest drivers needed.
|