File: ChangeLog

package info (click to toggle)
cowbell 0.2.7.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,388 kB
  • ctags: 1,122
  • sloc: sh: 8,816; cs: 4,666; makefile: 143; xml: 84; cpp: 18
file content (475 lines) | stat: -rw-r--r-- 13,135 bytes parent folder | download | duplicates (4)
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
2006-05-08  Brad Taylor  <brad@getcoded.net>
	
	* cowbell.exe.config: Unrevert the dll map.

	* NEWS:
	* configure.in: Tag for 0.2.7.1 release.

2006-05-05  Brad Taylor  <brad@getcoded.net>
	
	* cowbell.exe.config: Remove previous fix.

	* base/SafeUri.cs: Apply a better fix to previous problem from
	  Sebastian Dröge.

2006-05-03  Brad Taylor  <brad@getcoded.net>
	
	* cowbell.exe.config: Fix from Aaron Bockover to remove glib-dev
	  dependency reported by Sindre Pedersen Bjordal.

	* po/no.po:
	* po/nb.po: Updated Norwegian translation from Sindre Pedersen Bjordal.

2006-04-10  Brad Taylor  <brad@getcoded.net>
	
	* resources/Makefile.am: Fix typo in Makefile.am, courtesy of foser.

2006-04-09  Brad Taylor  <brad@getcoded.net>
	
	* configure.in:
	* cowbell.in:
	* Makefile.am:
	* lib/Makefile.am
	* lib/taglib/glue.h:
	* lib/taglib/glue.cpp:
	* lib/taglib/Makefile.am: Add C++ glue to combat TagLib encoding
	  problems.

	* Makefile.am:
	* gui/GladeDialog.cs:
	* gui/GladeWindow.cs:
	* gui/AboutDialog.cs:
	* resources/cowbell.svg:
	* resources/cowbell.png:
	* resources/Makefile.am: Long-awaited import of Cowbell's tango-ized
	  icons.

	* Makefile.am:
	* gui/AlbumCoverImage.cs
	* gui/SongDatabaseTreeView.cs:
	* base/Filesystem.cs:
	* base/SafeUri.cs: Import of Aaron Bockover's SafeUri code to hopefully
	  fend off issues arising to Mono's poor Uri class.

	* NEWS:
	* configure.in: Tag for 0.2.7 release.

2006-03-13  Brad Taylor  <brad@getcoded.net>

	* gui/FileChooser.cs: Add audio/mpeg mimetype to fix bug reported by
	  Luis Villa <luis@gnome.org>.

2006-02-23  Brad Taylor  <brad@getcoded.net>

	* NEWS:
	* configure.in: Tag for 0.2.6.1 release.

	* configure.in: Actually, Gtk.About is a Gtk# 2.6 feature, not a 2.4
	  feature, so we now require Gtk# 2.6 (Sebastian Dröge).

	* Makefile.am: Add /codepage:utf8 now that we have utf8 strings in the
	  code (Sebastian Dröge).

	* po/sv.po: Updated Swedish translation.

2006-02-22  Brad Taylor  <brad@getcoded.net>

	* po/Makefile.in.in: Apply a fix from intltool to make us pass
	  distcheck.
	
	* resources/MainWindow.glade: After some thought, change these so that
	  they make a little more sense.

	* NEWS:
	* configure.in: Tag for 0.2.6 release.

2006-02-16  Brad Taylor  <brad@getcoded.net>
	
	* base/Catalog.cs: Hack around the s/libintl/intl/g change in mono so
	  that we can work on mono < 1.1.13 as well.

2006-02-14  Brad Taylor  <brad@getcoded.net>

	* configure.in: Revert back to a gtk-sharp version that breezy can
	  handle.
	
	* configure.in:
	* base/AboutDialog.cs:
	* po/ja.po: Import a new Japanese translation from Bailey Kong.

2006-02-08  Brad Taylor  <brad@getcoded.net>

	* gui/GladeDialog.cs:
	* gui/GladeWindow.cs:
	* gui/SongDatabaseTreeView.cs: Get rid of warnings since we're using
	  gtk-sharp <= 2.4.

	* po/: Update translations.

