GNOME Bugzilla – Bug 723157
Merge GtkFileChooserWidget and GtkFileChooserDefault
Last modified: 2014-02-04 20:14:51 UTC
It seems that alternate implementations of GtkFileChooserWidget never materialized. The split between GtkFileChooserWidget and GtkFileChooserDefault is awkward. The immediate problem is that it makes it difficult to document the keybinding signals. So it makes sense to drop the abstraction and just have one thing.
Created attachment 267390 [details] [review] Merge GtkFileChooserWidget and GtkFileChooserDefault It seems that alternate implementations of GtkFileChooserWidget never materialized. The split between GtkFileChooserWidget and GtkFileChooserDefault is awkward. The immediate problem is that it makes it difficult to document the keybinding signals. So it makes sense to drop the abstraction and just have one thing.
Created attachment 267391 [details] [review] docs: add docs for GtkFileChooserWidget signals
Review of attachment 267390 [details] [review]: looks ok and works fine in my testing. gedit's embedded filechooser works as before, and make check passes too.
Review of attachment 267391 [details] [review]: makes sense to bring the keybinding docs here in line with what we do e.g. in GtkTextView
Attachment 267390 [details] pushed as d87ea47 - Merge GtkFileChooserWidget and GtkFileChooserDefault Attachment 267391 [details] pushed as b4d4e08 - docs: add docs for GtkFileChooserWidget signals
Thanks for doing this! It's the kind of navel lint that just needed removing.