[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: sdb     
  Date: 05/07/14 13:29:24

  Modified:    .        ChangeLog ToDos
  Log:
  Numerous changes made to implement ability to change attribute
  
  visibility settings from within gattrib.
  
  
  
  
  Revision  Changes    Path
  1.32      +6 -0      eda/geda/devel/gattrib/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/ChangeLog,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- ChangeLog	19 Jun 2005 00:08:50 -0000	1.31
  +++ ChangeLog	14 Jul 2005 17:29:24 -0000	1.32
  @@ -1,3 +1,9 @@
  +2005-07-13 Stuart Brorson <sdb@xxxxxxxxxx>
  +	* src/s_visibility.c, s_table.c, s_object.c, s_toplevel.c 
  +	amongst others.  
  +	Made changes to enable setting attribute visibility from
  +	within gattrib.
  +	
   2005-06-17 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* src/i_vars.c: Fixed some more variables which were shadowing the
  
  
  
  1.3       +8 -1      eda/geda/devel/gattrib/ToDos
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ToDos
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/ToDos,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ToDos	22 Nov 2004 14:51:07 -0000	1.2
  +++ ToDos	14 Jul 2005 17:29:24 -0000	1.3
  @@ -1,6 +1,6 @@
   Gattrib todos.
   
  -Updated 8.06.2004 -- SDB
  +Last updated 7.13.2005 -- SDB
   
   --------------------------------------------------------------------
   This is a running list of things left to be done with gattrib.  Items
  @@ -63,3 +63,10 @@
   *  User should be able to set attrib visibility.  How to implement & show?
   *  #####  Incorporate ability to add attrib columns.
   *  Refactor code so that it makes more sense architecturally.
  +*  Fix behavior when using arrow keys to be more "MS Excel-like".  Current
  +   Behavior is a PITA.
  +*  Replicate attrib visibility code from comp attributes to net and pin
  +   attributes.
  +*  Change display of attrib text in each cell depending upon attrib
  +   visibility state.  Example:  Invisible = light grey.  Name only = red.
  +   Value only = normal.  Name & value = bold face.