| Age | Commit message (Collapse) | Author |
|
* Jumping between marks in the movie, with "<" and ">", doesn't work
well when there are cut marks in the movie. Especially jumping
backwards will fail if there is a mark in a cut out region that is
to be jumped over. (InfoBarGenerics.py, chunks 3 and 4)
* Now when rewind works at all platforms also at low speeds, the
rewind speeds x2 and x4 should be added again to the
default. (UsageConfig.py, chunk 1)
* Cleanup some obsolete code: SeekBackHack and non-smooth
winding. None of these can be used anymore, but remnants were left
in the code and in the configuration alternatives. It is high time
to clean these out. (setup.xml, UsageConfig.py chunk 2,
InfoBarGenerics.py chunks 1 and 2, DVDPlayer)
* In the position gauge of the movie player, marks in the movie are
shown as red dots. Long time ago the last position was also shown as
a red dot, which was bad because it was confused with the marks, so
it was removed. However, jumping between marks in the movie with "<"
and ">" also stops at the last position, which is useful e.g. if you
don't automatically start playing from the last position. The code
below adds the last position back to the position gauge as a green dot,
to distinguish it from the red ones. (epositiongauge.cpp)
refs bug #570
|
|
|
|
|
|
|
|
|
|
consistency of user interface, implement restoring of saved collections from xml (fixes #316)
|
|
background, fixes bug 367
|
|
for autoresolution plugins (needs new libdreamdvd)
this fixes bug #302
|
|
area, consistency of user interface (fixes #316)"
This reverts commit cf16247cbcaf1620ad597c24323c81ac3604cbda.
|
|
consistency of user interface (fixes #316)
|
|
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
|
|
remove some absolute paths
|
|
don't install sub directory files
|
|
Player" text in LCD/Oled display
|
|
|
|
|
|
|
|
|
|
added m4v file extension to media player capabilities
Conflicts:
lib/python/Plugins/Extensions/MediaPlayer/plugin.py
|
|
|
|
|
|
|
|
|
|
|
|
user abort
|
|
|
|
|
|
Conflicts:
lib/python/Components/FileList.py
|
|
|
|
|
|
|
|
|
|
display extra title information
|
|
|
|
|
|
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
|
|
for this..
|
|
added m4v file extension to media player capabilities
|
|
|
|
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
|
|
|
|
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 "PicturePlayerSetup"
- add Setup Summary
|
|
allow individual skinning
|
|
into skin_default and allow individual skinning
|
|
- whitespace cleanup
|
|
- 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
|
|
|