<br><br><div><span class="gmail_quote">2008/1/4, Arnd Baecker <<a href="mailto:arnd.baecker@web.de">arnd.baecker@web.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Piotr,<br><br>On Fri, 4 Jan 2008, Piotr Tarnowski wrote:<br><br>> Gilles,<br>><br>>   to effectively use quick search text box I need negation so, that I can<br>> filter-out all files with RAW in name. The simplest solution would be to
<br>> check if first character is ! and if so search for remaining and negate<br>> (for example:<br>><br>> [!RAW    ]<br>><br>> ). I'm going to patch this way. Do you like the idea or prefer different
<br>> one?</blockquote><div><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I really like this idea a lot!</blockquote><div>
<br>Definitivly, no<br> <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Some possible extensions:<br>- logical AND between space separated text:
<br>  Either implicit:<br>    location1  location2<br>  or explicitly:<br>    location1 & location2<br>- the same with OR<br>    location1  location2<br>  or explicitly:<br>    location1 | location2<br>This would mean a change to the current behaviour,
<br>where location1 location2 would filter for "location1 location2"<br>(i.e. typically no hits).<br><br>(Not sure if we really would like to allow for combining<br>logical expressions here ;-)</blockquote><div>
<br>no, no ,no...<br><br>I hate to use regular expression everywhere. It's complex and not user friendly, especially into a gui.<br><br>Take a look into photo-management application under windows and forget linux command line here. We programming a guin, and we need a simple way to change behaviour of text filter, using by beginners not experts !
<br><br>My prefered solution is to implement a pop-up menu over the line edit widget (like rating filter option available on status bar)<br><br>Best <br><br>Gilles Caulier<br><br><br><br><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maybe the best is if you add a feature wish to the bug-tracker<br>and add your patch there.<br>This allows to refine things (if necessary) and<br>also ensure that this is also ported to the KDE4 branch properly.<br><br>Thanks a lot in advance,
<br><br>Arnd<br>_______________________________________________<br>Digikam-users mailing list<br><a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-users">
https://mail.kde.org/mailman/listinfo/digikam-users</a><br></blockquote></div><br>