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

ChangeLog « GnomePlatform « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4456b3ffb98a1afef1914673bf3dfd551fe994bc (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
2010-06-09  Michael Hutchinson  <mhutchinson@novell.com>

	* GnomePlatform.cs: Implemented
	  CanOpenTerminal/OpenInTerminal.

2010-04-28  Michael Hutchinson  <mhutchinson@novell.com>

	* GnomePlatform.cs: Track StartConsoleProcess API.

2010-04-26  Lluis Sanchez Gual  <lluis@novell.com>

	* GnomePlatform.cs: External console processes are now wrapped
	  by a IProcessAsyncOperation interface, instead of a Process
	  instance. In this way it is possible to create external
	  consoles which are not directly bound to a process.

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

	* GnomePlatform.cs: Moved external console creation to the
	  platform service.

2010-03-23  Lluis Sanchez Gual  <lluis@novell.com>

	* GnomePlatform.cs: If getting the mime type using gio fails
	  for some reason, fallback to vfs.

2010-03-22  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* GnomePlatform.addin.xml: Bumped MD version.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* Gio.cs:
	* Makefile.am:
	* GnomePlatform.cs:
	* GnomePlatform.csproj:
	* GnomePlatform.addin.xml: Merged MD.Projects into MD.Core,
	  and MD.Projects.Gui, MD.Core.Gui and MD.Components into
	  MD.Ide.

2010-02-18  Lluis Sanchez Gual  <lluis@novell.com>

	* GnomePlatform.csproj: Add missing reference.

2010-02-10  Michael Hutchinson  <mhutchinson@novell.com>

	* GnomePlatform.cs: Tidy up GIO vs. GnomeVFS a bit.

2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* GnomePlatform.addin.xml: Bump MD version.

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

	* GnomePlatform.csproj: Flush.

2009-10-08  Ankit Jain  <jankit@novell.com>

	* GnomePlatform.csproj: Mark gtk-sharp/pango-sharp with
	SpecificVersion=false. Add 'GnomePlatform.dll.config' to
	the project, this is already there in the makefile.

2009-10-07  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* GnomePlatform.addin.xml: Bump MD version.

2009-08-26  Lluis Sanchez Gual  <lluis@novell.com>

	* GnomePlatform.csproj: Updated dependencies. We now depend on
	  gtk# 2.12.8, Mono 2.4, and Mono.Addins 0.4.

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

	* GnomePlatform.cs: Fallback to Vfs if Gio doesn't have mime
	  type info for a file.

2009-04-29  Lluis Sanchez Gual  <lluis@novell.com>

	* GnomePlatform.csproj: Don't require a specific gtk# version.

2009-04-15  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* GnomePlatform.addin.xml: Bump MD version.

2009-02-26  Mike Kestner  <mkestner@novell.com>

	* Gio.cs: remove an unref that can cause double frees, even
	though the docs say the GFileInfo should be unref'd.

2009-02-08  Michael Hutchinson  <mhutchinson@novell.com>

	* GnomePlatform.csproj: Remove more inadvertent local copying
	  of references.

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

	* GnomePlatform.csproj: Flush.

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

	* GnomePlatform.mdp:
	* GnomePlatform.csproj: Migrated to MSBuild file format.

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

	* AssemblyInfo.cs:
	* GnomePlatform.addin.xml: Bump MD version.

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

	* GnomePlatform.mdp: Flush project format changes.

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

	* GnomePlatform.mdp: All projects now require fx 3.5.

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

	* Makefile.am:
	* GnomePlatform.mdp: Fix project file.

	* GnomePlatform.cs: Remove unused code.

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

	* GnomePlatform.addin.xml: Hide/protect add-ins.

2008-12-04  Mike Kestner  <mkestner@novell.com>

	* GnomePlatform.cs: still need to initialize gnomevfs for the icon
	lookup.

2008-12-04  Mike Kestner  <mkestner@novell.com>

	* GnomePlatform.cs: add gio hooks.
	* GnomePlatform.dll.config: pinvoke-fu.
	* Gio.cs: gio-based mime lookup code.
	* Makefile.am: new files and config file magic.
	[Fixes #400642]
 
2008-12-04  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Make it work for parallel build.

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

	* Makefile.am:
	* AssemblyInfo.cs:
	* GnomePlatform.mdp: Add AssemblyInfo.cs files that are autogenerated
	from the addin manifests.

2008-11-06  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am: Fix build dependencies.

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

	* GnomePlatform.addin.xml: Bump MD version.

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

	* GnomePlatform.cs: Escape file names when querying the mime type.

2008-07-15  Mike Krüger <mkrueger@novell.com> 

	* GnomePlatform.cs: Fixed possible null reference exception.

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

	* GnomePlatform.mdp: Fix runtime version.
	* GnomePlatform.cs: Gnome.Icon.LookupSync crashes in old gnome versions
	  if the file doesn't exist. Fixed this case in OnGetPixbufForFile.
	  Fixes bug #400297.

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

	* GnomePlatform.addin.xml: Bump MD version.

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

	* GnomePlatform.mdp: Some fixes in project files.

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

	* Makefile.am, GnomePlatform.mdp: New project model changes.

2008-05-08  Michael Hutchinson <mhutchinson@novell.com> 

	* GnomePlatform.cs: Moved the code here that uses the gedit file
	  association to check whether a file is text.

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

	* GnomePlatform.mdp: Remove unneeded reference.
	* GnomePlatform.cs: Track api changes.

2008-03-05  Michael Hutchinson <mhutchinson@novell.com> 

	* GnomePlatform.cs: Try to use the base implementation of GetMimeTypeForUri
	  to get a useful value, before falling back to GnomeVFS. Allows finding
	  mimetypes not registered on the system.

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

	* GnomePlatform.cs: Expose the Name property.

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

	* GnomePlatform.addin.xml: Update MD version.

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

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

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

	* GnomePlatform.addin.xml, Makefile.am, GnomePlatform.mdp, GnomePlatform.cs:
	  Moved PlatformService to MD.Core.Gui. Removed old FileIconService class,
	  which is now implemented in PlatformService.

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

	* GnomePlatform.addin.xml: Fix typo.
	* Makefile.am, GnomePlatform.mdp: Added MD project.

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

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

2007-12-06  Geoff Norton  <gnorton@novell.com>

	* Initial check-in for the Gnome backend to the PlatformService