comparison gtk/gaimstock.c @ 14409:a6034bc8c84e

[gaim-migrate @ 17117] I really like this. Some changes to the Buddy List: - Everything is one column now. So things like the group name ellipsizing for buddy icons that aren't there won't happen anymore. - Expander Icon set to an invisible column: the correct way to get rid of the unsightly large blist expander margins - Group nodes have a background color to more easily tell them apart, now that the margins are gone. This could be extended to buddies. I'm thinking of making a notify mode that colors buddies in the list when you have a message from them. I'm doing this on expanded contacts, but I don't think I like it. - Expanders are now temporarily pixbufs; this will change to something better later committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 01 Sep 2006 20:13:47 +0000
parents f1270dc1d9d2
children 3ff55ec8203a
comparison
equal deleted inserted replaced
14408:a57d7f0cfc0c 14409:a6034bc8c84e
127 { GAIM_STOCK_STATUS_TYPING3, "gaim", "status-typing3.png" }, 127 { GAIM_STOCK_STATUS_TYPING3, "gaim", "status-typing3.png" },
128 { GAIM_STOCK_STATUS_CONNECT0, "gaim", "status-connect0.png" }, 128 { GAIM_STOCK_STATUS_CONNECT0, "gaim", "status-connect0.png" },
129 { GAIM_STOCK_STATUS_CONNECT1, "gaim", "status-connect1.png" }, 129 { GAIM_STOCK_STATUS_CONNECT1, "gaim", "status-connect1.png" },
130 { GAIM_STOCK_STATUS_CONNECT2, "gaim", "status-connect2.png" }, 130 { GAIM_STOCK_STATUS_CONNECT2, "gaim", "status-connect2.png" },
131 { GAIM_STOCK_STATUS_CONNECT3, "gaim", "status-connect3.png" }, 131 { GAIM_STOCK_STATUS_CONNECT3, "gaim", "status-connect3.png" },
132 { GAIM_STOCK_UPLOAD, NULL, GTK_STOCK_GO_UP } 132 { GAIM_STOCK_UPLOAD, NULL, GTK_STOCK_GO_UP },
133 { GAIM_STOCK_EXPANDER_EXPANDED,"gaim", "expander-expanded.png" },
134 { GAIM_STOCK_EXPANDER_COLLAPSED,"gaim", "expander-collapsed.png" },
133 }; 135 };
134 136
135 static const GtkStockItem stock_items[] = 137 static const GtkStockItem stock_items[] =
136 { 138 {
137 { GAIM_STOCK_ALIAS, N_("_Alias"), 0, 0, NULL }, 139 { GAIM_STOCK_ALIAS, N_("_Alias"), 0, 0, NULL },