Summary: | [PATCH] Bad emoticons selector behavior with too big (and/or too much) emoticons | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Marco Gulino <marco.gulino> |
Component: | Chat Window | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoobox, protomank |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Adding scrollbars, and showing emoticons with correct size
Screenshot of the new dialog |
Description
Marco Gulino
2006-05-20 21:00:22 UTC
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. |