Opened 12 years ago

Last modified 8 days ago

#8567 reopened enhancement

[MediaPlayer] show tooltip with current time position (easy)

Reported by: diver Owned by: stippi
Priority: normal Milestone: R1.1
Component: Applications/MediaPlayer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev44133, gcc2hybrid.

Moving mouse cursor over timeline in MediaPlayer should show tooltip with time position. Maybe even thumbnails like in youtube?

Attachments (1)

tooltip.patch (1014 bytes ) - added by dburkart 9 years ago.
Adds tooltip while scrubbing around on a track

Download all attachments as: .zip

Change History (11)

comment:1 by pulkomandy, 10 years ago

Summary: [MediaPlayer] show tooltip with current time position[MediaPlayer] show tooltip with current time position (easy)

by dburkart, 9 years ago

Attachment: tooltip.patch added

Adds tooltip while scrubbing around on a track

comment:2 by dburkart, 9 years ago

patch: 01

comment:3 by dburkart, 9 years ago

My only concern with the patch that I attached is that it is noticeably laggy. Does anyone have some pointers for how to make the tooltip not flicker?

comment:4 by Barrett, 9 years ago

Thanks for the patch! I think one possible solution would be to add a method like BToolTipManager::MoveTip which just mimics the BToolTipManager::ShowTip method but use the BPoint passed as argument with BWindow::MoveTo instead to Show() it.

Last edited 9 years ago by Barrett (previous) (diff)

comment:5 by Barrett, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev49971 with a reworked patch. Thanks!

comment:6 by diver, 9 years ago

Resolution: fixed
Status: closedreopened

Actually, what I wanted with this ticket is to show current time position like it's done on youtube.

comment:7 by pulkomandy, 7 years ago

patch: 10

comment:8 by pulkomandy, 4 years ago

Milestone: R1R1.1

comment:9 by akashkumar, 8 days ago

what's the status of this ticket ? what else needs to be implemented ? I want to contribute.

comment:10 by pulkomandy, 8 days ago

The tooltip that appears while you are moving the mouse the time slider currently shows the current playing time. This is not useful, instead it should show the playing time corresponding to where the mouse is.

Later on the idea is to maybe also add a preview of a videoframe from that time to the tooltip, like Youtube does when you put your mouse over their time slider. So you can easily find the place where you want to go in a video.

Note: See TracTickets for help on using tickets.