Mercurial > pidgin
comparison ChangeLog @ 29648:3b24193663bc
Change pidgin_convert_buddy_icon() to be more accommodating when attempting
to scale a large buddy icon. I spent entirely too much time on this, but
I'm pretty happy with the result.
We now try to set increasingly lower quality levels when trying to save
as a jpeg until we have an image that is smaller than the max file size
limit specified by the prpl. If the image is still too large when quality
level is 70, we'll try scaling down the image dimensions to be 80% of the
size we just tried.
Fixes #11565
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 27 Mar 2010 21:29:18 +0000 |
parents | 551109fcd61d |
children | 89de871ecffc |
comparison
equal
deleted
inserted
replaced
29647:c35fd54ec64b | 29648:3b24193663bc |
---|---|
28 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in | 28 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in |
29 conversation windows. This can be changed in .gtkrc-2.0. For example, | 29 conversation windows. This can be changed in .gtkrc-2.0. For example, |
30 Ctrl+v can be bound to 'Paste as Plain Text' by default. | 30 Ctrl+v can be bound to 'Paste as Plain Text' by default. |
31 * Plugins can now handle markup in buddy names by attaching to the signal | 31 * Plugins can now handle markup in buddy names by attaching to the signal |
32 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli) | 32 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli) |
33 * Be more accommodating when scaling down large images for use as | |
34 buddy icons. | |
33 | 35 |
34 Bonjour: | 36 Bonjour: |
35 * Added support for IPv6. (Thanks to T_X for testing) | 37 * Added support for IPv6. (Thanks to T_X for testing) |
36 | 38 |
37 Gadu-Gadu: | 39 Gadu-Gadu: |