date | project | content | link |
|---|
| 21:57 on Dec 19, 2008 | GNOME | Commit by btaylor :: r50 cowbell/ (ChangeLog resources/cowbell.desktop.in): | # |
| 21:48 on Dec 19, 2008 | GNOME | Commit by btaylor :: r49 cowbell/ (ChangeLog configure.ac): | # |
| 17:00 on Dec 10, 2008 | GNOME | Commit by btaylor :: r48 cowbell/ (ChangeLog gui/AboutDialog.cs): | # |
| 16:53 on Dec 10, 2008 | GNOME | Commit by btaylor :: r47 cowbell/ (5 files in 4 dirs): 2008-12-10 Brad Taylor <brad at getcoded dot net>
* gui/cowbell.in:
* gui/Makefile.am: Fix wrapper script for x86_64 platforms.
* gui/Makefile.am:
* base/Makefile.am:
* musicbrainz-sharp/Makefile.am: Patch from Frederic Peters
<fpeters at 0d dot be> to fix build. [Fixes #557635] | # |
| 14:40 on Oct 11, 2008 | GNOME | Commit by btaylor :: r46 cowbell/ (configure.ac po/ChangeLog po/no.po): | # |
| 14:53 on Jun 11, 2008 | GNOME | Commit by btaylor :: r44 cowbell/ (5 files in 4 dirs): 2008-06-10 Brad Taylor <brad at getcoded dot net>
* gui/MainWindow.cs: Move art-checking code into GlobalDataModified.
* gui/AlbumCoverImage.cs:
* base/services/IAlbumArtworkCacheService.cs:
* gui/services/AlbumArtworkCacheService.cs: Move filesystem art
checking code into AlbumArtworkCacheService. | # |
| 05:43 on Jun 11, 2008 | GNOME | Commit by btaylor :: r45 cowbell/ (20 files in 4 dirs): 2008-06-10 Brad Taylor <brad at getcoded dot net>
* gui/Makefile.am:
* configure.ac:
* resources/default-cover.png:
* resources/cowbell.svg:
* resources/images:
* resources/images/default-cover.png:
* resources/images/icon-theme-installer:
* resources/images/cowbell.svg:
* resources/images/Makefile.am:
* resources/images/cowbell-22.png:
* resources/images/cowbell-32.png:
* resources/images/gnome-mime-audio.png:
* resources/images/loading-cover.png:
* resources/images/cowbell-24.png:
* resources/images/cowbell-16.png:
* resources/Makefile.am:
* resources/cowbell.png:
* resources/gnome-mime-audio.png:
* resources/loading-cover.png: Patch from Michael Montreal to use the
App icon in the about dialog, move images to resource/images, adapt
build system, add new image installation script, and add missing
sizes of application icon by Andreas Nilsson. [Fixes #446931] | # |
| 05:42 on Jun 11, 2008 | GNOME | Commit by btaylor :: r43 cowbell/ (5 files in 3 dirs): 2008-06-10 Brad Taylor <brad at getcoded dot net>
* gui/AlbumCoverImage.cs:
* gui/services/AlbumArtworkCacheService.cs: Remove debugging
WriteLines.
* gui/MainWindow.cs: Make sure that AlbumArtworkCacheService is loaded
before FilesystemService in lieu of an actual dependency system.
* gui/services/FilesystemService.cs: Refactor FilesystemService to use
AlbumArtworkCacheService to save the cover image to the filesystem.
Clean up the playlist formatting code. | # |
| 05:02 on Jun 03, 2008 | GNOME | Commit by btaylor :: r42 cowbell/ (13 files in 5 dirs): 2008-06-02 Brad Taylor <brad at getcoded dot net>
* gui/MainWindow.cs:
* gui/services/AlbumArtworkCacheService.cs:
* gui/AlbumCoverImage.cs:
* gui/Makefile.am:
* base/services/IMetadataProxyService.cs:
* base/services/MetadataProxyService.cs
* base/services/IAlbumArtworkCacheService.cs:
* base/ArtworkProxyPriorityAttribute.cs:
* base/MusicBrainzMetadataProxy.cs:
* base/IMetadataProxy.cs:
* base/IArtworkProxy.cs:
* base/Makefile.am: Restructure/refactor code to add a new
AlbumArtworkCacheService which will handle all caching and saving of
album artwork. Rework AlbumCoverImage to use this awesome new
abstraction. | # |
| 03:35 on Jun 03, 2008 | GNOME | Commit by btaylor :: r41 cowbell/ (3 files in 3 dirs): 2008-06-02 Brad Taylor <brad at getcoded dot net>
* base/services/:
* gui/services/: Move services into their own directory.
* base/MusicBrainzMetadataProxy.cs: Change GlobalData also when calling
Import (). This causes the artist, album and year to update on the
right hand side of the window. | # |
| 03:32 on Jun 03, 2008 | GNOME | Commit by btaylor :: r40 cowbell/ (13 files in 2 dirs): Ugh, why didn't this get committed earlier? | # |
| 03:31 on Jun 03, 2008 | GNOME | Commit by btaylor :: r39 cowbell/ (17 files in 4 dirs): Reorganize services into their own logical directory | # |
| 05:14 on Jun 02, 2008 | GNOME | Commit by btaylor :: r38 cowbell/ (ChangeLog README): | # |
| 05:03 on Jun 02, 2008 | GNOME | Commit by btaylor :: r37 cowbell/ (6 files in 3 dirs): 2008-06-01 Brad Taylor <brad at getcoded dot net>
* gui/AlbumCoverImage.cs:
* base/IMetadataProxyService.cs:
* base/IMetadataProxy.cs:
* base/MetadataProxyService.cs: Rework IMetadataProxy to also provide
album artwork. Make MetadataProxyService perform async logic, remove
that logic from individual IMetadataProxies.
* base/MusicBrainzMetadataProxy.cs: Grab the release's ASIN, and use
Amazon for album artwork. Remove ancient Amazon web service and dev
tag. | # |
| 04:35 on Jun 02, 2008 | GNOME | Commit by btaylor :: r36 cowbell/ (6 files in 2 dirs): Some work in progress album cover support with MusicBrainz | # |
| 01:33 on Jun 02, 2008 | GNOME | Commit by btaylor :: r35 cowbell/ (2 files in 2 dirs): 2008-06-01 Brad Taylor <brad at getcoded dot net>
* base/MusicBrainzMetadataProxy.cs: Fix small bug that was hanging up
an album with no releases in MusicBrainz's database (odd, isn't it?). | # |
| 21:58 on May 04, 2008 | GNOME | Commit by btaylor :: r34 cowbell/ (12 files in 4 dirs): 2008-05-04 Brad Taylor <brad at getcoded dot net>
* gui/MainWindow.cs:
* gui/MetadataProxyProgressDialog.cs:
* resources/MetadataProxyProgressDialog.glade:
* base/IMetadataProxyService.cs:
* base/IMetadataProxy.cs:
* base/MusicBrainzMetadataProxy.cs: Clean up API and add a
MetadataProxy for MusicBrainz.
* base/AmazonMetadataProxy.cs:
* base/AmazonSearchService.wsdl:
* base/MetadataProxyService.cs: Remove non-functional Amazon support.
* musicbrainz-sharp/MusicBrainz: Bundle musicbrainz-sharp for
MusicBrainzMetadataProxy. | # |
| 03:56 on Apr 29, 2008 | GNOME | Commit by btaylor :: r33 cowbell/ (4 files in 3 dirs): Set svn ignores properly, add missing Makefile.am | # |
| 05:00 on Apr 28, 2008 | GNOME | Commit by btaylor :: r32 cowbell/ (7 files in 3 dirs): Add initial MusicBrainz support.
WARNING: This support is very incomplete and half-baked, and will likely microwave your cat and pee on the couch if you don't watch it carefully. YMMV. | # |
| 23:34 on Apr 26, 2008 | GNOME | Commit by btaylor :: r31 cowbell/musicbrainz-sharp/: Update svn:externals to use trunk version of musicbrainz-sharp | # |