[gq-commit] gq TODO,1.37,1.38
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-12 05:51:45
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv7133 Modified Files: TODO Log Message: * Being optimistic and moving some items to the "done" section Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** TODO 11 Oct 2003 08:55:31 -0000 1.37 --- TODO 12 Oct 2003 05:51:41 -0000 1.38 *************** *** 14,20 **** 1.0 it will be marked as BROKEN in the GUI - * [1.0] schemabrowse mode: items require a double-click to be selected, not - a single click as usual - * update schemabrowse tree on serverlist update (browsetree already done) --- 14,17 ---- *************** *** 47,50 **** --- 44,51 ---- sizelimits??? + * Take care to properly deal with schema information in case of a lost + connection with a server. + + * [1.x] Entry widget: fonts are not used on startup ------------------ *************** *** 59,64 **** ----- ! * use scrolled area in error_flush: ldifadd.c may generate 1000s of errors ------------ --- 60,70 ---- ----- ! * use scrolled area in error_flush: ldifadd.c may generate 1000s of ! errors This is not as simple as it seems. Just using a scrolled ! window won't work, as the autosizing of the dialog will not work ! properly then. + * make the add attribute button insensitive if the shown object is not + an extensibleObject ------------ *************** *** 66,75 **** ------------ ! * [1.0] Get rid of Hashtables as central data structures. This is to ! get in some type safety. [Mostly done by Bert for tabs, done by ! Peter for mainwin and preferences] ! Use a run-type typing system to catch improper use of data structures ! * Make the tabs (Search/Browse/Schema) object oriented. * [1.0] Referral support --- 72,79 ---- ------------ ! * [1.x] Enhance the rudimentary run-type typing system to catch ! improper use of data structures ! * Make the tabs (Search/Browse/Schema) object oriented. Partly done. * [1.0] Referral support *************** *** 108,113 **** * [1.0] Improve LDAP error reporting ! * [1.0] work towards gtk2 - mostly done, need the XML parser change ! (see below) for encoding reasons. * [1.x] never do ldap_add when moving trees. (Use triangulation like --- 112,116 ---- * [1.0] Improve LDAP error reporting ! * [1.x] improve gtk2 support * [1.x] never do ldap_add when moving trees. (Use triangulation like *************** *** 137,140 **** --- 140,154 ---- FIXED BUGS / IMPLEMENTED ENHANCEMENTS ------------------------------------- + + * [1.0] work towards gtk2 - mostly done, need the XML parser change + (see below) for encoding reasons. + + * [1.0] Get rid of Hashtables as central data structures. This is to + get in some type safety. [Mostly done by Bert for tabs, done by + Peter for mainwin and preferences] + Use a run-type typing system to catch improper use of data structures + + * [1.0] schemabrowse mode: items require a double-click to be selected, not + a single click as usual * [1.0] schemabrowse mode: context menu on server, refresh option segfaults |