LOGIN / SIGN UP

#20 Search dialog for finding clients

Reported by: pekdon Assigned to: pekdon
Phase: release-0.1.6 Component:
Type: task Status: closed
Priority: 4: Low
Watchers:

Description

It would be nice to have a search functionality much like the one in CWM (http://monkey.org/~marius/pages/?page=cwm). Idea is that the current inputdialog should be used together with a menu showing the first X results from a search.

2008-12-08

22:17:19 changed from open to closed
22:17:12

This is now available in in git head, still some bugs to iron out but will be fixed in the pre-0.1.9 testing.

2008-07-07

23:23:01 changed from new to open
23:22:54

A SearchDialog class has been added after splitting input handling out from CmdDialog into InputDialog. PMenu needs to be reworked to support the following:

  * Fixed width size, buildMenu should not change the width.
  * Blocking of actions such as moving, maybe with the help of overriding handleXYZ?