commit-gnue
[Top][All Lists]
Advanced

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

gnue common/ChangeLog common/NEWS common/src/__...


From: James Thompson
Subject: gnue common/ChangeLog common/NEWS common/src/__...
Date: Mon, 02 Dec 2002 21:37:52 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         forms-0-4-1-branch
Changes by:     James Thompson <address@hidden> 02/12/02 21:37:51

Modified files:
        common         : ChangeLog NEWS 
        common/src     : __init__.py 
        designer       : ChangeLog NEWS 
        designer/src   : __init__.py 
        forms          : ChangeLog NEWS 
        forms/samples/zipcode: zipcode.gfd 
        forms/src      : __init__.py 

Log message:
        Checkins final for 0.4.2 releases of common, designer, forms

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/ChangeLog.diff?only_with_tag=common-0-4-1-branch&tr1=1.16&tr2=1.16.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/NEWS.diff?only_with_tag=common-0-4-1-branch&tr1=1.19&tr2=1.19.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/__init__.py.diff?only_with_tag=common-0-4-1-branch&tr1=1.21.2.2&tr2=1.21.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/ChangeLog.diff?only_with_tag=designer-0-4-1-branch&tr1=1.2&tr2=1.2.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/NEWS.diff?only_with_tag=designer-0-4-1-branch&tr1=1.12&tr2=1.12.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/__init__.py.diff?only_with_tag=designer-0-4-1-branch&tr1=1.17.2.1&tr2=1.17.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/ChangeLog.diff?only_with_tag=forms-0-4-1-branch&tr1=1.29&tr2=1.29.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/NEWS.diff?only_with_tag=forms-0-4-1-branch&tr1=1.25&tr2=1.25.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/samples/zipcode/zipcode.gfd.diff?only_with_tag=forms-0-4-1-branch&tr1=1.22&tr2=1.22.6.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/__init__.py.diff?only_with_tag=forms-0-4-1-branch&tr1=1.13.2.1&tr2=1.13.2.2&r1=text&r2=text

Patches:
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.15 gnue/common/ChangeLog:1.16
*** gnue/common/ChangeLog:1.15  Thu Nov 14 00:05:28 2002
--- gnue/common/ChangeLog       Sun Nov 17 20:27:05 2002
***************
*** 1,3 ****
--- 1,82 ----
+ 2002-11-17 19:17  jcater
+ 
+       * doc/Developers-Guide.sxw, src/__init__.py,
+       utils/doc-xml-attrs-openoffice.py: doc/version changes in prep for
+       a release
+ 
+ 2002-11-17 16:53  jcater
+ 
+       * src/cursing/Button.py, src/cursing/ColorScheme.py,
+       src/cursing/ComboBox.py, src/cursing/Control.py,
+       src/cursing/Dialog.py, src/cursing/Frame.py,
+       src/cursing/GraphicObject.py, src/cursing/GroupBox.py,
+       src/cursing/Label.py, src/cursing/MenuBar.py,
+       src/cursing/MenuItem.py, src/cursing/ScreenContainer.py,
+       src/cursing/StatusBar.py, src/cursing/TextArea.py,
+       src/cursing/TextBox.py, src/cursing/VButton.py,
+       src/cursing/VScrollBar.py, src/cursing/sio.py,
+       src/cursing/utility.py, utils/doc-xml-attrs-openoffice.py: updated
+       Forms Dev Guide to have new descriptions of attributes
+ 
+ 2002-11-17 10:00  jamest
+ 
+       * setup.py: added gnue.common.external to setup.py
+ 
+ 2002-11-16 23:17  dimas
+ 
+       * doc/technotes/00002.txt: Minor typo.
+ 
+ 2002-11-16 15:14  jamest
+ 
+       * src/GDataObjects.py: Fixed for unbound fields in blocks sometimes
+       flaging that blocks resultset to require saving
+ 
+ 2002-11-16 09:44  jcater
+ 
+       * src/GParser.py: If a referenced importable object is not found,
+       raise an exception
+ 
+ 2002-11-16 09:20  jcater
+ 
+       * src/cursing/: ComboBox.py, Dialog.py, VScrollBar.py: 
+       
+       Fixed incorrect drawing of Login dialog and scrollbars
+ 
+ 2002-11-15 17:18  jcater
+ 
+       * src/cursing/sio.py: 
+       
+       More work on color support
+ 
+ 2002-11-15 16:13  jamest
+ 
+       * src/GDataObjects.py: master datasources no longer cause detail
+       datasources to execute a query for detail key = to null when the
+       master is cleared or at startup
+ 
+ 2002-11-15 11:06  jcater
+ 
+       * setup.py: added sqlite to setup.py
+ 
+ 2002-11-15 01:20  jcater
+ 
+       * src/cursing/: Button.py, ColorScheme.py, GraphicObject.py,
+       MenuItem.py, StatusBar.py, TextArea.py, sio.py: more work on curses
+ 
+ 2002-11-14 22:00  jamest
+ 
+       * doc/Developers-Guide.sxw: The start of a developers guide for
+       GNUe Common.
+ 
+ 2002-11-14 19:44  jcater
+ 
+       * src/cursing/: Button.py, Frame.py, ScreenContainer.py,
+       StatusBar.py, TextBox.py, sio.py: more work in curses driver
+ 
+ 2002-11-13 23:05  jcater
+ 
+       * ChangeLog, NEWS: Updated NEWS and ChangeLogs
+ 
  2002-11-13 22:06  jcater
  
        * src/: GBaseApp.py, GParser.py: 
