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]> |
2007-08-06 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
* tools/formed/formed/model/nodecomponents.py: Fixed path |
* tools/formed/formed/model/nodecomponents.py: Fixed path |