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