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