commit-gnue
[Top][All Lists]
Advanced

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

gnue forms/src/GFParser.py navigator/AUTHORS na...


From: Jason Cater
Subject: gnue forms/src/GFParser.py navigator/AUTHORS na...
Date: Tue, 08 Jan 2002 17:16:55 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/01/08 17:16:55

Modified files:
        forms/src      : GFParser.py 
Added files:
        navigator      : AUTHORS COPYING ChangeLog INSTALL README 
        navigator/client: gnuenav.in 
        navigator/samples: sample.gpd 
        navigator/src  : GNClient.py GNObjects.py GNParser.py 
                         UIwxpython.py __init__.py 

Log message:
        first stab at a navigator

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFParser.py.diff?tr1=1.58&tr2=1.59&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/AUTHORS?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/COPYING?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/ChangeLog?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/INSTALL?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/README?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/client/gnuenav.in?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/samples/sample.gpd?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/src/GNClient.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/src/GNObjects.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/src/GNParser.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/src/UIwxpython.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/src/__init__.py?rev=1.1

Patches:
Index: gnue/forms/src/GFParser.py
diff -c gnue/forms/src/GFParser.py:1.58 gnue/forms/src/GFParser.py:1.59
*** gnue/forms/src/GFParser.py:1.58     Wed Oct 10 21:45:55 2001
--- gnue/forms/src/GFParser.py  Tue Jan  8 17:16:55 2002
***************
*** 1,23 ****
  #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it 
! # and/or modify it under the terms of the GNU General Public 
! # License as published by the Free Software Foundation; either 
  # version 2, or (at your option) any later version.
  #
! # GNU Enterprise is distributed in the hope that it will be 
! # useful, but WITHOUT ANY WARRANTY; without even the implied 
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public 
  # License along with program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
- # Copyright 2000, 2001 Free Software Foundation
- #
  # FILE:
  # GFParser.py
  #
--- 1,23 ----
  #
+ # Copyright 2000, 2001 Free Software Foundation
+ #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it
! # and/or modify it under the terms of the GNU General Public
! # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
  #
! # GNU Enterprise is distributed in the hope that it will be
! # useful, but WITHOUT ANY WARRANTY; without even the implied
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public
  # License along with program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
  # FILE:
  # GFParser.py
  #
***************
*** 26,33 ****
  #
  # NOTES:
  #
- # HISTORY:
- #
  
  from gnue.common import GDataSource, GParser
  
--- 26,31 ----
***************
*** 53,59 ****
  # a GFForm object.  If initialize is 1 (default), then
  # the form is initialized and ready to go. 
  #
! # (initialize=0 is currently not used -- will probably 
  #  be used in the Forms Designer package where we will
  #  not want the loaded form to connect to databases, etc)
  #######################################################
--- 51,57 ----
  # a GFForm object.  If initialize is 1 (default), then
  # the form is initialized and ready to go. 
  #
! # (initialize=0 is currently not used -- will probably
  #  be used in the Forms Designer package where we will
  #  not want the loaded form to connect to databases, etc)
  #######################################################



reply via email to

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