commit-gnue
[Top][All Lists]
Advanced

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

gnue/designer AUTHORS BUGS INSTALL NEWS README ...


From: Jason Cater
Subject: gnue/designer AUTHORS BUGS INSTALL NEWS README ...
Date: Sun, 04 Nov 2001 23:14:24 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/11/04 23:14:24

Modified files:
        designer       : AUTHORS BUGS INSTALL NEWS README TODO 

Log message:
        updated docs for 0.1.0 release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/AUTHORS.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/BUGS.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/INSTALL.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/NEWS.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/README.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/TODO.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/designer/AUTHORS
diff -u gnue/designer/AUTHORS:1.2 gnue/designer/AUTHORS:1.3
--- gnue/designer/AUTHORS:1.2   Sat Jun 30 15:54:29 2001
+++ gnue/designer/AUTHORS       Sun Nov  4 23:14:24 2001
@@ -1,12 +1,11 @@
 Jason Cater <address@hidden>
-  Everything and the kitchen sink. 
+  Base implementation; wizards
 
 James Thompson <address@hidden>
-  GConfig
+  GConfig; mouse support
 
-Designer is largely based on code contained within the forms and reports 
-tools so the authors of those tools contributed greatly to this
-tool as well. 
-  
+Designer is largely based on code contained within the forms and reports
+tools, so the authors of those tools contributed greatly to Designer.
+
 If we've missed anyone please let us know.
 
Index: gnue/designer/BUGS
diff -u gnue/designer/BUGS:1.6 gnue/designer/BUGS:1.7
--- gnue/designer/BUGS:1.6      Tue Jul 31 19:44:12 2001
+++ gnue/designer/BUGS  Sun Nov  4 23:14:24 2001
@@ -1,50 +1,46 @@
-These are known issues with Designer 0.0.2 
+****************************************************
+PLEASE REPORT ANY BUGS NOT LISTED BELOW AT:
+   http://savannah.gnu.org/support/?group_id=34
 
+Include as much detail about your computer setup as
+possible. If you can reliably reproduce the bug,
+please include each step involved. Does the problem
+only occur when working on a single form (but not
+other similar forms?)
+****************************************************
 
-* Designer occasionally seg faults when clicking on the Tree View. I cannot 
-  find any pattern to the segfaulting and it usually only happens to me once 
-  every day, so if anyone can reliably repeat this bug, PLEASE let me know 
+These are known issues with Designer 0.1.0
+
+* Designer occasionally seg faults when clicking on the Tree View. I cannot
+  find any pattern to the segfaulting and it usually only happens to me once
+  every day, so if anyone can reliably repeat this bug, PLEASE let me know
   what you are doing (email: address@hidden)
 
-* On the Property Editor: You cannot change a value and then click to another 
-  window/frame without first pressing enter. The value will revert back to 
+* On the Property Editor: You cannot change a value and then click to another
+  window/frame without first pressing enter. The value will revert back to
   the original because one of wxPython's focus listeners isn't being called.
   Not sure if this is a limitation of the way we implemented the Grid editor
   or a limitation of wxGTK.
 
-* If you are viewing a page and then, using the Tree View, select an object 
+* If you are viewing a page and then, using the Tree View, select an object
   on another page, the Layout Editor does not switch to the other page.  You
   have to first select the other page in the Tree View first, then select the
-  object to modify. 
-
-* The Events tab on the "Property Editor" window is not functional. 
-  It currently displays the same information as on the "Properties" 
-  tab; however, do not attempt to edit properties from the "Events" 
-  tab as you may get a segfault. 
-
-* Designer currently redraws the entire layout screen whenever a property 
-  is modified and whenever an object is deleted or modified. This may 
-  make designer run slowly on slower computers.  
+  object to modify.
 
-* The Form Creation Wizards do not currently work (File|New Form from 
Wizard...)
+* The Events tab on the "Property Editor" window is not functional.
+  It currently displays the same information as on the "Properties"
+  tab; however, do not attempt to edit properties from the "Events"
+  tab as you may get a segfault.
 
+* Designer currently redraws the entire layout screen whenever a property
+  is modified and whenever an object is deleted or modified. This may
+  make designer run slowly on slower computers.
 
 
-The following aren't technically bugs, but may bite none-the-less: 
+The following aren't technically bugs, but may bite none-the-less:
 
-* If you hand-edit a form definition and comment out sections, then 
-  open this form definition in designer and save, you will lose your 
-  commented sections.  This is due to the fact that designer's XML 
-  parser does not save XML comments between sessions. 
-
-****************************************************
-PLEASE REPORT ANY BUGS NOT LISTED ABOVE AT: 
-   http://savannah.gnu.org/support/?group_id=34
-
-Include as much detail about your computer setup as 
-possible. If you can reliably reproduce the bug, 
-please include each step involved. Does the problem
-only occur when working on a single form (but not 
-other similar forms?) 
-****************************************************
+* If you hand-edit a form definition and comment out sections, then
+  open this form definition in designer and save, you will lose your
+  commented sections.  This is due to the fact that designer's XML
+  parser does not save XML comments between sessions.
 