2006-02-05  Brad Taylor  <brad@getcoded.net>

	* gui/AboutDialog.cs: Use Gtk.AboutDialog instead of homegrown crap.

	* configure.in: Require more recent gtk-sharp version for AboutDialog
	  support.

2006-01-31  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs: Fix/Unbreak/Implement reverting.

	* po/en_CA.po:
	* po/tr.po:
	* po/hu.po:
	* po/fi.po:
	* po/nb.po: Import new translations from Rosetta.

	* gui/MainWindow.cs: Sensitive the save icon when someone closes the
	  Preferences Window, but don't set the application as dirty to avoid
	  prompting the user to save before they exit
	
	* gui/MainWindow.cs: Add a warning for users who try to import more
	  than one album worth of music.

	* gui/FileChooser.cs: Change dialog title to reflect the fact that we
	  don't support directories.

	* gui/PropertiesDialog.cs:
	* gui/GladeWindow.cs:
	* gui/PreferencesWindow.cs: Move two functions into one in the parent
	  class to correct apparent stupidity on my part.

	* base/Catalog.cs: s/libintl/intl for new mono 1.1.13 upstream changes.

2005-11-15  Brad Taylor  <brad@getcoded.net>

	* po/sv.po:
	* po/es.po:
	* po/fr.po:
	* po/pt_BR.po: New translations imported from Rosetta.

2005-11-01  Brad Taylor  <brad@getcoded.net>
	* po/ChangeLog:
	* po/no.po: Updated translations from Sindre Pedersen Bjordal.
	
	* NEWS:
	* configure.in: Tag for 0.2.5 release.

2005-10-26  Brad Taylor  <brad@getcoded.net>

	* po/no.po:
	* po/ChangeLog:
	* configure.in: Added initial Norwegian translation.

2005-10-25  Brad Taylor  <brad@getcoded.net>

	* resources/AboutDialog.glade: Added credit for Sindre Pedersen
	  Bjordal.

2005-10-25  Brad Taylor  <brad@getcoded.net>
	
	* base/Batch.cs:
	* base/Runtime.cs: Add a --quiet option to make the batch tagger not
	  ask you for every single album.

	* po/Makefile.in.in: Get a better version of Makefile.in.in that
	  hopefully won't be retarded all the time.

2005-10-24  Brad Taylor  <brad@getcoded.net>
	
	* po/de.po: Updated German translation from Sebastian.

2005-10-24  Brad Taylor  <brad@getcoded.net>
	
	* po/cowbell.pot:
	* gui/UnhandledExceptionDialog.glade: Remove strings that shouldn't be
	  translated.

2005-10-24  Eskil Bylund  <eskil@letterboxes.org>

	* resources/AboutDialog.glade:
	* resources/MainWindow.glade:
	* resources/PreferencesWindow.glade:
	* resources/ProgressDialog.glade:
	* resources/PropertiesDialog.glade:
	* resources/SaveChangesDialog.glade:
	* resources/UnhandledExceptionDialog.glade: Various HIG fixes. Use
	  mnemonics. Remove signals.
	
	* resources/MainWindow.glade: Change the default height from 500 to 450.

2005-10-22  Brad Taylor  <brad@getcoded.net>

	* base/Runtime.cs:
	* base/Filesystem.cs:
	* gui/Gui.cs: Add a new Gui class.

	* resources/SaveChangesDialog.glade:
	* resources/ProgressDialog.glade:
	* resources/AboutDialog.glade:
	* resources/ProgressWindow.glade:
	* gui/SaveChangesDialog.cs:
	* gui/ProgressDialog.cs:
	* gui/AboutDialog.cs:
	* gui/GladeDialog.cs: Add a GladeDialog class.

	* gui/ErrorDialog.cs: Move ErrorDialog into the gui root.

2005-10-22  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs:
	* gui/UnhandledExceptionDialog.cs:
	* resources/UnhandledExceptionDialog.glade: Add unhandled exception
	  handling crack.

	* gui/MainWindow.cs:
	* gui/AlbumCoverImage.cs:
	* gui/MetadataProxy.cs:
	* base/Runtime.cs:
	* base/Dispatcher.cs:
	* base/AmazonMetadataProxy.cs:
	* base/IMetadataProxy.cs:
	* base/Delegates.cs: Add a new dispatcher from MonoDevelop to dispell
	  weird threading issues with Guess Song Information.  This should make
	  things *alot* better.

