After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301201 - more search types in procedure browser
more search types in procedure browser
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-19 16:03 UTC by Alan Horkan
Modified: 2005-10-19 20:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alan Horkan 2005-04-19 16:03:32 UTC
as mentioned in bug 156340 it would be useful to have more search types in both
the Plugin Details and PDB Browser.  

Essentially I'd like to be able to search by Name, Summary (aka blurb, see bug
301197) or Description.  

Ideally though I'd like to be able to search against any/all of the available
fields but providing that much extra functionality would require some
reorganisation of the user interface (maybe a search toolbar at the top of the
window with a dropdown for the search type, a text entry for the search terms, 
and Search button?).
Comment 1 Sven Neumann 2005-04-19 17:50:07 UTC
You can already search by Name and Description. Can you outline what else you
would possibly want to search for?
Comment 2 Michael Schumacher 2005-04-20 08:45:11 UTC
IMO it is part of the problem that Alan mixes two different browsers in this
report, which have different search abilities.

Alan, please add short lists (and I mean short, verbose != comprehensible :) of
the search capabilities you want to have.
Comment 3 Sven Neumann 2005-05-18 10:48:10 UTC
Setting to NEEDINFO until Alan has provided the information he's been asked for.
Comment 4 Alan Horkan 2005-05-18 13:15:48 UTC
I'd like to be able to search be more types than you can currently search by.  
You can currently search by Name and (short) Description.  
It would be useful to be able to search by Help (long description) and all the
other fields (like author for example).   
Comment 5 Michael Natterer 2005-05-18 14:01:03 UTC
This is trivial to add after the latest changes to the browsers.
Comment 6 Michael Natterer 2005-05-18 22:21:34 UTC
Fixed for the procedure browser:

2005-05-19  Michael Natterer  <mitch@gimp.org>

	* plug-ins/dbbrowser/Makefile.am
	* plug-ins/dbbrowser/gimpprocbox.[ch]: removed.

	* plug-ins/dbbrowser/gimpbrowser.[ch]: new widget derived from
	GtkHPaned. Contains lots of common code from the procedure and
	plug-in browsers.

	* plug-ins/dbbrowser/gimpprocbrowser.c
	* plug-ins/dbbrowser/plugin-browser.c: use a GimpBrowser, lots of
	cleanups.

	* plug-ins/dbbrowser/gimpprocbrowser.c: support all possible search
	types. Addresses bug #301201.
Comment 7 Sven Neumann 2005-10-19 20:15:18 UTC
If we really wanted to add more search types to the plug-in browser, we would
first have to add a PDB API to query for plug-ins by anything else but the name.
I don't think this is worth the effort. The plug-in browser should better be
rewritten to become a menu browser and probably needs to be implemented in the
core then. Let's close this report as FIXED.