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 313343 - Totem playlist needs search
Totem playlist needs search
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
unspecified
Other All
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 323257 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-12 17:09 UTC by milky_cow_101
Modified: 2009-12-15 19:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
totem-try-better-typeahead.patch (2.69 KB, patch)
2006-10-27 16:09 UTC, Bastien Nocera
needs-work Details | Review
Make 'Escape' pass the focus away from the playlist (3.26 KB, patch)
2009-12-15 19:34 UTC, Bastien Nocera
committed Details | Review

Description milky_cow_101 2005-08-12 17:09:25 UTC
The new totem playlist pictured here:  http://www.gnome.org/~davyd/gnome-2-
12/images/totem-sidebar.png could use a search function filter, like 
Kaffeine's.  That means I could just dump a directory in their and have it 
function like a media library--in fact, the ONLY media library for Gnome.  
KDe has kaffeine, so Gnome needs somehting to play and archive videos and 
mp3s :)

Other information:
THis would only be useful if the new totem playlist was saved when you 
close and reopen Totem.  I can't remember if it does.
Comment 1 Karel Demeyer 2005-08-13 18:04:07 UTC
I think it's better for the ui to be clean and have type-ahead search back.  We
had it with the playlist before when it was out the window right ? Today I tried
to type-ahead on my upgraded totem and I made my window fullscreen, toggled some
other option and stopped and replayed playback :s   I think those keys should
not be interpreted when the playlist widget has focus.
Comment 2 milky_cow_101 2005-08-14 02:10:36 UTC
The problem with type ahead find is that it isn't a boolean search, so only the 
beginning of a title is found.  I wouldn't have a problem wiht type-ahead find 
if it was tho.
Comment 3 Michaël Arnauts 2005-08-18 11:20:46 UTC
I think that at least the gtk-search-as-you-type thing should work, but the keys
shouldn't go to the totem-window when the playlist is selected then.
Comment 4 Bastien Nocera 2006-10-27 16:09:20 UTC
Created attachment 75518 [details] [review]
totem-try-better-typeahead.patch

This is a patch to try and pass all the key presses to the playlist if it's focused, the problem being that clicking on the treeview doesn't give it keyboard focus, which means it acts real weird.
Comment 5 Bastien Nocera 2007-01-05 12:56:41 UTC
*** Bug 323257 has been marked as a duplicate of this bug. ***
Comment 6 Bastien Nocera 2009-12-15 19:34:07 UTC
Created attachment 149792 [details] [review]
Make 'Escape' pass the focus away from the playlist

To the video widget. We need some hacking to avoid pinching
key release events when pressing escape to dismiss a menu,
or the type-ahead popup.
Comment 7 Bastien Nocera 2009-12-15 19:34:29 UTC
Attachment 149792 [details] pushed as 63e3be6 - Make 'Escape' pass the focus away from the playlist