/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by teichmann, Tue Aug 7 13:55:03 2007 UTC revision 15 by teichmann, Wed Aug 8 21:37:10 2007 UTC
# Line 1  Line 1 
1    2007-08-08      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/test-data/simple.xml: Added some descriptions
4    
5            * tools/formed/formed/model/data.py: set attributes in constructors
6              directly.
7    
8            * tools/formed/formed/model/nodecomponents.py: Added description
9              attribute in the NodeComponent base class.
10    
11            * tools/formed/formed/plugins/web/plugin.py: Render description
12              as legend in fieldset for GroupNodes.
13    
14    2007-08-08      Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/plugins/web/plugin.py: make UTF-8
17              output work.
18    
19    2007-08-08      Sascha L. Teichmann <[email protected]>
20    
21            * tools/formed/formed/model/data.py: Added get/setText() method
22    
23            * tools/formed/formed/plugins/web/plugin.py: Added a first
24              version of a recursive HTML renderer based on the document
25                    tree.
26    
27    2007-08-08      Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/formed/plugins/*: New: plug-in infrastructure.
30            
31            * tools/formed/formed/plugins/web/*: new: A simple web server
32              which is intended to serve pages of the current formular.
33    
34            * tools/formed/formed/main.py: start the plug-ins
35    
36            * tools/formed/formed/config.py: configuration class. Used
37              for the plug-ins.
38    
39    2007-08-08      Sascha L. Teichmann <[email protected]>
40    
41            * tools/formed/formed/model/nodecomponents.py: Fixed broadcasting
42              issue with zero length tree paths.
43    
44            * tools/formed/formed/model/misc.py: New: contains a class
45              for generating unique ids.
46    
47            * tools/formed/formed/main.py: Added an instance of an
48              unique id generator for naming of new made tree items.
49    
50    2007-08-07      Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/main.py: Added event route document ->
53              attribute table to get informed when selected item is delete
54                    or an attribute is changed from the outside.
55    
56            * tools/formed/formed/ui/controls.py: Fixed. In older versions of
57              wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead
58                    of 3 argument. Uses icons+tooltips for tree navigation now.
59    
60    2007-08-07      Sascha L. Teichmann <[email protected]>
61    
62            * tools/formed/formed/model/nodecomponents.py: Set name
63              attribute in base class.
64    
65            * tools/formed/formed/io/document.py: Added a table
66              names -> classes.
67    
68            * tools/formed/formed/main.py: Added a toolbar. Added code
69              to create and delete tree items.
70    
71            * tools/formed/formed/ui/controls.py: Added code to
72              insert and delete new tree items.
73    
74  2007-08-07      Sascha L. Teichmann <[email protected]>  2007-08-07      Sascha L. Teichmann <[email protected]>
75    
76          * tools/formed/formed/model/nodecomponents.py: Fixed event          * tools/formed/formed/model/nodecomponents.py: Fixed event

Legend:
Removed from v.7  
changed lines
  Added in v.15

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26