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

ChangeLog « MonoDeveloperExtensions « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3d2a26d72e3a2d74e93982b3bd9160de5862f1d (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
2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am, NUnit/NUnit.mdp, MonoDeveloperExtensions.mdp: Directory
	  reorganization.

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

	* MonoProject.cs: Use RootCombine instead of CurrentOpenCombine when
	  possible.

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

	* MonoDeveloperExtensions.addin.xml: Bump MD version.

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

	* MonoDeveloperExtensions.mds, MonoDeveloperExtensions.mdp, NUnit/NUnit.mdp:
	  Project file names updated by change in MD path functions.

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

	* MonoProject.cs, MonoProjectConfiguration.cs: MonoProject now is a subclass
	  of DotNetProject. Project export to VS format now works.

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

	* MonoMakefileFormat.cs, MonoProject.cs: Make sure the .sources file is
	  included when exporting the project.

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

	* MonoDeveloperExtensions.addin.xml: Bump MD version.

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

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

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

	* Commands.cs: Converted DispatchService to a static class.

2007-06-19  Ankit Jain  <jankit@novell.com>

	Fix bug#81901.
	* MonoProject.cs (AddSourceFile): Use File.* for file operations
	instead of FileService.
	(RemoveSourceFile): Likewise.

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

	* MonoDeveloperExtensions.addin.xml: Removed MS namespace from add-in
	  dependency.

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

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

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

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

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

	* Makefile.am, MonoDeveloperExtensions.addin.xml,
	  MonoDeveloperExtensions.mdp: Migration to Mono.Addins.

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

	* MonoMakefileFormat.cs: Track api changes.
	* MonoDeveloperExtensions.mdp: Updated.

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

	* MonoMakefileFormat.cs: Save MonoProject and MonoCombine objects only.
	* MonoDeveloperExtensions.mdp, NUnit/NUnit.mdp: Disable local-copy
	  references.

2007-03-08  Marek Sieradzki  <marek.sieradzki@gmail.com>

	* MonoTestProvider.cs: Removing as it was already moved to separate
	assembly.

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

	* NUnit/NUnit.mdp: Set target runtime to 2.0.

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

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

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

	* Makefile.am, MonoDeveloperExtensions.mdp, NUnit/Makefile.am,
	  NUnit/NUnit.mdp: Synchronized MD project and makefile.

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

	* AssemblyInfo.cs: Removed version auto-increment.

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

	* MonoDeveloperExtensions.mds, MonoDeveloperExtensions.mdp,
	  NUnit/NUnit.mdp: Updated.
	* MonoProject.cs: Track api changes.

2007-02-06  Ankit Jain  <jankit@novell.com>

	* Commands.cs: Remove all svn commands. We have svn integrated now.
	* MonoDeveloperExtensions.addin.xml: Likewise.

2007-02-06  Ankit Jain  <jankit@novell.com>

	* MonoProject.cs (OnClean): Override.

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

	* MonoDeveloperExtensions.addin.xml: replaced icon for install command by gtk+ 2.4 stock icon
	
2006-12-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoProject.cs: Use the FileService for copying and deleting files.

2006-12-07 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* MonoDeveloperExtensions.mdp: Updated so it can
	be built from MonoDevelop.

2006-09-19 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* NUnit: Added svn:ignore for MonoDeveloperExtensions_nunit.pidb

2006-08-22 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoCombine.cs:
	* MonoProject.cs: Track api changes.

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

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

2006-06-29  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoProject.cs: Implement SupportedLanguages, to filter file templates.

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

	* MonoProject.cs: Removed dependency to NUnit add-in.
	* Makefile.am: Removed dependency to NUnit add-in. Added the
	  new nunit module to the build.
	
	* MonoDeveloperExtensions.addin.xml: Added optional module which
	  extends the nunit add-in.
	  
	* NUnit/MonoTestProvider.cs: 
	* NUnit/Makefile.am: 
	* NUnit/NUnit.mdp: Created a new assembly which implements the nunit
	  extension for Mono projects.

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

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

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

	* MonoDeveloperExtensions.addin.xml: Updated references.

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

	* MonoDeveloperExtensions/MonoMakefileFormat.cs: Include 2.0
	  directories in the solution. Patch by Marek Sieradzki.

2006-03-29 Grzegorz Sobanski  <silk@boktor.net>  

	* Makefile.am: removed unneeded references to nunit.

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

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

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

	* MonoMakefileFormat.cs: Track changes in Makefile format, again.

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

	* MonoMakefileFormat.cs: Track changes in Makefile format.

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

	* Commands.cs: Always open documents in the GUI thread.

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

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

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

	* MonoDeveloperExtensions.addin.xml: Added addin dependencies.

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

	 * MonoProject.cs: Use the new regex for parsing error messages.
	 * Commands.cs: Use an external console for the ci command.

2005-08-10  Ben Motmans  <ben.motmans@gmail.com>

	* MonoDeveloperExtensions.mdp: references update

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

	* MonoDeveloperExtensions/Commands.cs:
	* MonoDeveloperExtensions/MonoProject.cs: Track api changes.

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

	* MonoMakefileFormat.cs: Avoid adding projects twice.
	* MonoProject.cs: 
	* MonoTestProvider.cs: Generate a unit test tree for assemblies that
	have a Test directory.
	* Makefile.am: Added conditional build.
	* MonoDeveloperExtensions.addin.xml: This addin depends on the nunit addin.

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

	* MonoProject.cs: Implemented CreateConfiguration method.
	* MonoDeveloperExtensions.addin.xml: Added install command
	  to the correct toolbar.

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

	* MonoDeveloperExtensions.addin.xml:
	* Commands.cs: Use the new command service. Added hacky support for
	basic svn operations.

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

	* Makefile.am: fix distcheck

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

	* MonoProject.cs: Look for ChangeLog files in a more rational 
	(and faster) way.

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

	* MonoProject.cs: Update the sources file when files are renamed.
	Don't add the ChangeLog file to the project for now, it's too slow
	to look for it.

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

	* MonoProject.cs: Don't try to parse errors from the stdout, only
	from stderr.
	* MonoMakefileFormat.cs: In GetValidFormatName, keep the file path.