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

gEDA-cvs: branch: master updated (1.1.1.20070708-37-ga3facd9)



The branch, master has been updated
       via  a3facd9b5fc1a252ef18a7b5a3fca6b1c80cbb01 (commit)
       via  3d86fb3270138d59f0f443efb3cd4f6efb9f3990 (commit)
       via  af8d5893e54ef929851011911167bdb4df826431 (commit)
      from  525b4a0ff3a1b8cc321f117513796e4571702da8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 libgeda/include/struct.h      |   22 +++++++++++-----------
 libgeda/src/a_basic.c         |    2 +-
 libgeda/src/f_basic.c         |    2 +-
 libgeda/src/o_arc_basic.c     |    2 +-
 libgeda/src/o_attrib.c        |    2 +-
 libgeda/src/o_complex_basic.c |    2 +-
 libgeda/src/o_text_basic.c    |   21 ++++++++++++++++++++-
 7 files changed, 36 insertions(+), 17 deletions(-)


=================
 Commit Messages
=================

commit a3facd9b5fc1a252ef18a7b5a3fca6b1c80cbb01
Author: Bernd Jendrisse <bernd.jendrissek@xxxxxxxxx>
Date:   Sun Jul 29 10:20:11 2007 -0400

    Added doxygen comment to o_text_add()

:100644 100644 e6bac7f... c98ad83... M	libgeda/src/o_text_basic.c

commit 3d86fb3270138d59f0f443efb3cd4f6efb9f3990
Author: Bernd Jendrisse <bernd.jendrissek@xxxxxxxxx>
Date:   Sun Jul 29 10:18:22 2007 -0400

    Fixed transpositions, typos, and random spelling errors.

:100644 100644 af8c46f... 06c3149... M	libgeda/src/a_basic.c
:100644 100644 58d6892... 7cd7a9c... M	libgeda/src/f_basic.c
:100644 100644 b4d215f... f750cb5... M	libgeda/src/o_arc_basic.c
:100644 100644 5dbb72f... c9f5c58... M	libgeda/src/o_attrib.c
:100644 100644 ca4b611... 03fa010... M	libgeda/src/o_complex_basic.c

commit af8d5893e54ef929851011911167bdb4df826431
Author: Bernd Jendrisse <bernd.jendrissek@xxxxxxxxx>
Date:   Sun Jul 29 10:01:53 2007 -0400

    Removed spurious whitespace from header file.

:100644 100644 6f0befa... 86bb926... M	libgeda/include/struct.h

=========
 Changes
=========

commit a3facd9b5fc1a252ef18a7b5a3fca6b1c80cbb01
Author: Bernd Jendrisse <bernd.jendrissek@xxxxxxxxx>
Date:   Sun Jul 29 10:20:11 2007 -0400

    Added doxygen comment to o_text_add()

