1 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed event |
4 |
|
broadcasting for attribute changes. |
5 |
|
|
6 |
|
* tools/formed/formed/ui/controls.py: Add a list/table control to |
7 |
|
edit the attributes of a selected item. |
8 |
|
|
9 |
|
* tools/formed/formed/main.py: Added code to bind the new |
10 |
|
list/table control. |
11 |
|
|
12 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/main.py: Added event routes to move |
15 |
|
items in and out of groups. |
16 |
|
|
17 |
|
* tools/formed/formed/ui/controls.py: Added code to move |
18 |
|
items in and out of groups. |
19 |
|
|
20 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed path |
23 |
|
calculation to root and event broadcasting |
24 |
|
|
25 |
|
* tools/formed/formed/io/factories.py: Adjust to new |
26 |
|
event broadcasting. |
27 |
|
|
28 |
|
* tools/formed/formed/main.py: Added code to move items |
29 |
|
up and down the document tree. |
30 |
|
|
31 |
|
* tools/formed/formed/ui/controls.py: Establish sort order |
32 |
|
by indices of children in parent instead of alphanum. |
33 |
|
Code to move items up and down the document tree. |
34 |
|
|
35 |
|
* tools/formed/formed/io/document.py: Added missing imports. |
36 |
|
|
37 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed.py: Added to avoid problems with |
40 |
|
ambiguous absolute module names. Thanks to Bernhard Herzog |
41 |
|
|
42 |
|
* tools/formed/formed.sh: Starts formed.py now |
43 |
|
|
44 |
|
* tools/formed/formed/main.py, |
45 |
|
tools/formed/formed/ui/controls.py: Added control to |
46 |
|
move items around in tree. Has no effect by now. |
47 |
|
|
48 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
2007-08-05 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
* tools/formed/formed/io/parser.py: Adjusted style |
* tools/formed/formed/io/parser.py: Adjusted style |
51 |
|
|
52 |
* tools/formed/formed/io/document.py, |
* tools/formed/formed/io/document.py, |
53 |
tools/formed/formed/io/factories.py: Simplified factory |
tools/formed/formed/io/factories.py: Simplified factory |
54 |
model for XML loading. |
model for XML loading. |
55 |
|
|
56 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
2007-08-05 Sascha L. Teichmann <[email protected]> |
57 |
|
|