/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 4 by teichmann, Mon Aug 6 12:56:35 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]>
75    
76            * tools/formed/formed/model/nodecomponents.py: Fixed event
77              broadcasting for attribute changes.
78    
79            * tools/formed/formed/ui/controls.py: Add a list/table control to
80              edit the attributes of a selected item.
81    
82            * tools/formed/formed/main.py: Added code to bind the new
83              list/table control.
84    
85    2007-08-06      Sascha L. Teichmann <[email protected]>
86    
87            * tools/formed/formed/main.py: Added event routes to move
88              items in and out of groups.
89    
90            * tools/formed/formed/ui/controls.py: Added code to move
91              items in and out of groups.
92    
93    2007-08-06      Sascha L. Teichmann <[email protected]>
94    
95            * tools/formed/formed/model/nodecomponents.py: Fixed path
96              calculation to root and event broadcasting
97    
98            * tools/formed/formed/io/factories.py: Adjust to new
99              event broadcasting.
100    
101            * tools/formed/formed/main.py: Added code to move items
102              up and down the document tree.
103    
104            * tools/formed/formed/ui/controls.py: Establish sort order
105              by indices of children in parent instead of alphanum.
106                    Code to move items up and down the document tree.
107    
108            * tools/formed/formed/io/document.py: Added missing imports.
109    
110  2007-08-06      Sascha L. Teichmann <[email protected]>  2007-08-06      Sascha L. Teichmann <[email protected]>
111    
112          * tools/formed/formed.py: Added to avoid problems with          * tools/formed/formed.py: Added to avoid problems with

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26