GNOME Bugzilla – Bug 319312
(win32) Please use native open and save dialogs
Last modified: 2009-05-15 05:40:35 UTC
Windows XP, 1.6.0-rc1 The GTK+ open dialog looks out of place in Windows. Please use native open and save dialogs. Pretty please.
Also, the GTK interface doesn't allow UNC paths, so although we would like to trial using Gnumeric at our company, this is a major problem. This is also a problem for the GIMP, but that at least has an plugin that allows use of the std Win Open /Save dialog boxes too.
We are quite short on Win32 resources such as programmer time, so I this is unfortunately not high on our list. However, the task is probably not very hard. The relevant code is in src/gui-file.c
Not a bad idea, but not something that should be done at the gnumeric level. I'd rather see this handled centrally in gtk with the file chooser code. There has likely been some discussion on this already. I'll bump over there for a response.
http://people.redhat.com/otaylor/fosdem2003/file-selector.html argues against such a facility in GTK+. Apps are free of course, to use native API's on their own. (The UNC path problem seems unrelated.)
UNC paths have worked for some time in the file chooser, and seem to still work in trunk. Otherwise I think this bug could be closed as WONTFIX. We have had enough trouble ironing out the problems with the Microsoft print dialog integration. It's not likely we want to make the file chooser use the Microsoft file dialog. If somebody submits a clean and fully tested patch, this can be reconsidered.