]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/ChangeLog
Add AC_CANONICAL_SYSTEM to generate $target
[openldap] / contrib / gtk-tool / ChangeLog
1 ChangeLog for gtk-tool
2
3 12/01/1999 - Pele
4         * Added some defines for U-MICH compatibility
5         * Updated to the latest Gtk-- API (in Gtk-- CVS tree)
6         * Minor fixes due to the new and cleaner Gtk-- API
7         * A new server can be added by entering a hostname into the
8         "url" field at the top and clicking on "Query Server" button
9         (note that one server still has to be supplied on the command line -
10         I'll try and fix this tomorrow...to do with ldap_get_opt)
11         * Somewhat "smarter" Makefile - can someone please look into integrating
12         gtk-tool into the openldap autoconf stuff?
13
14 09/12/1998 - Pele
15         * Display of all ldap options in their proper widgets (sliders for 
16         timeout, radio buttons for booleans etc.) when server selected
17         * Code cleanups
18         * Misc fixes
19
20 03/12/1998 - Pele
21         * Added support for multiple servers (via multiple -s options)
22         * More testing
23         * Started experimenting with status bar for display of various info
24         * Got rid of many warning and error messages generate by gtk
25         * Added a new icon for objectclass=alias;
26         * Display of some ldap options aquired with ldap_get_option when
27         server selected.
28         * Traversing set to only 1 subtree (then 1 by 1);
29         * Started experimenting with a progress bar for traversal
30         (so users don't get bored while waiting for subtrees to be aquired and
31         constructed)
32
33 02/12/1998 - Pele
34         * Added Gtk_LdapTree class
35         * Added utils (with debug only)
36         * "Smart" traversing of ldap tree (only 2-deep, then add 2 subtrees as
37         the tree gets expanded)
38         * Lots of updates and bug-fixes
39
40 29/11/1998 - Pele
41         * Added Gtk_LdapServer class
42         * Started using cn=config, ldap_get_option (not sure about get_option
43         though, cn=config looks much nicer for the future-proofing)
44         * Can traverse, display and serve two (or possibly/hopefully) more
45         databases on the local machine - remote machines also possible - 
46         need to use "-s hostname"
47         * The program needs the "-s" switch! Without it it won't run (temporary
48         "feature")
49
50 28/11/1998 - Pele
51         * Fixes, enhancements, started using ldap utility api
52         * It now traverses the whole tree at startup, not sure if it's smart
53         but I did it because of something that has no relevance to network
54         traffic
55
56 27/11/1998 - Pele
57         * Added viewports, both sides now scroll automatically
58         * Brought back the "cache" stuff, now data gets reused if it's allready
59         available without redundant searches/listings.
60         * Editing pixmaps by hand is so much, er, fun!
61         * Miniscule fixes
62
63 26/11/1998 - Pele
64         * Added nice icons in the browser pane - looks decent now.
65         * Fixed scrolling in the data (right) pane - now scrolls if there is
66         a long tab
67         * removed class My_Scroller
68         * removed file Gtk_LdapItem.cc (useless)
69         * commented-out the part where data gets reused instead of re-querying
70         the server, stupid I know, but for the time being if resolves some
71         problems with replacement of right pane.
72         * Misc. fixes
73
74 26/11/1998 - Pele
75         * First appearance of ChangeLog
76         * Fixed removal of scrolled window on the right hand side
77           thus making gtk-tool a viable project to be worked on
78         * added command-line parameter parsing - now accepts
79           -s for server, -p for port, -b for baseDN