Comment 12 for bug 1207927

Revision history for this message
Stephen Brandt (ztefn) wrote :

Thanks for your feedback!

Just came to mind that I totally forgot to mention that the filter searches by name, ID and IP address. Although that might have been obvious...

Support for NumPad keys 0-9 to trigger the filtering has been added:
http://bazaar.launchpad.net/~ztefn/haguichi/trunk/revision/409

The searchbar is know cleared and hidden when hitting ESC:
http://bazaar.launchpad.net/~ztefn/haguichi/trunk/revision/410

Which treeitem is selected when searching still gets controlled by the treeview. Apparently the first item which name starts with the entered text. If nothing matches that rule nothing is selected. I'll try to see if this behavior can be overridden somehow.

Then, the actual focus is on the entry field. This means that currently you cannot activate the default action for the selected network or member by pressing the enter key. I think that would actually be nice though. I will try to redirect enter key presses in the entry to the treeview.

PS: I did already use the large network list you sent me earlier for an other bug report to test the filtering... why else do you think I added the --list switch to Haguichi =D