summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2013-02-17Added the AndroidRemote ExtensionNikitas Stamatopoulos1-1/+1
Added the Android App source code
2013-01-13Added info link to how to setup your music database with the cuesheets extensionHans Oesterholt1-1/+1
2013-01-09CueSheets extensionHans Oesterholt1-15/+19
2012-04-06i18n: Update translations from TransifexBertrand Lorentz10-862/+1535
2012-04-01i18n: Update the .pot fileBertrand Lorentz1-6/+5
2012-04-01i18n: Update the .pot fileBertrand Lorentz1-17/+17
2012-01-22i18n: Update the .pot fileAlexander Kojevnikov1-14/+51
2011-10-12AlbumArtWriter: Update POTFILES.inChow Loong Jin1-0/+2
Add AlbumArtWriterService.cs and ConfigurationDialog.cs to POTFILES.in now that both of them are present and have i18n'd strings.
2011-09-24i18n: Update POTFILES.in and .pot fileBertrand Lorentz2-1/+67
2011-09-19i18n: Update translations from TransifexBertrand Lorentz11-58/+108
2011-09-19i18n: Update the .pot fileBertrand Lorentz1-7/+7
2011-09-08i18n: Update translations from TransifexBertrand Lorentz11-35/+574
2011-09-08i18n: Update the .pot fileBertrand Lorentz1-3/+7
2011-09-06i18n: Update the .pot fileBertrand Lorentz1-5/+5
2011-08-25i18n: Update translations from TransifexBertrand Lorentz11-145/+344
2011-08-25i18n: Update POTFILES.in and .pot fileBertrand Lorentz2-2/+53
2011-08-23Removed Unused NamespacesKevin Anthony1-3/+3
2011-08-22i18n: Update the .pot fileBertrand Lorentz1-3/+16
2011-08-11i18n: Update the .pot fileBertrand Lorentz1-12/+17
2011-08-11build: Finish up integrating the AlbumArtWriter extension in the buildBertrand Lorentz1-0/+1
2011-06-13i18n: Update translations from TransifexBertrand Lorentz11-335/+1536
2011-06-09i18n: Update the .pot fileBertrand Lorentz1-31/+27
2011-05-06i18n: Add new translations from transifexBertrand Lorentz3-0/+2462
2011-05-06i18n: update de.po to fix lp#777372Bertrand Lorentz1-4/+6
2011-04-24Fixed the launchpad bug #748120 which takes care of differenciating between ↵Manish Sinha1-1/+1
ScheduledActivity and UserActivity The URL of the bug is https://bugs.launchpad.net/zeitgeist-dataproviders/+bug/748120 Title: Enabling Zeitgeist data-logger in Banshee clutters the lenses Description: I want my recently played songs to show up in, for example, the Synapse launcher, I enabled the Zeitgeist data logger extension in Banshee. However, due to this all my recently played songs show up under "recent files" in the files lens. Consequently, it becomes practically unusable. Mikkel wrote the root of the issue: This is actually a very interesting observation that will affect any "generic recent files list" based on Zeitgeist. My guess is that the Banshee history just describes all music playing activities as an event of typezg: UserActivity an a subject that is a nfo:FileDataObject and has interpretation nfo:Audio or something. What I believe is the "correct" behaviour for the music player is to: - When the user manually selects a song log as described above - When the music player automatically skips to the next song the manifestation type of the event should be zg:ScheduledActivity[1] With this logging pattern the "generic recent files list" will only contain the songs you manually selected for playback which I think is "correct" FWIW :-) (and will make the Unity lenses work without modification (== less work for me yay!)) [1]: The docs for zg:ScheduledActivity in fact reads: "An event that was directly triggered by some user initiated sequence of actions. For example a music player automatically changing to the next song in a playlist".
2011-04-05Fixed Bug in Zeitgeist dataproviderManish Sinha1-1/+1
Bug URL: https://bugs.launchpad.net/zeitgeist-dataproviders/+bug/748120 When the track changes because the previous track ends then the Event Manifestation should be ScheduledActivity otherwise it should be UserActivity. UserActivity includes cases like when the user clicks on next Track button
2011-04-04i18n: Update translations from transifexBertrand Lorentz1-2/+4
2011-03-24i18n: Update translations from transifexBertrand Lorentz8-97/+171
2011-03-22i18n: Update the .pot fileBertrand Lorentz1-11/+20
2011-03-22i18n: Update translations from transifexBertrand Lorentz6-429/+759
2011-03-22i18n: Sort files in POTFILES.inBertrand Lorentz1-2/+2
2011-03-22i18n: Add new Greek and Portuguese translationsBertrand Lorentz3-0/+2461
2011-03-20Update POTFILES.in with missing files from KaraokeChow Loong Jin1-0/+2
Added the following files: * src/Karaoke/Banshee.Karaoke/Gui/ContextPage.cs * src/Karaoke/Banshee.Karaoke/Gui/KaraokePane.cs
2011-03-19[Karaoke] added youtubelyric.com for optional scrolling lyrics displayFrank Ziegler1-25/+29
There are two new extension points, one hacking PostGtkInitialization to add a Condition for the second one, a ContextPane extension point containing the actual lyrics display via Banshee.WebView loading data from youtubelyric.com which is synchronized via javascript calls. An option in the configuration can turn the context pane on and off, default being off.
2011-03-10[Streamrecorder] new rebuild of Recorder logic for fixing bgo#642933 (2nd time)Frank Ziegler1-6/+6
Adding the recorder at delayed initialization once and add an output- selector into the recorder pipeline that is used to switch from a fakesink to a filesink. That way asynchronous pad blocking while handling connecting to and from audiotee is only necessary for encoder switching and the recorder can work more seemsless and the stream mentioned in the bug can be played and recorded, as well as other streams. Also cleaned up events that triggered recording and reduced logic to StateChanges.
2011-03-09Revert "Streamrecorder: rebuild Recorder logic for fixing bgo#642933 due to ↵Frank Ziegler1-6/+6
buggy solution" This reverts commit 96fe19671971f093650dd8dee67657dd9e822667. For some reason recorded files cannot be played. Also, changing the encoder is not possible anymore, even with restart. Will have to look at it again.
2011-03-08Streamrecorder: rebuild Recorder logic for fixing bgo#642933Frank Ziegler1-6/+6
Adding the recorder at delayed initialization once and add an output- selector into the recorder pipeline that is used to switch from a fakesink to a filesink. That way asynchronous pad blocking while handling connecting to and from audiotee becomes obsolete and the recorder can work more seemsless and the stream mentioned in the bug can be played and recorded, as well as other streams. Also cleaned up EOS event as it duplicates other events.
2011-02-22[i18n] update translations from transifexFrank Ziegler6-257/+761
2011-02-21i18n: Update the .pot fileBertrand Lorentz1-14/+75
2011-02-21[Karaoke] Add Karaoke .cs files to POTFILES.inChow Loong Jin1-0/+2
2011-02-03i18n: Update the .pot fileBertrand Lorentz1-7/+7
2011-01-31[LiveRadio] Add a module for RealRadios.com as an example for a HTML based ↵Frank Ziegler1-7/+7
directory
2011-01-25[LiveRadio] fixed bug #640152, checking all instances nowFrank Ziegler1-3/+3
2011-01-16i18n: Update the .pot fileBertrand Lorentz1-16/+45
2011-01-12release: Update NEWS, configure.ac for 1.9.2 releaseGabriel Burt1-0/+2
2011-01-06i18n: Add Russian (Russia) translation from transifexBertrand Lorentz2-0/+1093
2011-01-06i18n: Update translations from transifexBertrand Lorentz4-532/+544
2010-12-17[i18n] Add Spanish (Castilian) translation from transifexBertrand Lorentz2-0/+1093
2010-12-17[i18n] Update existing .po files from transifexBertrand Lorentz4-1031/+2321
2010-12-17[i18n] Add the .pot file to gitBertrand Lorentz1-0/+1110
This is a first step towards maybe using Transifex for translations.