<div class="gmail_quote">On Wed, Nov 24, 2010 at 18:07, 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'd just like to add, that I also have just the moving slider, not the<br>
> progressbar (Qt4.7 KDE 4.5.3).<br>
<br>
</div>Very interesting.<br>
This DProgressDlg is implemented in utilities/batch/batchfacedetector.cpp.<br>
In startAlbumListing(), the expected total is computed, and set to the<br>
progress bar in line 186.<br>
For each finished scanned image,slotShowOneDetected is called and the progress<br>
is advanced by 1 in line 257. This also sets the small thumbnail in the<br>
progress dialog. If images are skipped, it's slotImagesSkipped, 246.<br>
<br>
I assume that setting the total must fail, but I dont know why.<br></blockquote><div><br></div><div>Yes, the total is 0 in my case. I'll try to find out why later..</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<br>
<br>
What about the other problems:<br>
- with a _confirmed_ name, clicking on the label in the preview view does<br>
nothing<br></blockquote><div><br></div><div>Yes, it does nothing. However, if there are some uncofirmed tags and if I create a new tag for a new person and click 'Confirm', the tag is created ok, assigned ok, but it is displayed like the name would be empty (or just spaces). After switching image and then switching back, the name is properly in its place.</div>

<div><br></div><div>There is one other issue with this - if there are two persons on one image and both are confirmed, then in the people-tag-icon-view, each person's face has two tags under the face, one it's own and the other is from the other person. I think this shouldn't happen, because it implies that there are two tags assigned to one face and so it seems like it's wrong.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
- in the preview view, typing in the tags line edit and then selecting a tag<br>
with the mouse selects the first tag in the list, instead of the one under the<br>
cursor<br></blockquote><div><br></div><div>For me, clicking anything in the list does nothing but closes the list. No tag is selected, no name is filled in. The list just closes silently. </div><div><br></div><div>Marty</div>

</div>