/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (hide annotations)
Thu Aug 9 12:24:04 2007 UTC (17 years, 6 months ago) by teichmann
File size: 5226 byte(s)
Added rendering for texts
1 teichmann 17 2007-08-09 Sascha L. Teichmann <[email protected]>
2 teichmann 10
3 teichmann 18 * tools/formed/test-data/simple.xml: Make demo choice fancier.
4 teichmann 17
5 teichmann 18 * tools/formed/formed/model/data.py: Added attributes for texts
6    
7     * tools/formed/formed/plugins/web/plugin.py: Added rendering
8     for texts
9 teichmann 17
10 teichmann 18 2007-08-09 Sascha L. Teichmann <[email protected]>
11    
12     * tools/formed/test-data/simple.xml: Make demo choice fancier.
13    
14     * tools/formed/formed/model/data.py: Added attributes for choices.
15    
16 teichmann 17 * tools/formed/formed/plugins/web/plugin.py: Added rendering
17     for choices
18    
19     2007-08-09 Sascha L. Teichmann <[email protected]>
20    
21 teichmann 16 * tools/formed/formed/model/data.py,
22     tools/formed/formed/model/nodecomponents.py: Added new
23     attributes.
24    
25     * tools/formed/formed/plugins/web/plugin.py: Added rendering
26     for checkboxes and radio buttons.
27    
28     2007-08-08 Sascha L. Teichmann <[email protected]>
29    
30 teichmann 15 * tools/formed/test-data/simple.xml: Added some descriptions
31    
32     * tools/formed/formed/model/data.py: set attributes in constructors
33     directly.
34    
35     * tools/formed/formed/model/nodecomponents.py: Added description
36     attribute in the NodeComponent base class.
37    
38     * tools/formed/formed/plugins/web/plugin.py: Render description
39     as legend in fieldset for GroupNodes.
40    
41     2007-08-08 Sascha L. Teichmann <[email protected]>
42    
43 teichmann 14 * tools/formed/formed/plugins/web/plugin.py: make UTF-8
44     output work.
45    
46     2007-08-08 Sascha L. Teichmann <[email protected]>
47    
48 teichmann 12 * tools/formed/formed/model/data.py: Added get/setText() method
49    
50     * tools/formed/formed/plugins/web/plugin.py: Added a first
51     version of a recursive HTML renderer based on the document
52     tree.
53    
54     2007-08-08 Sascha L. Teichmann <[email protected]>
55    
56 teichmann 11 * tools/formed/formed/plugins/*: New: plug-in infrastructure.
57    
58     * tools/formed/formed/plugins/web/*: new: A simple web server
59     which is intended to serve pages of the current formular.
60    
61     * tools/formed/formed/main.py: start the plug-ins
62    
63     * tools/formed/formed/config.py: configuration class. Used
64     for the plug-ins.
65    
66     2007-08-08 Sascha L. Teichmann <[email protected]>
67    
68 teichmann 10 * tools/formed/formed/model/nodecomponents.py: Fixed broadcasting
69     issue with zero length tree paths.
70    
71     * tools/formed/formed/model/misc.py: New: contains a class
72     for generating unique ids.
73    
74     * tools/formed/formed/main.py: Added an instance of an
75     unique id generator for naming of new made tree items.
76    
77 teichmann 7 2007-08-07 Sascha L. Teichmann <[email protected]>
78    
79 teichmann 9 * tools/formed/formed/main.py: Added event route document ->
80     attribute table to get informed when selected item is delete
81     or an attribute is changed from the outside.
82    
83     * tools/formed/formed/ui/controls.py: Fixed. In older versions of
84     wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead
85     of 3 argument. Uses icons+tooltips for tree navigation now.
86    
87     2007-08-07 Sascha L. Teichmann <[email protected]>
88    
89 teichmann 8 * tools/formed/formed/model/nodecomponents.py: Set name
90     attribute in base class.
91    
92     * tools/formed/formed/io/document.py: Added a table
93     names -> classes.
94    
95     * tools/formed/formed/main.py: Added a toolbar. Added code
96     to create and delete tree items.
97    
98     * tools/formed/formed/ui/controls.py: Added code to
99     insert and delete new tree items.
100    
101     2007-08-07 Sascha L. Teichmann <[email protected]>
102    
103 teichmann 7 * tools/formed/formed/model/nodecomponents.py: Fixed event
104     broadcasting for attribute changes.
105    
106     * tools/formed/formed/ui/controls.py: Add a list/table control to
107     edit the attributes of a selected item.
108    
109     * tools/formed/formed/main.py: Added code to bind the new
110     list/table control.
111    
112 teichmann 4 2007-08-06 Sascha L. Teichmann <[email protected]>
113    
114 teichmann 6 * tools/formed/formed/main.py: Added event routes to move
115     items in and out of groups.
116    
117     * tools/formed/formed/ui/controls.py: Added code to move
118     items in and out of groups.
119    
120     2007-08-06 Sascha L. Teichmann <[email protected]>
121    
122 teichmann 5 * tools/formed/formed/model/nodecomponents.py: Fixed path
123     calculation to root and event broadcasting
124    
125     * tools/formed/formed/io/factories.py: Adjust to new
126     event broadcasting.
127    
128     * tools/formed/formed/main.py: Added code to move items
129     up and down the document tree.
130    
131     * tools/formed/formed/ui/controls.py: Establish sort order
132     by indices of children in parent instead of alphanum.
133     Code to move items up and down the document tree.
134    
135     * tools/formed/formed/io/document.py: Added missing imports.
136    
137     2007-08-06 Sascha L. Teichmann <[email protected]>
138    
139 teichmann 4 * tools/formed/formed.py: Added to avoid problems with
140     ambiguous absolute module names. Thanks to Bernhard Herzog
141    
142     * tools/formed/formed.sh: Starts formed.py now
143    
144     * tools/formed/formed/main.py,
145     tools/formed/formed/ui/controls.py: Added control to
146     move items around in tree. Has no effect by now.
147    
148 teichmann 2 2007-08-05 Sascha L. Teichmann <[email protected]>
149    
150 teichmann 3 * tools/formed/formed/io/parser.py: Adjusted style
151    
152     * tools/formed/formed/io/document.py,
153 teichmann 4 tools/formed/formed/io/factories.py: Simplified factory
154     model for XML loading.
155 teichmann 3
156     2007-08-05 Sascha L. Teichmann <[email protected]>
157    
158 teichmann 2 * ChangeLog: started ChangeLog
159    
160     * tools/formed/*: initial check-in of the Formular Editor.
161     Not working yet. Only can load, view and store formular XML files.
162     Start it with 'tools/formed/formed.sh'.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26