[kopete-bugs] [Bug 207615] New: ICQ avatars are trimmed unnecessarly

matej.magdolen at gmail.com matej.magdolen at gmail.com
Wed Sep 16 21:03:06 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=207615

           Summary: ICQ avatars are trimmed unnecessarly
           Product: kopete
           Version: 0.70.90
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: ICQ and AIM Plugins
        AssignedTo: kopete-bugs at kde.org
        ReportedBy: matej.magdolen at gmail.com


Version:           0.70.90 (using 4.3.1 (KDE 4.3.1), Arch Linux)
Compiler:          gcc
OS:                Linux (i686) release 2.6.30-ARCH

Kopete resizes user identity avatars before using them for ICQ accounts,
because of their limited size in this network. However, avatars are resized to
size 52x64px which I feel very uncomfortable about. The most of IM users use
square avatars and also many Kopete chatwindow themes stretch avatars to
squares. ICQ network supports avatars sized up to 64x64px. I suggest solving
this by changing the line 763 of the file
kdenetwork-4.3.1/kopete/protocols/oscar/oscaraccount.cpp from
"const QSize size = ( d->engine->isIcq() ) ? QSize( 52, 64 ) : QSize( 48, 48
);" to "const QSize size = ( d->engine->isIcq() ) ? QSize( 64, 64 ) : QSize(
48, 48 );"

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list