btami | 1 Nov 2005 19:27

[gnue] r8088 - in trunk/gnue-designer/src: . reports reports/Char

Author: btami
Date: 2005-11-01 12:27:05 -0600 (Tue, 01 Nov 2005)
New Revision: 8088

Modified:
   trunk/gnue-designer/src/Designer.py
   trunk/gnue-designer/src/reports/Char/Incubator.py
   trunk/gnue-designer/src/reports/TreeView.py
Log:
removed outdated version check

Modified: trunk/gnue-designer/src/Designer.py
===================================================================
--- trunk/gnue-designer/src/Designer.py	2005-10-31 08:25:07 UTC (rev 8087)
+++ trunk/gnue-designer/src/Designer.py	2005-11-01 18:27:05 UTC (rev 8088)
 <at>  <at>  -430,13 +430,6  <at>  <at> 
           instance.uiinstance, templateInformation).run():
       instance.uiinstance.close()

-#
-# Workaround for Python 2.2's big unicode bug!!!
-# TODO: I don't think this is working!
-# TODO: Pop up a warning dialog
-#
-if sys.version[:5] == "2.2.0":
-  from cStringIO import StringIO

 if __name__ == '__main__':
   Designer().run()

(Continue reading)

btami | 1 Nov 2005 19:29

[gnue] r8089 - trunk/gnue-designer/src/reports

Author: btami
Date: 2005-11-01 12:29:15 -0600 (Tue, 01 Nov 2005)
New Revision: 8089

Modified:
   trunk/gnue-designer/src/reports/TreeView.py
Log:
removed debug prints

Modified: trunk/gnue-designer/src/reports/TreeView.py
===================================================================
--- trunk/gnue-designer/src/reports/TreeView.py	2005-11-01 18:27:05 UTC (rev 8088)
+++ trunk/gnue-designer/src/reports/TreeView.py	2005-11-01 18:29:15 UTC (rev 8089)
 <at>  <at>  -41,9 +41,7  <at>  <at> 
   rootDescr = 'Report'

   def inventoryObject (self, object):
-    print'inventoryObject',object
     if object != self.rootObject:
-      print 'getDescription()=',object.getDescription()
       icon = 'properties'
       parentTreeItem = object.getParent ()._treeItem
       if isinstance(object, GRParameters.GRParameters):
jamest | 4 Nov 2005 03:12

[gnue] r8090 - trunk/gnue-forms

Author: jamest
Date: 2005-11-03 20:12:34 -0600 (Thu, 03 Nov 2005)
New Revision: 8090

Modified:
   trunk/gnue-forms/README
Log:
test commit for roundup/svn integration
issue30 testing

Modified: trunk/gnue-forms/README
===================================================================
--- trunk/gnue-forms/README	2005-11-01 18:29:15 UTC (rev 8089)
+++ trunk/gnue-forms/README	2005-11-04 02:12:34 UTC (rev 8090)
 <at>  <at>  -1,5 +1,6  <at>  <at> 
 GNUe Forms: A tool of the GNUe Project (www.gnue.org)

+
 Introduction
 ------------
 GNUe Forms is a data-aware user-interface generator. In more specific terms,
jamest | 4 Nov 2005 03:19

[gnue] r8091 - trunk/gnue-forms

Author: jamest
Date: 2005-11-03 20:19:11 -0600 (Thu, 03 Nov 2005)
New Revision: 8091

Modified:
   trunk/gnue-forms/README
Log:
another test
issue30 testing

Modified: trunk/gnue-forms/README
===================================================================
--- trunk/gnue-forms/README	2005-11-04 02:12:34 UTC (rev 8090)
+++ trunk/gnue-forms/README	2005-11-04 02:19:11 UTC (rev 8091)
 <at>  <at>  -1,6 +1,5  <at>  <at> 
 GNUe Forms: A tool of the GNUe Project (www.gnue.org)

-
 Introduction
 ------------
 GNUe Forms is a data-aware user-interface generator. In more specific terms,
jamest | 4 Nov 2005 03:27

[gnue] r8092 - trunk/gnue-forms

Author: jamest
Date: 2005-11-03 20:27:41 -0600 (Thu, 03 Nov 2005)
New Revision: 8092

Modified:
   trunk/gnue-forms/README
Log:
testing roundup/svn
issue30 testing

