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