summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-06-13Bump version to 2.1.1 in configure.acHEADmasterBertrand Lorentz1-2/+2
Version 2.1.1 will not be released, this version bump is just so that we don't mess up when releasing the next version, 2.1.2.
2011-05-29Fixes to Catalan translationJordi Mas1-5/+5
2011-05-28Updated Hungarian translation by Balazs UrGabor Kelemen1-303/+317
2011-05-28AudioCd: Fix metadata fetching with multiple results (bgo#587264)Bertrand Lorentz1-2/+7
When looking for CD metadata on MusicBrainz, we were looking for a perfect match: only one release with a score of 100. If the search returned more than one result with a score of 100, we would reject all results. MusicBrainz recently started to return multiple releases much more often, causing our metadata fetching to fail quite a lot. We now use the first result if it has a score of 100, ignoring any other results. This also fixes a NRE when no results were found.
2011-05-26Update Catalan documentation translationJordi Mas1-81/+76
2011-05-25Updated Esperanto translationKristjan SCHMIDT1-1165/+1257
2011-05-22l10n: Updated Greek translation for bansheeEmmanouel Kapernaros1-244/+225
2011-05-22Updated Romanian translationLucian Adrian Grijincu1-3/+3
Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
2011-05-19Add British English help translationIsabell Long2-1/+2070
2011-05-17Add Czech translation of docsMarek Černocký2-1/+2105
2011-05-17[l10n] Updated Italian translationGianvito Cavasoli1-66/+66
2011-05-15VersionUpdater: Update download URLs for ftp.gnome.orgBertrand Lorentz1-2/+3
2011-05-15make-release: Upload the doap file to the download serverBertrand Lorentz2-0/+7
My previous update to make-release removed that step, but it turns out the doap file is used by the Windows auto-update feature.
2011-05-15Revert "Windows: Remove new translations from previous two commits"Bertrand Lorentz2-10/+10
Mark several strings as translatable. The reverted commit unmarked them because they were introduced during string freeze before the 2.0 release. This reverts commit 9f79beb15edd5ec45e1c4da47c21575dcb025a14.
2011-05-15Updated Czech translationMarek Černocký1-1/+1
2011-05-15Updated Czech translationMarek Černocký1-181/+1
2011-05-15Updated Czech translationMarek Černocký1-1/+1
2011-05-14Updated Czech translationMarek Černocký1-1/+1
2011-05-14Updated Czech translationMarek Černocký1-34/+34
2011-05-13Updated Japanese translationHajime Taira1-66/+66
2011-05-13Update the create-release-notes scriptBertrand Lorentz1-33/+25
2011-05-12Update the release process for the tarball installation on ftp.gnome.orgBertrand Lorentz3-24/+14
Tarballs are uploaded to $GNOME_FTP_USER's home folder on master.gnome.org. You have to manually ssh to the server and then run "ftpadmin install ....tar.bz2" to make the tarball available on ftp.gnome.org. Maybe this could be automated, but I'm not sure it's a good idea. In fact we only need to upload just one tarball, ftpadmin is supposed to take care of the rest: generated tarballs with the other compression type (.gz or .bz2), publish NEWS, generated checksums, etc. So make-release can probably still be improved and streamlined.
2011-05-12release: Update URLs of the tarballsBertrand Lorentz2-4/+4
2011-05-12release: Add some clarifications to README and NEWSBertrand Lorentz3-3/+4
Also update release date.
2011-05-11release: Mention the number of fixed bugs in NEWSAlexander Kojevnikov1-1/+1
2011-05-11release: Bump the version numberAlexander Kojevnikov3-13/+13
2011-05-11release: Update NEWSAlexander Kojevnikov1-23/+36
2011-05-11release: Update AUTHORSAlexander Kojevnikov1-0/+2
2011-05-11release: Update contributors.xmlAlexander Kojevnikov1-0/+2
2011-05-11Banshee.Services: Avoid creating dupes after moves (bgo#638889)Andrés G. Aragoneses2-9/+61
When importing, besides checking that there is not already an entry with the same Uri, now we check also for the same MetadataHash. If there is an entry which points to an URI that doesn't exist anymore and have the same hash for a file to be imported, we consider it outdated, and we update its URI with the one of the file that was going to be imported, so we avoid a broken duplicate and we keep the same DateAdded value that we had originally.
2011-05-08Updated Japanese translationHajime Taira1-341/+328
2011-05-07Update release-rc file to ftp.gnome.orgGabriel Burt1-4/+4
Maintainers, put "export GNOME_FTP_USER=you" in your .bashrc
2011-05-07Clarify vendor build id in READMEGabriel Burt1-1/+1
2011-05-07Update release URLs in NEWS to ftp.gnome.orgGabriel Burt1-15/+10
2011-05-07build: Remove XLIB_SKIP_ARGB_VISUALS=1 from make runBertrand Lorentz1-1/+1
The workaround for bgo#641515 can also be removed in "make run", as the crash doesn't happen anymore.
2011-05-07Revert "Workaround X BadMatch crash (bgo#641515)"Gabriel Burt1-3/+0
This reverts commit 88604c9667512f43edce9abcf08fd4a096917b3d. Bertrand discovered that since we now lazy-load the Wikipedia webkit view this bug seems to be gone, and we can revert the workaround so that the notification area icon has a transparent bg again.
2011-05-07Fix typo in NEWSGabriel Burt1-1/+1
2011-05-07Bump configure.ac version to 2.1.0Gabriel Burt1-2/+2
2011-05-06ViewActions: enable eq once we know backend supports it (bgo#641748)Gabriel Burt1-0/+2
2011-05-04Set UserAgent when doing MusicBrainz queries (bgo#649401)Gabriel Burt2-0/+3
Our Audio CD metadata lookup and coverart lookup that depend on MB were broken without this.
2011-05-04MusicBrainz: Allow specifying a UserAgentGabriel Burt2-1/+4
MB now requires a UserAgent to be set. This change will let Banshee set one.
2011-05-04Uploaded UkranianDaniel Korostil1-1810/+2017
2011-05-03Updated Brazilian Portuguese translationDjavan Fagundes1-261/+253
2011-05-02GStreamer: Use Banshee.IO instead of System.IO (bgo#611489)Gabriel Burt1-1/+1
2011-05-02help: Fix Makefile.am conflictGabriel Burt1-4/+0
2011-05-02po/vi.po: "Seek" -> "Tua"Nguyễn Thái Ngọc Duy1-5/+5
2011-05-02Updated Vietnamese translation from UbuntuLê Hoàng Phương1-2637/+2329
2011-05-02po/vi.po: import from Damned LiesNguyễn Thái Ngọc Duy1-1857/+8145
2011-05-02Uploaded UkranianDaniel Korostil1-1/+1
2011-05-01Added uk translationDaniel Korostil1-0/+4