-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/2159/
-----------------------------------------------------------

Review request for Kopete.


Summary
-------

This patch allows the contact quicksearch to search: MetaContact name, email 
address and also MetaContact-> account contact names.
The patch works by expanding the search parameters when filterRegExp is not 
empty.
An additional feature of the patch is that it will remove group folders if 
there is no search result. This feature could be considered weak in that it 
walks the list of metacontacts for each group. If the search filterRegExp is 
found within the group's contacts, then the group folder is allowed to be 
shown. As you can imagine, for lots of contacts per folder, evaluating the 
regexp twice per metacontact could be slow (still seemed usable with 10000 
contacts)

I would add that this is a first time kopete code fix for me, and I probably 
implemented some of the casting etc. the hard way. Pointers are welcome!


Diffs
-----

  
/branches/KDE/4.3/kdenetwork/kopete/kopete/contactlist/contactlistproxymodel.h 
1046954 
  
/branches/KDE/4.3/kdenetwork/kopete/kopete/contactlist/contactlistproxymodel.cpp
 1046954 

Diff: http://reviewboard.kde.org/r/2159/diff


Testing
-------


Thanks,

Barry

_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to