***************
*** 66,91 ****
        * utils/win-links.txt: A small readme about link creation tools for
        Windows.
  
- 2002-11-12 02:48  arturas
- 
-       * utils/: fsutil.exe, linkd.exe: Removing non free software for
-       creating links under Windows.
- 
  2002-11-11 14:51  jamest
  
        * src/dbdrivers/_dbsig/DBdriver.py: distinct support fix
- 
- 2002-11-11 11:31  arturas
- 
-       * utils/: fsutil.exe, linkd.exe: Two .exe files for creating links
-       under Windows (NTFS5). fsutil has many uses, among them it can
-       create file links (file comes with WindowsXP, but not with
-       Windows2000). linkd only creates links for directories.  If file is
-       linked, link can be safely deleted and it does not change original
-       file, but if directory is linked, deletion of any either original
-       target or link itself, results in deleting both (explorer does not
-       differ whether it is link or original), so linkd also implements
-       deletion of linked directories.
  
  2002-11-10 23:59  jcater
  
--- 145,153 ----
Index: gnue/common/NEWS
diff -c gnue/common/NEWS:1.18 gnue/common/NEWS:1.19
*** gnue/common/NEWS:1.18       Thu Nov 14 00:05:28 2002
--- gnue/common/NEWS    Sun Nov 17 20:27:05 2002
***************
*** 1,10 ****
! New features/changes in version 0.4.1: (??-NOV-2002)
  o DataSource improvements: 
    o "distinct" rows support
    o Order by "descending" values
    o "primarykey" and "explicitfields" support
  o Added "cursing", a python/curses widget toolkit
  o Improved validation by the XML parser
  o Added a common Event system for the tools to use
  
  New features/changes in version 0.4.0: (29-SEP-2002)
--- 1,11 ----
! New features/changes in version 0.4.1: (17-NOV-2002)
  o DataSource improvements: 
    o "distinct" rows support
    o Order by "descending" values
    o "primarykey" and "explicitfields" support
  o Added "cursing", a python/curses widget toolkit
  o Improved validation by the XML parser
+ o GParser support for importable libraries
  o Added a common Event system for the tools to use
  
  New features/changes in version 0.4.0: (29-SEP-2002)
Index: gnue/common/src/__init__.py
diff -c gnue/common/src/__init__.py:1.21 gnue/common/src/__init__.py:1.22
*** gnue/common/src/__init__.py:1.21    Sun Nov 17 20:17:23 2002
--- gnue/common/src/__init__.py Tue Nov 19 20:01:36 2002
***************
*** 31,38 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
--- 31,38 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
Index: gnue/designer/ChangeLog
diff -c gnue/designer/ChangeLog:1.1 gnue/designer/ChangeLog:1.2
*** gnue/designer/ChangeLog:1.1 Thu Nov 14 00:27:15 2002
--- gnue/designer/ChangeLog     Sun Nov 17 20:27:05 2002
***************
*** 1,3 ****
--- 1,49 ----
+ 2002-11-17 19:17  jcater
+ 
+       * src/__init__.py: doc/version changes in prep for a release
+ 
+ 2002-11-15 23:46  jcater
+ 
+       * src/forms/wizards/AddDropDown.py: 
+       
+       Fixed bugs when selecting "Reuse Existing Datasource"
+ 
+ 2002-11-15 17:16  jamest
+ 
+       * src/forms/wizards/AddDropDown.py: fixed adding dropdowns to
+       existing forms
+ 
+ 2002-11-15 14:22  jamest
+ 
+       * src/forms/wizards/AddDataSource.py: Fix for addDataSource wizard
+       when used on existing forms
+ 
+ 2002-11-14 19:27  jamest
+ 
+       * src/forms/wizards/AddBlock.py: fixed the add block wizard
+ 
+ 2002-11-14 19:01  jamest
+ 
+       * src/forms/: LayoutEditor/LayoutEditorTools.py,
+       wizards/AddBlock.py, wizards/AddBox.py, wizards/AddButton.py,
+       wizards/AddDataSource.py, wizards/AddDropDown.py,
+       wizards/AddEntry.py, wizards/AddLabel.py, wizards/AddPage.py: Moved
+       Insert items under the edit menu
+ 
+ 2002-11-14 08:48  jamest
+ 
+       * src/reports/TemplateSupport.py: applied btami's patch to fix
+       reports generated from wizards
+ 
+ 2002-11-13 23:27  jcater
+ 
+       * ChangeLog: hmmm, how could designer's changelog be missing for
+       this long?
+ 
+ 2002-11-13 23:05  jcater
+ 
+       * NEWS: Updated NEWS and ChangeLogs
+ 
  2002-11-13 22:10  jcater
  
        * src/reports/TemplateSupport.py,
