Review Request 110107: Remove the random icons from working sets

David Nolden david.nolden.kde at art-master.de
Sun Apr 21 20:44:49 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110107/#review31393
-----------------------------------------------------------


I see another slight problem when I see the huge array of working-set icons: Together they form a strange combined pattern in my brain, similar to rails.

I would propose to randomly rotate each rectangle slighty (but deterministically), like the folder-previews in the dolphin browser. A large random angle would even make them much more distiguishable, but it also shouldn't look too chaotic, so it would have to be balanced.

- David Nolden


On April 21, 2013, 6:26 p.m., Sven Brauch wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/110107/
> -----------------------------------------------------------
> 
> (Updated April 21, 2013, 6:26 p.m.)
> 
> 
> Review request for KDevelop.
> 
> 
> Description
> -------
> 
> Currently each working set gets a random icon from some application, which looks very weird. For example, it used the alarm function icon, and did lots of things like desaturate it, which in the end made everything look very confusing and messy in my opinion.
> This patch instead replaces the icons by colored dots, inspired by konversation's default nicklist icons. They are easy to differentiate, look clean, and are not associated with totally different things by the user.
> 
> Additionally, the new icons are generated at run-time, and are completely calculated from the working set's ID. Thus, lots of messy code which iterates through possible icons, checks if they're already being used, saves them to a config file, loads them from a config file etc. was removed. Of course this comes at the price of painting the new icons, but the code doing that is contained in one single, obvious function and not splattered around everywhere. Also, the icons are no longer involved in deciding which working sets should be loaded on startup (sic).
> 
> It could be discussed if the icon could still be improved optically, especially I don't like the blue vs. darkgrey contrast too much -- suggestions are welcome!
> 
> 
> Diffs
> -----
> 
>   shell/workingsets/workingsettoolbutton.cpp c890049 
>   shell/workingsets/workingset.cpp cac0d54 
>   shell/workingsets/workingset.h ae2aa94 
>   shell/workingsetcontroller.cpp 3b4f90c 
>   shell/workingsetcontroller.h 9697a99 
> 
> Diff: http://git.reviewboard.kde.org/r/110107/diff/
> 
> 
> Testing
> -------
> 
> Manually tested creating and removing working sets in various conditions, and also tested closing and re-opening kdevelop with various working set setups. Seems okay.
> 
> 
> File Attachments
> ----------------
> 
> old workingset icons
>   http://git.reviewboard.kde.org/media/uploaded/files/2013/04/20/workingsets.png
> new workingset icons
>   http://git.reviewboard.kde.org/media/uploaded/files/2013/04/20/workingsets_new.png
> 
>   http://git.reviewboard.kde.org/media/uploaded/files/2013/04/21/workingsets_dark.png
> 
>   http://git.reviewboard.kde.org/media/uploaded/files/2013/04/21/workingseticons1.png
> 
> 
> Thanks,
> 
> Sven Brauch
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130421/a24a05c6/attachment-0001.html>


More information about the KDevelop-devel mailing list