Opened 13 years ago
Last modified 6 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)
Change History (13)
comment:1 by , 10 years ago
Summary: | [MediaPlayer] show tooltip with current time position → [MediaPlayer] show tooltip with current time position (easy) |
---|
by , 9 years ago
Attachment: | tooltip.patch added |
---|
comment:2 by , 9 years ago
patch: | 0 → 1 |
---|
comment:3 by , 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 , 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.
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev49971 with a reworked patch. Thanks!
comment:6 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Actually, what I wanted with this ticket is to show current time position like it's done on youtube.
comment:7 by , 8 years ago
patch: | 1 → 0 |
---|
comment:8 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
comment:9 by , 7 months ago
what's the status of this ticket ? what else needs to be implemented ? I want to contribute.
comment:10 by , 7 months 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.
comment:11 by , 9 days ago
Hey, I was trying to solve the first part of this issue, I was wondering how can i get the time position corresponding to the BPoint 'where' parameter of seekslider mousemoved function and how to propagate it to positiontooltip.cpp update function.
comment:12 by , 6 days ago
Hey, I have raised a PR for this ticket: https://review.haiku-os.org/c/haiku/+/8997
Adds tooltip while scrubbing around on a track