/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by teichmann, Mon Aug 6 12:56:35 2007 UTC revision 10 by teichmann, Wed Aug 8 08:14:37 2007 UTC
# Line 1  Line 1 
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]>  2007-08-06      Sascha L. Teichmann <[email protected]>
73    
74          * tools/formed/formed.py: Added to avoid problems with          * tools/formed/formed.py: Added to avoid problems with

Legend:
Removed from v.4  
changed lines
  Added in v.10

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26