2005-10-22  Brad Taylor  <brad@getcoded.net>

	* gui/ProgressWindow.cs:
	* gui/AboutDialog.cs:
	* gui/MainWindow.cs: Misc cleanups from Eskil Bylund
	  <eskil@letterboxes.org>.

2005-10-06  Sebastian Dröge  <slomo@ubuntu.com>

	* base/AmazonMetadataProxy.cs: Fix crasher when Amazon returns null
	  data.

2005-09-24  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs: Fix #51 (If Cowbell is "dirty", clearing the song
	  list doesn't clear the dirty flag).

2005-09-16  Brad Taylor  <brad@getcoded.net>

	* base/Catalog.cs: Properly attribute Catalog's origins from
	  Mono.Posix.Catalog.

2005-09-14  Brad Taylor  <brad@getcoded.net>

	* po/cowbell.pot:
	* resources/AboutDialog.glade: Update About dialog to use Sebastian's
	  new email address.

	* po/de.po: Updated German translations from Sebastian Dröge.

	* configure.in:
	* po/ChangeLog: Update for 0.2.4 release.

2005-09-12  Brad Taylor  <brad@getcoded.net>
	
	* gui/MainWindow.cs:
	* gui/AboutDialog.cs:
	* Makefile.as:
	* resources/AboutDialog.glads:
	* resources/MainWindow.glade: Add an AboutDialog to close #45.

2005-09-12  Brad Taylor  <brad@getcoded.net>

	* base/Batch.cs:
	* base/CliUtils.cs:
	* base/Runtime.cs:
	* base/Filesystem.cs:
	* base/CliParser.cs:
	* base/AmazonMetadataProxy.cs:
	* base/Utils.cs:
	* base/Song.cs: Add batch tagging support from the command-line.  To
	  check it out, pass --batch to cowbell.

2005-09-08  Brad Taylor  <brad@getcoded.net>
	
	* cowbell.in: Fix comical bug (#47) reported by Jackson
	 <jackson@ximian.com> which reports that cowbell's run script doesn't
	 use the detected mono path.

2005-09-08  Jon Tai  <jon@tgpsolutions.com>

	* base/Preferences.cs: Fix #48.

2005-08-09  Brad Taylor  <brad@getcoded.net>
	
	* NEWS:
	* configure.in:
	* gui/MainWindow.cs: Brown paper bag release to fix critical issue with
	  saving Genres.

2005-08-07  Brad Taylor  <brad@getcoded.net>
	
	* NEWS:
	* configure.in: Update for 0.2.2 release

2005-08-06  Martin Kretzschmar  <martink@gnome.org>

	* gui/MainWindow.cs: Escape the album name for Pango.

2005-08-04  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs: Tweak the AlbumCoverImage refreshing so that it
	  doesn't update quite as much, and actually updates when its most
	  needed.  Also, workaround a stupid gtk bug.

	* gui/PreferencesWindow.cs: Stop the PreferencesWindow from needlessly
	  changing GlobalData and therefore updating the whole app.  Twice.

	* resources/MainWindow.glade: Fix the Global Data pane so that it
	  doesn't resize when the rest of the window resizes.  Also allow users
	  to select, c & p the Album name.

	* base/Song.cs: Fix ArtistAlbumStamp so that it returns "0" instead of
	  "+" when the Album or Artist are empty.

2005-08-04  Brad Taylor  <brad@getcoded.net>

	* resources/default-cover.png: Resize default cover so that its 66x66
	  like the rest of the cover images.

2005-08-01  Brad Taylor  <brad@getcoded.net>
	
	* configure.in: Fix from david@dmccabe.org which solves problems with
	  taglib not installed in /usr.

2005-08-01  Brad Taylor  <brad@getcoded.net>
	
	* base/Song.cs: Fix a case when if there is no tag information and the
	  filename isnt formatted like "SomeToken - Title".

2005-07-31  Brad Taylor  <brad@getcoded.net>

	* resources/MainWindow.glade: Rename application title from "Cowbell"
	  to "Cowbell Music Organizer".
	
	* gui/AlbumCoverImage.cs:
	* gui/MainWindow.cs: Move save code into a thread, fix issues with
	  "dirty" handing.

2005-07-29  Brad Taylor  <brad@getcoded.net>
	
	* po/cowbell.pot:
	* po/de.po: intltool being lame.

	* NEWS:
	* configure.in: Update for 0.2.1 release

2005-07-29  Brad Taylor  <brad@getcoded.net>

	* AUTHORS:
	* lib/taglib/Tag.cs:
	* lib/taglib/AudioProperties.cs:
	* lib/taglib/File.cs:
	* lib/taglib/Object.cs:
	* base/AmazonMetadataProxy: Clarify licensing issues with TagLib
	  bindings.

	* po/de.po: 
	* Makefile.am:
	* configure.in:
	* po/cowbell.pot:
	* resources/Makefile.am:
	* resources/cowbell.desktop.in: Add cowbell.desktop and regenerate
	  translations.

	* po/Makefile.in.in: Fix distclean.  Again.

2005-07-27  Brad Taylor  <brad@getcoded.net>

	* configure.in: Apply patch by cournape@gmail.com to error out when
	  mono and other tools are not installed.

2005-07-27  Brad Taylor  <brad@getcoded.net>

	* Makefile.am:
	* configure.in:
	* po/: Added German translation by Sebastian Dröge.

	* gui/GladeWindow.cs: Use SetCustomHandler to maintain compatibility
	  with older versions of gtk-sharp

2005-07-26  Brad Taylor  <brad@getcoded.net>

	* base/FilenamePattern.cs: Add a number of leading zeros to Track
	  field, depending on how many songs are in the database.

2005-07-23  Brad Taylor  <brad@getcoded.net>
	
	* mkinstalldirs:
	* Makefile.am:
	* po/Makefile.in.in: Work some automake magic to pass make distcheck
	  again.

	* base/Runtime.cs:
	* po/cowbell.pot
	* po/POTFILES.in: Update some translations.

	* configure.in: Make preparations for 0.2 release.

2005-07-20  Brad Taylor  <brad@getcoded.net>

	* README: Update the README to point to the correct address of
	  Cowbell's Trac.

2005-07-20  Brad Taylor  <brad@getcoded.net>

	* base/FilenamePattern.cs:
	* resources/PreferencesWindow.glade: Make the FilenamePattern parser
	  non-language specific.  Also, change Number to Track in the patterns.

2005-07-19  Brad Taylor  <brad@getcoded.net>

	* configure.in:
	* po/ChangeLog: Fix disaster caused by late night i18n-ing.

2005-07-19  Brad Taylor  <brad@getcoded.net>

	* (Bunch of files): Add i18n support.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* base/Song.cs:
	* gui/AlbumCoverImage.cs:
	* gui/MainWindow.cs:
	* resources/MainWindow.glade: Add a Clear List option and move
	  Preferences to the Edit menu.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* Makefile.am:
	* configure.in: Apply awesome patch from Christian Hergert (chrish01)
	  to make cowbell pass make distheck.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* gui/FileChooser.cs:
	* gui/PropertiesDialog.cs: Add support for Musepack files.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* Makefile.am:
	* cowbell.exe.config: Add cowbell.exe.config and corresponding Makefile
	  entry from Sebastian Dröge to allow use of non dev packages of taglib
	  in Ubuntu.

2005-07-14  Brad Taylor  <brad@getcoded.net>
	
	* gui/FileChooser.cs: Apply patch from zemo@safe-mail.net to fix FLAC
	  support for the FileChooser.

2005-07-12  Brad Taylor  <brad@getcoded.net>

	* base/Song.cs: Fix problem with stamp generation on null
	  Artists/Albums.
	
	* gui/SongDatabaseTreeView.cs: Try to rectify issues with
	  dragging into Treeview.

2005-07-11  Brad Taylor  <brad@getcoded.net>

	Initial Release (0.1)