GNOME Bugzilla – Bug 318350
add filters to the open dialog
Last modified: 2005-10-23 00:30:36 UTC
Please add the ability to filter out files from the file chooser open dialog. By default it should only show files that totem supports (i.e., text files shouldn't show up as they do now). Thanks for such an awesome player.
That should help avoid having to implement things twice. 2005-10-22 Bastien Nocera <hadess@hadess.net> * src/totem-playlist.c: (totem_playlist_add_files): * src/totem-uri.c: (totem_uri_escape_for_display), (totem_add_files): * src/totem-uri.h: * src/totem.c: (totem_action_open_dialog): Move the file chooser to totem-uri.[ch] to allow for more code sharing
2005-10-22 Bastien Nocera <hadess@hadess.net> * data/mime-type-list.txt: add video/x-m4v * src/totem-uri.c: (totem_setup_file_filters), (totem_destroy_file_filters), (totem_add_files): * src/totem-uri.h: * src/totem.c: (totem_action_exit), (main): Use filters in the "Open" file dialogs (Closes: #318350)
woot! thanks a lot.
*** Bug 170226 has been marked as a duplicate of this bug. ***