~ubuntu-branches/ubuntu/karmic/hipo/karmic

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
2007-03-17  Pedro Villavicencio  <pvillavi@gnome.org>

	* NEWS: updated news for 0.4 release.
	* configure.ac: bump version to 0.4

2007-03-13  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: fixed sorting method and 
	remove unnecessary code.

2007-03-13  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/TracksView.cs: commented out for now the sort function.

2007-03-13  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* autogen.sh:
	* configure.ac: Use new intltool syntax.

2007-03-11  David Lodge <dave@cirt.net>

	* configure.ac: Added en_GB to ALL_LINGUAS

2007-03-11  Pedro Villavicencio  <pvillavi@gnome.org>

	* hipo.desktop.in: remove 'Application' category
	because is not valid in the freedesktop specification.

2007-03-10  Ilkka Tuohela  <hile@iki.fi>

	* configure.ac: Added fi to ALL_LINGUAS

2007-02-27  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Make sure at least one track 
	is selected when showing the popup menu. (Benoit Garret)

	Fixed #412792

2007-02-27  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* autogen.sh: remove update-checkout.sh.
	* taglib-sharp/update-checkout.sh: deleted.
	* taglib-sharp/: set the checkout of the taglib-sharp
	as a svn external property.

2007-02-25  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs:
	* src/hipo.xml: Add device properties to the menu.

2007-02-18  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Add support for m4a files.
	* src/TracksView.cs:
	
	Fixed #409097

2007-02-18  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Add metadata edit
	in the tracks view. (Benoit Garret)

	Closes #408808

2007-02-17  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/hipo.glade: Add shadows around the playlist 
	view and the tracks view. (Benoit Garret).

	Closes #408806

2007-02-14  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Fix a typo where the artist field 
	was saved both in the artist and the album field,

	* src/TracksView.cs: Update list of tracks
	when a change is made in the properties window.

	Fixed #407720
	
	Thanks to Benoit Garret <benoit.garret_gnome@gadz.org>

2007-02-07  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: update copyrights and 
	add the hipo webpage to the about dialog.

	* src/PlaylistView.cs:
	* src/TracksView.cs: add recursive import.
	closes #402515. (Felipe Barros)

2007-02-06  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: fixed percentage calculation
	closes #402536, fixed #402940. (Felipe Barros).

2007-01-22  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.ac: Added "it" (Italian) to ALL_LINGUAS.

2007-01-21  Pedro Villavicencio  <pvillavi@gnome.org>

	* configure.ac: add Brazilian Portuguese translation.
	Thanks to Jose Ricardo Anacleto Cardozo <ricky.devel@gmail.com>

2007-01-21  Pedro Villavicencio  <pvillavi@gnome.org>

	* NEWS: update news for 0.3 release
	* configure.ac: bumping version to 0.3
	* src/HipoMainWindow.cs: adding Felipe Barros to
	authors field.

2007-01-21  Pedro Villavicencio  <pvillavi@gnome.org>

	* configure.ac: Added Polish translation,
	thanks to Tomasz Dominikowski <dominikowski@gmail.com>.	

2007-01-16  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: change treeview to multiple selection mode.
	correct a couple of issues regarded to the progress dialog.

	* src/PlaylistView.cs: 
	* src/TracksView.cs: update functions for working with the new code.
	
2007-01-16  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs:
	* src/TracksView.cs: Add progress dialog.

	Closes: #397251

2007-01-10  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs:
	* src/hipo.glade: extend device properties.

	Closes: #394804

2007-01-09  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: improve size calculation functions. (Felipe
	Barros)
	
	Closes: #392478

2007-01-09  Pedro Villavicencio  <pvillavi@gnome.org>

	* configure.ac: add Dutch translation,
	 thanks to Max Beauchez <max.780@gmail.com>

2007-01-09  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: fixed glade translation issues.

	Closes: #394619

2007-01-09  Pedro Villavicencio  <pvillavi@gnome.org>

	* configure.ac: bump version to 0.2 .
	* NEWS: update news.

2007-01-08  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/TracksView.cs: Checks for null parameters in sort function.

	Closes: #393968

2007-01-08  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Ipod actions greyed out when no 
	device is connected, this was our first GNOME Love bug. (Thanks to Gabriel Felipe Cornejo <gnomeusr@gmail.com>)

	Closes: #392432

2007-01-04  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: 
	* src/TracksView.cs: clear stores when device is not present.
	Closes: #392533

2007-01-03  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: add function to manage the device
	properties dialog, also fix a compilation issue in Archlinux (thanks
	to Eugenia Loli Queru for this report).
	* src/PlaylistView.cs:
	* src/hipo.glade: add dialog for show the device properties.
	* src/hipo.xml: add device popup.  
	
	(Closes: #392430)

2007-01-03  Pedro Villavicencio  <pvillavi@gnome.org>

	* taglib-sharp/update-checkout.sh: changed
	svn for http in the anonymous svn access.
	thanks to felipe barros. (Closes: #392482)

2007-01-03  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* configure.ac:
	* src/Makefile.am:
	* src/ipod-sharp.dll.config.in: add for
	missing ipoddevice config.

2007-01-02  Pedro Villavicencio  <pvillavi@gnome.org>

	* configure.ac: add Catalan translation,
	thanks to Gil Forcada <gilforcada@guifi.net>.

2007-01-01  Pedro Villavicencio  <pvillavi@gnome.org>

	* Release 0.1

	* INSTALL: 
	* NEWS: update for 0.1
	* configure.ac: bump version to 0.1

2006-12-26  Pedro Villavicencio  <pvillavi@gnome.org>

	* Makefile.am: add new directory.
	* autogen.sh: run update-checkout.sh.
	* configure.ac: remove dependencie.
	* src/Makefile.am: replace resource of taglib-sharp.
	* taglib-sharp/Makefile.am:
	* taglib-sharp/update-checkout.sh: checks for newer taglib-sharp.
	
	copied from Banshee.

2006-12-26  Pedro Villavicencio  <pvillavi@gnome.org>

	* data/Makefile.am:
	* data/hipo-logo.png:
	* src/HipoMainWindow.cs:
	* src/Makefile.am: add a cute logo, thanks to
	Carlos Candia Flores for the awesome vectorization
	and Gabriel Bustos for it.

2006-12-23  Pedro Villavicencio  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs:
	* src/PlaylistView.cs:
	* src/TracksView.cs: code re order.

2006-12-18  Pedro Villavicencio  <pvillavi@gnome.org>

	* configure.ac:
	* po/POTFILES.in:
	* po/es.po:  Added Spanish Translation. (Felipe Barros).
	* src/HipoMainWindow.cs: 
	* src/hipo.glade:
	* src/hipo.xml: Add dialog for edit tags and cover arts.
	Add Drag & Drop support (Felipe Barros).

2006-12-12  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* Makefile.am:
	* configure.ac:
	* data/Makefile.am:
	* data/multimedia-player-ipod-U2-color.png:
	* data/multimedia-player-ipod-U2-monochrome.png:
	* data/multimedia-player-ipod-mini-blue.png:
	* data/multimedia-player-ipod-mini-gold.png:
	* data/multimedia-player-ipod-mini-green.png:
	* data/multimedia-player-ipod-mini-pink.png:
	* data/multimedia-player-ipod-mini-silver.png:
	* data/multimedia-player-ipod-nano-black.png:
	* data/multimedia-player-ipod-nano-white.png:
	* data/multimedia-player-ipod-shuffle.png:
	* data/multimedia-player-ipod-standard-color.png:
	* data/multimedia-player-ipod-standard-monochrome.png:
	* data/multimedia-player-ipod-video-black.png:
	* data/multimedia-player-ipod-video-white.png:
	* src/HipoMainWindow.cs:
	* src/PlaylistView.cs: add Tango icons for each iPod model.

2006-12-10  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Add eject option to the quit dialog.

2006-12-05  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/Makefile.am:
	* src/Defines.cs.in:  Added support for translations.
	* src/PlaylistWindow.cs: Use Catalog.GetString, every string
	that goes in the UI should use it.

2006-11-30  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: 
	* src/PlaylistView.cs: add some new functions to manage
	the Playlists.
	* hipo.xml: changed names of the popups.

2006-11-28  Pedro Villavicencio Garrido  <pvillavi@gnome.org>
	
	* src/HipoMainWindow.cs: added popup to manage the playlists. 
	* src/PlaylistView.cs: code re-order.

	* src/HipoMainWindow.cs: 
	* src/hipo.glade: Added functions to show 
	the current size of the device. 
	(thanks to Felipe Barros)

2006-11-27  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs:
	* src/hipo.xml: 
	* src/hipo.glade: 
	* src/PlaylistView.cs: started the implementation of 
	Playlists.

2006-11-25  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: 
	* src/hipo.xml: 
	* src/hipo.glade: Remove the old menubar, migration to 
	GtkUIManager.
	
2006-11-20  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: make use of threads.
	* src/Tracker.cs: add missing tracknumber.

2006-11-16  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* configure.ac: add dependency on taglib-sharp.

	* src/hipo.glade:
	* src/HipoMainWindow.cs: 
	* src/Tracker.cs: rework and order of the code.
	
2006-11-14  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/HipoMainWindow.cs: Initial import of hipo into GNOME CVS.
	* src/HipoMainWindow.cs (OnButtonPress), (PopupMenu),
	(OnPopupMenu) : add popup menu to the view.
	* src/hipo.glade: remove old dialog.