***************
*** 255,267 ****
  2002-09-16 18:26  jcater
  
        * src/schema/: Incubator.py, Instance.py, TemplateSupport.py,
!       VisualEditor.py, parser/__init__.py, parser/.cvsignore: fixes from
!       migration of schema parser to gnue-common
! 
! 2002-09-16 18:20  jamest
! 
!       * src/schema/parser/__init__.py: Line added per jcater to deal with
!       requested file moves in CVS.  Remember to cvs update -Pd kids!
  
  2002-09-16 14:30  jcater
  
--- 301,308 ----
  2002-09-16 18:26  jcater
  
        * src/schema/: Incubator.py, Instance.py, TemplateSupport.py,
!       VisualEditor.py: fixes from migration of schema parser to
!       gnue-common
  
  2002-09-16 14:30  jcater
  
***************
*** 448,455 ****
  2002-07-22 10:25  siesel
  
        * templates/schema/.cvsignore, src/forms/wizards/.cvsignore,
!       src/schema/.cvsignore, src/schema/parser/.cvsignore,
!       src/schema/wizards/.cvsignore: beautify cvs update output :)
  
  2002-07-21 23:09  jcater
  
--- 489,496 ----
  2002-07-22 10:25  siesel
  
        * templates/schema/.cvsignore, src/forms/wizards/.cvsignore,
!       src/schema/.cvsignore, src/schema/wizards/.cvsignore: beautify cvs
!       update output :)
  
  2002-07-21 23:09  jcater
  
***************
*** 649,657 ****
  
  2002-06-27 17:48  jcater
  
!       * src/: ToolSupport.py, schema/Instance.py, schema/__init__.py,
!       schema/parser/__init__.py: start of Schema designer support;
!       initial check-ins
  
  2002-06-15 14:54  jcater
  
--- 690,697 ----
  
  2002-06-27 17:48  jcater
  
!       * src/: ToolSupport.py, schema/Instance.py, schema/__init__.py:
!       start of Schema designer support; initial check-ins
  
  2002-06-15 14:54  jcater
  
Index: gnue/designer/NEWS
diff -c gnue/designer/NEWS:1.11 gnue/designer/NEWS:1.12
*** gnue/designer/NEWS:1.11     Thu Nov 14 00:05:28 2002
--- gnue/designer/NEWS  Sun Nov 17 20:27:05 2002
***************
*** 1,4 ****
! New features/changes in version 0.4.1: (??-NOV-2002)
  o Added support for Report's Namespace model to Wizards
  o User-feedback enhancements
  o Updates to support GNUe Common 0.4.1
--- 1,4 ----
! New features/changes in version 0.4.1: (17-NOV-2002)
  o Added support for Report's Namespace model to Wizards
  o User-feedback enhancements
  o Updates to support GNUe Common 0.4.1
