aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/epositiongauge.cpp
AgeCommit message (Collapse)Author
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* 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
2009-02-13 - While recording, collect startcodes and save them into ".sc"-filesFelix Domke
- this allows finding iframes for fast forward/reverse more easily - when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later) - draw smaller, fixed-size bar in position gauge
2008-11-10Don't show "last position" marks in position gauge.Felix Domke
fixes #41
2007-03-22fix bluescreen on movieplaybackAndreas Monzner
2006-11-26more python refcount debugging stuffAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-10-17don't show seek pointer unless enabledFelix Domke
2006-10-02add seekpointerFelix Domke
2006-07-20don't display track when no foreground is set in position gaugeFelix Domke
2006-07-06paint background using eWidget::event function, to support transparencyFelix Domke
2006-03-03remove debugFelix Domke
2006-02-24add cutlist support to position gaugeFelix Domke
2006-02-21beautify (?) position gaugeStefan Pluecken
2006-02-21add position gaugeFelix Domke