[gq-commit] gq TODO,1.44,1.45
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-11-03 23:03:49
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv28603 Modified Files: TODO Log Message: * Updated to current status Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** TODO 27 Oct 2003 22:18:51 -0000 1.44 --- TODO 3 Nov 2003 23:03:45 -0000 1.45 *************** *** 16,19 **** --- 16,22 ---- * [1.0] Handle update referrals - iff I can find out how to detect them + * Avoid extensive flickering when using the "Add as new" button in + browse mode + * [1.x] Allow to use a "master password" for passwords stored in the .gq config file. Shouldn't be too hard - either implement through *************** *** 21,29 **** once it becomes available in mainstream distros. ! * update schemabrowse tree on serverlist update (browsetree already done) ! ! * search mode: ! - multiple selections, abstract selection list function for delete, ! export to LDIF etc * Memory leaks - though it has been getting better. I do no longer belief them --- 24,30 ---- once it becomes available in mainstream distros. ! * [1.x] update schemabrowse tree on serverlist update (browsetree ! already done) - Will be done when the GtkTree gets removed in schema ! browse mode. * Memory leaks - though it has been getting better. I do no longer belief them *************** *** 51,55 **** * 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 --- 52,58 ---- * Take care to properly deal with schema information in case of a lost ! connection with a server. - Maybe not actually necessary, a quick ! check revealed that schema information seems to never be stored for ! longer periods of time. * [1.x] Entry widget: fonts are not used on startup *************** *** 140,143 **** --- 143,152 ---- FIXED BUGS / IMPLEMENTED ENHANCEMENTS ------------------------------------- + + * [1.0] Implement the new saving-policy for all cases. + + * [1.0] search mode: + - multiple selections, abstract selection list function for delete, + export to LDIF etc * [1.0] dt_password: Add LANMAN hash for completeness. |