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]> |
2007-08-06 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
* tools/formed/formed.py: Added to avoid problems with |
* tools/formed/formed.py: Added to avoid problems with |