1 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/main.py: Added event route document -> |
4 |
|
attribute table to get informed when selected item is delete |
5 |
|
or an attribute is changed from the outside. |
6 |
|
|
7 |
|
* tools/formed/formed/ui/controls.py: Fixed. In older versions of |
8 |
|
wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead |
9 |
|
of 3 argument. Uses icons+tooltips for tree navigation now. |
10 |
|
|
11 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/model/nodecomponents.py: Set name |
14 |
|
attribute in base class. |
15 |
|
|
16 |
|
* tools/formed/formed/io/document.py: Added a table |
17 |
|
names -> classes. |
18 |
|
|
19 |
|
* tools/formed/formed/main.py: Added a toolbar. Added code |
20 |
|
to create and delete tree items. |
21 |
|
|
22 |
|
* tools/formed/formed/ui/controls.py: Added code to |
23 |
|
insert and delete new tree items. |
24 |
|
|
25 |
|
2007-08-07 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed event |
28 |
|
broadcasting for attribute changes. |
29 |
|
|
30 |
|
* tools/formed/formed/ui/controls.py: Add a list/table control to |
31 |
|
edit the attributes of a selected item. |
32 |
|
|
33 |
|
* tools/formed/formed/main.py: Added code to bind the new |
34 |
|
list/table control. |
35 |
|
|
36 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/main.py: Added event routes to move |
39 |
|
items in and out of groups. |
40 |
|
|
41 |
|
* tools/formed/formed/ui/controls.py: Added code to move |
42 |
|
items in and out of groups. |
43 |
|
|
44 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed path |
47 |
|
calculation to root and event broadcasting |
48 |
|
|
49 |
|
* tools/formed/formed/io/factories.py: Adjust to new |
50 |
|
event broadcasting. |
51 |
|
|
52 |
|
* tools/formed/formed/main.py: Added code to move items |
53 |
|
up and down the document tree. |
54 |
|
|
55 |
|
* tools/formed/formed/ui/controls.py: Establish sort order |
56 |
|
by indices of children in parent instead of alphanum. |
57 |
|
Code to move items up and down the document tree. |
58 |
|
|
59 |
|
* tools/formed/formed/io/document.py: Added missing imports. |
60 |
|
|
61 |
|
2007-08-06 Sascha L. Teichmann <[email protected]> |
62 |
|
|
63 |
|
* tools/formed/formed.py: Added to avoid problems with |
64 |
|
ambiguous absolute module names. Thanks to Bernhard Herzog |
65 |
|
|
66 |
|
* tools/formed/formed.sh: Starts formed.py now |
67 |
|
|
68 |
|
* tools/formed/formed/main.py, |
69 |
|
tools/formed/formed/ui/controls.py: Added control to |
70 |
|
move items around in tree. Has no effect by now. |
71 |
|
|
72 |
|
2007-08-05 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
|
* tools/formed/formed/io/parser.py: Adjusted style |
75 |
|
|
76 |
|
* tools/formed/formed/io/document.py, |
77 |
|
tools/formed/formed/io/factories.py: Simplified factory |
78 |
|
model for XML loading. |
79 |
|
|
80 |
2007-08-05 Sascha L. Teichmann <[email protected]> |
2007-08-05 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
* ChangeLog: started ChangeLog |
* ChangeLog: started ChangeLog |