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 157726 - GtkFileChooserButton in SELECT_FOLDER mode should be an option menu
GtkFileChooserButton in SELECT_FOLDER mode should be an option menu
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-09 06:52 UTC by Jonathan Blandford
Modified: 2011-02-04 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Changes SELECT_FOLDER mode to use a GtkComboBox, adds action arg to constructors, and a "--backend" command-line option to testfilechooserbutton (48.00 KB, patch)
2004-12-05 09:00 UTC, James Cape
none Details | Review
THE patch (or rather, a revision of the last patch that doesn't totally suck). (61.28 KB, patch)
2004-12-14 18:08 UTC, James Cape
none Details | Review
Same as above, plus shortcut folder support in the widget, a "--right-to-left" cmd arg to testfilechooser button, and tests for adding/removing a shortcut folder (69.54 KB, patch)
2004-12-15 01:15 UTC, James Cape
none Details | Review

Description Jonathan Blandford 2004-11-09 06:52:15 UTC
Currently, GtkFileChooserButton in SELECT_FOLDER mode is a button that pops up a
file chooser.  It would be nicer if it was the option menu that the save dialog
uses, with a final 'Other Folder...' option in the menu.  That menu item should
bring up a dialog.
Comment 1 James Cape 2004-12-05 09:00:07 UTC
Created attachment 34502 [details] [review]
Changes SELECT_FOLDER mode to use a GtkComboBox, adds action arg to constructors, and a "--backend" command-line option to testfilechooserbutton
Comment 2 James Cape 2004-12-14 18:08:38 UTC
Created attachment 34833 [details] [review]
THE patch (or rather, a revision of the last patch that doesn't totally suck).
Comment 3 James Cape 2004-12-15 01:15:27 UTC
Created attachment 34841 [details] [review]
Same as above, plus shortcut folder support in the widget, a "--right-to-left" cmd arg to testfilechooser button, and tests for adding/removing a shortcut folder

One of these days my patches will be right the first time...