After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 145367 - Make the fullscreen controls window not suck
Make the fullscreen controls window not suck
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-07-04 00:27 UTC by Bastien Nocera
Modified: 2005-01-03 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
real2.JPG (50.72 KB, image/jpeg)
2004-12-16 16:26 UTC, Bastien Nocera
Details

Description Bastien Nocera 2004-07-04 00:27:58 UTC
Currently, that window looks horrible and disorganised.
Need to come up with something that will look good, unobstructive, and usable.
Comment 1 Bastien Nocera 2004-09-20 16:24:18 UTC
Mass reassign.
Comment 2 Michaël Arnauts 2004-10-02 19:10:20 UTC
maybe like the opensource "Media Player Classic"?
Comment 3 Bastien Nocera 2004-10-02 19:38:56 UTC
Michael, screenshots would greatly help (don't attach them here, link to them).
Thanks.
Comment 4 Michaël Arnauts 2004-10-05 22:11:13 UTC
sorry for the late reply, here are two screenshots of mpc.

<a
href="http://users.skynet.be/maycosplace/ss1.png">http://users.skynet.be/maycosplace/ss1.png</a>
href="http://users.skynet.be/maycosplace/ss2.png">http://users.skynet.be/maycosplace/ss2.png</a>

the bar appears when the mouse moves down to the screen and disapears when you
move it back up.
Comment 5 Michaël Arnauts 2004-10-27 12:09:21 UTC
hmmm, i just noticed that there isn't any action associated when you
double/single click on the movie.

i suggest to have a double click toggle the fullscreen-mode and a single click
should pauze the movie.

this is the behavior in a lot of movieplayers (mplayer, mpc, ...)

btw, by looking at my previous post, it looks like html isn't supported :)
Comment 6 Bastien Nocera 2004-12-16 16:26:47 UTC
Created attachment 34906 [details]
real2.JPG

Real One on Windows, this look pretty much like what we want for Totem.
Comment 7 Bastien Nocera 2005-01-03 14:41:23 UTC
A new controls popup is now in CVS. I moved the mouse actions request to bug 162814.

2004-12-26  Bastien Nocera  <hadess@hadess.net>

        * NEWS: updates
        * data/totem.glade: first try at updated controls popup
        * src/totem-playlist.c: (treeview_row_changed): emit the
        "changed" signal when double-clicking on an entry
        * src/totem-time-label.c: (totem_time_label_init),
        (totem_time_label_new): move most of new() code to init()
        * src/totem.c: (totem_action_restore_pl),
        (totem_action_set_mrl_with_warning), (totem_action_set_mrl),
        (on_recent_file_activate), (playlist_changed_cb), (move_popups),
        (on_video_motion_notify_event), (on_eos_event), (label_create):
        don't show a warning when opening the file when rewinding, or
        restoring a playlist, show an error message when trying to play
        a file that can't be opened