Modified: trunk/gnue-forms/README
===================================================================
--- trunk/gnue-forms/README	2005-11-04 02:19:11 UTC (rev 8091)
+++ trunk/gnue-forms/README	2005-11-04 02:27:41 UTC (rev 8092)
 <at>  <at>  -1,5 +1,6  <at>  <at> 
 GNUe Forms: A tool of the GNUe Project (www.gnue.org)

+
 Introduction
 ------------
 GNUe Forms is a data-aware user-interface generator. In more specific terms,
jamest | 4 Nov 2005 03:37

[gnue] r8093 - trunk/gnue-forms

Author: jamest
Date: 2005-11-03 20:37:33 -0600 (Thu, 03 Nov 2005)
New Revision: 8093

Modified:
   trunk/gnue-forms/README
Log:
issue30 testing
yet another test commit for roundup

Modified: trunk/gnue-forms/README
===================================================================
--- trunk/gnue-forms/README	2005-11-04 02:27:41 UTC (rev 8092)
+++ trunk/gnue-forms/README	2005-11-04 02:37:33 UTC (rev 8093)
 <at>  <at>  -1,6 +1,5  <at>  <at> 
 GNUe Forms: A tool of the GNUe Project (www.gnue.org)

-
 Introduction
 ------------
 GNUe Forms is a data-aware user-interface generator. In more specific terms,
johannes | 8 Nov 2005 11:46

[gnue] r8094 - trunk/gnue-common/src/events

Author: johannes
Date: 2005-11-08 04:46:18 -0600 (Tue, 08 Nov 2005)
New Revision: 8094

Modified:
   trunk/gnue-common/src/events/Event.py
   trunk/gnue-common/src/events/EventAware.py
   trunk/gnue-common/src/events/EventController.py
   trunk/gnue-common/src/events/__init__.py
Log:
Code clean-up (according to technote 15)

Modified: trunk/gnue-common/src/events/Event.py
===================================================================
--- trunk/gnue-common/src/events/Event.py	2005-11-04 02:37:33 UTC (rev 8093)
+++ trunk/gnue-common/src/events/Event.py	2005-11-08 10:46:18 UTC (rev 8094)
 <at>  <at>  -1,6 +1,9  <at>  <at> 
+# GNU Enterprise Common Library - Events framework - Events
 #
-# This file is part of GNU Enterprise.
+# Copyright 2001-2005 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
 <at>  <at>  -16,23 +19,18  <at>  <at> 
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
(Continue reading)

shenanigans | 8 Nov 2005 19:08

[OTAnn] Feedback

I was interested in getting feedback from current mail group users.

We have mirrored your mail list in a new application that provides a more aggregated and safe environment
which utilizes the power of broadband.

Roomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds broadcast video and social
networking such as favorite authors and an html editor.

It?s free to join and any feedback would be appreciated.

S.

----------------------------------------------------------------------------------------------------------------------------------------------------------
Broadband interface (RIA) + mail box saftey = <a href="http://GNU_Enterprise_project_CVS_List.roomity.com">GNU_Enterprise_project_CVS_List.roomity.com</a>
*Your* clubs, no sign up to read, ad supported; try broadband internet. ~~1131473287388~~
----------------------------------------------------------------------------------------------------------------------------------------------------------
btami | 11 Nov 2005 19:27

[gnue] r8095 - in trunk/gnue-designer/src/reports: . Char Standard

Author: btami
Date: 2005-11-11 12:27:31 -0600 (Fri, 11 Nov 2005)
New Revision: 8095

Added:
   trunk/gnue-designer/src/reports/Standard/LayoutEditor.py
Removed:
   trunk/gnue-designer/src/reports/LayoutEditor.py
Modified:
   trunk/gnue-designer/src/reports/Char/LayoutEditor.py
   trunk/gnue-designer/src/reports/Instance.py
   trunk/gnue-designer/src/reports/Standard/FilterSupport.py
Log:
more work on reports support

Modified: trunk/gnue-designer/src/reports/Char/LayoutEditor.py
===================================================================
--- trunk/gnue-designer/src/reports/Char/LayoutEditor.py	2005-11-08 10:46:18 UTC (rev 8094)
+++ trunk/gnue-designer/src/reports/Char/LayoutEditor.py	2005-11-11 18:27:31 UTC (rev 8095)
 <at>  <at>  -73,7 +73,7  <at>  <at> 
   def onModifyObject (self, event):
     object = event.object
     handler = event.originator
-    modifications = event.modifications
+#    modifications = event.modifications

   def onDeleteObject (self, event):
     object = event.object

Modified: trunk/gnue-designer/src/reports/Instance.py
(Continue reading)


Gmane