author | zecke <zecke> | 2004-09-24 16:10:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-09-24 16:10:26 (UTC) |
commit | ae33387eea3e4968a7754b7869a0e9659603e48a (patch) (unidiff) | |
tree | 26e28630f4879082fe976d56241590e623d792c0 | |
parent | 3bf8b28cd9b40ba1d0981379179af51832203821 (diff) | |
download | opie-ae33387eea3e4968a7754b7869a0e9659603e48a.zip opie-ae33387eea3e4968a7754b7869a0e9659603e48a.tar.gz opie-ae33387eea3e4968a7754b7869a0e9659603e48a.tar.bz2 |
Slider needs to be fixed
-rw-r--r-- | noncore/multimedia/opieplayer2/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/TODO b/noncore/multimedia/opieplayer2/TODO index 3f34a5c..2e72a50 100644 --- a/noncore/multimedia/opieplayer2/TODO +++ b/noncore/multimedia/opieplayer2/TODO | |||
@@ -1,18 +1,18 @@ | |||
1 | -Test the memcpy version for rotated screen | 1 | -Test the memcpy version for rotated screen |
2 | -Make error handling non-modal, sum up the errors | 2 | -Make error handling non-modal, sum up the errors |
3 | and continue playing. Inform the user that an error | 3 | and continue playing. Inform the user that an error |
4 | has happened via the Global::statusMessage. | 4 | has happened via the Global::statusMessage. |
5 | This requires hacking on the MediaPlayerState | 5 | This requires hacking on the MediaPlayerState |
6 | 6 | ||
7 | -Sometimes it seems when Skins is not yet initialized there | 7 | -Sometimes it seems when Skins is not yet initialized there |
8 | is some sort of race with MediaPlayerState. | 8 | is some sort of race with MediaPlayerState. |
9 | If the user asks to play MediaPlayerState::setPlaying(true) and | 9 | If the user asks to play MediaPlayerState::setPlaying(true) and |
10 | then somewhere setPlaying(false) is triggered | 10 | then somewhere setPlaying(false) is triggered |
11 | 11 | ||
12 | -Sometimes after an Error we're trapped in a loop of errors on | 12 | -Sometimes after an Error we're trapped in a loop of errors on |
13 | 'good' files | 13 | 'good' files |
14 | 14 | ||
15 | 15 | -Fix the Slider and seeking | |
16 | 16 | ||
17 | 17 | ||
18 | 18 | ||