]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/ChangeLog
gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhance...
[openldap] / contrib / gtk-tool / ChangeLog
1 ChangeLog for gtk-tool
2
3 03/12/1998 - Pele
4         * Added support for multiple servers (via multiple -s options)
5         * More testing
6         * Started experimenting with status bar for display of various info
7         * Got rid of many warning and error messages generate by gtk
8         * Added a new icon for objectclass=alias;
9         * Display of some ldap options aquired with ldap_get_option when
10         server selected.
11         * Traversing set to only 1 subtree (then 1 by 1);
12         * Started experimenting with a progress bar for traversal
13         (so users don't get bored while waiting for subtrees to be aquired and
14         constructed)
15
16 02/12/1998 - Pele
17         * Added Gtk_LdapTree class
18         * Added utils (with debug only)
19         * "Smart" traversing of ldap tree (only 2-deep, then add 2 subtrees as
20         the tree gets expanded)
21         * Lots of updates and bug-fixes
22
23 29/11/1998 - Pele
24         * Added Gtk_LdapServer class
25         * Started using cn=config, ldap_get_option (not sure about get_option
26         though, cn=config looks much nicer for the future-proofing)
27         * Can traverse, display and serve two (or possibly/hopefully) more
28         databases on the local machine - remote machines also possible - 
29         need to use "-s hostname"
30         * The program needs the "-s" switch! Without it it won't run (temporary
31         "feature")
32
33 28/11/1998 - Pele
34         * Fixes, enhancements, started using ldap utility api
35         * It now traverses the whole tree at startup, not sure if it's smart
36         but I did it because of something that has no relevance to network
37         traffic
38
39 27/11/1998 - Pele
40         * Added viewports, both sides now scroll automatically
41         * Brought back the "cache" stuff, now data gets reused if it's allready
42         available without redundant searches/listings.
43         * Editing pixmaps by hand is so much, er, fun!
44         * Miniscule fixes
45
46 26/11/1998 - Pele
47         * Added nice icons in the browser pane - looks decent now.
48         * Fixed scrolling in the data (right) pane - now scrolls if there is
49         a long tab
50         * removed class My_Scroller
51         * removed file Gtk_LdapItem.cc (useless)
52         * commented-out the part where data gets reused instead of re-querying
53         the server, stupid I know, but for the time being if resolves some
54         problems with replacement of right pane.
55         * Misc. fixes
56
57 26/11/1998 - Pele
58         * First appearance of ChangeLog
59         * Fixed removal of scrolled window on the right hand side
60           thus making gtk-tool a viable project to be worked on
61         * added command-line parameter parsing - now accepts
62           -s for server, -p for port, -b for baseDN