OTHER: Fix timedisplay for playtimes >= 100 minutes
If the playtime is bigger or equal to 100 minutes, timedisplay shows hours and minutes now, if playtime is bigger or equal to 100 hours, timedisplay gives up and only showes '--:--'
This commit is contained in:
parent
fb264e8d0e
commit
18bcad6f99
4 changed files with 44 additions and 14 deletions
4
TODO
4
TODO
|
@ -4,7 +4,8 @@ General:
|
|||
+ Feature Requests and Bugs on tracker
|
||||
|
||||
+ Mainwindow
|
||||
+ enable random play (will have to wait for a randomplay service client)
|
||||
+ enable random play (will have to wait for a randomplay service client),
|
||||
has to wait for bug 1598 before even considering
|
||||
* Playlist
|
||||
+ Make displayed Information configurable
|
||||
+ Add scrollbuttons to slider
|
||||
|
@ -13,7 +14,6 @@ General:
|
|||
* jump to entry when it's played.
|
||||
* accept drops from other applications
|
||||
* Skin
|
||||
+ Numbers in playtime display can have variable height
|
||||
* Compressed file reader
|
||||
* Manage with faulty skins
|
||||
* make cool effects when switching skin?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue