/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26