commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue geas/lib/classdefs/gcdparser.c geas/lib/cl...


From: Neil Tiffin
Subject: gnue geas/lib/classdefs/gcdparser.c geas/lib/cl...
Date: Fri, 24 Aug 2001 12:36:50 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/08/24 12:36:50

Modified files:
        geas/lib/classdefs: gcdparser.c gcdparser.h yparser.y 
        geas/src/mac/geas-mac.pbproj: ntiffin.pbxuser 
        geas/tools/mac/gcdVerifier.pbproj: ntiffin.pbxuser 
                                           project.pbxproj 
        gnue-config/accounting/ar/classes: invoice.gcd 
        gnue-config/supply-chain/purchasing/classes: purchasing.gcd 

Log message:
        Remove help and tooltip processing from geas, remove from .gcd files, 
and fix syntax error in invoice.gcd.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/lib/classdefs/gcdparser.c.diff?cvsroot=OldCVS&tr1=1.42&tr2=1.43&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/lib/classdefs/gcdparser.h.diff?cvsroot=OldCVS&tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/lib/classdefs/yparser.y.diff?cvsroot=OldCVS&tr1=1.37&tr2=1.38&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/accounting/ar/classes/invoice.gcd.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/supply-chain/purchasing/classes/purchasing.gcd.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gnue/geas/lib/classdefs/gcdparser.c
diff -u gnue/geas/lib/classdefs/gcdparser.c:1.42 
gnue/geas/lib/classdefs/gcdparser.c:1.43
--- gnue/geas/lib/classdefs/gcdparser.c:1.42    Wed Jul  4 11:04:12 2001
+++ gnue/geas/lib/classdefs/gcdparser.c Fri Aug 24 12:36:50 2001
@@ -21,7 +21,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: gcdparser.c,v 1.42 2001/07/04 18:04:12 ntiffin Exp $
+   $Id: gcdparser.c,v 1.43 2001/08/24 19:36:50 ntiffin Exp $
    
 */
 
@@ -233,41 +233,6 @@
   assert (argument != NULL);
 #endif
   /* TODO - there must be something to do here, neilt */
-}
-
-/* ------------------------------------------------------------------------- *\
- * Allocate and make defaults for help structure.
-\* ------------------------------------------------------------------------- */
-struct _odl_help *
-alloc_odl_help ()
-{
-  struct _odl_help *help_entry = g_new0 (struct _odl_help, 1);
-  g_assert (help_entry != NULL);
-  if (help_entry)
-    {
-     help_entry->module = NULL;
-     help_entry->class = NULL;
-     help_entry->field = NULL;
-     help_entry->fullname = NULL;
-     help_entry->language_code = NULL;
-     help_entry->dialect_code = NULL;
-     help_entry->help_text = NULL;
-     help_entry->help_keywords = NULL;
-     help_entry->tool_tip = NULL;
-     help_entry->label = NULL;
-     help_entry->default_text = NULL;
-    }
-  return help_entry;
-}
-
-/* ------------------------------------------------------------------------- *\
- * 
-\* ------------------------------------------------------------------------- */
-void
-free_odl_help (struct _odl_item *help)
-{
-  g_assert( help != NULL);
-  /* TODO */
 }
 
 /* ------------------------------------------------------------------------- *\
Index: gnue/geas/lib/classdefs/gcdparser.h
diff -u gnue/geas/lib/classdefs/gcdparser.h:1.28 
gnue/geas/lib/classdefs/gcdparser.h:1.29
--- gnue/geas/lib/classdefs/gcdparser.h:1.28    Thu Jun 28 21:08:25 2001
+++ gnue/geas/lib/classdefs/gcdparser.h Fri Aug 24 12:36:50 2001
@@ -21,7 +21,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: gcdparser.h,v 1.28 2001/06/29 04:08:25 treshna Exp $
+   $Id: gcdparser.h,v 1.29 2001/08/24 19:36:50 ntiffin Exp $
    
 */
 
@@ -164,25 +164,6 @@
   GList                *fields;
 }
 _odl_index;
-
-/** \struct _odl_help
- *  \brief For saving the help text in GCD files.
- *  This structure mirrors language::help GCD file.
- */
-struct _odl_help
-{
-  struct _odl_base * module;
-  struct _odl_base * class;
-  struct _odl_base * field;
-  char * fullname;  /* fully qualified name to field this help represents */
-  char * language_code;
-  char * dialect_code;
-  char * help_text;
-  char * help_keywords;
-  char * tool_tip;
-  char * label;
-  char * default_text;
-};
 
 /** \brief Create new ODL data type.
  *  \param unsignedval ?.
Index: gnue/geas/lib/classdefs/yparser.y
diff -u gnue/geas/lib/classdefs/yparser.y:1.37 
gnue/geas/lib/classdefs/yparser.y:1.38
--- gnue/geas/lib/classdefs/yparser.y:1.37      Thu Aug 23 05:54:01 2001
+++ gnue/geas/lib/classdefs/yparser.y   Fri Aug 24 12:36:50 2001
@@ -658,34 +658,8 @@
 trigger: /* */
   ;
 
