Version: 0.11.93 (0.12 beta) (using KDE KDE 3.5.2) Installed from: Gentoo Packages Emoticons selector doesn't show emoticons correctly when some emoticons are too large, instead it reduces emoticon canavas to 32x32 pixel, but without resizing the emoticon itself, which results in a cropped view. Also, when there're too much emoticons the emoticons selector has not a scrollbar to let user choice hidden emoticons.
Created attachment 16188 [details] Adding scrollbars, and showing emoticons with correct size I've worked to view the emoticon selector as a K(or Q)ScrollView, and removed the code cropping emoticons. An alternate version of this patch could use QScrollView instead of KScrollView, since this one uses smooth scroll and maybe too slow for old hardware.
*** Bug 118065 has been marked as a duplicate of this bug. ***
I'm not sure about the patch though
*** Bug 123693 has been marked as a duplicate of this bug. ***
Created attachment 20808 [details] Screenshot of the new dialog
I have commited a new emoticon dialog which solves two problems: - the dialog being too big for themes with a large number of icons - the CPU usage when viewing themes with a large number of animated icons The icons in the list are static, and they are downsized. If you move your mouse over (or select the item using the keyboard), it is shown in the side widget unscaled and animated.