]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/tools/testtool/ChangeLog
Initial revision
[karo-tx-redboot.git] / tools / src / tools / testtool / ChangeLog
1 2000-06-15  John Dallaway  <jld@redhat.com>
2
3         * win32/RunTestsSheet.cpp:
4
5         Modify the CRunTestsSheet constructor to set the download
6         timeout type to TIMEOUT_SPECIFIED and server side GDB
7         flag to FALSE by default.
8
9         Modify OnRun() to specify a default timeout of 900 seconds.
10
11         * win32/RunTestsSheet.h:
12
13         Add SetResetNone() inline function.
14
15         * win32/TestTool.rc:
16
17         Modify the IDD_TT_PLATFORM dialog to accept CR chars in
18         the GDB commands edit box and to correct the tab order.
19
20 2000-04-11 Simon FitzMaurice <sdf@redhat.co.uk>
21   * win32\ExecutionPage.cpp
22     win32\ExecutionPage.h
23     win32\LocalPropertiesDialog.cpp
24     win32\PlatformDialog.cpp
25     win32\PlatformDialog.h
26     win32\PlatformsDialog.cpp
27     win32\PlatformsDialog.h
28     win32\PropertiesDialog.cpp
29     win32\RemotePropertiesDialog.cpp
30     win32\RunTestsSheet.cpp
31     win32\RunTestsSheet.h
32     win32\SummaryPage.cpp
33     win32\TestTool.cpp
34     win32\TestTool.dsp
35     win32\TestTool.rc
36     win32\testtoolres.h
37
38   General tidy-up.
39
40 2000-04-05  John Dallaway  <jld@cygnus.co.uk>
41
42         * win32/TestTool.rc:
43
44         Relocate the OK button in the IDD_TT_PROPERTIES dialog.
45
46 2000-03-13  John Dallaway  <jld@cygnus.co.uk>
47
48         * win32/testtoolres.h,
49           win32/LocalPropertiesDialog.cpp:
50
51         Fix crash by removing references to obsolete controls
52         in the local properties dialog.
53
54 2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk>
55   * win32\RunTestsSheet.cpp
56     win32\TestTool.dsp
57         
58         Move CeCosTrace class to its own file
59
60 2000-03-09  John Dallaway  <jld@cygnus.co.uk>
61
62         * win32/TestTool.rc,
63           win32/PlatformsDialog.cpp:
64
65         Use 'REMOTE_SIM' as the platform type identifier for
66         remote simulators.
67
68 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
69   * win32\RunTestsSheet.cpp
70
71   Add name argument to RunThread calls for debugging.
72
73 2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk>
74   * win32\RunTestsSheet.cpp
75     win32\TestTool.dsp
76
77   Tidy output and trace functions and move to CeCosTrace
78
79 2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>
80   * win32\RunTestsSheet.cpp
81     win32\RunTestsSheet.h
82
83   Thread-related eCosTest code extracted to new class CeCosThreadUtils  
84
85 2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>
86   * win32\TestTool.dsp
87
88   Add new Utils files.
89
90 2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk>
91   * win32\TestTool.dsp
92     win32\TestTool.rc
93     win32\testtoolres.h
94
95   Use common CSubprocess class implementation.
96
97 2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>
98   * win32\LocalPropertiesDialog.cpp
99     win32\LocalPropertiesDialog.h
100     win32\PropertiesDialog.cpp
101     win32\PropertiesDialog.h
102     win32\RunTestsSheet.cpp
103     win32\RunTestsSheet.h
104     win32\TestTool.dsp
105     win32\TestTool.rc
106     win32\testtoolres.h
107
108   Change to flexible reset scheme.
109   CeCosTestUtils::String -> String, CeCosTestUtils::StringArray -> StringArray
110
111 2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>
112   * win32\LocalPropertiesDialog.cpp
113     win32\LocalPropertiesDialog.h
114     win32\PropertiesDialog.cpp
115     win32\PropertiesDialog.h
116     win32\RunTestsSheet.cpp
117     win32\RunTestsSheet.h
118     win32\TestTool.rc
119     win32\testtoolres.h
120
121   Reset control string verification fully server-side
122
123 2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>
124   * win32\RunTestsSheet.cpp
125
126   Reset control string verification fully server-side
127
128 2000-02-24 Simon FitzMaurice <sdf@redhat.co.uk>
129   * win32\RunTestsSheet.cpp : Use new CResetAttributes class
130
131 2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>
132   * win32\PlatformsDialog.cpp
133     win32\TestTool.rc
134
135   Allow HwTypes to be expressed as strings.
136
137 2000-02-17 Simon FitzMaurice <sdf@redhat.co.uk>
138   * win32\PlatformsDialog.cpp
139
140   Ensure correct state of buttons on startup.
141
142 2000-02-17  John Dallaway  <jld@redhat.co.uk>
143
144         * win32\TestTool.dsp:
145
146         Add the ChangeLog file to the project.
147
148 2000-02-16 Simon FitzMaurice <sdf@redhat.co.uk>
149   * win32\RunTestsSheet.cpp
150     win32\TestTool.rc
151     win32\testtoolres.h
152
153   Add support for defining platforms.
154
155 2000-02-14 Simon FitzMaurice <sdf@redhat.co.uk>
156   * win32\ExecutionPage.cpp
157     win32\ExecutionPage.h
158     win32\FileListBox.cpp
159     win32\FileListBox.h
160     win32\LocalPropertiesDialog.cpp
161     win32\LocalPropertiesDialog.h
162     win32\OutputEdit.cpp
163     win32\OutputEdit.h
164     win32\OutputPage.cpp
165     win32\OutputPage.h
166     win32\PropertiesDialog.cpp
167     win32\PropertiesDialog.h
168     win32\RemotePropertiesDialog.cpp
169     win32\RemotePropertiesDialog.h
170     win32\RunTestsDlg.cpp
171     win32\RunTestsDlg.h
172     win32\RunTestsSheet.cpp
173     win32\RunTestsSheet.h
174     win32\StdAfx.cpp
175     win32\StdAfx.h
176     win32\SummaryPage.cpp
177     win32\SummaryPage.h
178     win32\TestTool.cpp
179     win32\TestTool.h
180     win32\testtoolres.cpp
181     win32\testtoolres.h
182
183   Update copyright headers
184
185 2000-02-11  John Dallaway  <jld@redhat.co.uk>
186
187   * win32\OutputPage.cpp:
188
189   Reduce output page font size to help reduce typical
190   dialog size requirement.