[KimDaBa] new (and perhaps final) snapshot

Jesper K. Pedersen blackie at blackie.dk
Sun Sep 26 21:32:38 BST 2004


Well the problem with your approach is that the listbox is used for "and" when 
the dialog is used when annotating.
Thus I'm afraid your suggestion would be confusing for users.

Anyway, this is something I don't want to change before 2.0. 
I really have only a few hours to put into KimDaBa before 2.0 release.

Cheers
Jesper
 
On Sunday 26 September 2004 21:53, Jean-Michel FAYARD wrote:
| 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 {

-- 
Jesper K. Pedersen          |  Klarälvdalens Datakonsult
Senior Software Engineer    |  www.klaralvdalens-datakonsult.se
Peder Skrams Gade 27 3. tv. |
6700 Esbjerg                |  Platform-independent
Denmark                     |  software solutions



More information about the Kphotoalbum mailing list