Log of /trunk/tools
Directory Listing
Revision
30 -
Directory Listing
Modified
Fri Aug 10 23:19:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
Removed options attribute from choices. Use value attribute for same purpose, please.
Revision
29 -
Directory Listing
Modified
Fri Aug 10 13:10:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
radio buttons are selected by checked and not by selected. Fixed.
Revision
28 -
Directory Listing
Modified
Fri Aug 10 11:01:17 2007 UTC
(17 years, 6 months ago)
by
teichmann
ChoiceLeafs are now initialized with size = 1.
Revision
27 -
Directory Listing
Modified
Fri Aug 10 10:28:57 2007 UTC
(17 years, 6 months ago)
by
teichmann
TextLeafs are now initialized with size = 40, maxlength = 60
Revision
26 -
Directory Listing
Modified
Fri Aug 10 10:24:50 2007 UTC
(17 years, 6 months ago)
by
teichmann
Fixed: choices are renderered with description now.
Revision
25 -
Directory Listing
Modified
Fri Aug 10 08:48:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added rendering for date items. Added missing ids for texts and textareas.
Revision
24 -
Directory Listing
Modified
Fri Aug 10 06:13:07 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added support for enviromnent variable FORMED
Revision
23 -
Directory Listing
Modified
Fri Aug 10 05:51:44 2007 UTC
(17 years, 6 months ago)
by
teichmann
Removed text attributes from info tags. Using value attributes instead.
Revision
22 -
Directory Listing
Modified
Thu Aug 9 21:03:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
Factored the HTML renderer out of the web server.
Revision
21 -
Directory Listing
Modified
Thu Aug 9 18:37:33 2007 UTC
(17 years, 6 months ago)
by
teichmann
Fixed a bug in calculation of width of bounded int fields
Revision
20 -
Directory Listing
Modified
Thu Aug 9 15:36:48 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added rendering for Ints
Revision
19 -
Directory Listing
Modified
Thu Aug 9 14:16:33 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added TextArea support
Revision
18 -
Directory Listing
Modified
Thu Aug 9 12:24:04 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added rendering for texts
Revision
17 -
Directory Listing
Modified
Thu Aug 9 11:00:04 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added rendering for choices
Revision
16 -
Directory Listing
Modified
Thu Aug 9 10:13:08 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added rendering for checkboxes and radio buttons in web plugin
Revision
15 -
Directory Listing
Modified
Wed Aug 8 21:37:10 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added description attribute in the NodeComponent base class
Revision
14 -
Directory Listing
Modified
Wed Aug 8 16:58:13 2007 UTC
(17 years, 6 months ago)
by
teichmann
Make UTF-8 output of HTML renderer work
Revision
13 -
Directory Listing
Modified
Wed Aug 8 16:54:10 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added first version of a recursive HTML renderer
Revision
12 -
Directory Listing
Modified
Wed Aug 8 16:46:58 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added first version of a recursive HTML renderer
Revision
11 -
Directory Listing
Modified
Wed Aug 8 14:52:24 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added plug-in mechanism + a simple web server
Revision
10 -
Directory Listing
Modified
Wed Aug 8 08:14:37 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added unique naming of new made tree items
Revision
9 -
Directory Listing
Modified
Tue Aug 7 20:15:10 2007 UTC
(17 years, 6 months ago)
by
teichmann
fixed: ListCtrl.InsertStringItem for older wxPython versions; new: icons for tree navigation; new: event route to attribute table
Revision
8 -
Directory Listing
Modified
Tue Aug 7 15:29:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added code to add and remove tree items
Revision
7 -
Directory Listing
Modified
Tue Aug 7 13:55:03 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added a table editor for tree node attributes
Revision
6 -
Directory Listing
Modified
Mon Aug 6 19:57:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added code to move items in and out of groups.
Revision
5 -
Directory Listing
Modified
Mon Aug 6 16:30:50 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added code to move items up and down the document tree.
Revision
4 -
Directory Listing
Modified
Mon Aug 6 12:56:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
Added control to manipulate tree structure. No effect by now
Revision
3 -
Directory Listing
Modified
Sun Aug 5 21:26:30 2007 UTC
(17 years, 6 months ago)
by
teichmann
Simplified factory model for XML loading
Revision
2 -
Directory Listing
Added
Sun Aug 5 19:25:21 2007 UTC
(17 years, 6 months ago)
by
teichmann
Initial import of FormEd