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