Summary: | Make the logout dialog autofit for long usernames | ||
---|---|---|---|
Product: | [Unmaintained] ksmserver | Reporter: | Elias Probst <mail> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | l.lunak |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Elias Probst
2008-02-05 02:22:19 UTC
Please do not create a new layout. The idea behind this change is, that this dialog is fully themeable. If you put the parts in a different layouts, this possibility will go away. And this workaround with the prerendered SVG is just here because the SVG renderer in Qt 4.3 is not able to render this graphic correctely. Hopefully this will change soon. I would rather prefer to squeeze the text if it is too long than creating a new layout. Comments? As discussed on IRC, not that much will be changed here due to (hopefully) upcoming improvements of Qt's SVG renderer. The only thing which will be done now: Squeezing long usernames like: "John who is named after his father John" → "John who is na..." Maybe the end of the string could be faded out subtile like it's done in some other KDE apps too. Regards, Elias P. SVN commit 781298 by uwolfer: * When opening logout dialog from kickoff, an action is already pre-selected. If the user does not do anything, the action will be executed automatically after 60 seconds. i18n stuff reviewed by Chusslove. * Fix issue with recent Qt 4.4 snapshot: use QPalette for text color instead of HTML * Fix issue with very long user names: cut them off if they would require more than two lines #157182 * Fix some krazy issues BUG:157182 M +4 -7 server.cpp M +59 -7 shutdowndlg.cpp M +6 -0 shutdowndlg.h WebSVN link: http://websvn.kde.org/?view=rev&revision=781298 |