Index: gnue/designer/INSTALL
diff -u gnue/designer/INSTALL:1.2 gnue/designer/INSTALL:1.3
--- gnue/designer/INSTALL:1.2   Sun Jul  1 20:35:07 2001
+++ gnue/designer/INSTALL       Sun Nov  4 23:14:24 2001
@@ -1,22 +1,21 @@
-Installation instructions for GNUe Designer
+GNUe Designer is a tool used to visually design forms. Eventually, it
+will be expanded to include Reports, GEAS directives, et al.
 
-Quick Ref: (read below for more info)
-=====================================
-  python setup.py install
-  
-
   ******************************************************
-  WARNING: GNUe Designer 0.0.1 is considered ALPHA code.
+  WARNING: GNUe Designer 0.1.0 is not perfect code.
   Odds are, it will crash on you at some point (many
   points?), so if using on production forms, work from
-  a copy and save often. See BUGS for known issues. 
+  a copy and save often.  See BUGS for known issues.
   ******************************************************
 
+This tool requires gnue-common and gnue-forms (with wxPython support)
+installations.  These can be downloaded from www.gnuenterprise.org.
+Designer has no dependencies aside from the dependencies of those
+two packages.
+
+To install, type:
+   ./setup.py install
 
-General information:
-====================
+You can then run:
+  gfdesigner
 
-GNUe Designer requires a working copy of GNUe Forms 
-installed before it will function.  No additional
-dependencies are required beyond those needed to 
-get GNUe Forms working.
Index: gnue/designer/NEWS
diff -u gnue/designer/NEWS:1.2 gnue/designer/NEWS:1.3
--- gnue/designer/NEWS:1.2      Sun Jul  1 20:47:26 2001
+++ gnue/designer/NEWS  Sun Nov  4 23:14:24 2001
@@ -1,3 +1,14 @@
+New features/changes in version 0.1.0: ()
+o Brought code up to date with GNUe-Common 0.1.0 and GNUe-Forms 0.1.0
+o Added Wizards/Automatic form generation
+o Icons (this is disabled in the basic install as it crashes some systems)
+o Reorder-by-location added (Changes the tab-order based on screen position)
+o Added support for "deprecated" attributes.  If your form already uses a
+  deprecated attribute, Designer will still let you use it.  However,
+  Designer will not let you create a new form with the attribute.
+o Startup warnings dialogs
+o Many bug fixes
+
 New features/changes in version 0.0.1: (1-JUL-2001)
 o Initial Release
 
Index: gnue/designer/README
diff -u gnue/designer/README:1.3 gnue/designer/README:1.4
--- gnue/designer/README:1.3    Sun Jul  1 20:35:07 2001
+++ gnue/designer/README        Sun Nov  4 23:14:24 2001
@@ -1,30 +1,26 @@
-GNUe Designer is a tool used to visually design forms. Eventually, it 
-will be expanded to include Reports, GEAS directives, et al. 
+GNUe Designer is a tool used to visually design forms. Eventually, it
+will be expanded to include Reports, GEAS directives, et al.
 
   ******************************************************
-  WARNING: GNUe Designer 0.0.1 is considered ALPHA code. 
-  Odds are, it will crash on you at some point (many 
-  points?), so if using on production forms, work from 
-  a copy and save often.  See BUGS for known issues.  
-  ****************************************************** 
-
-This tool requires gnue-common and gnue-forms installations.  These can
-be downloaded from www.gnuenterprise.org.  Designer has no dependencies
-aside from the dependencies of those two packages. 
-
-To install, type: 
-   ./setup.py build
-   ./setup.py install 
-
-You can then type gdesigner to run the designer. 
-
-
-To install a test copy that works from CVS, type: 
-   ./setup.py devel 
-
-You may then type gfdes to run the CVS version. 
+  WARNING: GNUe Designer 0.1.0 is not perfect code.
+  Odds are, it will crash on you at some point (many
+  points?), so if using on production forms, work from
+  a copy and save often.  See BUGS for known issues.
+  ******************************************************
 
-NOTE: gnue-forms and gnue-common must also be installed from CVS 
-      using ./setup.py devel even if a full installation has been
-      performed. 
+This tool requires gnue-common and gnue-forms (with wxPython support)
+installations.  These can be downloaded from www.gnuenterprise.org.
+Designer has no dependencies aside from the dependencies of these
+two packages.
+
+For installation instructions, see the INSTALL file.
+
+Compatibility:
+  GNUe Designer has been successfully used on
+    Debian GNU/Linux
+    FreeBSD 4.2-Stable
+    RedHat GNU/Linux
+    Solaris 2.5.1
+    Slackware 8.0
+    Windows 98
 
Index: gnue/designer/TODO
diff -u gnue/designer/TODO:1.2 gnue/designer/TODO:1.3
--- gnue/designer/TODO:1.2      Sun Jun 24 23:05:38 2001
+++ gnue/designer/TODO  Sun Nov  4 23:14:24 2001
@@ -1,8 +1,15 @@
-Um, this file will be updated after first release. 
 
-Most of all, the README needs to have something meaningful in it. 
+ * When closing a form (or exiting the app), Designer should check for
+   a "dirty" (unsaved) form and ask the user to save before exiting.
 
+ * Implement the EVENT tab support
 
+ * Implement a better code/text editing system (preferably by adding
+   support for BOA Constructor, a really nifty python based development
+   environment.
+
+ * Generalize Designer's code to so we can add other modules (such
+   as Reports, GEAS, Integrator)
 
 ==================================================================
 NOTE: 



reply via email to

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