-opt_help_fieldname:  /* */          { $$ = NULL; }
-  |                  help_fieldname { $$ = $1; }
-  ;
-
-help_fieldname: SYMBOL { $$ = $1; }
-  ;
-
 stringlist: STRING              { $$ = $1; }
   |         stringlist STRING   { $$ = g_strdup_printf("%s %s",$1,$2); 
g_free($1); g_free($2); }
-  ;
-
-language: SYMBOL  { $$ = $1; }
-  ;
-
-help: language opt_help_fieldname stringlist {
-                                               if ( current_pass == 1 )
-                                                 {
-                                                   /* printf("Help for field 
%s in %s: '%s'\n",$2,$3,$1); */
-                                                 }
-                                              }
-  ;
-
-tooltip: language help_fieldname STRING  {
-                                           if ( current_pass == 1 )
-                                             {
-                                               /* printf("Tooltip for field %s 
in %s: '%s'\n",$2,$3,$1); */
-                                             }
-                                         }
   ;
 
 optdesc: /* */ { $$ = FALSE; }
Index: gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser
diff -u gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser:1.2 
gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser:1.3
--- gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser:1.2       Thu Aug 23 
17:34:13 2001
+++ gnue/geas/src/mac/geas-mac.pbproj/ntiffin.pbxuser   Fri Aug 24 12:36:50 2001
@@ -62,13 +62,13 @@
                        PBXWorkspaceConfiguration = {
                                ContentSize = "{909, 599}";
                                LeftSlideOut = {
-                                       ActiveTab = 2;
+                                       ActiveTab = 0;
                                        Frame = "{{0, 23}, {909, 576}}";
                                        Split0 = {
                                                ActiveTab = 2;
-                                               Frame = "{{225, 0}, {684, 
576}}";
+                                               Frame = "{{301, 0}, {608, 
576}}";
                                                Split0 = {
-                                                       Frame = "{{0, 287}, 
{684, 289}}";
+                                                       Frame = "{{0, 287}, 
{608, 289}}";
                                                };
                                                SplitCount = 1;
                                                Tab0 = {
@@ -105,9 +105,9 @@
                                                        };
                                                };
                                                Tab2 = {
-                                                       BuildMessageFrame = 
"{{0, 0}, {686, 133}}";
-                                                       BuildTranscriptFrame = 
"{{0, 142}, {686, 122}}";
-                                                       Frame = "{{0, 0}, {684, 
262}}";
+                                                       BuildMessageFrame = 
"{{0, 0}, {610, 133}}";
+                                                       BuildTranscriptFrame = 
"{{0, 142}, {610, 122}}";
+                                                       Frame = "{{0, 0}, {608, 
262}}";
                                                };
                                                Tab3 = {
                                                        Frame = "{{0, 0}, {584, 
298}}";
Index: gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser
diff -u gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser:1.8 
gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser:1.9
--- gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser:1.8  Thu Aug 23 
08:31:44 2001
+++ gnue/geas/tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser      Fri Aug 24 
12:36:50 2001
@@ -2,7 +2,7 @@
 {
        0105A54E00B863487F000001 = {
                uiCtxt = {
-                       sepNavWindowFrame = "{{85, 168}, {750, 502}}";
+                       sepNavWindowFrame = "{{15, 239}, {750, 502}}";
                };
        };
        014BECA30089D4E57F000001 = {
@@ -36,6 +36,11 @@
        0162C4B30089DD937F000001 = {
                uiCtxt = {
                        sepNavWindowFrame = "{{15, 239}, {750, 502}}";
+               };
+       };
+       0162C4B90089DF407F000001 = {
+               uiCtxt = {
+                       sepNavWindowFrame = "{{38, 218}, {750, 502}}";
                };
        };
        0162C4C30089E2C57F000001 = {
Index: gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj
diff -u gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj:1.2 
gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj:1.3
--- gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj:1.2  Thu Aug 23 
08:31:44 2001
+++ gnue/geas/tools/mac/gcdVerifier.pbproj/project.pbxproj      Fri Aug 24 
12:36:50 2001
@@ -87,18 +87,6 @@
                        settings = {
                        };
                };
-               0162C4B10089DCDE7F000001 = {
-                       isa = PBXFileReference;
-                       name = classdata_database.h;
-                       path = ../../lib/classdefs/classdata_database.h;
-                       refType = 2;
-               };
-               0162C4B20089DCDE7F000001 = {
-                       fileRef = 0162C4B10089DCDE7F000001;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
                0162C4B30089DD937F000001 = {
                        isa = PBXFileReference;
                        name = classdata.c;
@@ -215,7 +203,6 @@
                        children = (
                                0162C4AD0089DBCF7F000001,
                                0162C4AF0089DC207F000001,
-                               0162C4B10089DCDE7F000001,
                                0162C4C30089E2C57F000001,
                                0162C4C60089E3877F000001,
                                0105A54E00B863487F000001,
@@ -355,7 +342,6 @@
                        files = (
                                0162C4AE0089DBCF7F000001,
                                0162C4B00089DC207F000001,
-                               0162C4B20089DCDE7F000001,
                                0162C4C40089E2C57F000001,
                                017FF93A00A737BE7F000001,
                                0105A54F00B863487F000001,
Index: gnue/gnue-config/accounting/ar/classes/invoice.gcd
diff -u gnue/gnue-config/accounting/ar/classes/invoice.gcd:1.10 
gnue/gnue-config/accounting/ar/classes/invoice.gcd:1.11
--- gnue/gnue-config/accounting/ar/classes/invoice.gcd:1.10     Fri Aug 24 
12:13:33 2001
+++ gnue/gnue-config/accounting/ar/classes/invoice.gcd  Fri Aug 24 12:36:50 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Id: invoice.gcd,v 1.10 2001/08/24 19:13:33 ntiffin Exp $
+# $Id: invoice.gcd,v 1.11 2001/08/24 19:36:50 ntiffin Exp $
 #
 
 include "../../../base/person/classes/person.gcd"
@@ -80,9 +80,9 @@
   # -------------------------------------------------------------------------
   class detail
   {
-    org::header      head;  
+    org::detail      det;  
     ar::header      *header;
-  }
+  };
   
   # -------------------------------------------------------------------------
   # Sales transactions for interfacing to external financial systems
Index: gnue/gnue-config/supply-chain/purchasing/classes/purchasing.gcd
diff -u gnue/gnue-config/supply-chain/purchasing/classes/purchasing.gcd:1.11 
gnue/gnue-config/supply-chain/purchasing/classes/purchasing.gcd:1.12
--- gnue/gnue-config/supply-chain/purchasing/classes/purchasing.gcd:1.11        
Thu Jul 26 15:34:47 2001
+++ gnue/gnue-config/supply-chain/purchasing/classes/purchasing.gcd     Fri Aug 
24 12:36:50 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.11 $ $Date: 2001/07/26 22:34:47 $ $Author: ntiffin $
+# $Revision: 1.12 $ $Date: 2001/08/24 19:36:50 $ $Author: ntiffin $
 #
 include "../../../base/units/classes/units.gcd"
 include "../../../supply-chain/vendor/classes/vendor.gcd"
@@ -37,8 +37,8 @@
   {
     text    notes;
         
-    help en notes  "These notes will show up in the purchasing form"
-                   "with an option to print on the purchase order.";
+   # help en notes  "These notes will show up in the purchasing form"
+   #                "with an option to print on the purchase order.";
   };
     
   # -------------------------------------------------------------------------
@@ -61,13 +61,13 @@
     
     pur::use_vendor [] recommend_vendor;
    
-    help en buyer_code  "The buyer code is a reference to the buyer 
responsible"
-                        "for purchasing this product.";
-    help en purch_text  "The purchasing text is text that appears on a line 
item"
-                        "on the purchase order.  It would normally be used for"
-                        "special notes.";
-    help en purch_desc  "The purchasing description replaces the normal item"
-                        "description for purchase orders only.";
+    # help en buyer_code  "The buyer code is a reference to the buyer 
responsible"
+    #                     "for purchasing this product.";
+    # help en purch_text  "The purchasing text is text that appears on a line 
item"
+    #                     "on the purchase order.  It would normally be used 
for"
+    #                     "special notes.";
+    # help en purch_desc  "The purchasing description replaces the normal item"
+    #                     "description for purchase orders only.";
   };
         
   # -------------------------------------------------------------------------
@@ -160,7 +160,7 @@
     
     pur::detail [] detail;
 
-    help en po_notes  "These notes will show up in the purchasing form"
-                      "with an option to print on the purchase order.";
+    # help en po_notes  "These notes will show up in the purchasing form"
+    #                   "with an option to print on the purchase order.";
   };
 };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]