Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1:/tmp/cvs-serv19567
Modified Files:
TODO
Log Message:
* Approaching 1.0! Only a few really important things are left.
Index: TODO
===================================================================
RCS file: /cvsroot/gqclient/gq/TODO,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** TODO 12 Oct 2003 05:51:41 -0000 1.38
--- TODO 13 Oct 2003 07:48:48 -0000 1.39
***************
*** 24,30 ****
pool of free memory itself).
! * search mode: (peter)
! Take displaytypes into account when building the search result list. It does
! not make sense to show a jpegPhoto as a string...
* Proper OpenLDAP 2.1 support, taking care of all DN-related issues wrt
--- 24,29 ----
pool of free memory itself).
! * [1.x] search mode: (peter) - improve display type support. Will be
! done when the CList gets replaced with a gtk2 widget.
* Proper OpenLDAP 2.1 support, taking care of all DN-related issues wrt
***************
*** 68,71 ****
--- 67,72 ----
an extensibleObject
+ * [1.x] Split browse.c into several files - it is > 2500 lines long now
+
------------
ENHANCEMENTS
***************
*** 78,83 ****
* [1.0] Referral support
! - somehow indicate a referral in the browse tree and allow to
! follow it, maybe through the context menu? Configurable?
* templates: allow defaults?
--- 79,87 ----
* [1.0] Referral support
! - allow to specify bind dn/pw/method for followed referrals, currently
! only anonymous binds get used
! - Make context menu in browse mode node-type specify. Eg. the
! current context menu does not make sense for referral nodes or
! server nodes.
* templates: allow defaults?
***************
*** 140,143 ****
--- 144,155 ----
FIXED BUGS / IMPLEMENTED ENHANCEMENTS
-------------------------------------
+
+ * [1.0] Referral support
+ - somehow indicate a referral in the browse tree and allow to
+ follow it, maybe through the context menu? Configurable?
+
+ * search mode: (peter)
+ Take displaytypes into account when building the search result list. It does
+ not make sense to show a jpegPhoto as a string... [rudimentary support]
* [1.0] work towards gtk2 - mostly done, need the XML parser change
|