1 |
teichmann |
4 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
2 |
|
|
|
3 |
teichmann |
5 |
* tools/formed/formed/model/nodecomponents.py: Fixed path |
4 |
|
|
calculation to root and event broadcasting |
5 |
|
|
|
6 |
|
|
* tools/formed/formed/io/factories.py: Adjust to new |
7 |
|
|
event broadcasting. |
8 |
|
|
|
9 |
|
|
* tools/formed/formed/main.py: Added code to move items |
10 |
|
|
up and down the document tree. |
11 |
|
|
|
12 |
|
|
* tools/formed/formed/ui/controls.py: Establish sort order |
13 |
|
|
by indices of children in parent instead of alphanum. |
14 |
|
|
Code to move items up and down the document tree. |
15 |
|
|
|
16 |
|
|
* tools/formed/formed/io/document.py: Added missing imports. |
17 |
|
|
|
18 |
|
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
19 |
|
|
|
20 |
teichmann |
4 |
* tools/formed/formed.py: Added to avoid problems with |
21 |
|
|
ambiguous absolute module names. Thanks to Bernhard Herzog |
22 |
|
|
|
23 |
|
|
* tools/formed/formed.sh: Starts formed.py now |
24 |
|
|
|
25 |
|
|
* tools/formed/formed/main.py, |
26 |
|
|
tools/formed/formed/ui/controls.py: Added control to |
27 |
|
|
move items around in tree. Has no effect by now. |
28 |
|
|
|
29 |
teichmann |
2 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
30 |
|
|
|
31 |
teichmann |
3 |
* tools/formed/formed/io/parser.py: Adjusted style |
32 |
|
|
|
33 |
|
|
* tools/formed/formed/io/document.py, |
34 |
teichmann |
4 |
tools/formed/formed/io/factories.py: Simplified factory |
35 |
|
|
model for XML loading. |
36 |
teichmann |
3 |
|
37 |
|
|
2007-08-05 Sascha L. Teichmann <[email protected]> |
38 |
|
|
|
39 |
teichmann |
2 |
* ChangeLog: started ChangeLog |
40 |
|
|
|
41 |
|
|
* tools/formed/*: initial check-in of the Formular Editor. |
42 |
|
|
Not working yet. Only can load, view and store formular XML files. |
43 |
|
|
Start it with 'tools/formed/formed.sh'. |