diff --git a/libgeda/src/o_text_basic.c b/libgeda/src/o_text_basic.c
index e6bac7f..c98ad83 100644
--- a/libgeda/src/o_text_basic.c
+++ b/libgeda/src/o_text_basic.c
@@ -865,9 +865,28 @@ OBJECT *o_text_create_string(TOPLEVEL *w_current, OBJECT *object_list,
 }
 
 /*! \todo Finish function documentation!!!
- *  \brief
+ *  \brief Creates a text OBJECT and the graphical objects representing it
  *  \par Function Description
+ *  Create an OBJECT of type OBJ_TEXT and link it to the end of object_list.
+ *  Also add the OBJECTs forming the graphical representation of the visible
+ *  string, to the text OBJECT's prim_objs list.
+ *
+ *  \param [in]  w_current              The TOPLEVEL object.
+ *  \param [in]  object_list            OBJECT list onto which to add text.
+ *  \param [in]  type                   OBJ_TEXT (TODO: why bother)
+ *  \param [in]  color                  The color of the text.
+ *  \param [in]  x                      World x coord of text.
+ *  \param [in]  y                      World y coord of text.
+ *  \param [in]  alignment              How text bounding box aligns on (x, y).
+ *  \param [in]  angle                  Angle at which text will appear.
+ *  \param [in]  string                 The text (TODO: can be char const *)!
+ *  \param [in]  size                   Text size.
+ *  \param [in]  visibility             VISIBLE or INVISIBLE.
+ *  \param [in]  show_name_value        SHOW_NAME_VALUE or friends.
+ *  \return Pointer to text OBJECT.
  *
+ *  \note
+ *  Caller is responsible for string; this function allocates its own copy.
  */
 OBJECT *o_text_add(TOPLEVEL *w_current, OBJECT *object_list, 
 		   char type, int color, int x, int y, int alignment,

commit 3d86fb3270138d59f0f443efb3cd4f6efb9f3990
Author: Bernd Jendrisse <bernd.jendrissek@xxxxxxxxx>
Date:   Sun Jul 29 10:18:22 2007 -0400

    Fixed transpositions, typos, and random spelling errors.

diff --git a/libgeda/src/a_basic.c b/libgeda/src/a_basic.c
index af8c46f..06c3149 100644
--- a/libgeda/src/a_basic.c
+++ b/libgeda/src/a_basic.c
@@ -559,7 +559,7 @@ OBJECT *o_read_buffer(TOPLEVEL *w_current, OBJECT *object_list,
 
 /*! \brief Read a file
  *  \par Function Description
- *  This function reads a file in libgead format.
+ *  This function reads a file in libgeda format.
  *
  *  \param [in,out] w_current    The current TOPLEVEL structure.
  *  \param [in]     object_list  The object_list to read data to.
diff --git a/libgeda/src/f_basic.c b/libgeda/src/f_basic.c
index 58d6892..7cd7a9c 100644
--- a/libgeda/src/f_basic.c
+++ b/libgeda/src/f_basic.c
@@ -172,7 +172,7 @@ int f_open_flags(TOPLEVEL *w_current, const gchar *filename,
           else {
             g_string_append(message, "The backup copy is newer than the schematic, so it seems you should load it instead of the original file.\n");
           }
-          g_string_append (message, "Gschem usually makes backup copies automatically, and this situation happens when it crashed or it was forced to exit abruptely.\n");
+          g_string_append (message, "Gschem usually makes backup copies automatically, and this situation happens when it crashed or it was forced to exit abruptly.\n");
           if (w_current->page_current->load_newer_backup_func == NULL) {
             s_log_message(message->str);
             s_log_message("\nRun gschem and correct the situation.\n\n");
diff --git a/libgeda/src/o_arc_basic.c b/libgeda/src/o_arc_basic.c
index b4d215f..f750cb5 100644
--- a/libgeda/src/o_arc_basic.c
+++ b/libgeda/src/o_arc_basic.c
@@ -85,7 +85,7 @@ OBJECT *o_arc_add(TOPLEVEL *w_current, OBJECT *object_list,
   /*! \note
    *  The ARC structure is initialized with the parameters.
    *  A default initialization is performed for the line and
-   *  fill type to avoid misunderstood.
+   *  fill type to avoid misunderstanding.
    *
    *  The functions relative to the use of the object are sets.
    */
diff --git a/libgeda/src/o_attrib.c b/libgeda/src/o_attrib.c
index 5dbb72f..c9f5c58 100644
--- a/libgeda/src/o_attrib.c
+++ b/libgeda/src/o_attrib.c
@@ -205,7 +205,7 @@ ATTRIB *add_attrib_head(OBJECT *parent)
 
 /*! \brief Add an attribute to an existing attribute list.
  *  \par Function Description
- *  Add an attribute to an exsiting attribute list.
+ *  Add an attribute to an existing attribute list.
  *
  *  \param [in]     w_current  The TOPLEVEL object.
  *  \param [in,out] list_head  The list where you want to add item to.
diff --git a/libgeda/src/o_complex_basic.c b/libgeda/src/o_complex_basic.c
index ca4b611..03fa010 100644
--- a/libgeda/src/o_complex_basic.c
+++ b/libgeda/src/o_complex_basic.c
@@ -45,7 +45,7 @@
 #endif
 
 /*! \brief Return the bounds of the given object.
- *  \par Given an object, calcule the bounds coordinates.
+ *  \par Given an object, calculate the bounds coordinates.
  *  \param [in] w_current The toplevel structure.
  *  \param [in] o_current The object to look the bounds for.
  *  \param [out] rleft   pointer to the left coordinate of the object.

commit af8d5893e54ef929851011911167bdb4df826431
Author: Bernd Jendrisse <bernd.jendrissek@xxxxxxxxx>
Date:   Sun Jul 29 10:01:53 2007 -0400

    Removed spurious whitespace from header file.

diff --git a/libgeda/include/struct.h b/libgeda/include/struct.h
index 6f0befa..86bb926 100644
--- a/libgeda/include/struct.h
+++ b/libgeda/include/struct.h
@@ -222,7 +222,7 @@ struct st_object {
   int fill_angle1, fill_pitch1;
   int fill_angle2, fill_pitch2;
   /* PB : change end */	
-	
+
   int visited;		/* used in gnetlist for travesal purposes */
 
   gboolean complex_embedded;                    /* is embedded component? */
@@ -251,7 +251,7 @@ struct st_object {
   /* 1 for right, -1 for left (horizontal bus) */
   /* 1 for up, -1 for down (vertial bus) */
   int bus_ripper_direction;             /* only valid on buses */
-  
+
 
   int font_text_size;			/* used only with fonts defs */
   OBJECT *font_prim_objs;			/* used only with fonts defs */
@@ -272,7 +272,7 @@ struct st_object {
 
 struct st_attrib {
   OBJECT *object;	/* object attribute is connected to */
-	
+
   OBJECT *copied_to; /* used when copying attributes */
 
   ATTRIB *prev;
@@ -404,7 +404,7 @@ struct st_toplevel {
   int wid;			/* Window id, always unique */
 
   int num_untitled;		/* keep track of untitled wins */
-	
+
   int start_x;
   int start_y;
   int save_x;
@@ -415,7 +415,7 @@ struct st_toplevel {
   int second_y;
   int loc_x, loc_y;
   int distance;
-  
+
   /* used by attribute dialog */
   /* also used by text add dialog */
   char *current_attribute;		
@@ -445,7 +445,7 @@ struct st_toplevel {
   char *font_directory; 		/* path of the vector fonts */
   char *scheme_directory; 		/* path of the scheme scripts */
   char *bitmap_directory; 		/* path of the bitmaps */
-	
+
   int event_state;			/* Current event state */
 
   int inside_action;			/* Are we doing an action? */
@@ -496,7 +496,7 @@ struct st_toplevel {
   int CONTROLKEY;			/* control key pressed? */
   int SHIFTKEY;				/* shift key pressed? */
   int ALTKEY;				/* alt key pressed? */
-	
+
   int doing_pan;			/* mouse pan status flag */
 
   /* page system */
@@ -824,7 +824,7 @@ struct st_toplevel {
   /* controls the threshold (in lines of text) when the multi-line text */
   /* output font is forced to vector */
   int print_vector_threshold;
-  
+
   /* controls the offset (in world coordinates) that are added to netname */
   /* attributes when they are attached to vertical or horizontal nets */
   int add_attribute_offset;
@@ -873,9 +873,9 @@ struct st_netlist {
   int nlid;
 
   char *component_uref;
-	
+
   OBJECT *object_ptr;
-	
+
   CPINLIST *cpins;		
 
   char *hierarchy_tag;
@@ -924,7 +924,7 @@ struct st_schcheck {
   int no_warnings;              /* No of Warinings */
 
   CHKERRS * sheet_errs;
- 
+
   CHKERRS *float_nets;           /* Header of the list of floating nets */
   int net_errs;                 /* No of floating nets */
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs