apartmentEmulator / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Open file dialog does not list v64 and n64 files unless filter is set to "All files" #264

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When somebody tries to open files with the extension n64 or v64 the filter
says that they are supported but they will not be shown. If the user
switches to to "all files" mode they will be shown. GTK has a special
gtk_file_filter_add_pattern to add the actual pattern and
gtk_file_filter_set_name to give them a name which will presented to the
user. To show [vn]64 files the filter for z64 has to be altered and not
only the name of the filter.

Fix can be found at
http://git.debian.org/?p=collab-maint/mupen64plus.git;a=tree;f=debian/patches;hb
=master

Original issue reported on code.google.com by sven@narfation.org on 10 Sep 2009 at 10:48

Attachments:

GoogleCodeExporter commented 8 years ago
Duplicate of http://code.google.com/p/mupen64plus/issues/detail?id=223 (or the 
other
way around)

Original comment by sven@narfation.org on 21 Sep 2009 at 3:16

GoogleCodeExporter commented 8 years ago
The GUI code has been removed from the core Mupen64Plus modules.  New QT and/or 
GTK
GUIs should be developed (either from scratch or based on the older SVN code).

Original comment by richard...@gmail.com on 12 Jan 2010 at 6:18