comparison ChangeLog @ 29723:0625cebc84d7

Use cute little "¡ß" on the close buttons in conversation tabs. The stock icons make the tabs too large, and they look huuge, compared to the status icon and the text on the tab, even with all the style-editing to remove borders etc. We still use 'buttons', instead of event-boxes, so we don't have to capture mouse-events and do mouseover/mouseout effects ourselves. This change simply removes the use of the stock icon and uses a "¡ß" label in the button. This looks and feels betterer. Refs #8727.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 13 Apr 2010 16:27:01 +0000
parents 62d51ab581a5
children 0c764778c765
comparison
equal deleted inserted replaced
29718:62d51ab581a5 29723:0625cebc84d7
34 * The Recent Log Activity sort method for the Buddy List now 34 * The Recent Log Activity sort method for the Buddy List now
35 distinguishes between no activity and a small amount of activity 35 distinguishes between no activity and a small amount of activity
36 in the distant past. (Greg McNew) 36 in the distant past. (Greg McNew)
37 * Added a menu set mood globally for all mood-supporting accounts 37 * Added a menu set mood globally for all mood-supporting accounts
38 (currently XMPP and ICQ). 38 (currently XMPP and ICQ).
39 * Use standard (but small) GTK+ buttons instead of custom "X" symbol.
40 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in 39 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in
41 conversation windows. This can be changed in .gtkrc-2.0. For example, 40 conversation windows. This can be changed in .gtkrc-2.0. For example,
42 Ctrl+v can be bound to 'Paste as Plain Text' by default. 41 Ctrl+v can be bound to 'Paste as Plain Text' by default.
43 * Plugins can now handle markup in buddy names by attaching to the signal 42 * Plugins can now handle markup in buddy names by attaching to the signal
44 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli) 43 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli)