/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 27 by teichmann, Fri Aug 10 10:28:57 2007 UTC revision 36 by teichmann, Sun Aug 12 17:03:05 2007 UTC
# Line 1  Line 1 
1    2007-08-12      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/main.py: Added a clone item on the toolbar which
4              copies the currently selected item and appends it after the selection.
5    
6            * tools/formed/formed/model/nodecomponents.py: Added code to clone parts
7              of the tree.
8                    
9            * tools/formed/formed/ui/controls.py: Added a getSelected method.
10    
11            * tools/formed/formed/model/misc.py: Fixed a programming bug.
12              forgot a 'self.' prefix.
13    
14    2007-08-12      Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/model/nodecomponents.py: Added a method to append
17              a second document to the current.
18    
19            * tools/formed/formed/main.py: Added an 'Import' file menu item to load
20              a second document to be appended to the current.
21    
22    2007-08-12      Sascha L. Teichmann <[email protected]>
23    
24            * tools/formed/formed/main.py: Added a 'New' item in file menu which creates
25              a new document when triggered.
26    
27    2007-08-12      Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/formed/model/nodecomponents.py: Added walk generator over all
30              items in the document tree. Added a method to eliminated duplicated names
31                    in document tree.
32    
33            * tools/formed/formed/model/misc.py: Added update mechanism for id generator
34              after names collisions are eliminated.
35    
36            * tools/formed/formed/main.py: Added an 'Extra' menu with item
37              'Make names   unique'.
38    
39    2007-08-11      Sascha L. Teichmann <[email protected]>
40    
41            * tools/formed/formed/model/data.py,
42              tools/formed/formed/plugins/web/renderer.py: Removed support
43                    for 'text' attributes in bool items. They were never really
44                    used and the 'description' attributes fulfill the same
45                    purpose.
46    
47            * contrib/remove-bool-text.xsl: Transform to remove the
48              'text' attributes from bool items. Apply with:
49                    'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'
50    
51            * tools/formed/test-data/simple.xml: Removed 'text' attributes
52              from bool items.
53    
54    2007-08-11      Sascha L. Teichmann <[email protected]>
55    
56            * contrib/convert-choices.xsl: Simpified.
57    
58    2007-08-11      Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/model/data.py: Removed 'options' attribute
61              from ChoiceLeaf. Use 'value' instead, please!
62    
63            * tools/formed/formed/plugins/web/renderer.py: use 'value' attribute
64              instead of 'options' to render choices.
65    
66            * contrib/convert-choices.xsl: Added to convert document files
67              which use the choice 'option' attribute to usage of 'value'.
68                    Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml'
69    
70    2007-08-10      Sascha L. Teichmann <[email protected]>
71    
72            * tools/formed/formed/plugins/web/renderer.py: radio buttons
73              are selected by 'checked' and not by 'selected'. Fixed.
74    
75    2007-08-10      Sascha L. Teichmann <[email protected]>
76    
77            * tools/formed/formed/model/data.py: ChoiceLeafs are now
78              initialized with size = 1.
79    
80  2007-08-10      Sascha L. Teichmann <[email protected]>  2007-08-10      Sascha L. Teichmann <[email protected]>
81    
82          * tools/formed/formed/model/data.py: TextLeafs are now          * tools/formed/formed/model/data.py: TextLeafs are now

Legend:
Removed from v.27  
changed lines
  Added in v.36

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26