GNOME Bugzilla – Bug 744094
GtkSidebar is oddly named
Last modified: 2015-02-13 19:53:27 UTC
GtkSidebar switches between pages of a stack, but its name doesn't reflect that. I'd expect a "GtkSidebar" to be a generic side bar widget and I can think of a lot of use-cases where we'd want a sidebar but not create all it's pages in a stack up-front, but rather lazily when switching pages. I'm afraid we're blowing a good name here. Maybe rename it to GtkStackSidebar. That would fit nicely with GtkStackSwitcher as well.
GtkStackSidebar would be ok with me, but I'm afraid this is going to cause some pain, close to .90. Can we make a list of affected modules ?
Created attachment 296702 [details] [review] Rename GtkSidebar to GtkStackSidebar
Created attachment 296705 [details] [review] prefs: GtkSidebar was renamed to GtkStackSidebar Fix for builder's preferences dialog.
Review of attachment 296702 [details] [review]: ok. Should probably rename gtksidebar.[hc] to gtkstacksidebar.[hc] too
Glade needs a patch too. Also, if you push this, please send a mail to let people know - maybe d-d-l ?
Created attachment 296722 [details] [review] Rename GtkSidebar to GtkSidebarWidget Patch for glade.
Attachment 296702 [details] pushed as f3110e4 - Rename GtkSidebar to GtkStackSidebar
Review of attachment 296705 [details] [review]: Looks like this is committed.