Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « gnunit - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbb670feffebe2a6dbc71b70b18804f5b7aebb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/nunit-gtk.glade: fixed problems that showed up with dialogs on
	gtk# 1.0.

2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* configure.in: added GNUNIT_VERSION.
	* gnunit/src/AssemblyInfo.cs.in: use GNUNIT_VERSION instead.
	* gnunit/NEWS: Removed.
	* gnunit/README: updated.

2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/main.cs:
	* src/nunit-gtk.glade:
	* src/AssemblyStore.cs: make it compile/run using gtk-sharp 1.

2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/main.cs: no more obsolete gtk# stuff used.
	* README: nunit-gtk => gnunit

2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/nunit-gtk.schema:
	* src/main.cs:
	* src/nunit-gtk.glade:
	* src/AssemblyStore.cs:
	* src/Settings.cs: added support for categories, display the number of
	assertions made, workaround 'Stop' as thread.Abort wasn't doing very
	well.

2005-05-08  Ben Maurer  <bmaurer@ximian.com>

	* src/Makefile.am, script*.in: use @RUNTIME@ rather than
	@bin_dir@/mono. This is a problem for people who have mono-tools
	and mono in a different prefix (say you install mono from rpm but
	want to hack on monodoc).

2005-04-23  Mike Kestner  <mkestner@novell.com>

	* src/Makefile.am : distcheck fixes.

2005-01-23  Ben Maurer  <bmaurer@ximian.com>

	* src/gnunit2.exe.config: Config file for 2.0

	* src/Makefile.am: Do this the right way.

	* configure.in: Remove 2.0 hackishness

2004-12-27  Ben Maurer  <bmaurer@ximian.com>

	* configure.in: 2.0 happyness

	* src/Makefile.am: Create gnunit2 for 2.0 apis. Make everything
	follow the mono conventions now.

2004-08-05  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* src/main.cs: Implement translator credits the proper way.
	* src/.cvsignore: Added catalog.cs

2004-05-29  Jordi Mas <jordi@ximian.com>

	* configure.in: added Catalan po processing

2004-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* configure.in: added catalog.cs to the output.	

	* src/Makefile.am: use catalog.cs.in instead of catalog.cs.
	* src/catalog.cs: Removed file.
	* src/catalog.cs.in: added InitCatalog. It sets the directory to the one
	where the .mo files are installed, not the default one, which might
	be different.

	* src/main.cs: commented out the Log stuff. It crashes.

