/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26