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