Re: Common widget for choosing file formats

2007-05-28 Thread Mathias Hasselmann
Am Montag, den 28.05.2007, 06:27 -0400 schrieb Freddie Unpenstein: > A tabless notebook beneath the format selector can probably handle the > most common basic extra options in many cases, ... Well, but guess this should be handled by applications themself. The file chooser dialog as a "set_extra

Re: Common widget for choosing file formats

2007-05-28 Thread Freddie Unpenstein
format = egg_file_format_new (_("Scalable Vector Graphics (SVG)"), "svg", NULL); >>> That may be a bit short for container formats, which must handle >>> subformats (e.g. AVI with different audio/video codecs). >> Definitly didn't have this case in mind, and maybe its out of >> scope for

Re: Common widget for choosing file formats

2007-05-22 Thread Mathias Hasselmann
Am Dienstag, den 22.05.2007, 13:44 +0100 schrieb Bastien Nocera: > Could you please also show what the existing implementations look like > (both in terms of code and UI), as well as what your implementation > looks like? I've collected some screenshots and links and put them into the wiki: http:/

Re: Common widget for choosing file formats

2007-05-22 Thread Xavier Bestel
On Tue, 2007-05-22 at 16:34 +0200, Mathias Hasselmann wrote: > Am Dienstag, den 22.05.2007, 14:51 +0200 schrieb Xavier Bestel: > > On Tue, 2007-05-22 at 14:43 +0200, Mathias Hasselmann wrote: > > > Applications supporting multiple file formats needs a file-format > > > chooser in > > > their file s

Re: Common widget for choosing file formats

2007-05-22 Thread Mathias Hasselmann
Am Dienstag, den 22.05.2007, 14:51 +0200 schrieb Xavier Bestel: > On Tue, 2007-05-22 at 14:43 +0200, Mathias Hasselmann wrote: > > Applications supporting multiple file formats needs a file-format > > chooser in > > their file saving dialog. Several GNOME apps implement very similiar > > file-forma

Re: Common widget for choosing file formats

2007-05-22 Thread Xavier Bestel
On Tue, 2007-05-22 at 14:43 +0200, Mathias Hasselmann wrote: > Applications supporting multiple file formats needs a file-format > chooser in > their file saving dialog. Several GNOME apps implement very similiar > file-format choosers - so it makes sense to me, to add this widget to > GTK+. > > T

Re: Common widget for choosing file formats

2007-05-22 Thread Bastien Nocera
On Tue, 2007-05-22 at 14:43 +0200, Mathias Hasselmann wrote: > Quoting myself from Bug 440431[1]: > > Applications supporting multiple file formats needs a file-format > chooser in > their file saving dialog. Several GNOME apps implement very similiar > file-format choosers - so it makes sense to

Common widget for choosing file formats

2007-05-22 Thread Mathias Hasselmann
Quoting myself from Bug 440431[1]: Applications supporting multiple file formats needs a file-format chooser in their file saving dialog. Several GNOME apps implement very similiar file-format choosers - so it makes sense to me, to add this widget to GTK+. The widget would be used like this: