<div class="gmail_quote">On Thu, Nov 4, 2010 at 19:28, Marcel Wiesweg <span dir="ltr"><<a href="mailto:marcel.wiesweg@gmx.de">marcel.wiesweg@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
> I've been playing a little with how to properly indicate, that some images<br>
> have other versions. I've come up with two cases - the first case is when<br>
> you have only the last/current version visible and the rest is hidden and<br>
> the second case is when you have all the images visible regardless of<br>
> relation (there is an option for this hiding/showing)<br>
><br>
> In the first case, I made a "stack" (or a pile if you will, see screenshot<br>
> 1) of images,<br>
<br>
</div>- there is no (0px) spacing left in the upper and left edges of the pile. One<br>
pile element less?<br></blockquote><div><br></div><div>Yes, I was thinking to either increase the spacing (not a good approach really) or to do only two elements. Probably will go with two.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


- the main element border is lighter than the pile borders<br></blockquote><div><br></div><div>I can't seem to find the color with which the main rectangle is painted, so I used Qt::gray for the while. But they will definitely match at the end.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
> you can switch the images in the sidebar, that will set the<br>
> "current" flag to that switched image (please note that the other versions<br>
> are not hidden in this, this is still work-in-progress).<br>
<br>
</div>When we implement this, as discussed, in the ImageFilterModel, we will be<br>
able, through some whitelisting, to "fan out" a pile dynamically<br></blockquote><div><br></div><div>That's exactly what I was thinking :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<div class="im"><br>
><br>
> In the second case, all images that belong into one relation are outlined<br>
> in the icon view. See screenshot 2.<br>
<br>
</div>Is this drawn only when one item of the group is selected? The colors are<br>
suggestive of that. In any case, colors must be taken from the theme.<br></blockquote><div><br></div><div>Yes, when you select any one image inside one relation cloud, all of them gets outlined. The color is again just for testing purposes, but I wouldn't use theme's color for selection, because then you won't easily recognize, which image you have selected. So we should make it either lighter/darker/more contrast/perhaps inverse?</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Is it possible to draw the "edges" (left side first picture, right side last<br>
picture of group) differently? Perhaps some rounded rects and or gradients.<br>
I'm not a designer, I can only say if I like something when I see it, I dont<br>
know how to code what I like in advance ;-)<br></blockquote><div><br></div><div>I'd like to do something like that, to paint one polygon-thing around all of the outlined images, but that would need some heavy "if-ing", also I'm not sure if you can tell from one item that is being painted if the next item is also in the group. But I will investigate this and we'll see.</div>

<div><br></div><div>Thanks for the input!</div><div><br></div><div>Marty</div></div>