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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-195-g635d287)



The branch, master has been updated
       via  635d287d3d0d41d431a88d7164c2de2b536c241a (commit)
       via  53439f075b0be1edd2ae18e34f8a0f8f4d503e08 (commit)
      from  b7f477143e79138c4d5d33e1dec1421b8419791c (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/o_types.h     |    2 +-
 libgeda/src/o_path_basic.c    |    4 +++-
 symbols/analog/npn-1.sym      |    2 +-
 symbols/analog/npn-2.sym      |    2 +-
 symbols/analog/npn-3.sym      |    2 +-
 symbols/analog/npn-IGBT-1.sym |    2 +-
 symbols/analog/pnp-1.sym      |    2 +-
 symbols/analog/pnp-2.sym      |    2 +-
 symbols/analog/pnp-3.sym      |    2 +-
 9 files changed, 11 insertions(+), 9 deletions(-)


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

commit 635d287d3d0d41d431a88d7164c2de2b536c241a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 28 14:28:05 2008 +0100

    Fix path printing to obey the (output-color "enabled|disabled") setting
    
    Bug noted by Ales during testing. Thanks!

:100644 100644 6f4292d... cd7dc84... M	libgeda/src/o_path_basic.c

commit 53439f075b0be1edd2ae18e34f8a0f8f4d503e08
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 28 14:27:59 2008 +0100

    Rename "path" object identifier in the fileformat from "p" to "H"
    
    All other OBJECT type identifiers are upper case, and for consistency,
    now patHs are too.
    
    NB: No releases have been made since path support was added, so this
        change is still permissable.

:100644 100644 bd5e4b5... 9e791c7... M	libgeda/include/o_types.h
:100644 100644 fcf3914... 1995fee... M	symbols/analog/npn-1.sym
:100644 100644 7d5a651... 7c13905... M	symbols/analog/npn-2.sym
:100644 100644 a2f1e1a... 6f36870... M	symbols/analog/npn-3.sym
:100644 100644 e171f11... c308f74... M	symbols/analog/npn-IGBT-1.sym
:100644 100644 03d915c... 34044cb... M	symbols/analog/pnp-1.sym
:100644 100644 f37005f... af95e87... M	symbols/analog/pnp-2.sym
:100644 100644 56f9f7b... aaba752... M	symbols/analog/pnp-3.sym

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

commit 635d287d3d0d41d431a88d7164c2de2b536c241a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 28 14:28:05 2008 +0100

    Fix path printing to obey the (output-color "enabled|disabled") setting
    
    Bug noted by Ales during testing. Thanks!

diff --git a/libgeda/src/o_path_basic.c b/libgeda/src/o_path_basic.c
index 6f4292d..cd7dc84 100644
--- a/libgeda/src/o_path_basic.c
+++ b/libgeda/src/o_path_basic.c
@@ -602,7 +602,9 @@ void o_path_print (TOPLEVEL *toplevel, FILE *fp, OBJECT *o_current,
 
   path_string = g_string_new ("");
 
-  f_print_set_color (fp, o_current->color);
+  if (toplevel->print_color)
+    f_print_set_color (fp, o_current->color);
+
   f_print_set_line_width (fp, line_width);
 
   for (i = 0; i < o_current->path->num_sections; i++) {

commit 53439f075b0be1edd2ae18e34f8a0f8f4d503e08
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 28 14:27:59 2008 +0100

    Rename "path" object identifier in the fileformat from "p" to "H"
    
    All other OBJECT type identifiers are upper case, and for consistency,
    now patHs are too.
    
    NB: No releases have been made since path support was added, so this
        change is still permissable.

diff --git a/libgeda/include/o_types.h b/libgeda/include/o_types.h
index bd5e4b5..9e791c7 100644
--- a/libgeda/include/o_types.h
+++ b/libgeda/include/o_types.h
@@ -26,7 +26,7 @@
    (function g_register_libgeda_vars) */
 #define OBJ_HEAD       	-1 
 #define OBJ_LINE        'L'
-#define OBJ_PATH        'p'
+#define OBJ_PATH        'H'
 #define OBJ_BOX         'B'
 #define OBJ_PICTURE     'G'
 #define OBJ_CIRCLE      'V'
diff --git a/symbols/analog/npn-1.sym b/symbols/analog/npn-1.sym
index fcf3914..1995fee 100644
--- a/symbols/analog/npn-1.sym
+++ b/symbols/analog/npn-1.sym
@@ -4,7 +4,7 @@ T 600 500 5 10 0 0 0 0 1
 device=NPN_TRANSISTOR
 L 500 800 200 500 3 0 0 0 -1 -1
 L 200 500 500 200 3 0 0 0 -1 -1
-p 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
 M 410,240 L 501,200 L 455,295 L 435,265 z
 P 0 500 200 500 1 0 0
 {
diff --git a/symbols/analog/npn-2.sym b/symbols/analog/npn-2.sym
index 7d5a651..7c13905 100644
--- a/symbols/analog/npn-2.sym
+++ b/symbols/analog/npn-2.sym
@@ -39,5 +39,5 @@ L 200 650 500 800 3 0 0 0 -1 -1
 L 200 350 500 200 3 0 0 0 -1 -1
 T 600 500 8 10 1 1 0 0 1
 refdes=Q?
-p 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
 M 403,209 L 501,200 L 431,273 L 425,240 z
diff --git a/symbols/analog/npn-3.sym b/symbols/analog/npn-3.sym
index a2f1e1a..6f36870 100644
--- a/symbols/analog/npn-3.sym
+++ b/symbols/analog/npn-3.sym
@@ -41,5 +41,5 @@ pintype=pas
 L 400 500 184 500 3 0 0 0 -1 -1
 T 900 500 8 10 1 1 0 0 1
 refdes=Q?
-p 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
 M 510,240 L 601,200 L 555,295 L 535,265 z
diff --git a/symbols/analog/npn-IGBT-1.sym b/symbols/analog/npn-IGBT-1.sym
index e171f11..c308f74 100644
--- a/symbols/analog/npn-IGBT-1.sym
+++ b/symbols/analog/npn-IGBT-1.sym
@@ -40,5 +40,5 @@ pintype=pas
 T 700 500 8 10 1 1 0 0 1
 refdes=Q?
 L 200 800 200 200 3 0 0 0 -1 -1
-p 3 0 0 0 -1 -1 2 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 2 -1 -1 -1 -1 -1 1
 M 510,240 L 601,200 L 555,295 L 535,265 z
diff --git a/symbols/analog/pnp-1.sym b/symbols/analog/pnp-1.sym
index 03d915c..34044cb 100644
--- a/symbols/analog/pnp-1.sym
+++ b/symbols/analog/pnp-1.sym
@@ -39,5 +39,5 @@ pintype=pas
 }
 T 600 500 8 10 1 1 0 0 1
 refdes=Q?
-p 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
 M 340,290 L 300,401 L 395,355 L 365,335 z
diff --git a/symbols/analog/pnp-2.sym b/symbols/analog/pnp-2.sym
index f37005f..af95e87 100644
--- a/symbols/analog/pnp-2.sym
+++ b/symbols/analog/pnp-2.sym
@@ -37,7 +37,7 @@ pintype=pas
 }
 L 200 350 500 200 3 0 0 0 -1 -1
 L 200 650 500 800 3 0 0 0 -1 -1
-p 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
 M 297,341 L 200,350 L 269,277 L 277,311 z
 T 600 500 8 10 1 1 0 0 1
 refdes=Q?
diff --git a/symbols/analog/pnp-3.sym b/symbols/analog/pnp-3.sym
index 56f9f7b..aaba752 100644
--- a/symbols/analog/pnp-3.sym
+++ b/symbols/analog/pnp-3.sym
@@ -39,7 +39,7 @@ T 100 550 5 6 0 1 0 0 1
 pintype=pas
 }
 L 400 500 184 500 3 0 0 0 -1 -1
-p 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 1
 M 440,290 L 400,401 L 495,355 L 465,335 z
 T 900 500 8 10 1 1 0 0 1
 refdes=Q?




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