[KimDaBa] new (and perhaps final) snapshot
Jean-Michel FAYARD
jmfayard at gmail.com
Sun Sep 26 20:53:28 BST 2004
On Sat, 25 Sep 2004 10:59:10 +0200, Jesper K. Pedersen
<blackie at blackie.dk> wrote:
> A new kimdaba snapshot are now available in
> http://ktown.kde.org/kimdaba/snapshots/
Jesper, in the TODO list, there is one thing we discussed before
======================================================================
Features still to be considered (aka not likely to go in next release)
======================================================================
- In search mode, radio buttons labeled "Or" and "And" should be available
to tell how the items in the listbox should be combined.
IMHO, 95% of the benefit of this option rely in the fact that "Or"
should be default.
I frequently want to see pictures of ten people (say, all my wiwes),
if "Or" is default, I can just clic clic clic scroll clic clic clic
clic scroll clic clic clic et voilĂ . Today it's a mess to do that
On the other hand, I can hardly imagine myself wanting to find a
picture for whith more than "peopleA AND PeopleB AND PeopleC" (I
imagine to get less than 100 pictures, that is one thumbnail view, for
this kind or research), so here, it's fine to use the keyboard
For this reason, I think this should be applied before 2.0 comes
Index: listselect.cpp
===================================================================
RCS file: /home/kde/kdeextragear-2/kimdaba/listselect.cpp,v
retrieving revision 1.46
diff -u -3 -p -u -r1.46 listselect.cpp
--- listselect.cpp 23 Aug 2004 15:52:27 -0000 1.46
+++ listselect.cpp 26 Sep 2004 19:49:30 -0000
@@ -351,10 +351,10 @@ void ListSelect::itemSelected( QListBoxI
res = start;
if ( !start.isEmpty() && !start.contains( regEnd ) )
- res += QString::fromLatin1("&");
+ res += QString::fromLatin1("|");
res += txt;
if ( !end.isEmpty() && !end.contains( regStart ) )
- res += QString::fromLatin1("&");
+ res += QString::fromLatin1("|");
res += end;
}
else {
More information about the Kphotoalbum
mailing list