Pidgin should use GTK+ tab re-ordering
Bug #58998 reported by
dorphichinfa
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gaim |
Won't Fix
|
Undecided
|
Unassigned | ||
Pidgin |
Confirmed
|
Unknown
|
|||
gaim (Ubuntu) |
Invalid
|
Wishlist
|
Unassigned | ||
pidgin (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: gaim 2.0.0beta3
Gaim's tab interface isn't the same as the rest of GNOME's native applications, such as Gedit, Epiphany and GNOME Terminal. This is very annoying in terms of consistency and theming.
In particular,
1. Gaim's tabs are not the same height. (2px off, seems to be unique to Ubuntu's theme, could be related to problem #2)
2. The close button is not the same (Gaim tries to use a normal button instead which doesn't fit)
3. Dragging tabs works like Firefox (with the little arrows showing where the tab will be moved) rather than like in GNOME apps (tab moves with the cursor.
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in gaim: | |
status: | Unconfirmed → Confirmed |
Changed in gaim: | |
importance: | Untriaged → Wishlist |
Changed in pidgin: | |
status: | Unknown → New |
Changed in pidgin: | |
status: | New → Confirmed |
Changed in pidgin (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | Confirmed → Triaged |
To post a comment you must log in.
To me Gaim's tabs look exactly the same as Gedit's tabs. I'm using Gaim 2.0.0 SVN. I have a feeling that's newer than what you're using.
* Hmm, I can't imagine why they wouldn't be the same height. Unless we used to use a different close button that was causing the tabs to be taller than normal. Or maybe your tabs are shorter than they would be by default and our protocol icons are causing them to be taller in Gaim?
* The bug where the close button gets cut off should be fixed. I'm not sure when we fixed it, but it was some time between 1.5.0 and 2.0.0 SVN.
* We ARE using Gtk Notebook, but tab dragging was added only very recently (GTK+ 2.10.0, July 3 2006). Are you using GTK+ 10.0 or newer? We'll have to leave in our current tab dragging code, since we support all the way back to GTK+ 2.0, but eventually we'll add support for the new tab dragging and #ifdef it so that it's only enabled for people using GTK+ 2.10.0 or higher. But that's a pretty low priority. Patches welcome!