1 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
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 |
* tools/formed/formed/model/nodecomponents.py: Fixed event |
28 |
broadcasting for attribute changes. |
broadcasting for attribute changes. |
29 |
|
|