1 |
teichmann |
7 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
|
3 |
teichmann |
8 |
* tools/formed/formed/model/nodecomponents.py: Set name |
4 |
|
|
attribute in base class. |
5 |
|
|
|
6 |
|
|
* tools/formed/formed/io/document.py: Added a table |
7 |
|
|
names -> classes. |
8 |
|
|
|
9 |
|
|
* tools/formed/formed/main.py: Added a toolbar. Added code |
10 |
|
|
to create and delete tree items. |
11 |
|
|
|
12 |
|
|
* tools/formed/formed/ui/controls.py: Added code to |
13 |
|
|
insert and delete new tree items. |
14 |
|
|
|
15 |
|
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
16 |
|
|
|
17 |
teichmann |
7 |
* tools/formed/formed/model/nodecomponents.py: Fixed event |
18 |
|
|
broadcasting for attribute changes. |
19 |
|
|
|
20 |
|
|
* tools/formed/formed/ui/controls.py: Add a list/table control to |
21 |
|
|
edit the attributes of a selected item. |
22 |
|
|
|
23 |
|
|
* tools/formed/formed/main.py: Added code to bind the new |
24 |
|
|
list/table control. |
25 |
|
|
|
26 |
teichmann |
4 |
2007-08-06 Sascha L. Teichmann <[email protected]> |
27 |
|
|
|
28 |
teichmann |
6 |
* tools/formed/formed/main.py: Added event routes to move |
29 |
|
|
items in and out of groups. |
30 |
|
|
|
31 |
|
|
* tools/formed/formed/ui/controls.py: Added code to move |
32 |
|
|
items in and out of groups. |
33 |
|
|
|
34 |
|
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
35 |
|
|
|
36 |
teichmann |
5 |
* tools/formed/formed/model/nodecomponents.py: Fixed path |
37 |
|
|
calculation to root and event broadcasting |
38 |
|
|
|
39 |
|
|
* tools/formed/formed/io/factories.py: Adjust to new |
40 |
|
|
event broadcasting. |
41 |
|
|
|
42 |
|
|
* tools/formed/formed/main.py: Added code to move items |
43 |
|
|
up and down the document tree. |
44 |
|
|
|
45 |
|
|
* tools/formed/formed/ui/controls.py: Establish sort order |
46 |
|
|
by indices of children in parent instead of alphanum. |
47 |
|
|
Code to move items up and down the document tree. |
48 |
|
|
|
49 |
|
|
* tools/formed/formed/io/document.py: Added missing imports. |
50 |
|
|
|
51 |
|
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
52 |
|
|
|
53 |
teichmann |
4 |
* tools/formed/formed.py: Added to avoid problems with |
54 |
|
|
ambiguous absolute module names. Thanks to Bernhard Herzog |
55 |
|
|
|
56 |
|
|
* tools/formed/formed.sh: Starts formed.py now |
57 |
|
|
|
58 |
|
|
* tools/formed/formed/main.py, |
59 |
|
|
tools/formed/formed/ui/controls.py: Added control to |
60 |
|
|
move items around in tree. Has no effect by now. |
61 |
|
|
|
62 |
teichmann |
2 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
63 |
|
|
|
64 |
teichmann |
3 |
* tools/formed/formed/io/parser.py: Adjusted style |
65 |
|
|
|
66 |
|
|
* tools/formed/formed/io/document.py, |
67 |
teichmann |
4 |
tools/formed/formed/io/factories.py: Simplified factory |
68 |
|
|
model for XML loading. |
69 |
teichmann |
3 |
|
70 |
|
|
2007-08-05 Sascha L. Teichmann <[email protected]> |
71 |
|
|
|
72 |
teichmann |
2 |
* ChangeLog: started ChangeLog |
73 |
|
|
|
74 |
|
|
* tools/formed/*: initial check-in of the Formular Editor. |
75 |
|
|
Not working yet. Only can load, view and store formular XML files. |
76 |
|
|
Start it with 'tools/formed/formed.sh'. |