/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26