1 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* 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 |
|
* 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 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* 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 |
|
* 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 |
|
* 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 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
2007-08-05 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
* tools/formed/formed/io/parser.py: Adjusted style |
* tools/formed/formed/io/parser.py: Adjusted style |
65 |
|
|
66 |
* tools/formed/formed/io/document.py, |
* tools/formed/formed/io/document.py, |
67 |
tools/formed/formed/io/factories.py: Simplified factory |
tools/formed/formed/io/factories.py: Simplified factory |
68 |
model for XML loading. |
model for XML loading. |
69 |
|
|
70 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
2007-08-05 Sascha L. Teichmann <[email protected]> |
71 |
|
|