commit-gnue
[Top][All Lists]
Advanced

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

gnue appserver/src/__init__.py common/src/__ini...


From: Jason Cater
Subject: gnue appserver/src/__init__.py common/src/__ini...
Date: Sat, 15 Jun 2002 15:51:36 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/06/15 15:51:36

Modified files:
        appserver/src  : __init__.py 
        common/src     : __init__.py 
        designer/src   : __init__.py 
        forms/src      : GFForm.py GFInstance.py __init__.py 
        forms/src/GFObjects: GFButton.py 
        forms/src/uidrivers/_base: UIdriver.py 
        reports/src    : __init__.py 

Log message:
        updated version numbers to development status

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/appserver/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/GFForm.py.diff?cvsroot=OldCVS&tr1=1.168&tr2=1.169&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/GFInstance.py.diff?cvsroot=OldCVS&tr1=1.51&tr2=1.52&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/GFObjects/GFButton.py.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/uidrivers/_base/UIdriver.py.diff?cvsroot=OldCVS&tr1=1.69&tr2=1.70&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gnue/appserver/src/__init__.py
diff -c gnue/appserver/src/__init__.py:1.2 gnue/appserver/src/__init__.py:1.3
*** gnue/appserver/src/__init__.py:1.2  Fri May 31 15:24:47 2002
--- gnue/appserver/src/__init__.py      Sat Jun 15 15:51:35 2002
***************
*** 31,38 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,0,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,38 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,0,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/common/src/__init__.py
diff -c gnue/common/src/__init__.py:1.11 gnue/common/src/__init__.py:1.12
*** gnue/common/src/__init__.py:1.11    Wed May 29 23:11:02 2002
--- gnue/common/src/__init__.py Sat Jun 15 15:51:35 2002
***************
*** 1,19 ****
  #
  # 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 2001-2002 Free Software Foundation
--- 1,19 ----
  #
  # 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 2001-2002 Free Software Foundation
***************
*** 38,45 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 38,45 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/designer/src/__init__.py
diff -c gnue/designer/src/__init__.py:1.11 gnue/designer/src/__init__.py:1.12
*** gnue/designer/src/__init__.py:1.11  Wed May 29 23:43:50 2002
--- gnue/designer/src/__init__.py       Sat Jun 15 15:51:35 2002
***************
*** 30,37 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 30,37 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/forms/src/GFForm.py
diff -c gnue/forms/src/GFForm.py:1.168 gnue/forms/src/GFForm.py:1.169
*** gnue/forms/src/GFForm.py:1.168      Wed May 15 21:14:44 2002
--- gnue/forms/src/GFForm.py    Sat Jun 15 15:51:35 2002
***************
*** 45,52 ****
  import GFTrigger
  
  # Defines which objects are "Tab Stops"
! #TabStops = ('GFEntry','GFButton')
! TabStops = ('GFEntry',)
  
  class GFForm(GFObj, GRootObj, GFEventAware):
    def __init__(self, parent=None, app=None):
--- 45,52 ----
  import GFTrigger
  
  # Defines which objects are "Tab Stops"
! TabStops = ('GFEntry','GFButton')
! #TabStops = ('GFEntry',)
  
  class GFForm(GFObj, GRootObj, GFEventAware):
    def __init__(self, parent=None, app=None):
***************
*** 221,227 ****
        return None
  
      message = None
!     
      try:
        if self._currentEntry:
          event = GFEvent('endEDITMODE', None)
--- 221,227 ----
        return None
  
      message = None
! 
      try:
        if self._currentEntry:
          event = GFEvent('endEDITMODE', None)
Index: gnue/forms/src/GFInstance.py
diff -c gnue/forms/src/GFInstance.py:1.51 gnue/forms/src/GFInstance.py:1.52
*** gnue/forms/src/GFInstance.py:1.51   Thu May 30 10:33:48 2002
--- gnue/forms/src/GFInstance.py        Sat Jun 15 15:51:35 2002
***************
*** 148,154 ****
    #
    def proxyEntryEvent(self, event):
  
!     if self._form._currentEntry != None:
  
        handler = self._form._currentEntry._displayHandler
  
--- 148,155 ----
    #
    def proxyEntryEvent(self, event):
  
!     if self._form._currentEntry != None and \
!        self._form._currentEntry._type != 'GFButton':
  
        handler = self._form._currentEntry._displayHandler
  
Index: gnue/forms/src/GFObjects/GFButton.py
diff -c gnue/forms/src/GFObjects/GFButton.py:1.6 
gnue/forms/src/GFObjects/GFButton.py:1.7
*** gnue/forms/src/GFObjects/GFButton.py:1.6    Thu May 30 10:33:48 2002
--- gnue/forms/src/GFObjects/GFButton.py        Sat Jun 15 15:51:36 2002
***************
*** 36,41 ****
--- 36,46 ----
      GFObj.__init__(self, parent)
      self._type = "GFButton"
      self.label = ""
+     self._inits = [self.initialize]
+ 
+   def initialize(self):
+     self._block = self.findParentOfType('GFBlock')
+ 
  
  
  
Index: gnue/forms/src/__init__.py
diff -c gnue/forms/src/__init__.py:1.7 gnue/forms/src/__init__.py:1.8
*** gnue/forms/src/__init__.py:1.7      Wed May 29 23:57:17 2002
--- gnue/forms/src/__init__.py  Sat Jun 15 15:51:35 2002
***************
*** 31,38 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,38 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/forms/src/uidrivers/_base/UIdriver.py
diff -c gnue/forms/src/uidrivers/_base/UIdriver.py:1.69 
gnue/forms/src/uidrivers/_base/UIdriver.py:1.70
*** gnue/forms/src/uidrivers/_base/UIdriver.py:1.69     Thu Jun  6 14:06:11 2002
--- gnue/forms/src/uidrivers/_base/UIdriver.py  Sat Jun 15 15:51:36 2002
***************
*** 297,303 ****
    # updateEntry
    #
    def updateEntry(self,event):
!     if event.data.hidden:
        return
  
      entry = event.data
--- 297,303 ----
    # updateEntry
    #
    def updateEntry(self,event):
!     if event.data.hidden or event.data._type == 'GFButton':
        return
  
      entry = event.data
Index: gnue/reports/src/__init__.py
diff -c gnue/reports/src/__init__.py:1.5 gnue/reports/src/__init__.py:1.6
*** gnue/reports/src/__init__.py:1.5    Wed May 29 23:11:03 2002
--- gnue/reports/src/__init__.py        Sat Jun 15 15:51:36 2002
***************
*** 30,37 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,0,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 30,37 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,0,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')



reply via email to

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