2004-05-28  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* autogen.sh: Swapped automake and aclocal to prevent 
	error msgs on the first run of autogen.sh
	* autogen.sh: I18N 
	* configure.in: Ditto
	* Makefile.am: Ditto
	* mkinstalldirs: Ditto (Workaround for automake-1.8.x)
	* .cvsignore: Ditto
	* po/ChangeLog: Ditto
	* po/da.po: Ditto
	* po/es.po: Ditto
	* po/fr.po: Ditto
	* po/README: Ditto (added)
	* po/POTFILES.in: Ditto
	* resources/*: Ditto (removed)
	* src/AssemblyStore: Ditto
	* src/catalog.cs: Ditto (added)
	* src/FileDialog.cs: Ditto
	* src/main.cs: Ditto
	* src/Makefile.am: Ditto
	* src/translation.cs: Ditto (removed)

2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs:
	* src/Makefile.am:
	* src/main.cs: make it compile with new nunit 2.2 beta.

2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* configure.in:
	* src/Makefile.am: updated to use the fancy -pkg option in mcs.

2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/main.cs: update to CVS gtk#.

2004-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	distcheck works now.

2004-04-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: make it work with CVS gtk#.

2004-02-27 Ben Maurer  <bmaurer@users.sourceforge.net>

	* src/nunit-gtk.glade: Beautify.

2004-02-27 Ben Maurer  <bmaurer@users.sourceforge.net>

	* src/AssemblyStore.cs, src/main.cs: Some more code cleanup.
	Also, made ctrl+f work in the treeview.

2004-02-27 Ben Maurer  <bmaurer@users.sourceforge.net>

	* src/AssemblyStore.cs, src/CircleRenderer.cs, src/main.cs:
	cleanup use of GLib.Value. Does a little bit of code cleanup.

2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: workaround for mcs bug. Canceling tests now is
	inmediate; no need to wait for the current running test to finish.

	* src/main.cs: make it compile with CVS Gtk#.

2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs:
	* src/main.cs: updated to CVS gtk#.

2003-11-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/CircleRenderer.cs:
	* src/main.cs:
	* src/resources/strings.txt: readded the circles. CVS gtk# works now.

2003-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/CircleRenderer.cs: fix nullef
	* src/translation.cs: disabled translations by now.

2003-10-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* configure.in: 0.2.99
	* src/AssemblyInfo.cs: Removed file. It's autogenerated now...
	* src/AssemblyInfo.cs.in: ...from this one.
	* src/Makefile.in: modified accordingly.

2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* INSTALL:
	* README:
	* NEWS: updated.

	* configure.in:
	* src/AssemblyInfo.cs: version 0.2

	* src/main.cs: don't crash if the schema is not installed;

2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/Makefile.in: dist works now.
	* src/resources/strings.txt: Modified file.

2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: Get the path for the assembly. Weird.

	* src/main.cs: gets the full path of the assembly and change the current
	directory to the one containing the current test assembly. Don't
	use a CellRendererPixbuf.

	* src/CircleRenderer.cs: well, at least it displays something and
	doesn't crash.

2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/Makefile.am: some fixes for automake1.4 (i hope this also works
	with 1.7). Thanks to Chris Turchin (chris@turchin.net).

2003-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* .cvsignore:
	* Makefile.am:
	* autogen.sh:
	* configure.in:
	* makefile: Removed file.
	* makefile.gnu: Removed file.
	* art/.cvsignore:
	* art/Makefile.am:
	* src/.cvsignore:
	* src/Makefile.am:
	* src/makefile: Removed file.
	* src/makefile.gnu: Removed file.
	* src/resources/.cvsignore: use auto* and added .cvsignore.

2003-07-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* README:
	* src/main.cs: updated to use Data property instead of Get/SetData.
	* src/makefile.gnu: fixed topdir and mcs options.

2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* makefile.gnu: use monoresgen again. If you don't have a script for it,
	try http://primates.ximian.com/~gonzalo/mono/util/ ;-).

	* src/AssemblyStore.cs: the test are run in a separate thread now so
	the UI doesn't freeze.
	
	* src/main.cs: added an elapsed time counter when running the tests.

2003-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/makefile.gnu: don't call 'monoresgen' directly. Uses
	monoresgen.exe instead and allow the user defining RUNTIME and
	MONORESGEN to locate and execute it.

2003-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/makefile.gnu: added Danish translation from Martin.

2003-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs:
	* src/FileDialog.cs:
	* src/getstrings.pl:
	* src/main.cs:
	* src/makefile.gnu:
	* src/translation.cs:
	* src/resources/strings.es.txt:
	* src/resources/strings.txt: added I18N support à la .NET. You still
	have to set the culture manually to see it working. Currently only
	English and Spanish available ;-).

Thu May 1 16:08:52 CEST 2003 Paolo Molaro <lupus@ximian.com>

	* src/main.cs: disable row expansion when a test suite is run.

2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: keep the result from the last test. Allow
	quitting the application while loading an assembly.
	
	* src/FileDialog.cs: title and complete are parameters now.
	* src/main.cs: allow saving the result from the last test run to an XML
	file.

	* src/nunit-gtk.glade: added overwriteDialog.

2003-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: don't gray out the tests already run.
	* src/main.cs: work around for the Gnome.About issue. Added a label for
	displaying the number of tests run, ignored and failed. Double-clicking
	on a test will run it.

2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs:
	* src/main.cs:
	* src/nunit-gtk.glade: added ability to cancel running tests. Display
	a dialog when an unhandled exception happens.

	You need latest gtk# and mono runtime for this to work.

2003-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Initial check in.