[Digikam-devel] [Bug 147426] Search for non-voted pics
Arnd Baecker
arnd.baecker at web.de
Tue Oct 30 18:23:27 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=147426
------- Additional Comments From arnd.baecker web de 2007-10-30 19:23 -------
For the port to KDE4:
The logic to be considered for 0.10 are the cases:
a) For val = 0:
i) >= 0 corresponds to search for >=-1
I.e, choose: val = -1, op = GTE
ii) == 0 corresponds to search for ==0 or == -1
I.e, choose: val = 0, op = LTE
iii) <= 0 corresponds to search for ==0 or == -1
i.E. choose val = 0, op = LTE
b) For val >0:
< val
<= val
!= val
So case b) does not need any special treatment anymore
as -1 < 0 ;-).
More information about the Digikam-devel
mailing list