GNOME Bugzilla – Bug 340962
gnome-terminal should use gtk2.9 Notebook DND support
Last modified: 2006-09-09 16:26:34 UTC
gnome-terminal should re-use new gtk2.9 Notebook DND support instead of rolling its own. This gives us more code re-use, and... animations, yay! I intend to work on this, but I don't know when I get the time to, so if anyone else is wanting to work on this, just let me/us know as a comment.
That would be rad!
Created attachment 65020 [details] [review] Initial patch that tries to sync the tab reordering to chpe's gtk2.9 based new code in epiphany First cut at implementing this. Basically re-syncs the tab reordering code with changes in epiphany towards gtk2.9 notebook DND. Looses detaching support, which I'll need to still add. Has weird window growing when switching to first tab that I haven't looked at yet at all. Putting current changes up for interested parties, as I'm done for today with this.
The bug with resizing when switching tabs has been there for a few weeks now. It's not your fault :).
After some thinking I'm not sure we are ready for converting to the new notebook DND API as of yet, as detaching will see a regression - can only detach by dragging onto the desktop, not anywhere else above other app windows. Or should we still convert over at this point? A pointer to the relevant DND bug (default actions?) would be welcomed as well.
Unhistorically dup'ing *** This bug has been marked as a duplicate of 353775 ***