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

ChangeLog « MonoDevelop.WebReferences « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fad5dbba4b6226441e8eae7406409d61b265c6f0 (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
2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.WebReferences.mds:
	* MonoDevelop.WebReferences.mdp:
	* MonoDevelop.WebReferences.csproj: Migrated to MSBuild file
	  format.

2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.WebReferences.mdp: Flush project format changes.

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

	* MonoDevelop.WebReferences.mdp: All projects now require fx 3.5.

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

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs:
	Track API changes.

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

	* MonoDevelop.WebReferences.mdp: Don't require a specific version of
	Mono.Addins.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* AssemblyInfo.cs: Add AssemblyInfo.cs files that are autogenerated from
	the addin manifests.

2008-11-19  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceNodeBuilder.cs:
	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	Fix comments.

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: Make
	sure no files are added to the project if the web reference proxy
	can't be generated.

	* gtk-gui/gui.stetic:
	* gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs:
	Flush.

	* Makefile.am: Fix parallel build.

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

	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

2008-11-05  Mike Kestner <mkestner@novell.com>

	* MonoDevelop.WebReferences.mdp: update the UsePartialTypes attribute.
	Not sure how or why it got set to False, but it should be true.
	[Fixes #440796]

2008-10-22 Luciano N. Callero <lnc19@hotmail.com>

	* MonoDevelop.WebReferences/CodeGenerator.cs: Add a new Constructor
	  to the proxy class with Url as a parameter.

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

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs:
	  Track API.

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp: Updated projects.

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

	* MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs,
	  gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs:
	  Updated generated code.

2008-09-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.NodeBuilders/ProjectFolderNodeBuilderExtension.cs,
	  MonoDevelop.WebReferences.NodeBuilders/ProjectNodeBuilder.cs,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceNodeBuilder.cs,
	  MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs:
	  Moved the extensible tree view to its own directory.

2008-06-18  Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* MonoDevelop.WebReferences/WebReferenceItem.cs: Update web reference 
	  over the network.

2008-06-17  Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: 
	  Auto-add necessary references.

2008-06-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs,
	  MonoDevelop.WebReferences/WebReferenceItem.cs,
	  MonoDevelop.WebReferences/Library.cs,
	  MonoDevelop.WebReferences/WebReferenceItemCollection.cs,
	  MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs:
	  New project model changes.

2008-03-04  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs: Worked on gnome
	  hig compliant alerts.

2008-02-27  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs:
	  Refactored status bar.

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

	* MonoDevelop.WebReferences.addin.xml: Update MD version.

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

	* MonoDevelop.WebReferences.addin.xml: Updated add-in category and
	  description.

2008-01-02  Geoff Norton  <gnorton@novell.com>

	* MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs:
	The using System.Net;\rusing System.Text;\n pattern was causing a
	CS8025 on SVN trunk.  Replace the \r with a \n.

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

	* MonoDevelop.WebReferences/Library.cs,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic: Make it work when a browser is not installed.

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

	* MonoDevelop.WebReferences.mdp: Updated project files. The order of
	  extended properties won't change anymore.

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

	* MonoDevelop.WebReferences.addin.xml: Bump add-in versions.

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

	* MonoDevelop.WebReferences.mdp, Makefile.am: Directory reorganization.

2007-11-30  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.WebReferences.mdp,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs,
	  gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic: Use WebBrowserService instead of MozillaControl.

2007-11-09  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.WebReferences.mdp: Don't try to use partial types in stetic
	  code generation.

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

	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

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

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

2007-10-01  Raja R Harinath  <rharinath@novell.com>

	* Makefile.am (FILES, REFS): Remove $(srcdir) prefix.  It's added
	automatically by Makefile.include.

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

	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

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

	* MonoDevelop.WebReferences.addin.xml: Removed the CommandService class.
	  Everything is done directly with CommandManager. Moved all extension
	  node types to MD.Components.

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

	* MonoDevelop.WebReferences.addin.xml,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceNodeBuilder.cs,
	  MonoDevelop.WebReferences.mdp, Makefile.am: Reorganized the extension
	  point hierarchy. Embedded all add-in manifests as resources.

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

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: API
	  cleanup. Converted core services into regular classes.

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

	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	  Converted DispatchService to a static class.

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

	* MonoDevelop.WebReferences.addin.xml,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceNodeBuilder.cs:
	  Declared missing extension point.

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

	* gtk-gui/gui.stetic,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs: Made the
	  dialog internal.

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

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

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

	* Makefile.am: Updated.

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

	* MonoDevelop.WebReferences.mdp, Makefile.am: Reference shared
	  assemblies from the correct location.

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

	* MonoDevelop.WebReferences.addin.xml, MonoDevelop.WebReferences.mdp,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic, Makefile.am: Migration to Mono.Addins.

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

	* AssemblyInfo.cs: Avoid version auto-increment.
	* MonoDevelop.WebReferences.mdp: Don't copy referenced assemblies.
	* Makefile.am: Flush.

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

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

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

	* MonoDevelop.WebReferences.mdp, Makefile.am: Synchronized the MD
	  project and the Makefile
	* gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic: Updated.

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

	* MonoDevelop.WebReferences.mdp, gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic, Makefile.am: i18n fixes and split stetic
	  generated code in several files.

2006-11-29 Gideon de Swardt <gdeswardt@gmail.com>
	* Makefile.in: 
	Remove the Makefile.in from source, should not have been committed in the first place.

2006-11-28 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences:
	Move the source code from Google Code project.

2006-08-31 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences/CodeGenerator:
	Changed the class to use the LanguageBinding from the DotNetProject.

2006-08-26 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs:
	Moved the UI code to stetic
	* svnci:
	Added the svn commit change log script from monodevelop

2006-08-25 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	Added an event handler to refresh the web reference folder node when a *.map project 
	file has been removed from a project

2006-08-15 Gideon de Swardt <gdeswardt@gmail.com>
		
	* MonoDevelop.WebReferences.addin.xml:
	Removed the Delete All menu option on the Web Reference folder
	Changed the version number
	
	* MonoDevelop.WebReferences/CodeGenerator.cs:
	Added support for generating the code in VB.NET
	
	* MonoDevelop.WebReferences/Library.cs:
	Added a method that checks if the project contains any web references
	
	* MonoDevelop.WebReferences/WebReferenceItemCollection.cs:
	Optimized the WebReferenceItemCollection construct method by only looping through the 
	project files collection once instead of previously seeking for the specific map file
	after it found the reference file. This will also sort the problem with VB reference files
	not being loaded.
	
	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs:
	Check that the project options for the Runtime Version is set to 
	"2.0", if it is set to "1.1" ask the user whether or not to
	switch to "2.0" automatically. The project build will fail if
	the Runtime is set to 1.1. Do not add the web reference if the
	user chooses to keep the runtime version 1.1.
	
	Added functionality to add a ProjectReference for System.Web.Services to the project if
	it does not currently contain a reference. This is required to successfully compile 
	the project.
	
	* MonoDevelop.WebReferences.NodeBuilders/ProjectNodeBuilder.cs:
	Check if the project contains any web references before it adds the WebReferenceFolder
	
	* MonoDevelop.WebReferences.NodeBuilders/ProjectFolderNodeBuilderExtension.cs:
	Add a check not to hide the web reference folder if the project options is set to show all
	
	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	Changed the HasChildNodes method to use the new method to check if a project contains any 
	web references rather than parsing and loading the collection of all web references in a project.
	Changed the BuildChildNodes to parse the project every time the method is called.

2006-08-11 Gideon de Swardt  <gdeswardt@gmail.com> 

	Initial setup of the AddIn