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 318350 - add filters to the open dialog
add filters to the open dialog
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
1.2.x
Other All
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 170226 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-10-09 19:05 UTC by Kevin Duffus
Modified: 2005-10-23 00:30 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Kevin Duffus 2005-10-09 19:05:57 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.
Comment 1 Bastien Nocera 2005-10-22 15:25:57 UTC
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
Comment 2 Bastien Nocera 2005-10-22 17:22:59 UTC
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)
Comment 3 Kevin Duffus 2005-10-22 19:54:01 UTC
woot! thanks a lot.
Comment 4 Bastien Nocera 2005-10-23 00:30:36 UTC
*** Bug 170226 has been marked as a duplicate of this bug. ***