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 633530 - Split GtkFileChooserWidget into smaller components
Split GtkFileChooserWidget into smaller components
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on: 320247 650363
Blocks:
 
 
Reported: 2010-10-30 07:37 UTC by cruiseoveride
Modified: 2018-01-17 00:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description cruiseoveride 2010-10-30 07:37:59 UTC
Just a suggestion here.

I think GtkFileChooserWidget is too clumsy as-is to be used for anything other than GtkFileChooserDialog.

Could GtkFileChooserWidget be split into a GtkPlaces, GtkPathBar and GtkFilesystemView widget? Or the very least, expose API to easily enable/disable these components.
Comment 1 Federico Mena Quintero 2010-11-03 15:37:43 UTC
Yes, I've been wanting to split GtkFileChooser into reusable widgets
for some time.  Unfortunately I haven't had time to do so.

If you want to try your hand at this, I'd happily advise you on the
steps to take.  Some of the code is rather tangled (especially the
Places sidebar, whose code is just interspersed with
GtkFileChooserDefault), but it shouldn't be too hard to split it apart
into a clean, standalone widget.
Comment 2 Matthias Clasen 2018-01-17 00:08:56 UTC
I think it is fair to say that this won't happen