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