Index: gnue/designer/src/__init__.py
diff -c gnue/designer/src/__init__.py:1.17 gnue/designer/src/__init__.py:1.18
*** gnue/designer/src/__init__.py:1.17  Sun Nov 17 20:17:23 2002
--- gnue/designer/src/__init__.py       Tue Nov 19 20:01:40 2002
***************
*** 31,38 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
--- 31,38 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,5,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
Index: gnue/forms/ChangeLog
diff -c gnue/forms/ChangeLog:1.28 gnue/forms/ChangeLog:1.29
*** gnue/forms/ChangeLog:1.28   Thu Nov 14 00:05:28 2002
--- gnue/forms/ChangeLog        Sun Nov 17 20:27:05 2002
***************
*** 1,3 ****
--- 1,73 ----
+ 2002-11-17 19:17  jcater
+ 
+       * MANIFEST.in, setup.py, doc/Developers-Guide.sxw, src/__init__.py:
+       doc/version changes in prep for a release
+ 
+ 2002-11-17 17:39  jamest
+ 
+       * src/: GFDisplayHandler.py, uidrivers/wx/UIdriver.py: removed
+       debug print statements wx UI fix for checkboxes
+ 
+ 2002-11-17 17:16  jcater
+ 
+       * src/GFDisplayHandler.py: updated checkbox code
+ 
+ 2002-11-17 16:53  jcater
+ 
+       * BUGS, doc/Developers-Guide.sxw, src/GFParser.py: updated Forms
+       Dev Guide to have new descriptions of attributes
+ 
+ 2002-11-17 15:54  jamest
+ 
+       * src/: GFDisplayHandler.py, GFInstance.py, GFObjects/GFEntry.py,
+       uidrivers/_base/UIdriver.py, uidrivers/wx/UIdriver.py: partial fix
+       for checkboxes, commiting in prep to feed code into our AI unit
+ 
+ 2002-11-17 13:44  jcater
+ 
+       * src/: GFParser.py, uidrivers/curses/UIdriver.py: removed comment
+       line
+ 
+ 2002-11-17 13:43  jcater
+ 
+       * src/GFParser.py: added GFParser descriptions [patch by sklein]
+ 
+ 2002-11-16 15:14  jamest
+ 
+       * src/GFForm.py: Fixed for unbound fields in blocks sometimes
+       flaging that blocks resultset to require saving
+ 
+ 2002-11-15 23:14  jcater
+ 
+       * src/GFParser.py: added doc attributes to parser objects
+ 
+ 2002-11-15 17:12  jamest
+ 
+       * src/: GFClient.py, GFConfig.py: added DefaultUI config option
+ 
+ 2002-11-15 15:50  jamest
+ 
+       * src/uidrivers/wx/UIdriver.py: removed an unneeded print
+ 
+ 2002-11-15 14:08  jamest
+ 
+       * BUGS, src/GFForm.py, src/uidrivers/curses/UIdriver.py: fix pageup
+       in curses driver partial fix for debug->run usage in GNUe Designer
+       (complete after next release)
+ 
+ 2002-11-15 01:20  jcater
+ 
+       * src/uidrivers/curses/UIdriver.py: more work on curses
+ 
+ 2002-11-14 19:44  jcater
+ 
+       * src/: GFObjects/GFButton.py, uidrivers/curses/UIdriver.py: more
+       work in curses driver
+ 
+ 2002-11-13 23:05  jcater
+ 
+       * ChangeLog, NEWS: Updated NEWS and ChangeLogs
+ 
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/forms.spec,
Index: gnue/forms/NEWS
diff -c gnue/forms/NEWS:1.24 gnue/forms/NEWS:1.25
*** gnue/forms/NEWS:1.24        Thu Nov 14 00:05:28 2002
--- gnue/forms/NEWS     Sun Nov 17 20:27:05 2002
***************
*** 1,10 ****
! New features/changes in version 0.4.1(??-NOV-2002):
  o Query-by-detail-block support implemented
  o Preliminary Curses driver added
  o Improvements to the GTK2 driver
  o Improved Developer API:
    o Global trigger namespace
    o Many new convenience functions
  o Updates to support GNUe Common 0.4.1
  o Various user-feedback improvements
  o Many bug fixes
--- 1,11 ----
! New features/changes in version 0.4.1(17-NOV-2002):
  o Query-by-detail-block support implemented
  o Preliminary Curses driver added
  o Improvements to the GTK2 driver
  o Improved Developer API:
    o Global trigger namespace
    o Many new convenience functions
+ o Reworked checkbox support
  o Updates to support GNUe Common 0.4.1
  o Various user-feedback improvements
  o Many bug fixes
Index: gnue/forms/samples/zipcode/zipcode.gfd
diff -c gnue/forms/samples/zipcode/zipcode.gfd:1.27 
gnue/forms/samples/zipcode/zipcode.gfd:1.28
*** gnue/forms/samples/zipcode/zipcode.gfd:1.27 Tue Nov 26 21:29:38 2002
--- gnue/forms/samples/zipcode/zipcode.gfd      Wed Nov 27 21:24:39 2002
***************
*** 40,46 ****
               c:y="2"/>
        <label name="Label_3" text="Zip" c:x="33" c:y="1"/>
        <entry block="zip" field="zip" c:width="5" c:x="33" c:y="2"/>
-       <scrollbar c:height="15" c:width="1" c:x="40" c:y="2"/>
      </page>
    </layout>
  </form>
--- 40,45 ----
Index: gnue/forms/src/__init__.py
diff -c gnue/forms/src/__init__.py:1.13 gnue/forms/src/__init__.py:1.14
*** gnue/forms/src/__init__.py:1.13     Sun Nov 17 20:17:23 2002
--- gnue/forms/src/__init__.py  Tue Nov 19 20:01:40 2002
***************
*** 31,38 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
--- 31,38 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,5,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:




reply via email to

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