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

ChangeLog « JavaBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25b316e6a9ba0509dde37cd10c50ba41f8f6a419 (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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
2008-01-28  Michael Hutchinson <mhutchinson@novell.com> 

	* po/nl.po: Updated translation by André Offringa.
	* po/es.po: Updated translation by Andrés G. Aragoneses.
	* po/de.po: Updated translation by anonymous GHOP student.

2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* configure, JavaBinding.addin.xml: Update MD version.

2008-01-24  David Makovský (Yakeen) <yakeen@sannyas-on.net>

        * cs.po: Updated translation.

2008-01-23  Atsushi Enomoto  <atsushi@ximian.com>

	* po/ja.po : made it 100% up-to-date.

2008-01-22  Michael Hutchinson <mhutchinson@novell.com> 

	* po/messages.po: Add to svn so that translators don't have to build MD.
	* po/hu.po: Added new translation.
	* po/po.mdse:
	* po/Makefile: Updated. Fix update-po target and add statistics target.

2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 

	* po/gl.po, po/cs.po, po/pt_BR.po, po/fr.po, po/es.po, po/sl_SI.po,
	  po/pl.po, po/it.po, po/pt.po, po/ca.po, po/da.po, po/tr.po, po/ru.po,
	  po/de.po, po/sv.po, po/ja.po, po/zh_TW.po, po/zh_CN.po: Updated
	  translations.
	* po/nl.po, po/po.mdse, po/id.po: Added new translations.

2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 

	* IKVMCompilerManager.cs: Improved handling of errors when running ikvmstub.
	* gtk-gui/gui.stetic: Updated.

2008-01-15  Michael Hutchinson <mhutchinson@novell.com> 

	* templates/IkvmGnomeApplicationProject.xpt.xml,
	  templates/JavaApplet.xft.xml,
	  templates/IkvmGladeApplicationProject.xpt.xml,
	  templates/JavaConsoleApplicationProject.xpt.xml,
	  templates/JavaOKDialog.xft.xml, templates/JavaFrame.xft.xml,
	  templates/IkvmLibraryProject.xpt.xml, templates/EmptyJavaFile.xft.xml,
	  templates/JavaPanel.xft.xml, templates/JavaDialog.xft.xml,
	  templates/IkvmGtkApplicationProject.xpt.xml,
	  templates/EmptyJavaProject.xpt.xml, templates/JavaApplication.xft.xml,
	  templates/JavaApplicationProject.xpt.xml,
	  templates/IkvmConsoleApplicationProject.xpt.xml: Make template
	  categories translatable.

2007-12-29 David Makovský (Yakeen) <yakeen@sannyas-on.net>

        * po/cs.po: updated translation

2007-12-18  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.make: Add missing pkg-config path update.

2007-12-17  Lluis Sanchez Gual <lluis@novell.com> 

	* configure: Updated add-in versions.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Updated project file. The order of extended properties
	  won't change anymore.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Bump add-in versions.

2007-12-05  Lluis Sanchez Gual <lluis@novell.com> 

	* configure: Use bash to run the config scripts.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Updated project files.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* po/Makefile: Properly install .mo files.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* configure, JavaBinding.make, JavaBinding.addin.xml, JavaBinding.mdp,
	  JavaBinding.mds, Makefile.include, rules.make,
	  gtk-gui/JavaBinding.GlobalOptionsPanelWidget.cs,
	  gtk-gui/JavaBinding.CodeGenerationPanelWidget.cs, gtk-gui/gui.stetic,
	  monodevelop-java.pc.in, Makefile, po, po/gl.po, po/cs.po, po/pt_BR.po,
	  po/es.po, po/fr.po, po/sl_SI.po, po/pl.po, po/it.po, po/ca.po, po/pt.po,
	  po/da.po, po/tr.po, po/ru.po, po/sv.po, po/de.po, po/po.mdse, po/ja.po,
	  po/zh_TW.po, po/Makefile, po/zh_CN.po: Directory reorganization.

2007-12-03  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp, Makefile.am, Java.glade: Remove unused glade file.

2007-11-20  Lluis Sanchez Gual <lluis@novell.com> 

	* gtk-gui, gtk-gui/JavaBinding.GlobalOptionsPanelWidget.cs,
	  gtk-gui/generated.cs, gtk-gui/JavaBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/gui.stetic: Added missing files.

2007-11-20  Lluis Sanchez Gual <lluis@novell.com> 

	* Gui/GlobalOptionsPanel.cs, Gui/ProjectConfigurationPropertyPanel.cs,
	  JavaBinding.mdp, Makefile.am: Migrated to Stetic.

2007-11-15  Mike Krüger <mkrueger@novell.com> 

	* JavaBindingCompilerServices.cs, JavaLanguageBinding.cs,
	  JavaBinding.addin.xml, JavaBinding.mdp, IKVMCompilerManager.cs,
	  Makefile.am: Worked on the java binding (compile & run of all sample
	  projects work). 
	
	  Removed the gnome sample project, because there seems to be something
	  wrong with the generated *.jar (no symbol for Modules.UI).

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Bump MD version.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Track changes in the Icon extension node.

2007-10-25  Lluis Sanchez Gual <lluis@novell.com> 

	* icons/Java.File.EmptyFile, icons/Java.File.Form, icons/Java.File.FullFile,
	  icons/Java.File.NewClass, icons/Java.File.WebFile, JavaBinding.mdp,
	  Makefile.am, templates/EmptyJavaFile.xft.xml,
	  templates/JavaApplet.xft.xml, templates/JavaApplication.xft.xml,
	  templates/JavaDialog.xft.xml, templates/JavaFrame.xft.xml,
	  templates/JavaOKDialog.xft.xml, templates/JavaPanel.xft.xml: Use tango
	  file icons. Removed obsolete icons.

2007-10-24  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp, templates/IkvmGnomeApplicationProject.xpt.xml,
	  templates/IkvmGladeApplicationProject.xpt.xml,
	  templates/JavaConsoleApplicationProject.xpt.xml,
	  templates/IkvmLibraryProject.xpt.xml,
	  templates/EmptyJavaProject.xpt.xml,
	  templates/IkvmGtkApplicationProject.xpt.xml,
	  templates/JavaApplicationProject.xpt.xml,
	  templates/IkvmConsoleApplicationProject.xpt.xml, Makefile.am,
	  icons/Java.Project.Form, icons/Java.Project.Library,
	  icons/Java.Project.WebProject, icons/Java.ProjectIcon,
	  icons/Java.Project.DOSProject, icons/Java.Project.UserControl,
	  icons/Java.Project.EmptyProject, icons/Java.Project.ServiceProject,
	  icons/java-icon-32.png, icons/Java.Project.FullProject: Updated project
	  icons. Use the base project icon with an overlay to show the type.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Project file names updated by change in MD path
	  functions.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Bump MD version.

2007-09-20  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Added an Other section in the MD property dialog
	  and moved some options there to avoid too many branches.

2007-09-04  Michael Hutchinson <MHutchinson@novell.com> 

	* JavaLanguageBinding.cs, Gui/GlobalOptionsPanel.cs,
	  Gui/ProjectConfigurationPropertyPanel.cs: Fix some compiler warnings.

2007-08-31  Mike Krüger <mkrueger@novell.com> 

	* JavaLanguageBinding.cs, Gui/GlobalOptionsPanel.cs,
	  Gui/ProjectConfigurationPropertyPanel.cs: Changes due to new property
	  infrastructure.

2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml, JavaBinding.mdp, Makefile.am: Reorganized the
	  extension point hierarchy. Embedded all add-in manifests as resources.

2007-07-25  Lluis Sanchez Gual <lluis@novell.com> 

	* Parser/Resolver.cs, Parser/TypeVisitor.cs: Remove debug code.

2007-05-11  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Copy the .addins.xml file to the output dir.

2007-05-04  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Migration to Mono.Addins.

2007-04-19  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Don't copy referenced assemblies.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Set target runtime to 2.0.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Change add-in versions to 0.13.

2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp, Makefile.am: Synchronized the MD project and the
	  Makefile

2006-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* Parser/SharpDevelopTree/CompilationUnit.cs,
	  Parser/SharpDevelopTree/Indexer.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/Parameter.cs,
	  Parser/SharpDevelopTree/Event.cs,
	  Parser/SharpDevelopTree/ReturnType.cs,
	  Parser/SharpDevelopTree/Field.cs,
	  Parser/SharpDevelopTree/Property.cs,
	  Parser/SharpDevelopTree/Class.cs,
	  Parser/SharpDevelopTree/Constructor.cs,
	  Parser/SharpDevelopTree/AttributeSection.cs: Renamed Abstract*
	  classes to Default*.

2006-09-18 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
	
	* JavaBinding.mdp: Updated.
	* .: Added svn:ignore for JavaBinding.pidb.

2006-07-03 Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml: Updated versions.
	* JavaBindingCompilerServices.cs: Track changes in ProjectReference.

2006-06-15 Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.addin.xml: Use the DataType element instead fof Class
	  to declare serializable types.

2006-05-04 Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.addin.xml: Updated versions.
	* JavaBinding.mdp: Updated.

2006-04-21 Lluis Sanchez Gual <lluis@novell.com> 

	* JavaLanguageBinding.cs: Implement GetSupportedClrVersions.

2006-04-07  David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* JavaBinding.addin.xml: renamed attribute in FileFilter Extension

2006-03-30 Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am:
	* JavaBinding.addin.xml: Updated references.

2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   

	* JavaBinding.mdp: Updated.
	* Makefile.am: Use an unified format. Patch by Matze Braun.
	* JavaBinding.addin.xml: Updated add-in versions.

2006-03-12  David Makovský (Yakeen) <yakeen@sannyas-on.net>

        * Java.glade: Marking some strings not to be translated. Not include balast in pot file.

2006-01-30 Lluis Sanchez Gual  <lluis@novell.com>   

	* Parser/Resolver.cs:
	* Parser/Parser.cs: Track changes in parser api.

2005-12-13  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaLanguageBinding.cs: Implemented IDotNetLanguageBinding methods.
	* templates/*: Set the correct category and language name.

2005-11-15  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: Look for ikvmc.exe in the configured
	directory and in the bin subdirectory. Fixes bug #76700.

2005-11-14  Lluis Sanchez Gual  <lluis@novell.com>

	* templates/JavaConsoleApplicationProject.xpt.xml:
	* templates/JavaApplicationProject.xpt.xml: "Class" is not a valid
	project target. Changed to Exe.

2005-10-11  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.addin.xml: Fixed incorrect class name.

2005-10-11  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml: Fixed addin header information.
	Use "id" attribuet instead of "name" to identify addins.

2005-10-06  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml:
	* JavaLanguageBinding.cs: Register serializable types in the addin
	configuration file.

2005-10-04  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml: Added addin dependencies.

2005-08-12  Lluis Sanchez Gual  <lluis@novell.com> 

	* templates/*:
	* JavaBinding.addin.xml: Properly reference resource icons and
	templates.
	* Makefile.am: Embed icon and templates as resources.

2005-08-09  Lluis Sanchez Gual  <lluis@novell.com>

	* Parser/Resolver.cs:
	* Parser/Parser.cs: Use the new IParserContext API.

2005-07-11  Lluis Sanchez Gual  <lluis@novell.com>

	* Project/JavaCompilerParameters.cs: Implement ICloneable.
	* JavaLanguageBinding.cs	: CreateCompilationParameters now returns an
	ICloneable.

2005-06-11  Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/ProjectConfigurationPropertyPanel.cs: Fix build.

2005-05-20  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: Automatically generate wrappers
	for referenced assemblies. Improved error parsing. Many fixes.
	* ProjectConfigurationPropertyPanel.cs: Moved to Glade.
	* JavaLanguageBinding.cs: Added some global configuration properties.
	* JavaCompilerParameters.cs: Added missing DefineSymbols property.
	* JavaBinding.addin.xml: Added new configuration dialogs and a new
	template.
	* Makefile.am: Added a new template and a glade file.
	* templates/IkvmGtkApplicationProject.xpt.xml:
	* templates/IkvmGladeApplicationProject.xpt.xml:
	* templates/IkvmGnomeApplicationProject.xpt.xml: Added GTK references
	in the GTK# projects.
	* templates/IkvmConsoleApplicationProject.xpt.xml: Removed hard-coded
	classpath.
	* Java.glade: New glade file for java options.
	* Gui/GlobalOptionsPanel.cs: New java options panel.
	* templates/IkvmLibraryProject.xpt.xml: New project template.

2005-04-17  John Luke  <john.luke@gmail.com>

	* Makefile.am: fix distcheck

2005-02-16  Ben Motmans  <ben.motmans@gmail.com>

	* EmptyJavaFile:
	* EmptyJavaProject:
	* JavaConsoleApplicationProject:
	* JavaApplicationProject:
	* JavaApplication:
	* JavaApplet:
	* JavaFrame:
	* JavaOKDialog:
	* JavaPanel:
	Consistent naming

2005-02-05  John Luke  <john.luke@gmail.com>

	* Makefile.am
	* JavaBinding.addin.xml: remove custom node builder
	* ProjectTreeBuilder/JavaNodeBuilder.cs: remove custom
	node builder in favor of using the default so references
	can be added (ikvm projects need IKVM.GNU.Classpath.dll and
	IKVM.Runtime.dll)
	* JavaBindingCompilerServices.cs: work like the C# bindings,
	error parsing is broken but Im pretty sure it already was

2005-01-24  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: 
	* JavaLanguageBinding.cs: Use the new progress monitor API.
	
2005-01-16  John Luke  <john.luke@gmail.com>

	* Makefile.am: remove FormattingStrategy from build
	* JavaLanguageBinding.cs: make const LanguageName internal
	comment out NotImplementedException for GenerateMakefile
	so it doesn't abort MD when running
	* JavaBindingCompilerServices.cs: remove warnings
	* ProjectTreeBuilder/JavaNodeBuilder.cs: remove some unused
	code that caused warnings, use MonoDevelop.Services.Runtime
	instead of old method of getting services
	* TODO: add
	* template/Ikvm*.xft: Target "Exe" or "WinExe" instead of "Class"

2005-01-11  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs:
	* Gui/ProjectConfigurationPropertyPanel.cs:
	* JavaLanguageBinding.cs:
	* JavaBinding.addin.xml:
	* ProjectTreeBuilder/JavaNodeBuilder.cs: Follow architecture changes.
	
	* JavaCompilerParameters.cs: Moved some parameters and enum
	definitions to DotNetProjectConfiguration.
	
	* Project/JavaProject.cs: Removed. Not needed any more.
	* Makefile.am: Updated.

2004-12-13  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: StatusBarService.ProgressMonitor is
	not a StatusBar widget any more.

2004-12-07  Alexandre Gomes <alexmipego@hotmail.com>

	* JavaLanguageBinding.cs: Added CommentTag to be used by (Un)CommentCode

2004-11-05  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* Parser/Parser.cs: Added HandlesFileExtension() to work with new
	IParser

2004-07-05  John Luke  <jluke@cfl.rr.com>

	* *.cs: cleanup everything
	remove single file compile/run
	remove runtime choices and use ikvmc to produce assemblies

	need to check errors on ikvmc part, I wish there was a better
	way than screen-scraping to do this.

	convert line endings to unix, not sure why they were dos style

2004-06-08  John Luke  <jluke@cfl.rr.com>

	* JavaBindingCompilerService.cs: rework so Process.Start works
	* JavaBindingExecutionService.cs: rework so Process.Start works
	by using ProcessStartInfo (cmd, args)
	add support for using Gij
	* Gui/ProjectConfigurationPropertyPanel.cs:
	enable Java, remove Mono, and add Gij runtimes
	* JavaRuntime.cs: add Gij

2004-05-25  Todd Berman  <tberman@sevenl.net>

	* JavaLanguageBinding.cs: signature change for GenerateMakefile.

2004-04-28  Todd Berman  <tberman@sevenl.net>

	* JavaLanguageBinding.cs: stubbing GenerateMakefile.

2004-04-16  John Luke  <jluke@cfl.rr.com>

	* JavaBindingCompilerService.cs:
	rework error parsing to work off of Streams instead of temp files
	allows javac errors to work, gcj maybe not	
	set the column of the error
	specify the output directory
	* Project/JavaCompilerOptions: add runtime prop
	* JavaBindingExecutionService.cs:  add prelim support
	for choosing runtime
	* JavaCompiler.cs:
	* JavaRuntime.cs: add enums for compiler and runtime

2004-04-09  John Luke  <jluke@cfl.rr.com>

	* JavaBindingCompilerService.cs: account for classpath when compiling,
	work with gcj or javac, cleanup old code
	* Gui/ProjectConfigurationPropertyPanel.cs: rough port, needs major HIG love,
	cleanup, add RadioButtons to select from gcj and javac
	* JavaBindingExecutionService.cs: use ikvm instead of java runtime
	* Parser/*: make a copy of the CSharpBinding/Parser in case I am crazy enough
	to port the parser to work with Java (not built yet)
	* Project/JavaCompilerParameters.cs: add javac/gcj .Compiler property,
	fix CompilerPath from being hardcoded

2004-03-25  John Luke  <jluke@cfl.rr.com>
	
	import from SD and make it build with our
	namespaces and SourceEditor
	change to work like CSharpBinding