home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / plug-ins / dbbrowser / README < prev   
Encoding:
Text File  |  1997-11-24  |  3.1 KB  |  82 lines

  1. dbbrowser: a development tool for the GIMP
  2. version 0.08 - 26th sept 1997
  3.  
  4. Programming by Thomas Noel <thomas@minet.net> (mail to him only, please)
  5. Documentation and insane comments by Olivier Tharan <olive@minet.net>
  6. Wise Comments And Good Laughs (TM) by Olivier Fontenelle <fonto@minet.net>
  7.  
  8.  
  9.  
  10. INSTALL, BUGS, TODO, CHANGELOG : see below
  11.  
  12.  
  13. The actual and original README (c) Olivier Tharan (he's a friend of mine, yep)
  14.  
  15. Let me introduce myself... 
  16. --------------------------
  17. My name is dbbrowser, but I have been known in my youth as dblist, almost as
  18. of version 0.05! I am an extension for the Gimp and my purpose is to display a
  19. list of all the procedures that have registered themselves in the procedure
  20. database. The main thing I do is a gimp_query_procedure and a pair of
  21. gimp_query_database. 
  22.  
  23. What can this marvel do ? 
  24. -------------------------
  25. The dbbrowser window is divided into two parts. On the left, you have a
  26. scrolling list containing the names of all the procedures registered within
  27. Gimp. When you click on one of them, its name, description and author(s) are
  28. displayed on the right side, altogether with the types and parameters the
  29. procedure takes and what it returns. 
  30.  
  31. All this is rather brilliantly completed by two search buttons, one for a
  32. by-name search, the other one for a by-blurb search. Just enter any regexp you
  33. have in mind in the text widget beneath the list and click on the appropriate
  34. button; the results of the search are automagically displayed in the scrolling
  35. list. 
  36.  
  37. Even fancier: script-fu-console integration 
  38. -------------------------------------------
  39. dbbrowser comes handy with a patch for script-fu-console.c which adds a button
  40. named ``Browse'' to the right of the console text widget. Clicking on the
  41. button launches dbbrowser from which you still can choose any procedure. But
  42. in the dbbrowser window, a fourth button has appeared, appropriately named
  43. ``Apply'', for its goal is to take the selected procedure and its arguments,
  44. and insert them into the script-fu console command line. It would save
  45. developers a great deal of pain to debug their scripts (or even to develop
  46. some!)
  47.  
  48. More information : http://www.minet.net/~thomas/dbbrowser/
  49. ----------------
  50.  
  51.  
  52. (the following had been written by me, so, it's not *really* in english :)
  53.  
  54. INSTALL
  55.  
  56. These files go to gimp-xx.xx.xx/plug-ins/dbbrowser. That does not
  57. erase the files "Makefile*", so the plug-in is easy to re-compile : just
  58. do a  "make" in this directory. Then, "make install" (as root)
  59. to install the plug-in. 
  60.  
  61. If it breaks, wait for GIMP 1.0 :) (or mail to <thomas@minet.net>)
  62.  
  63. BUGS/TODO
  64.  
  65. - refresh problem for the scrolled list (as in gtkfileselection)
  66. - add the "help" field (I wait for a "usable" gtk_text)
  67. - arg... well... my english is too bad to explain my others ideas :)
  68.  
  69. CHANGELOG
  70.  
  71. 26 Sept : 0.08
  72. * delete all "gtk_widget_hide/destroy" sequences.
  73. * change the internal list structure (use gtk_objet_get/set_user_data)
  74. * try to optimize the first drawing (is it a success ?)
  75.  
  76. 25 June : 0.07
  77. * first public release (0.07)
  78.  
  79. --
  80. Bon c'est pas tout ca les gars, mais j'ai mal a la tete, personne n'a
  81. une aspirine ? Non ? Bon.
  82.