Summary: | better fade to grey effect before logout | ||
---|---|---|---|
Product: | [Unmaintained] ksmserver | Reporter: | Christoph Wiesen <cwiesen> |
Component: | general | Assignee: | Lubos Lunak <l.lunak> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Wiesen
2005-09-13 18:39:28 UTC
The decision on whether to include this is up to the artists (note:the first version doesn't apply, only the one from the second link). Technically: The patch manipulates QImage directly instead of using functions like qRed(), so it's very likely it has endianess problems. Moreover it does many quite large QPixmap<->QImage conversions so it's very likely slow and blocking for remote X sessions. Its not a fade its a wipe, a very slow, ugly wipe at that. does qt4 have a mechanism to let this be implemented in a more standard way? I think a nice blur and de-saturate would be nice. ~Ian On 14 Aug 2006 04:17:11 -0000, Will Entriken <kde.org@phor.net> wrote: [bugs.kde.org quoted mail] <div>I think a nice blur and de-saturate would be nice.</div> <div>~Ian<br><br> </div> <div><span class="gmail_quote">On 14 Aug 2006 04:17:11 -0000, <b class="gmail_sendername">Will Entriken</b> <<a href="mailto:kde.org@phor.net">kde.org@phor.net</a>> wrote:</span> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee. <br><br><a href="http://bugs.kde.org/show_bug.cgi?id=112547">http://bugs.kde.org/show_bug.cgi?id=112547</a><br><br><br><br><br>------- Additional Comments From <a href="http://kde.org">kde.org</a> phor net 2006-08-14 06:17 ------- <br>does qt4 have a mechanism to let this be implemented in a more standard way?<br>______________________________________________________________________________<br><a href="mailto:kde-artists@kde.org">kde-artists@kde.org </a> | <a href="https://mail.kde.org/mailman/listinfo/kde-artists">https://mail.kde.org/mailman/listinfo/kde-artists</a><br></blockquote></div><br><br clear="all"><br>-- <br>~Ian Reassigning back to ksmserver to do something about this. - KDE3 is now completely feature frozen, therefore the patch cannot go in. - For KDE4, such complicated screen-scale effects should be done in the compositing manager (there already is a basic logout effect doing saturation/brightness fade, you'll be able to write another logout effect). Especially, as already mentioned, this patch has some performance issues. Therefore closing, sorry. |