commit a7c15967b03f5f5345a303cd6746f66a3cc7de65 Author: Bertrand Lorentz Date: Mon Apr 4 23:03:34 2011 +0200 release: Bump version to 2.0.0 commit 526d115663e1e8ac74103091bcab9bdb2dfaf936 Author: Bertrand Lorentz Date: Mon Apr 4 23:02:29 2011 +0200 release: Update NEWS for 2.0.0 commit 4b15c32aac914c443e78b652cc2b5b819dce115c Author: Bertrand Lorentz Date: Mon Apr 4 22:41:04 2011 +0200 i18n: Update translations from transifex commit fd0b3cad2e2fc0bcd3de949a3731b53719f6d5c9 Author: Bertrand Lorentz Date: Mon Apr 4 22:33:16 2011 +0200 Lyrics: Improve writing lyrics to the cache File.WriteAllText already overwrites the file if it exists and creates it if it doesn't, so we don't need to do it ourselves. commit c40372e8310e0495f373aafcfd6b6688ebcf2134 Author: Bertrand Lorentz Date: Thu Mar 24 20:36:33 2011 +0100 release: Bump version to 1.9.6 Also bump Banshee dependency to 1.9.6, necessary because the pkg-config files were renamed. commit 4914371898172415561d7766091a2f94393ceddc Author: Bertrand Lorentz Date: Thu Mar 24 20:44:13 2011 +0100 StreamRecorder: Remove obsolete packaging files commit 8ca174d7ab320899332723d25974a5ec1de39290 Author: Bertrand Lorentz Date: Thu Mar 24 20:34:54 2011 +0100 i18n: Update translations from transifex commit 7a7c6ca2f4e3078e06f0c5ae7ba5d2082418cb96 Author: Bertrand Lorentz Date: Wed Mar 23 22:06:26 2011 +0100 release: Update NEWS for the 1.9.6 release commit e1cfe16c7e10dd12a7ebc2dc3f905d6f4c6b5b8e Author: Bertrand Lorentz Date: Tue Mar 22 23:14:35 2011 +0100 i18n: Update the .pot file commit f8916e2d2b90ff21881ddd01f1467096e3fc52e9 Author: Bertrand Lorentz Date: Tue Mar 22 23:05:22 2011 +0100 i18n: Update translations from transifex commit 79f919c1b127999c78587bfd4da4adcf6f1cf9be Author: Bertrand Lorentz Date: Tue Mar 22 23:02:54 2011 +0100 i18n: Sort files in POTFILES.in commit 0f61de4454ef29a536b67e35f87fba3fb8a31bbc Author: Bertrand Lorentz Date: Tue Mar 22 23:01:38 2011 +0100 i18n: Add new Greek and Portuguese translations commit fac631711a05e5331ab0c99b11c2b630e5df6e72 Author: Frank Ziegler Date: Mon Feb 21 10:54:28 2011 +0700 Jamendo: Allow cancelling downloads (bgo#635870) Allow downloads to be cancelled by the user. The partial file is deleted and the job correctly aborted. Signed-off-by: Bertrand Lorentz commit 4093be1a20fb482b75caa91f1682c730bb385c27 Author: Chow Loong Jin Date: Sun Mar 20 00:56:19 2011 +0800 Update POTFILES.in with missing files from Karaoke Added the following files: * src/Karaoke/Banshee.Karaoke/Gui/ContextPage.cs * src/Karaoke/Banshee.Karaoke/Gui/KaraokePane.cs commit 82fb606519587bc78620588bf3de5085efa81587 Author: Alexander Kojevnikov Date: Sat Mar 19 19:13:07 2011 +0800 Ampache: Fix compile error commit 1bd5d0cf2252e950fdd03fe4e9723b452e38b81a Author: Frank Ziegler Date: Sat Mar 19 17:49:24 2011 +0700 [Karaoke] added youtubelyric.com for optional scrolling lyrics display 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. commit 0b60db224f45cc205dd47cb8f69869a720ee54cc Author: Gabriel Burt Date: Mon Mar 14 17:22:34 2011 -0500 build: Reflect Banshee's banshee-1 to banshee change commit d26c42ac2ec35319efb41ab9d9be983ae299e5d8 Author: Bertrand Lorentz Date: Mon Mar 14 21:03:50 2011 +0100 ClutterFlow: Handle horizontal scrolling properly (bgo#644609) Scroll backwards when the scroll direction is down or left. commit deb05490c3d826dbdf3a486f2bf0ff5e1dacbdb3 Author: Frank Ziegler Date: Thu Mar 10 18:25:37 2011 +0700 [LiveRadio] removed loads of annoying debug messages commit 0a5734029e53cc04a46a8877aa79d473dd5e4ac2 Author: Frank Ziegler Date: Thu Mar 10 18:09:20 2011 +0700 [Karaoke] removed old and unreferenced files, namely Gst folder The Karaoke extension is using the Gstreamer MiniBinding provided by Streamrecorder. Somehow some files have survived from when the extension was started, but they are neither referenced in MonoDevelop nor in the Makefile. This commit deletes them and the folder that contains them. commit d301bf8ea5b379a038f06404045f950b4bf935fa Author: Frank Ziegler Date: Thu Mar 10 16:01:07 2011 +0700 [Streamrecorder] new rebuild of Recorder logic for fixing bgo#642933 (2nd time) 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. commit 1c42b52fcf90844ad789d9813a68acdb1082fca1 Author: Frank Ziegler Date: Thu Mar 10 07:52:21 2011 +0700 release: bump version to 1.9.5 commit d3890d4e62f7db613ff6681a27bf7b8c20cbbf0e Author: Frank Ziegler Date: Thu Mar 10 07:51:45 2011 +0700 release: Update NEWS for 1.9.5 commit d3f02287c2cce71d7dbb035ca3ba5a0cff8d4991 Author: Frank Ziegler Date: Wed Mar 9 08:42:28 2011 +0700 Revert "Streamrecorder: rebuild Recorder logic for fixing bgo#642933 due to 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. commit 91b9270e4a82d5bacfb8bd363ac37b89f2558565 Author: Frank Ziegler Date: Tue Mar 8 10:06:36 2011 +0700 Karaoke: fixed audio-sink switching via property after gstreamer binding update After updating the gstreamer mini binding contained in streamrecorder setting of GstElement properties now works correctly. Therefore setting the audio-sink property of playbin now works, but it didn't before. So the property setting code is removed so the extension behaves as before, otherwise it leads to a banshee crash. commit 96fe19671971f093650dd8dee67657dd9e822667 Author: Frank Ziegler Date: Tue Mar 8 10:03:35 2011 +0700 Streamrecorder: rebuild Recorder logic for fixing bgo#642933 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. commit 936b9ee7b35906f3cbd57d3aa9fe515583551cb2 Author: Frank Ziegler Date: Mon Mar 7 11:20:26 2011 +0700 [Streamrecorder] bump Hyena version commit 5bbfbe290fa274131953eaefee250101c8236c34 Author: Frank Ziegler Date: Thu Mar 3 15:18:36 2011 +0700 release: bump version to 1.9.4 commit 13755878ebfbeaea282aac0e14ea736dc43f9b83 Author: Frank Ziegler Date: Thu Mar 3 15:17:37 2011 +0700 release: Update AUTHORS and NEWS for 1.9.4 commit 32807e1d050e998e0b5c117aca64f2437b6e51d2 Author: Frank Ziegler Date: Tue Feb 22 18:08:37 2011 +0700 [i18n] update translations from transifex commit cadaa2005d71b7bc8eeeae74c9bf5af87f06897e Author: Bertrand Lorentz Date: Mon Feb 21 23:36:47 2011 +0100 i18n: Update the .pot file commit 8fb4c398a3e4c12645f8e723f02f55bfb34156f2 Author: Bertrand Lorentz Date: Mon Feb 21 22:56:44 2011 +0100 Karaoke: Improve layout of the configuration dialog Request a specific width and height for the dialog and use a table to layout the scales and their labels. Remove artificial line breaks in the labels. commit 126e6318b5040e41af71113e2b75b523dcbfac25 Author: Bertrand Lorentz Date: Mon Feb 21 22:15:16 2011 +0100 Karaoke: Small clean-ups Remove unnecessary casting, and remove comments in the .addin.xml commit 402f190cd1c6560833b1fac3ff2e4de2bd6c7715 Author: Bertrand Lorentz Date: Mon Feb 21 22:11:46 2011 +0100 build: Integrate the Karaoke extension in the build system Provide the --disable-karaoke configure option. Check that the StreamRecorder extension will be built, as the Karaoke extension references its assembly. commit 999df7318b31a1f10607b950486b799bbd027788 Author: Bertrand Lorentz Date: Mon Feb 21 22:00:48 2011 +0100 build: Don't build the Jamendo extension if it's disabled commit e6f641889dc6c23a505eafaafafa3a19112c5df1 Author: Bertrand Lorentz Date: Mon Feb 21 21:59:43 2011 +0100 build: Fix error message in jamendo.m4 commit e6f950b283ed6c5d50071d586c397653fb249cb3 Author: Chow Loong Jin Date: Mon Feb 21 21:49:36 2011 +0800 [Karaoke] Add Karaoke .cs files to POTFILES.in commit c3211065615c9d527e96fc5e2b01b728bf726283 Author: Chow Loong Jin Date: Mon Feb 21 20:52:47 2011 +0800 Fix autogen.sh return value when NOCONFIGURE set commit 048e0ad6e700af0ce16e8d27af63ca0d59a93da9 Author: Chow Loong Jin Date: Mon Feb 21 20:49:27 2011 +0800 Fix up inverted logic in NOCONFIGURE commit a1db3c999b1ad45a2fd0802ff1c65dd2d5615b25 Author: Chow Loong Jin Date: Mon Feb 21 20:43:09 2011 +0800 Support running autogen.sh without configuring This commit adds support for a NOCONFIGURE environment variable which can be set to any non-blank value to prevent autogen.sh from running configure after it has called autotools stuff, like:- NOCONFIGURE=1 ./autogen.sh which would pretty much autogen, but not configure the package. commit 99128f10c5e3f86eb6162585abae1bddfc9a62f5 Author: Frank Ziegler Date: Mon Feb 21 09:00:32 2011 +0700 [Lyrics] fix NullPointerException when artist name is not set Occasionally the artist name is not set in the track properties resulting in a null string. Added a check before accessing the string in GetLyricsFilename method. commit ba0247fa31f66973b448e6c1469a8095dc50ea01 Author: Chow Loong Jin Date: Sun Feb 20 17:04:38 2011 +0800 [Ampache] Replace unicode char with \u expansion commit 2854587dc3635d2fd2c17b42e1c007506f946502 Author: Chow Loong Jin Date: Sun Feb 20 16:33:08 2011 +0800 [Lirc] Fix warning and potential memory issues Fix the following issues:- * Warning about control reaching the end of lirc_glue_next_valid_command which has a non-void return value. * Leakage of lirc code in the same function if it yielded a NULL command from lirc_code2char * Remove a free(command) that would only fire if command == NULL commit 721496fc9b4fd7c86ce41ccacd4fd7105a152aa0 Author: Frank Ziegler Date: Wed Feb 16 13:42:28 2011 +0700 [Karaoke] beautified sliders in config dialog commit 30f0a6b1e9dced2731f3f3939f5328b05a98f3b0 Author: Frank Ziegler Date: Wed Feb 16 13:33:07 2011 +0700 [Karaoke] Added on/off toggle button and config dialog and removed false dependency Added a configuration dialog to set the effect parameters. Also added a toggle button in the header toolbar to switch the Karaoke effect on and off without disabling the extension. Removed addin.xml dependency to Streamrecorder as that required the Streamrecorder extension to be enabled. The library is required, but the extension does not need to be enabled for Karaoke to work. commit d08b9c7338e1ee109e2e8b69c1c0b2e14795a4b0 Author: Frank Ziegler Date: Tue Feb 15 16:38:41 2011 +0700 [Karaoke] clean up unused usings and unnecessary log output commit 8fedbfb3aea7843cea9d6441b4c2f6bc73391e9a Author: Frank Ziegler Date: Tue Feb 15 16:25:28 2011 +0700 [Karaoke] Add Streamrecorder dependency in addin.xml file commit a675acd07d31bdbdf110cc2b999d65023bad48ca Merge: 885dbf6 9b9a9da Author: Frank Ziegler Date: Mon Feb 14 16:31:19 2011 +0700 Merge branch 'karaoke' commit 9b9a9da7d550e674bf083b2416ec9b5d56763e5a Author: Frank Ziegler Date: Mon Feb 14 16:28:30 2011 +0700 [Karaoke] Create new Karaoke extension to filter the singers voice This is the first basic version of the working Karaoke extension that filters the singers voice from normal music that is played in the Banshee player. Karaoke mode is currently switched on and off by enabling/disabling the extension. Uses Banshee.Streamrecorder.Gst namespace. Some functionality has been added there. commit 885dbf6789da0d434f65e71fff137244e96f062f Author: Frank Ziegler Date: Sat Feb 12 12:28:45 2011 +0700 fix bgo#628551 Add missing unique ids commit d35b4f40aa2d0f20da994b83cfc27111edfe4adc Author: Frank Ziegler Date: Sat Feb 12 12:14:52 2011 +0700 [Karaoke] create new extension Karaoke for muting singing voice in songs commit c68bc98309bf30e5577eac342f60b344ddf6502c Author: Olivier Dufour Date: Fri Feb 11 12:52:25 2011 +0100 [lastfm fingerprint] Fix fex exceptions: - position parsing for album - regular authentication for get more info (3 times exception) - dump message if exception commit 46c2ea97316d990cf9b3e503d5bd13892c71d745 Author: Olivier Dufour Date: Sat Jan 8 11:35:53 2011 +0100 Fix project file commit 632ad1eff503a85ac88e231c1b397f4aad122851 Author: Bertrand Lorentz Date: Thu Feb 3 23:12:43 2011 +0100 release: bump version to 1.9.3 commit eace4a8cb99171c867830cb4436b8d8a4ff0df3e Author: Bertrand Lorentz Date: Thu Feb 3 23:12:18 2011 +0100 release: Update NEWS for 1.9.3 commit cfd6cc1ed77ee9227f38feac1af33cf2127a0a7a Author: Bertrand Lorentz Date: Thu Feb 3 22:13:16 2011 +0100 i18n: Update the .pot file commit f701127ed7930e07e6f32b1d4940a9b3bd324231 Author: Bertrand Lorentz Date: Thu Feb 3 22:09:33 2011 +0100 LastfmFingerprint: Make the login dialog a BansheeDialog Clean up the login dialog UI code by making it a BansheeDialog. commit 5c0e6266358d4071e98c0a3bc0f10460d083837b Author: Bertrand Lorentz Date: Thu Feb 3 22:06:35 2011 +0100 LastfmFingerprint: Only show the authentication dialog once per run Only keep the user's Last.fm login and password in memory until the extension is disposed, we don't want to store them permanently. is disposed, but don't store it commit 82305ff31c4aeb35dd236d2514437e14d4828c40 Author: Bertrand Lorentz Date: Thu Feb 3 20:48:43 2011 +0100 LastfmFingerprint: Update display when saving track (bgo#639721) Use the Update () method instead of just Save (), as it makes sure everybody is notified about the changed metadata. commit cd168091c0bbb1770305f046fccf740bd80287ec Author: Bertrand Lorentz Date: Thu Feb 3 20:36:41 2011 +0100 Lyrics: Disable the lyricsplugin.com source (bgo#640570) commit 8f3fcfa8585b7ef0d56df947de84d4af5502e7eb Author: Frank Ziegler Date: Mon Jan 31 14:55:23 2011 +0700 [LiveRadio] Add a module for RealRadios.com as an example for a HTML based directory commit d201f453fd26dfba3e6fd7d06658877faa5300f6 Author: Frank Ziegler Date: Wed Jan 26 11:57:18 2011 +0700 [LiveRadio] Allow only single selection in plugin list commit 0d922a4546a9dfe53f9f0674e93dc261f1f8a5e1 Author: Frank Ziegler Date: Tue Jan 25 12:03:54 2011 +0700 [Magnatune] fixed setting the source item commit 82843eabb1f50b3dd1e0d7dc785c289e29f26bcd Author: Frank Ziegler Date: Tue Jan 25 12:01:04 2011 +0700 [LiveRadio] fixed web icon loading, went from old size (22) to new size (16) commit e551ea7f3bc72fb89e29f48e4e0d5199b75a7de1 Author: Frank Ziegler Date: Tue Jan 25 00:24:24 2011 +0700 [LiveRadio] fixed bug #640152, checking all instances now commit 88b0335b7726eae9004fb8b6289159a0a49dda6c Author: Frank Ziegler Date: Sun Jan 23 10:56:24 2011 +0700 [LiveRadio] fixed bug #640152, check for proper result on retrieving web icon commit 6e7818e77a11d04503bb4464254edfb87a6f2868 Author: Bertrand Lorentz Date: Sat Jan 22 14:51:31 2011 +0100 Awn: Improve log messages construction commit 188822fda18c342f351d471c4e767b6b58a32af5 Author: Bertrand Lorentz Date: Sun Jan 16 23:03:51 2011 +0100 i18n: Update the .pot file commit b3a2b0d2681f7cfda73b2ff51c489fc784dc8e5a Author: Bertrand Lorentz Date: Sun Jan 16 22:48:56 2011 +0100 AlarmClock: Improve the sleep timer configuration Persist the value of the sleep timer between runs. In the configuration dialog, change the label of the OK button to make it more explicit, and add a Cancel button. commit dcfde253d1cf49bbb562c007abc18d117dca9e04 Author: Bertrand Lorentz Date: Sun Jan 16 21:53:09 2011 +0100 AlarmClock: Fix sleep timer fade out duration (bgo#634200) The duration until the end of the current track was mixing up seconds and milliseconds. commit 9be40416018a87051a709bf582cdf2b387901295 Author: Gabriel Burt Date: Wed Jan 12 19:14:33 2011 -0600 release: Update NEWS, configure.ac for 1.9.2 release commit 9248b6b88ff42eb022883ac80ad4b86efd678193 Author: Frank Date: Sun Jan 9 11:08:45 2011 +0700 [LiveRadio] beautified the deactivation of the Shoutcast module by adding a property to activate or deactive a module completely commit 18c225a26499cc42e844c98404d0c6483d214810 Author: Bertrand Lorentz Date: Thu Jan 6 20:29:34 2011 +0100 i18n: Add Russian (Russia) translation from transifex commit ccd4937f9240d7fdee7cdbeac463f97574d87b63 Author: Bertrand Lorentz Date: Thu Jan 6 20:25:33 2011 +0100 i18n: Update translations from transifex commit 11bc7d9a7d420d92d840bb67e407a7c330325058 Author: David Nielsen Date: Thu Jan 6 20:16:24 2011 +0100 Lyrics: Add LIMIT 1 to query in LyricsDownloadJob (bgo#638845) HyenaSqliteCommand reads in the entire result into memory in the form of a ArrayDataReader, so we should avoid asking for more rows than needed. Signed-off-by: Bertrand Lorentz commit 643825c429d58d3818a5f1c50e79b8677dc22f7a Author: Olivier Dufour Date: Mon Jan 3 22:58:23 2011 +0100 Remove video extension commit by mistake commit c456a4de2effedc4f57ea4063edc3b1bd7037f37 Author: Olivier Dufour Date: Mon Jan 3 22:25:59 2011 +0100 [fingerprint]Add authentication process and Fix few bugs commit 441988f0aba5f74dfc66afe017e28601f7479505 Author: Olivier Dufour Date: Wed Dec 29 22:42:49 2010 +0100 [fingerprint] add authentication commit c74bf48df04fd3cbd7719b090019f9159cca60b5 Author: Frank Date: Thu Dec 30 13:04:08 2010 +0700 [StreamRecorder] fix gstreamer write error by creating output directory if it does not exist commit 88a68f0981100a588660f3116ce82838d0da2991 Author: Frank Date: Thu Dec 30 13:03:16 2010 +0700 [LiveRadio] disable Shoutcast module while there is no developer key yet commit de749f376c3a910ec289d9813ac43b903ebccef7 Author: Frank Date: Wed Dec 29 11:18:03 2010 +0700 [LiveRadio] Change to ShoutCast API 2.0 (without proper DevKey yet) commit 85e3895e31eb2fb4a6023b0129cd7404ca10ece9 Author: John Moore Date: Tue Dec 28 09:39:38 2010 -0600 [Banshee] unable to restart player commit 4797a1c63ba9ce003954d91e843a1bcbfb2371fd Author: Bertrand Lorentz Date: Thu Dec 23 20:04:41 2010 +0100 [build] Fix configure output for ZeitgeistDataprovider when disabled commit 6690dfec5af2e75bc34c4fb9094cfbf1899446c9 Author: Bertrand Lorentz Date: Fri Dec 17 19:07:19 2010 +0100 [AlarmClock] Don't start playing if the alarm is disabled (bgo#637481) commit 6acb08f9a81eabde8ef0ae867b45760625abb63e Author: Bertrand Lorentz Date: Fri Dec 17 16:36:17 2010 +0100 [i18n] Add Spanish (Castilian) translation from transifex commit 6181f1a30658b6187d92f06a7111ff1a87f8abde Author: Bertrand Lorentz Date: Fri Dec 17 16:30:52 2010 +0100 [i18n] Update existing .po files from transifex commit aeeb99937898ab3511ca63abcaee7a242d00babf Author: Bertrand Lorentz Date: Fri Dec 17 16:26:03 2010 +0100 [i18n] Add configuration for the transifex command line tool This configuration file is used by the tx command line tool, which is provided by transifex-client. This tool allows to easily fetch updates to the .po files from the transifex website. See this page for details : http://help.transifex.net/user-guide/client/client-0.3.html commit 3ac5d16b1290548a4c19023cc4847bbed14f42a6 Author: Bertrand Lorentz Date: Fri Dec 17 15:55:58 2010 +0100 [i18n] Automatically update the .pot file during "make all" commit bcf3a02c75f627bbf0a363c5c4e48e408280b330 Author: Bertrand Lorentz Date: Fri Dec 17 12:04:19 2010 +0100 [i18n] Add the .pot file to git This is a first step towards maybe using Transifex for translations. commit fd21bcd98c6c58ccfe0153897d13b8ffd8b96739 Author: Bertrand Lorentz Date: Thu Dec 16 21:14:01 2010 +0100 [ClutterFlow] Handle accented characters in the alphabet bar This fixes the third crash reported in bgo#637383. commit 57066a4c9e27eca9d1178a58c092fd861a263935 Author: Bertrand Lorentz Date: Thu Dec 16 21:11:02 2010 +0100 [ClutterFlow] Fix typo in an enum value commit b9c22fe511a2e6b759844422e2881b2d0b0ae35f Author: Bertrand Lorentz Date: Thu Dec 16 20:30:59 2010 +0100 [ClutterFlow] Clean up of the tear down process Turn all CoverManager properties into read-only properties backed by a private field. This allows for a cleaner disposing process. Fix various other Dispose () issues, so that the extension shutdowns without crashing. commit c14f2974db4e3b1e2f6c41db98b05bfbcbc089d7 Author: Bertrand Lorentz Date: Thu Dec 16 19:14:03 2010 +0100 [ClutterFlow] Use default code formatting policy for projects commit 3e83dc38aebe8b4025819f4e4346402fd5be7e52 Author: Bertrand Lorentz Date: Thu Dec 16 18:20:06 2010 +0100 [ClutterFlow] Overwrite existing actors in the list Another try at fixing bgo#637383. commit d884c4a7c656723cb99cc97ed3a4241ad6079af3 Author: Bertrand Lorentz Date: Thu Dec 16 18:18:06 2010 +0100 [release] Update AUTHORS, NEWS and README for 1.9.1 commit 41a2bcd158359f6ed0769ccbc8d2795e7bdbaf1f Author: Bertrand Lorentz Date: Thu Dec 16 17:33:32 2010 +0100 Bump version and Banshee dependency to 1.9.1 The Mirage and RandomByLastfm require Banshee 1.9.1, and we want to prevent any confusion due to SoundMenu and UbuntuOneMusicStore moving to Banshee core. commit fa087298175671858d9477a4f400ca7d0ff2b8ce Author: Bertrand Lorentz Date: Thu Dec 16 15:55:34 2010 +0100 [ClutterFlow] Wait until ActiveSource is set during initialization This prevents the model initialization from failing, and should fix bgo#637383. commit 9a3a6413061a5de7ad35a351258d7e16a5031ce3 Author: Bertrand Lorentz Date: Thu Dec 16 14:52:07 2010 +0100 [build] Fix distcheck by cleaning out TestResult.xml files commit 7825ed6262898336504ad2567f11310414659c40 Author: John Moore Date: Wed Dec 15 10:08:40 2010 -0600 [Ampache] Makefile and Project file cleanup commit 2a1288cdb62c47ea7b854902d6835a8146d54296 Author: John Moore Date: Tue Dec 14 20:42:24 2010 -0600 [Ampache] Lazy load songs on demand bgo #636041: Songs are now loaded on demand, i.e. when you select an album/artist, rather than loading all songs as part of connecting to the server. This will greatly reduce the initial load time of the plugin. commit ba750a23d516a643a4289f16a418af9cc004cdb7 Author: Bertrand Lorentz Date: Tue Dec 14 21:23:10 2010 +0100 [build] Fix distcheck when tests are not enabled commit 6951ff70407b18b033857af48e53d5b6e04085a5 Author: Bertrand Lorentz Date: Tue Dec 14 21:22:15 2010 +0100 Remove UbuntuOneMusicStore project from solution commit 8e2773fc3880436a03b7ce1d68b5356fca54b532 Author: Rodney Dawes Date: Sat Dec 11 18:04:07 2010 +0100 Update POTFILES.in Signed-off-by: Bertrand Lorentz commit 795bd34957505b6c9cabd8b25ab517605c04cb2a Author: Bertrand Lorentz Date: Sat Dec 11 17:58:17 2010 +0100 Remove Ubuntu One Music Store extension The extension is now available as an official extension in the main Banshee source tree, so it can be removed from here. commit a38891d565bc003eb866fe5ba986639f49927538 Author: Bertrand Lorentz Date: Sat Dec 11 15:14:43 2010 +0100 Remove SoundMenu extension, now available in Banshee mainline The SoundMenu extension is now available as an official extension in the main Banshee source tree, so it can be removed from here. commit c8156683214e93a995fd4af1e395fac0a52a2a93 Author: Olivier Dufour Date: Mon Dec 6 22:09:35 2010 +0100 [lastfm fingerprint] Get more information from last fm API (bug 636069) commit 334a8a2cf197f5ecd2890d472db96bc16dede5f9 Author: Manish Sinha Date: Thu Dec 2 02:24:28 2010 +0530 Fixed duplicate events imnsertion in ZeitgeistDataprovider Removed TrackStarted as this same event was raised by PlyaeEngine.ConnectEvent Made a check that the saved current event needs to be diifferent from the track playing commit 72ea0aa29aa8921857506782fa7fe35e68ffda9c Author: Manish Sinha Date: Thu Dec 2 01:49:51 2010 +0530 Added support for logging event when the track changes itself commit 968d49ef77cb2562a43c45878e32c7d4a4012b08 Author: John Moore Date: Mon Nov 29 20:10:53 2010 -0600 change invisible character on preferences dialog, limited queries to 1000 records to avoid timeouts when querying large libraries, bugs 636041 and 625613 commit f974e461563d8c9bd0511f0068e84419c3171d35 Author: Olivier Dufour Date: Mon Nov 29 19:26:36 2010 +0100 [Last.fm fingerprint] Fix NRE in fingerprint request when request timeout bug#635899 commit cdad214e0739797f182737af4b4b0edb37c3ea03 Author: Bertrand Lorentz Date: Fri Nov 26 23:58:56 2010 +0100 [LastfmFingerprint] Fix logic error causing wrong fingerprint id The GetFpId would always return -2 if it got a correct response. Fix the logic error and properly handle a negative fingerprint id as an error. Fixes bgo#634730. commit 35ecc5ec45500b0b047e0438b5a38737b5ee6199 Author: Bertrand Lorentz Date: Fri Nov 26 23:02:39 2010 +0100 [Lyrics] Properly trim artist name and track title (bgo#635616) Use the Trim () method instead of removing spaces manually, and guard against null strings. commit 54bd860c0b306abb12adf5edcf65f695c3bf9c4d Author: Bertrand Lorentz Date: Fri Nov 26 22:29:30 2010 +0100 [Lirc] Add a dllmap for lirc_client (bgo#635848) commit 27ec150969f0c858abb1a4b20a43fb1020d3adb4 Author: Bertrand Lorentz Date: Fri Nov 26 22:21:14 2010 +0100 [Lirc] Major cleanup Remove the empty configuration dialog and the associated actions and menu item. Remove the MockController class, as it doesn't have any real purpose. Delete an old MonoDevelop solution file. commit 4180872bdc1e4f4e31cea6cbec841a4f1c7dd6a4 Author: Samuel Gyger Date: Sun Nov 21 16:12:40 2010 +0200 [Lyrics] Change regex on LyricWiki to show only original language Only show the first set of lyrics from LyricWiki. Otherwise songs that have translated lyrics would have both version displayed, with ugly markup. Fixes bgo#635434. Signed-off-by: Bertrand Lorentz commit eaa283581f184a8f722be6d4bb901cec376a24f4 Author: Samuel Gyger Date: Sun Nov 21 16:50:43 2010 +0200 [Lyrics] Throw a NetworkUnavailableException when there is no network Also remove the markup from the error message. Fixes bgo#634787. Signed-off-by: Bertrand Lorentz commit efdaba6fd570f69fae82bb474d448e232984c7a1 Author: John Moore Date: Tue Nov 23 21:41:08 2010 -0600 removed NotImplementedExceptions and removed the GTK ui files from the project commit 1805d18d7549ba6c6849a8b4ef39cd3ee4c5c864 Author: John Moore Date: Tue Nov 23 21:25:07 2010 -0600 added file for the ampache playlist commit 2a7fbcbc2c961610b2490aed9fb7f2c0b0e1d93e Author: John Moore Date: Tue Nov 23 21:10:20 2010 -0600 change ampache ui to use listviews and updates to the 1.9 interfaces commit 5d06c652d157bd3aab3610d627ec66714b75a443 Author: Chow Loong Jin Date: Mon Nov 22 19:15:13 2010 +0800 Add missing JamendoDownloadManager.cs to POTFILES.in commit c8e6bf46102fb7ed88cb7745bec012d5c82a13a0 Author: Chow Loong Jin Date: Mon Nov 22 18:45:48 2010 +0800 Fix nunit checks nunit-console is not guaranteed to be present when nunit.pc is present, so make sure that NUNIT_CONSOLE before enabling tests. commit e8e2563b7aec73f0c9a3721f02998c6e9e967698 Author: Chow Loong Jin Date: Wed Sep 8 04:18:43 2010 +0800 [SoundMenu] Extend conflicts to include AppIndicator commit 7755cbb4d341cc9394bf651f16878d4d9bc59e66 Author: Bertrand Lorentz Date: Sat Nov 20 12:30:33 2010 +0100 Update AUTHORS and README for Jamendo and Zeitgeist extensions commit d2fc665c4d12992f49ca5853641ef9e54c6b91a3 Merge: 2ef5218 72cb196 Author: Bertrand Lorentz Date: Sat Nov 20 12:20:40 2010 +0100 Merge branch 'ZeitgeistDataprovider' Conflicts: Extensions.sln configure.ac commit 72cb1967fdaa41bd5d8851ccc86c851f10607a7a Author: Bertrand Lorentz Date: Sat Nov 20 12:12:57 2010 +0100 [Zeitgeist] Move some code around for better readability commit c439a0558a87c63e345b068f1b4064b9e1c23e86 Author: Bertrand Lorentz Date: Sat Nov 20 12:08:54 2010 +0100 [Zeitgeist] Remove event handlers when disposing commit e53c8cb9a470deae8344e3a0f2ba50ebe154fa46 Author: Bertrand Lorentz Date: Sat Nov 20 12:03:38 2010 +0100 [Zeitgeist] Log exceptions and errors commit cbf2cf4c1d48d5c0bb734d614d600658aec69d43 Author: Bertrand Lorentz Date: Sat Nov 20 11:44:05 2010 +0100 [Zeitgeist] Fix up code formatting Comply with usual code formatting conventions. Remove unneeded .ToString () calls. Also remove unneeded using statements. No actual code change. commit 15c6077d31e56f44f47155afa5cc0984c39aa444 Author: Bertrand Lorentz Date: Sat Nov 20 11:38:00 2010 +0100 [Zeitgeist] Fix up .csproj file commit 731a52d2fb4ba7bc3b388a7a30e90bc51bcb963c Author: Bertrand Lorentz Date: Sat Nov 20 11:35:15 2010 +0100 [Zeitgeist] Fix up .addin.xml file Remove comments and improve extension description commit c65645ac08b85dad9c875340f48e867c2484f174 Author: Bertrand Lorentz Date: Sat Nov 20 11:34:13 2010 +0100 [Zeitgeist] Do not build when not enabled commit e90d319d0b0527bf7690555a786d5e031f4fb2c1 Author: Bertrand Lorentz Date: Sat Nov 20 11:31:51 2010 +0100 [Zeitgeist] Clean up the build integration Order things a few things properly, and rename some variables in the m4 macro. commit c2257fcfbf985b1dbb9868618d279ba6a29e07a8 Author: Manish Sinha Date: Sat Nov 20 04:44:03 2010 +0530 Fixed the manifest file and workaround for absence of stop in UI * Fixed the manifest file and changed it to a Service instead of Source. Thanks to Gabriel Burt * In Banshee UI Stop button is not shown, so created a workaround for stop. Everytime a track is loaded, it saves it's track reference which is checked when another track starts playing * Fixed application://banshee.desktop to application://banshee-1.desktop commit 30e01625babc3e604ba5a186cdd636d55227a8c2 Author: Manish Sinha Date: Sat Nov 20 02:03:57 2010 +0530 Add code to add functionality to the dataprovider. WARNING: Still not working * Supports LEAVE_EVENT * Supports ENTER_EVENT commit e955486343669f1020209a8dea46759c19d5cdd3 Author: Manish Sinha Date: Sat Nov 20 01:25:25 2010 +0530 Added the build script and basic structure of a Zeitgeist Dataprovider * Hooked Zeitgeist Dataprovider with the build system * Passing --disable-zeitgeistdp with ./autogen.sh works * Zeitgeist-sharp availablity is checked * Basic code structure has been shamelessly copied from tehk's old implemented at http://bazaar.launchpad.net/~email-tehk/zeitgeist-dataproviders/Zeitgeist.Banshee/annotate/head:/banshee/Banshee.Zeitgeist/ZeitgeistService.cs with proper copyrights commit 2ef52184bdd52261e1d6e79f9faa2b8b7bc8ed87 Author: Rodney Dawes Date: Mon Nov 15 13:09:13 2010 -0600 [build] Various build/unit test fixes - Autoconf warning for AC_PROG_CXX being expanded incorrectly - Hardcoded nunit-console2 command usage - Should use --enable-tests for distcheck - Tests not run by make check when enabled - Test running rule is overly complicated - Requires --prefix=/usr to test against installed banshee - Mirage unit tests fail because AddinManager is never initialized - Redefinition of TARGET variable in a couple Makefile.am files - Run nunit tests for the OpenVP extension Signed-off-by: Gabriel Burt commit 2dcb775865d8b33ccb1faffe61bf17ebcc28be7b Author: Bertrand Lorentz Date: Sun Nov 14 17:56:23 2010 +0100 [Jamendo] Improve integration of downloads and streaming The javascript fixup makes sure that streaming is done through XSPF playlists and that the download buttons work in our single window browser. Downloads of single tracks or albums are now handled by our own DownloadManager and automatically imported. Streaming doesn't work well for now : only for a single track, and most of the time only once. commit db2e8383bca40d060d35f0efd42dd89e1bf34e9c Author: Janez Troha Date: Sat Nov 13 13:24:42 2010 +0100 [Jamendo] Initial import of the Jamendo extension Jamendo.com is a website providing free, legal and unlimited music published under Creative Commons licenses. More work is needed to have proper integration into Banshee. commit 03e1fa1af2899745ea045a485e47a917911e2bf3 Author: Gabriel Burt Date: Fri Nov 12 16:59:13 2010 -0600 [RandomByLastfm] Update to new RandomBy API commit a4ba3d484eb14451af666bfd3eb4d474c0646fb1 Author: Gabriel Burt Date: Fri Nov 12 16:59:02 2010 -0600 [Mirage] Update to new RandomBy API commit a1dde5c150e2475d6af253e932c3cc3bddfb5822 Author: Gabriel Burt Date: Fri Nov 12 12:54:22 2010 -0600 [Mirage] clean up some comments, unused code commit 3d3cdd6419b70f5f2f1c169649df153938dc6023 Author: Bertrand Lorentz Date: Thu Nov 11 22:04:48 2010 +0100 [Ampache] Fix compilation with banshee 1.9.0 Also add a configure check for banshee 1.9.0. commit c33053f774596e8885175ea60f2bda7cb107e651 Merge: ef2c143 411f0b3 Author: Mathijs Dumon Date: Thu Nov 11 17:41:32 2010 +0100 Merge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions commit ef2c143d20072a440e0c4ca910256d32579ea2e9 Author: Mathijs Dumon Date: Thu Nov 11 17:30:14 2010 +0100 [ClutterFlow] Fixes for Banshee 1.8 and v0.4 commit 411f0b3803e9941b8d8517101669708021c6f19d Author: Bertrand Lorentz Date: Wed Nov 10 21:30:19 2010 +0100 Update README with LastfmFingerprint dependencies commit ef1c9280ad32af860c55e4535ab749f064d49b19 Author: Bertrand Lorentz Date: Wed Nov 10 21:22:31 2010 +0100 [release] Update NEWS and configure for 1.9.0 commit c6c17a87b4695776987eb4a65b369286dd5b44f2 Author: Bertrand Lorentz Date: Wed Nov 10 21:19:56 2010 +0100 [Ampache] Improve extension description commit 07e8507703ea319f1c9559004bfe4ff9a85621bf Author: Bertrand Lorentz Date: Wed Nov 10 21:19:21 2010 +0100 [RandomByLastfm] Improve extension description commit c6ee719675b0ad31e99503a2d979855a8c16f513 Author: Bertrand Lorentz Date: Wed Nov 10 20:42:56 2010 +0100 [RandomByLastfm] Remove some over-verbose debug output commit c13c38589b454485b6bce55334945955f747c5dd Author: Bertrand Lorentz Date: Sun Nov 7 13:18:55 2010 +0100 [i18n] Update POTFILES.in commit 2f50123270c0ddb3a5bd7e540a558a69eb61451a Author: Bertrand Lorentz Date: Sun Nov 7 13:14:08 2010 +0100 [LastfmFingerprint] Remove libcurl dependency from build commit c11e595c7233969995615ca554f057e5d2074592 Merge: f8ea778 6c51f46 Author: Olivier Dufour Date: Fri Nov 5 15:46:02 2010 +0100 Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions commit f8ea778af376a6281d3e750295973651667f47af Author: Olivier Dufour Date: Fri Nov 5 15:43:45 2010 +0100 Fix managed part interface to remove not needed parametters commit 60d1caa3cf93edac0d227e07356193f24dfb9121 Author: Olivier Dufour Date: Fri Nov 5 15:37:47 2010 +0100 Refactor to remove curl dependancy ended So removed a lot of file not needed anymore from glue lib too. NEXT TODO: remove dependancy over FFTW3F by using gstreamer fftw function commit 6c51f46d528ad7ea4dfe5b2f24326ebf780e76e6 Author: John Moore Date: Thu Nov 4 20:23:42 2010 -0500 added a preferences dialog, storing server, user and password, removed the need for ampache to be located at /ampache on the server commit f7c53a4198fd1b3bf2c2f15fef1c2f54cef91abb Author: Olivier Dufour Date: Thu Nov 4 22:26:18 2010 +0100 Fix some bug but still not working TODO: compare a request from cpp lib and one from managed part commit fd03a8a1bdd1a1a702fa4b033033a2d4c08f97d4 Author: Olivier Dufour Date: Thu Nov 4 21:39:14 2010 +0100 Refactor to move outside of cpp lib the web request to remove curl dependancy commit d12f6415202e2b25471267335ec9d36aca8dedcf Author: Olivier Dufour Date: Thu Nov 4 19:17:57 2010 +0100 Start to refactor to remove extra dependancy. 1) done the request on managed side commit d509b1a58bb5135ebb84302f726403100659392e Author: Raimo Radczewski Date: Tue Nov 2 08:22:20 2010 +0100 [RandomByLastfm] Code Cleanup Code is now formatted according to banshees style guidelines. commit c220e8131c261f3896867952d43e2f93ebfdbd7c Author: Raimo Radczewski Date: Mon Nov 1 19:31:58 2010 +0100 [RandomByLastfm] Removed Banshee.Lastfm Dependency (wave to Bertrand) commit 16a53d5cc49c4ae0d9baacd6fd4edd81ffe1b8eb Merge: 9ad27ee f2b003c Author: Raimo Radczewski Date: Mon Nov 1 18:32:33 2010 +0100 Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions commit 9ad27ee1f89a484ca4413698bd6328d9676bcba0 Author: Raimo Radczewski Date: Mon Nov 1 15:38:43 2010 +0100 [RandomByLastfm] Added RandomByLastfmUserTopArtists as Shuffle Mode, renamed RandomByLastfm Shuffle Mode to RandomByLastfmSimilarArtists [RandomByLastfm] Minor fix [RandomByLastfm] Implemented WeightedRandom for both shuffle modes. Both Shuffle Modes now use ArtistIDs Todo: Tweak SimilarArtist so n-generation artists are more likely to be played commit f2b003c4c8c5330eecbb4dc08f90332db90f5727 Author: Bertrand Lorentz Date: Mon Nov 1 16:24:22 2010 +0100 [SoundMenu] Fix removal of the preference checkbox (bgo#633708) commit f2b44d7e2949995325c4afc12cd7e0109144576a Merge: 4b15448 c0063cf Author: Bertrand Lorentz Date: Mon Nov 1 15:47:19 2010 +0100 Merge branch 'ampache' commit c0063cfe2b81fd568336917306f3931684760f4b Author: Bertrand Lorentz Date: Mon Nov 1 15:42:41 2010 +0100 Add John Moore to AUTHORS commit 1416d1abb8aa59a9acf8a622f57aadeb08e1b8ad Author: Bertrand Lorentz Date: Mon Nov 1 15:41:59 2010 +0100 [build] Clean up Makefile.am commit c8f4eba49bf8d07f25ce116add10ee7f0e0b72fb Author: Bertrand Lorentz Date: Mon Nov 1 15:39:00 2010 +0100 [Ampache] Fix up author information commit c95a2eb96550368ae1c579516fd9188f30889871 Author: Bertrand Lorentz Date: Mon Nov 1 15:36:37 2010 +0100 [Ampache] Improve extension description commit ecbff84c9e9bcb13e1665cd36dfb2c65742e5363 Author: Bertrand Lorentz Date: Mon Nov 1 15:21:38 2010 +0100 [Ampache] Fix line terminations and remove trailing whitespace For some reason, a lot of the lines had DOS line endings (\r\n). Convert all the files to UNIX line endings. Also remove trailing whitespace, as I'm already taking the git blame anyway. commit 77801fe6f37035043ade963655a89601891dc1ab Author: Bertrand Lorentz Date: Mon Nov 1 15:05:38 2010 +0100 [Ampache] Align login info labels to the left commit 51eaef7d1b1fe4792700b4a8c7e39c5f2628516c Author: Bertrand Lorentz Date: Mon Nov 1 15:04:02 2010 +0100 [Ampache] Fix resource name for the ampache icon commit aa78f4b476f615b4b5e6dcba7ef3a7de99f94a7d Author: Bertrand Lorentz Date: Mon Nov 1 15:03:19 2010 +0100 [Ampache] Mark more strings as translatable Also update POTFILES.in. commit 0017f8e1da99d0d811ba741bc4b16535aa734b98 Author: Bertrand Lorentz Date: Mon Nov 1 14:45:38 2010 +0100 [Ampache] Use the Mono.Addins Localizer commit 51430a02c31b4736ebaed0b06d3b2f9e226166cf Author: Bertrand Lorentz Date: Mon Nov 1 12:18:54 2010 +0100 [Ampache] Remove unused variable in AmpacheSelectionFactory It would cause a build error. commit 63c14fc9c4ceeda688c0f38543e06d9217435b5e Author: Bertrand Lorentz Date: Mon Nov 1 12:18:14 2010 +0100 [Ampache] Integrate into the build system commit 54c7d3ee36cf5bf10037357eb758444773f4f175 Author: Bertrand Lorentz Date: Mon Nov 1 11:47:21 2010 +0100 [Ampache] Enable Makefile integration in the csproj Also sync Makefile.am with the MonoDevelop project. commit f107b69044d6ad177b5e5107b2b1826284401c6e Author: Manish Sinha Date: Mon Nov 1 04:53:15 2010 +0530 Added a basic structure code for ZeitgeistDataprovider commit 4b15448ddef68276725cb5ac7babbb4d39dbac77 Author: Raimo Radczewski Date: Fri Oct 29 23:06:51 2010 +0200 [RandomByLastfm] Implemented generic try clause to prevent crashes due to sharing violation in Lastfm Caching, fixed a bug that would prevent a query to be executed commit 227d460cd0499df2730d01d7888eab195b3d6607 Author: John Moore Date: Wed Oct 27 21:39:17 2010 -0500 code formating commit 0ff7f1ab601b0c06a9dfb2197fe75c556a92f42c Author: John Moore Date: Mon Oct 25 20:37:42 2010 -0500 put the makefile back in and updated it commit 74e14c81019a72c26118aa57f3b0a18b9718fe7a Author: John Moore Date: Mon Oct 25 20:16:55 2010 -0500 update project to reference banshee 1.8, was 1.6 and added comments to some of the interfaces commit e06311b11cfdf3cc6552a6a042b0117bfc6e784e Author: John Moore Date: Sat Oct 23 23:25:38 2010 -0500 a plugin to use ampache as a music source, it is in a usable state but the source and the UI need some more work. commit 1d9e7a9aad84a6e3e83900bf8b034ce5632b9271 Author: Olivier Dufour Date: Sat Oct 16 19:47:50 2010 +0200 Add Cancel support Add a respect of last fm TOS but still get banned whereas I respect it do not know why ;( I only send 2 requests by second whereas must be 5 in TOS but still getting Timeout commit b02b2b5f3fddc43f26cd30ca14f17842e3d8d029 Author: Olivier Dufour Date: Sat Oct 16 19:15:20 2010 +0200 Respect Last.fm term of services to avoir timeout on last fm request commit b7bf1fc0404ed6423f0c8b4315c76727d5b1ec4d Author: Olivier Dufour Date: Sat Oct 16 18:35:42 2010 +0200 Fix NRE in case of timeout on request commit 3763ddd462912e7e39ac85f147250147fe939448 Merge: 6f95bbd 089f2bd Author: Olivier Dufour Date: Sat Oct 16 17:28:43 2010 +0200 Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions commit 6f95bbde0ed6a06a936be9886d5cb6100df8b429 Author: Olivier Dufour Date: Sat Oct 16 12:37:02 2010 +0200 Cosmetic and remove old TODO commit 089f2bde54d52cc2d8252eeedbf81ffd07628e89 Merge: eac775a 376d247 Author: Raimo Radczewski Date: Sun Oct 10 16:25:42 2010 +0200 Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions commit eac775a719b405db7a3c14d2e43f1784693e214c Author: Raimo Radczewski Date: Sun Oct 10 13:54:10 2010 +0200 [RandomByLastfm] FIX: LastfmQuery is now single-threaded FIX: GetPlaybackTrack now works on the user defined model TODO: IsNumber filters numeric-only artist names commit 0037b82f5f40865b17d42a3375c0fec3e54d4931 Author: Raimo Radczewski Date: Sun Oct 10 13:13:55 2010 +0200 [RandomByLastfm] FIX: Catch WebException in case LastfmQuery fails FIX: Correct constants for much better mix FIX: Several code optimizations FIX: Dispose disconnects OnPlayerEvent CHANGE: Always add the first artist to similar Artists (so it falls back to kind of RandomByArtist) commit 376d24758d2e85077736bb534fee32923cee8c28 Author: Olivier Dufour Date: Sat Oct 9 01:08:38 2010 +0200 Remove the channel from params and get it from gstreamer so remove one useless parametter which was hardcoded commit 07a9c41e1e4ba0e581e1716e9020a38e213d30cd Author: Olivier Dufour Date: Sat Oct 9 00:47:21 2010 +0200 Only call TrackInfoUpdated when currentTrack is updated commit 69d7567d565e3b19579e56504dd440f5861fddf1 Author: Olivier Dufour Date: Fri Oct 8 23:05:49 2010 +0200 Fix a bug when only one track in response Activate threadpool for more responssivness on UI Do not fetch metadata if not fingerprint in return Set current track with Open because TrackInfoUpdated event handler use currentTrack to know what is sender commit 0ef73bfe517add18cc9742e82ce90371d23a3a61 Author: Olivier Dufour Date: Fri Oct 8 23:04:33 2010 +0200 Fix reference in project file commit ca60be6fe68f68c0fd6732c723a16779b57444a5 Author: Olivier Dufour Date: Fri Oct 8 23:03:40 2010 +0200 Fix a null exception when nothing selected and update a trackinfo commit 603e852d106a9c2ab9e7a6074a0e35b1746804ea Author: Bertrand Lorentz Date: Thu Oct 7 23:15:55 2010 +0200 Update POTFILES.in commit c2de9dc91e74a83abefe80f5588fd0c6cd3b305d Author: Bertrand Lorentz Date: Thu Oct 7 23:07:29 2010 +0200 [LastfmFingerprint] Re-work action creation Use an ActionGroup instead of adding a TrackAction. Also properly dispose the extension : remove actions and unregister event handlers. commit 10d26d73d3f718243cfc99f728524e32878bdd93 Author: Bertrand Lorentz Date: Thu Oct 7 22:32:33 2010 +0200 [LastfmFingerprint] Use AddinManager.CurrentLocalizer for translations Also some code beautification. commit a7f3c53fc420c7ef331b73fc0dd74e33901d3c76 Author: Bertrand Lorentz Date: Thu Oct 7 22:15:17 2010 +0200 [LastfmFingerprint] Rewrite FetchMetadata to use LastfmRequest Use a LastfmRequest object to interact with the Last.fm API instead of doing it manually. This adds a dependency on the Lastfm assembly from Banshee. commit f5cfa0c0721327b9b9baaa8741a23bc3f0a91969 Author: Bertrand Lorentz Date: Mon Oct 4 23:42:53 2010 +0200 [LastfmFingerprint] Integrate in the build and in the solution commit a7ffb69a597de793bcbe04b552f1ed19067d34d2 Author: Olivier Dufour Date: Mon Oct 4 23:39:43 2010 +0200 [LastfmFingerprint] Initial import of the code commit 79c2c2f8938a6b8e3bb2ad8729020e1e21624863 Merge: ed0353e 7f75e39 Author: Bertrand Lorentz Date: Sat Oct 2 15:32:07 2010 +0200 Merge branch 'randombylastfm' commit 7f75e398c64b9aa1ba5e3d8486c198ac41ef0668 Author: Bertrand Lorentz Date: Sat Oct 2 15:23:56 2010 +0200 [RandomByLastfm] Remove LastfmQueryjob and other cleanups The LastfmQueryjob was not really needed, and it used the deprecated Kernel.Job class. Doing the query in a separate thread is enough. Fix several code style issues: private vs public, variable naming, whitespace, etc. Also imorove the extension description. commit 1641c2065efb12694635d2076a90238fd049393a Author: Bertrand Lorentz Date: Sat Oct 2 14:52:26 2010 +0200 [RandomByLastfm] Fix up sln and csproj files commit 6558cd6a1a4bf5c6d8a363f58ff0f1687abbbffb Author: Bertrand Lorentz Date: Sat Oct 2 14:46:37 2010 +0200 [RandomByLastfm] Improve integration in the build system Use the banshee-1-lastfm pkg-config file instead of hard-coding the reference. Various other build-related clean-ups. commit ed0353ec8388490b11dd83ecd152dcb23b566a21 Author: Bertrand Lorentz Date: Wed Sep 29 20:08:37 2010 +0200 [release] Prepare for 1.8.0 commit 670c6fa2c6e185ad613d96d773dc21b13600e9f4 Author: Raimo Radczewski Date: Mon Sep 27 22:57:47 2010 +0200 [RandomByLastfm] Added RandombyLastfm to POTFILES, added some documentation commit 860723c282dbc1ffb76e628c4f89104c885b3d2d Author: Raimo Radczewski Date: Mon Sep 27 22:04:56 2010 +0200 Removed old file commit a490b73a14e35afe69bddab28a85cee148c9c4f7 Author: Raimo Radczewski Date: Mon Sep 27 01:51:11 2010 +0200 [RandomByLastfm] Initial commit for RandomByLastfm, see https://bugzilla.gnome.org/show_bug.cgi?id=630669 for build issue [RandomByLastfm] Fixed naming inconsistency [RandomByFm] Fixed some typos commit ea08bf3e9e101da1dcc7e74ba3e96d419f1828c3 Author: Gianvito Cavasoli Date: Sat Sep 25 13:35:12 2010 +0200 Updated Italian translation Signed-off-by: Bertrand Lorentz commit 6c456d1757d2590d4bff43db3039db6fed4b4987 Author: Bertrand Lorentz Date: Sun Sep 19 20:07:33 2010 +0200 [SoundMenu] Add dependency on the MPRIS extension The Sound Menu integration is pretty useless without the MPRIS support. The MPRIS extension will now be automatically enabled when the SoundMenu extension is enabled. commit ec94b1fc650da2ad585fb1c82ea8b419e088e365 Author: Bertrand Lorentz Date: Fri Sep 17 22:54:34 2010 +0200 [AlarmClock] Use BansheeDialog for the configuration dialogs Also some minor variable renaming and code beautification. commit cd4a69f181ff7493845c9b9c574f1944d2fd2dc7 Author: Bertrand Lorentz Date: Fri Sep 17 22:37:10 2010 +0200 [AlarmClock] Rework synchronization and timeout for the alarm thread Use an AutoResetEvent instead of interrrupting or aborting the thread, and trigger the alarm with a GLib.Timeout. This should prevent an infinite loop in some cases, where the thread would not go back to sleep after being interrupted for some reason. An insomniac thread in an alarm clock, go figure ! commit c450b7211931846a5ad55dd776b4b3a8f6cb3470 Author: Bertrand Lorentz Date: Fri Sep 17 22:34:39 2010 +0200 [AlarmClock] Add reference to glib-sharp in csproj commit 36067a54b2664f739c991c8dca5c4d8a7481073d Author: Bertrand Lorentz Date: Fri Sep 17 20:41:30 2010 +0200 [AlarmClock] Join the alarm thread after aborting it This is an attempt at fixing bgo#614719, where the AlarmClock would cause a crash on exit, possibly by triggering a bug in older mono. commit 0bc6b1d9bb97bbc905a490a92c95ddfd38af2b64 Author: Gabriel Burt Date: Wed Sep 15 17:09:16 2010 -0500 [release] Don't use release-rc file for releasing commit 8975b1e0f53a805f267d233555f7b23368aed100 Author: Gabriel Burt Date: Wed Sep 15 16:52:57 2010 -0500 [release] Update for 1.7.6 release commit 1f5cfce49f1f1db826fddc0048b153ec1605ace0 Author: Bertrand Lorentz Date: Sun Sep 12 18:03:56 2010 +0200 [Lyrics] Fix up the label in LyricsPane Just show the DisplayTrackTitle in the pane header. commit c2c516d41651bafb1d7b44587966e13dfd067330 Author: Bertrand Lorentz Date: Sun Sep 12 18:03:40 2010 +0200 [Lyrics] Fix typos in comments commit e99b3e8b7c975aa9e663fdf9f34e659642218d7f Author: Bertrand Lorentz Date: Sun Sep 12 17:43:43 2010 +0200 [Lyrics] Refactor the LyricsWindow class Bring all the code in one file, killing off the generated code. Clean up the code, in particular the variable naming and the (ab)use of the this keyword. commit 1827cdd658be4a307e291dd9ac2983e336118619 Author: Bertrand Lorentz Date: Sun Sep 12 15:56:14 2010 +0200 [Lyrics] Add a Copy button to the lyrics window The new Copy button copies the whole lyrics text to the clipboard. This replaces the "Select All" and "Copy" option that were previously accessible through the right-click context menu, making the feature easier to use and more discoverable. commit 0e48ddebad835e257607d1d56928cde6ef7e5259 Author: Bertrand Lorentz Date: Sun Sep 12 13:45:26 2010 +0200 [Lyrics] Use Banshee.WebBrowser instead of webkit-sharp This switches the Lyrics extension to the embedded web browser provided by Banshee, removing the webkit-sharp dependency. The only thing missing is the right-click popup menu, which allowed to select the whole text and copy it to the clipboard. commit 005813de21b04caba55c1c7e2c8807969e3e1b5d Author: Bertrand Lorentz Date: Sun Sep 12 12:57:08 2010 +0200 [Lyrics] Detect a false positive from lyricsplugin.com We sometimes just get a link when no lyrics are found by lyricsplugin.com, so we need to detect that and consider it a negative response. commit cd951eae04f0d7c3b0bf8f01afa0cc0a761c4055 Author: Bertrand Lorentz Date: Sun Sep 12 11:54:20 2010 +0200 [SoundMenu] Change default value of enabled preference Sound menu integration is now activated by default when the extension is enabled. commit a00d0e9a1f5b8ebf8594c33726ada702219e6e7f Author: Aaron Bockover Date: Mon Aug 30 14:35:25 2010 -0400 [build] Bring gnome-doc-utils autofoo into the tree gnome-doc-utils' build is a nightmare. I try to make this a little saner and safer by not running gnome-doc-prepare in autogen. Doing this the way we were doing it means it's possible for a tarball to be released without the necessary m4 and .make includes. It's very tricky and gross to /optionally/ support gnome-doc-utils in the build. Because of this, both the required .m4 and .make files are included explicitly in the tree now, which means they must be updated as well, when fixes are introduced upstream. Tough luck. Also, I reintroduce the fact that ENABLE_SK is only defined when GNOME_DOC_INIT is called. When this is called, there's a mandatory pkg-config requirement for gnome-doc-utils. Therefore, we only call GNOME_DOC_INIT if we actually want to enable gnome-doc-utils support. If the support is disabled, we still need to ensure ENABLE_SK is defined, so this is now defined to false before any possible call to GNOME_DOC_INIT, which can override ENABLE_SK to whatever it pleases. Gross. Signed-off-by: Bertrand Lorentz commit 329627fb7f4e4857e2bd1393e019bcdc9de3af91 Author: Patrick Niklaus Date: Thu Aug 26 19:11:07 2010 +0200 [Lyrics] Fixed LyricsWiki source Signed-off-by: Gabriel Burt commit f6bb9938c7ab366a54da62890eeace722c7e209d Author: Bertrand Lorentz Date: Mon Aug 16 17:29:11 2010 +0200 [U1MS] Set a TypeUniqueId for the source (bgo#626965) This prevents an ugly error message in the log when the UniqueId property is accessed. commit 43e832f8e54bfd158d8371c6cbd6ec8293617bc5 Author: Bertrand Lorentz Date: Sat Aug 14 12:30:29 2010 +0200 Update AUTHORS and NEWS for the 1.7.4 release commit 88746cf6fb3046adf5bb0e9f96f141f264d9ee71 Author: Alexander Kojevnikov Date: Sat Aug 14 10:55:32 2010 +1000 [OpenVP] Relax tao-opengl dependency commit ea219059520515eddfd1d986e5a544ae98c833fd Merge: c232175 015351a Author: Bertrand Lorentz Date: Sat Aug 14 01:53:14 2010 +0200 Merge branch 'openvp' commit 015351a5e22a98a2359ab25eb2c0d66c5395190c Author: Bertrand Lorentz Date: Sat Aug 14 01:49:52 2010 +0200 [OpenVP] Check for minimum version of Tao assemblies commit 457a03995effc692dca8ade20d16b5586a24e016 Author: Bertrand Lorentz Date: Sat Aug 14 01:35:22 2010 +0200 [OpenVP] Enable Makefile integration in all projects commit d11d7577ce895fd7f11f9dacea893e5e52d543f8 Author: Bertrand Lorentz Date: Sat Aug 14 01:21:23 2010 +0200 [OpenVP] Fix reference to JAY variable in Makefile commit 368f00f55c89085228a3790b0e9d4515e4e95518 Author: Bertrand Lorentz Date: Sat Aug 14 01:11:02 2010 +0200 [OpenVP] Mark strings for translation commit 869154c68b38a42fd523289565323acabdbadee2 Author: Bertrand Lorentz Date: Sat Aug 14 01:09:41 2010 +0200 [OpenVP] Fix EXTRA_DIST override in Cdh.Affe commit fd26bea3037d9e24913807aad01dfa442f2a1802 Author: Bertrand Lorentz Date: Sat Aug 14 00:43:46 2010 +0200 [OpenVP] Update .addin.xml file Move to the "Community Extensions" category, and have it disabled by default, like all other extensions. commit 224825345acf67756c213a2e678c65754862006d Author: Bertrand Lorentz Date: Sat Aug 14 00:31:24 2010 +0200 [OpenVP] Remove the AssemblyInfo.cs files There is src/AssemblyInfo.cs which is used for all extensions. commit 7e58bda0559ab2af05e45c4cbd9129901e84b4c3 Author: Bertrand Lorentz Date: Sat Aug 14 00:18:02 2010 +0200 [OpenVP] Integrate into the build system commit a50c2e2aa46d7235c2af6a77efcf919c3968c89e Author: Bertrand Lorentz Date: Fri Aug 13 22:06:13 2010 +0200 [OpenVP] Update csproj files to get it to build commit de0683890b2fe4e0f1e9ecd30392efda309b401d Merge: a4b91f3 45dd4f4 Author: Bertrand Lorentz Date: Fri Aug 13 22:05:55 2010 +0200 Merge remote branch 'origin/master' into openvp commit c2321757923f0009cffe0434781588a59e743a50 Author: Bertrand Lorentz Date: Fri Aug 13 19:47:17 2010 +0200 Bump version to 1.7.4 commit 45dd4f4382380e8582e7a56ff0d32764fc66bac5 Author: Bertrand Lorentz Date: Fri Aug 13 19:24:41 2010 +0200 [help] Inject a link into the Banshee help index page A link to the AlarmClock help will be automatically inserted into the proper section of the main help page. Yay mallard ! commit 8a46233816236584fb8ea098fd16d55c4a7275be Author: Bertrand Lorentz Date: Fri Aug 13 19:23:18 2010 +0200 Add the user help to the build commit b6161a23aa80ac153f8017fdb928b5fa59942d44 Author: Bertrand Lorentz Date: Fri Aug 13 17:20:52 2010 +0200 Replace some Console.WriteLine statements by Hyena.Log commit 479e5399f8a7697bfee88514995f1b1c294bea52 Author: Bertrand Lorentz Date: Fri Aug 13 17:07:49 2010 +0200 Remove unused "using ..." statements commit e3867864a671cfca146153901d28724a03315503 Author: Bertrand Lorentz Date: Fri Aug 13 17:00:00 2010 +0200 Add missing references in .csproj files commit c22e7dbaf176943e21cea767bfade0755ba9e9a6 Author: Bertrand Lorentz Date: Fri Aug 13 16:25:44 2010 +0200 [build] Bump the global Banshee dep to 1.7.4 This makes a clean cut after all the various API in Banshee before 1.7.4. Extensions could still compile with older version of Banshee, but they would break when run with a newer version. This also allows to remove all the specific version checks introduced by several extensions. commit 82ab1cd6f9ebcd3c7dfa6397e529b8c7ff90695f Author: Bertrand Lorentz Date: Fri Aug 13 16:15:59 2010 +0200 [ClutterFlow] Copy the clutter-sharp assemblies during installation We need to copy the system-installed clutter-sharp and bundled dependencies in our installation directory, so that they are found at runtime. commit df6d9dd6dfe3a9de4156b0e43b8cbbca08a152dd Author: Aaron Bockover Date: Wed Jul 7 23:32:13 2010 +0000 build.rules.mk: use -hook instead of -local install-data-hook and uninstall-hook run after all automake-generated installation targets. Execution order of the -local targets is not guaranteed. This can be problematic when installing icons or mime types where tools like 'update-mime-database' must be run after installation. Also support executing EXTRA_INSTALL_DATA_HOOK and EXTRA_UNINSTALL_HOOK variables in the hook targets. commit abaa841100e29e2ddc2b992b97add601b4a36c6f Author: Bertrand Lorentz Date: Fri Aug 13 15:25:52 2010 +0200 Update solution and all .csproj files Do not require a specific version of the Banshee assemblies, as it would need to be updated for each project individually. Various other small changes to make MonoDevelop happy. commit 442d219ba39eddd7a76e5661d16db42a43f699f7 Author: Bertrand Lorentz Date: Fri Aug 13 14:58:03 2010 +0200 [ClutterFlow] Fix references to clutter-sharp in csproj Reference the packages instead of referencing the assemblies using the full filename. commit 587507b412ef33b0d78235eec53e8361d0d45372 Author: Bertrand Lorentz Date: Fri Aug 13 14:54:04 2010 +0200 [ClutterFlow] Fix crash when checking GL extensions commit 630fa5b519edfe1a008329d02fe26ae48bcd984a Author: Bertrand Lorentz Date: Fri Aug 13 13:56:43 2010 +0200 [ClutterFlow] Add the texture size as a cached size This stops the artwork manager from complaining when we fetch the cover art picures. Also fix up the log statements while I'm at it. commit e3384d017942e8d22ff56f77fa0a775b38d9a1d4 Author: Bertrand Lorentz Date: Fri Aug 13 12:59:45 2010 +0200 Remove a lot of trailing whitespace commit 7338d0aa589c1a1be23bf6906e84490ee6f9d562 Author: Bertrand Lorentz Date: Fri Aug 13 12:51:42 2010 +0200 [Telepathy] Update status when a stream starts playing (bgo#614539) With gapless enabled, PlayerState doesn't change during track transitions, so we need to announce the current playing track on StartOfStream. commit ebeecece81962407dd5643221fc9225c4fe5fb24 Author: Frank Ziegler Date: Fri Aug 13 12:09:15 2010 +0200 [LiveRadio] Fix crash when disabling last enabled plugin (bgo#623983) commit 38bc51741776a7ab888ee5666217d19182880376 Author: Bertrand Lorentz Date: Fri Aug 13 12:01:35 2010 +0200 [Mirage] Turn Mirage into a IDelayedInitializeService This should prevent Mirage starting song analysis while Banshee is still starting up and causing further delay in the startup. commit 06dc9fe68308282cbfee9976e5cdd8a3e2cf5549 Author: Bertrand Lorentz Date: Sun Aug 8 21:22:01 2010 +0200 [SoundMenu] Make it also conflict with the NotificationArea extension As AppIndicator, having SoundMenu and NotificationArea loaded at the same time leads to undesirable side-effects. SoundMenu now detects if it was enabled after NotificationArea and disables it if so. It will also disable itself if NotificationArea is enabled last. This is of course a blatant copy of the previous commit by Iain Lane. commit b0300bb2fd1a9d7a7b2f21a11b48a487b39161e6 Author: Iain Lane Date: Sun Aug 8 19:06:16 2010 +0100 [AppIndicator] Make Appindicator and NotificationArea conflict These extensions shouldn't both be loaded at the same time, or else strange side-effects can happen. ApplicationIndicator now detects if it was enabled after NotificationArea and disables it if so. It will also disable itself if NotificationArea is enabled last. Signed-off-by: Bertrand Lorentz commit aaf3edb00be9718f70e6946883e4b4515fa20fb8 Author: Bertrand Lorentz Date: Sun Aug 8 11:44:19 2010 +0200 [LiveRadio] Fix compilation with Banshee 1.7.3 Adding a using statement so that compilation still works with Banshee assemblies from before the time when SafeUri was moved to Hyena. commit 24930ffa65bd7c55e9baa2ae14bf7899b05fe482 Author: Ruben Vermeersch Date: Sat Aug 7 23:26:16 2010 +0200 Fix SafeUri namespace transition. commit d57d2da3c2e8b04425e1aa547c12bbda290ed94a Author: Bertrand Lorentz Date: Fri Aug 6 17:29:28 2010 +0200 [SoundMenu] Add missing using statement Also use Hyena.Paths instead of doing multiple calls to Path.Combine. commit e13f8d635739a11d94f7374f5710a28246259c0a Merge: 5c3b615 8434e4d Author: Bertrand Lorentz Date: Fri Aug 6 16:08:31 2010 +0200 Merge branch 'soundmenu' commit 8434e4d62482838fc4135dd0e27769b959bdc0c9 Author: Bertrand Lorentz Date: Fri Aug 6 16:03:12 2010 +0200 [SoundMenu] Have the extension be disabled by default This is to be consistent with all other community extensions. commit 5c3b6154175a2b8fa4252850a90d09029dcae495 Author: Bertrand Lorentz Date: Wed Aug 4 13:04:03 2010 +0200 [build] Explicitly link mirageaudiotest to GStreamer libs Patch inspired by the one submitted by Theodore Lee. Fixes bgo#624084. commit 0b34e087519cdc8a4bcbca984365b54700c8321e Author: Alexander Kojevnikov Date: Mon Aug 2 09:55:50 2010 +1000 [Lirc] Fix compile error commit dd8bcdc1854ea5f7b274e01a239562af96cca927 Author: Andrés G. Aragoneses Date: Thu Jul 29 03:32:08 2010 +0200 [build] Track API changes in banshee's git master This is to make b-c-e compile after this changeset: http://mail.gnome.org/archives/commits-list/2010-July/msg10197.html commit dd16b9d5169500455a11076031c07c5c7d6e1d07 Author: Bertrand Lorentz Date: Tue Jul 27 10:59:05 2010 +0200 [SoundMenu] Add notifications handling commit 1bf31a9bfb4b93365247fcd1e7cdab6ffdabe53f Author: Bertrand Lorentz Date: Sun Jul 25 13:43:00 2010 +0200 [SoundMenu] Add check for notify-sharp and link to it Also fix a copy/paste leftover. commit f014f515478e9015c3fcaa15a84d823ca0b07230 Author: Bertrand Lorentz Date: Thu Jul 22 22:10:21 2010 +0200 [SoundMenu] Set the path to the .desktop file Also register on startup if the preference is set. commit 538b498cc33f0f4174aea78c21f2907863b13e8b Author: Gabriel Burt Date: Sat Jul 17 15:05:42 2010 -0700 [template] Fix .csproj Banshee/Hyena refs commit 3f04f3f7d979017229f3ddbccb272128ac85e15d Author: Alex Launi Date: Thu Jul 8 11:15:47 2010 -0400 [U1MS] Delay initialization of U1 UI until actually needed. Prevents U1MS from unnecessarily slowing down Banshee's startup. commit 11e34b6de210bb6818d553b321a6e12ad1dcf8d1 Author: Sense Hofstede Date: Tue Jul 6 14:58:12 2010 +0200 [AppIndicator] Fix appindicator-sharp reference in Solution file Fixing a bad reference to appindicator-sharp in the MonoDevelop Solution file. The reference 'appindicator-sharp' was changed to 'appindicator-sharp-0.1'. commit 92c80e676634d2c8870524219c0c9df5c8d4a0cf Author: Bertrand Lorentz Date: Sat Jun 19 18:04:43 2010 +0200 [SoundMenu] Add a new SoundMenu extension This extension will integrate Banshee into the upcoming sound menu, which is described here : https://wiki.ubuntu.com/SoundMenu For now it just adds the checkbox in the preferences dialog and register with the indicator. commit 6cb2cef32aa22c3674ea650948e2c0bfcb7c3b02 Author: Bertrand Lorentz Date: Sat Jun 19 17:52:46 2010 +0200 Early version bump to 1.7.0 in configure.ac commit 90849139b1e3d3701e7ee372d3028fefb93f88fa Author: Shaun McCance Date: Fri Jun 4 09:09:38 2010 -0500 [help] Adding help content for AlarmClock commit f12d70a1b2a3a0a380ecabfcf7a3b15fe0c989ae Author: Bertrand Lorentz Date: Sun May 30 21:46:44 2010 +0200 [Lyrics] Follow the WriteMetadata preference Only write lyrics to the file's metadata if the "Write metadata to files" preference is enabled. commit 10ccba7f9ac3a546a48fb17dc7af425b964365bb Author: Bertrand Lorentz Date: Sun May 30 21:07:08 2010 +0200 [Mirage] Remove the "Duplicate Search" menu entry The feature is commented out for now, so the menu entry was not doing anything. commit ea1331fc8d9b9b74521e865e10e05a72793b75bd Author: Frank Ziegler Date: Sun May 23 12:44:47 2010 +0700 [StreamRecorder] changed to filesink (gstreamer core element) fix bug http://bugzilla.gnome.org/show_bug.cgi?id=616167 commit 9d73d7623fb77684b48625815b3d400bd330268c Author: Frank Ziegler Date: Mon May 17 11:13:10 2010 +0700 [LiveRadio} fixed ShoutCAST streams (https://bugs.launchpad.net/bugs/572819) commit 57794ed4a0679f6abb8dda26c6a3c8a6972a0a4c Author: Sense Hofstede Date: Mon May 3 20:42:37 2010 +0200 [AppIndicator] Fixing toggle state issue when the window was launched from its starter When Banshee would be launched via its starter in e.g. the menu or a dock when it was already running, the visibility of its main window would be toggled. However, the toggle state of the menu item in the AppIndicator menu would not be updated accordingly. Now fixed. (Bug found by Chow Loong Jin) commit 067a6f1993e4c2a8c60b77c8e15045b169e94992 Author: Sense Hofstede Date: Sun May 2 11:39:41 2010 +0200 [AppIndicator] Fixing Notify OSD lag and improving Notification checks * Applying the Banshee.NotificationArea commits '28e5533e2efc362f363fc4a84910ab2e610ca8b4' and 'c04a06c282e6471a64124175180fd4a5618cee9c', written by Chow Loong Jin, to fix issues with lag and badly displayed notifications. * Copying a few checks and feature extensions (notifications now can support actions if the daemon does) from Banshee.NotificationArea commit 685af29c9be5391cfee1c317d10ee3eeb434404e Author: Sense Hofstede Date: Fri Apr 23 16:05:27 2010 +0200 [AppIndicator] Stopping the notifications from lagging in Banshee.AppIndicator Notify OSD doesn't do much on the NotificationClose signal, which means that if you .Close() the notification it will still stay around until it expires anyway. This meant that when the CurrentTrack was changed while the notification was still being show, the notifications would stack. Closes: bgo#616652 commit a4b91f302cebb935268583b94c7dec364a5b3431 Author: Chris Howie Date: Mon Apr 12 17:21:06 2010 -0400 Add OpenVP projects to main solution commit 9595974230530fd98fde78837f2cd95c8a254669 Author: Chris Howie Date: Mon Apr 12 17:07:38 2010 -0400 Create structure for OpenVP addin commit f59811d1aa021c43eff73cf20c9ee7d9024d234d Merge: ce4560d 99cbc90 Author: Chris Howie Date: Mon Apr 12 17:23:55 2010 -0400 Merge branch 'banshee-openvp' into banshee-openvp-merge commit 99cbc907fa7549ad5be2e1bd46379b9daccf38d3 Merge: 2f85c8c eb46576 Author: Chris Howie Date: Mon Apr 12 17:11:57 2010 -0400 Merge branch 'openvp' into banshee-openvp commit eb465765e3fbb342895f1657d8f36daa49daed66 Author: Chris Howie Date: Mon Apr 12 16:50:28 2010 -0400 Prepare for import of OpenVP 0.0.1 into b-c-e commit 2f85c8cbd6c940c318c68064bc395b5d4367291f Author: Chris Howie Date: Mon Apr 12 16:46:28 2010 -0400 Prepare for import of Banshee.OpenVP into b-c-e commit 50fcc6d1366083dccab768f68576da525b374846 Author: Chris Howie Date: Sun Apr 11 17:55:45 2010 -0400 Remove trailing whitespace and replace tabs with four spaces commit 0fe53c977429f999011eb4ecb9b7f2ea65f43373 Author: Chris Howie Date: Sun Apr 11 17:46:08 2010 -0400 Coding style changes commit 971fad08a2f9619e9051fa1f17dadabfa6803d49 Author: Chris Howie Date: Sun Apr 11 17:21:53 2010 -0400 Update assembly info commit ce4560d4b41bdc8cea5a749620d421c165682a12 Author: Chow Loong Jin Date: Fri Apr 9 00:39:33 2010 +0800 Use banshee-panel icon If "banshee-panel" exists, use it instead of "banshee", but fallback onto "banshee" if it does not exist, similar to the current behaviour of Banshee.NotificationArea commit a49bd7be6bdf23b7e19a70a624eb829312535a49 Author: Bertrand Lorentz Date: Mon Apr 5 21:38:06 2010 +0200 [build] Set proper configure flags for distcheck commit 870357de6b9334b78b6152e3a3547500a6411faf Author: Alexander Kojevnikov Date: Sun Apr 4 22:17:34 2010 +1000 [Lyrics] Less verbose logging commit a36595e1c7f0d3f9201d76f9248dfe9665e4f094 Author: Alexander Kojevnikov Date: Sun Apr 4 20:40:42 2010 +1000 [Lyrics] Weight sources by their hit ratio commit 91a18de25b078f222e52f3f2abeaa18c7b590e93 Author: Alexander Kojevnikov Date: Sun Apr 4 19:36:01 2010 +1000 [Lyrics] Get suggestions from all sources commit 512a5f0ece35f726af12ff08c8a2d7620a3e5a95 Author: Frank Ziegler Date: Fri Apr 2 16:13:28 2010 +0700 [LiveRadio] Added (Web-)Icons for Plugins commit cce61fce9a66396d301c5e9061f02ded0acc0be9 Author: Gabriel Burt Date: Wed Mar 31 11:46:48 2010 -0700 [release] Update NEWS and configure.ac for 1.6.0 commit c88a0a830b8fbbc15f381590308a4f70644e51cd Author: Bertrand Lorentz Date: Wed Mar 31 20:08:36 2010 +0200 [release] Update AUTHORS and NEWS for 1.6.0 NEWS still needs to be filled in. commit db98f4b55c9071ef759038de3191149b6fd44a63 Author: Mathijs Dumon Date: Wed Mar 31 13:47:13 2010 +0200 [ClutterFlow] Fixed party-mode transition, fixed wrong slider label. Ready for 1.6!! commit 2c9484fe9cd6864f1e1f1ec515a068a9623bfb92 Author: Andrés G. Aragoneses Date: Wed Mar 31 01:25:40 2010 +0200 [Mirage] Rework plugin initialization RandomBySimilar was being initialized before the MiragePlugin itself, so the fix for BGO#612655 wasn't actually working. Reworked so a new Init() method initializes the static elements which could fail at first. commit e7583f7a43da00446eeba3fbc95b0b7970825898 Author: Frank Ziegler Date: Mon Mar 29 13:53:10 2010 +0700 [StreamRecorder] added inline XML documentation commit be75196e11aa21a5402f0a42818c5b31d724b094 Author: Frank Ziegler Date: Mon Mar 29 11:05:46 2010 +0700 [StreamRecorder] removed unnecessary debugging commit 8ef0652272a3ef5e129186eb09af484a184daa4e Author: Alex Launi Date: Sun Mar 28 16:43:11 2010 -0400 Remove some really useless debugging output from stream-recorder commit ff85377183c102d76813416a87d9cb58a245f184 Author: Mathijs Dumon Date: Sun Mar 28 16:00:51 2010 +0200 [ClutterFlow] Fixed small bug, now stores user sorting setting commit b69d6aedf4982ee965b2d16da6f99eb285c6a342 Author: Mathijs Dumon Date: Sun Mar 28 15:50:13 2010 +0200 [ClutterFlow] Fixing fullscreen bug, fixing internationalisation strings (again) commit 5aedcbb8635e99eeaefbc9d638b19ae4bfd979f0 Author: Mathijs Dumon Date: Sat Mar 27 20:54:35 2010 +0100 [ClutterFlow] Added Sorting to ActorLoader class and subclasses, implemented GUI, adjusted letter toolbar to match the changes commit 9a03355372a562ab4616e6f5ff7f1bf6f72bb74e Author: Bertrand Lorentz Date: Sat Mar 27 15:26:03 2010 +0100 Update README and AUTHORS for AppIndicator commit 4398bd48fe932875cd535bbb6e5a45fffabd8317 Author: Bertrand Lorentz Date: Sat Mar 27 15:01:41 2010 +0100 Update POTFILES.in commit e924932628a05c4434e843cc1f2ea3bac3d7dbbf Author: Bertrand Lorentz Date: Sat Mar 27 14:42:25 2010 +0100 [AppIndicator] Fix build and fix disposing the extension I broke the build in a previous commit, so fix that. Also fix crashes after disabling the extension, caused by things not being disposed properly. commit 9b37a986e37eee02d6511e25f27c87a6311307a9 Author: Bertrand Lorentz Date: Sat Mar 27 14:39:55 2010 +0100 [build] Order extensions in configure output commit 82f97f3610ec6feff5e6a893bc3a942dbc1e58e8 Author: Bertrand Lorentz Date: Sat Mar 27 11:18:19 2010 +0100 [AppIndicator] Various updates and fixes to csproj file Fix output path and references, and remove custom build command. commit a37f855e2b129469d4cf7563398c2f2102575f87 Author: Bertrand Lorentz Date: Sat Mar 27 11:17:21 2010 +0100 [AppIndicator] Use the Mono.Addins localizer for translations commit 88a0ce43558f2b378e785ede9fc7072c1acd14fe Author: Bertrand Lorentz Date: Sat Mar 27 11:08:20 2010 +0100 [AppIndicator] Add logging of an exception commit 768cb28e6ee921e260503c86d48ce2ffcb67fe57 Author: Bertrand Lorentz Date: Sat Mar 27 11:00:39 2010 +0100 [AppIndicator] Do not build if not enabled by configure commit 8fbf1fa0acb170e17d91e3314c7b50ab4e4d40e6 Author: Bertrand Lorentz Date: Sat Mar 27 11:00:02 2010 +0100 [build] Fix ordering of a Makefile.am commit 25d62ee84c3b375aacddf104648788c7177d6e9f Author: Bertrand Lorentz Date: Sat Mar 27 10:52:03 2010 +0100 [AppIndicator] Only try to build by default Do not fail during configure if dependencies are not satisfied and no explicit --enable-appindicator flag is passed commit 4db130e982c4bf4866b7d67865c77d1b8a67c66d Merge: e5bd06d 9c201e5 Author: Bertrand Lorentz Date: Sat Mar 27 10:39:26 2010 +0100 Merge commit 'refs/merge-requests/1' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions into appindicator Conflicts: Extensions.sln commit e5bd06df820d827f040c471ee5dada3625ae627a Author: Bertrand Lorentz Date: Sat Mar 27 00:14:33 2010 +0100 [ClutterFlow] Enable Makefile integration in the csproj files Also update the two Makefile.am to MonoDevelop's formatting. commit 1faf4e66ec051b87823353fb67848c27f9ecb226 Author: Gabriel Burt Date: Fri Mar 26 15:52:25 2010 -0700 [ClutterFlow] Sync Makefile.am SOURCES with .csproj commit bd307d9662c1075097d255e62a9aa4069faed48c Author: Gabriel Burt Date: Fri Mar 26 15:39:40 2010 -0700 [U1MS] configure output was try; is now no commit 123d155b8e4e58bc6ac1e0567f48aacb86e34143 Author: Bertrand Lorentz Date: Fri Mar 26 23:24:06 2010 +0100 [U1MS] Try to build by default and fix dependency check commit 70c3375e51840123be7738a11ba6a6c9e29fb613 Author: Bertrand Lorentz Date: Fri Mar 26 23:20:27 2010 +0100 Update POTFILES.in commit 4e9afafaf1daacfd31d63aa52f6008ab9ab698b8 Author: Bertrand Lorentz Date: Fri Mar 26 23:17:51 2010 +0100 [Telepathy] Fix build with MonoDevelop commit 117768427e17273077b8f1e0325b96ec2897b659 Author: Bertrand Lorentz Date: Fri Mar 26 23:16:13 2010 +0100 [Mirage] Add missing NUnit references in csproj file commit 55451cbd4a73654ad14e5eaf390babe134bd281b Author: Bertrand Lorentz Date: Fri Mar 26 23:15:32 2010 +0100 [Lyrics] Fix reference in csproj file commit 7d3122ebccb17340aa18ebb0b024dacb79228bea Author: Bertrand Lorentz Date: Fri Mar 26 23:03:16 2010 +0100 [Telepathy] Remove some unused "using ..." statements commit b100e30f2f17fda9ebaaed0767dfd07716c8f934 Author: Bertrand Lorentz Date: Fri Mar 26 23:01:49 2010 +0100 [Lyrics] Remove some unused "using ..." statements commit 432076210cdfcec183f7d5af47ef32a733458c54 Author: Bertrand Lorentz Date: Fri Mar 26 22:51:06 2010 +0100 [I18N] Replace all Catalog calls with calls to the Mono.Addins localizer Calls to Catalog.GetString don't work in extensions, they try to use strings for the Banshee catalog. Replace all those calls with calls to AddinManager.CurrentLocalizer.GetString, provided by Mono.Addins. Also update project references where necessary. Proper localizer configuration is added in the .addin.xml files were it was missing. commit 2fb95b48d7393eda23e55b36db06cd45e1022c31 Author: Frank Ziegler Date: Tue Mar 23 19:50:14 2010 +0700 [StreamRecorder] Added "unchanged" encoder to record streams as they are commit 7084b722cf758864a2cffac1ab4e71ce5f58c698 Author: Frank Ziegler Date: Tue Mar 23 10:43:13 2010 +0700 [LiveRadio] Removed SearchEntry hack after IDisableKeyBindings fix in 1.5.6 commit e3ffb2e6cf6b22cafa0f3d4674505f14f3cfe62c Author: Bertrand Lorentz Date: Mon Mar 22 22:50:42 2010 +0100 [U1MS] Mark two strings for translation commit c907309831ef5f41324a67c76733dc3597c5ab78 Author: Bertrand Lorentz Date: Mon Mar 22 22:07:18 2010 +0100 [U1MS] Add missing references in .csproj file Also fix output directory and remove custom build command. commit 74c6c751fc6633ab048698f0e9a5cc7c4b7c70bc Author: Bertrand Lorentz Date: Mon Mar 22 22:01:18 2010 +0100 [U1MS] Some minor source clean-ups commit eda89bbdd7df8039a491b352053fed41365daaf6 Author: Bertrand Lorentz Date: Mon Mar 22 21:36:50 2010 +0100 [Magnatune] Fix .csproj file The line-endings were completely borked. commit 315412ddbfb26d8497cdafba948954413af883f5 Author: Bertrand Lorentz Date: Mon Mar 22 21:29:08 2010 +0100 Add Telepathy csproj files in top-level solution Some minor changes in the csproj files along the way, and line ending fixes in the sln. commit 89d118163e60dff8bde2f643f74ee5eeb9082a27 Author: Bertrand Lorentz Date: Mon Mar 22 21:24:34 2010 +0100 [Telepathy] Some clean-up in DownloadManagerUi.cs commit 499c80a4130abc3ea782acc148906d26448f0a06 Author: Frank Ziegler Date: Mon Mar 22 18:47:52 2010 +0700 [LiveRadio] updated TODO comments with prioritized open tasks commit ccbc3eb0587b42f46090c7c1bb341805155402f6 Author: Mathijs Dumon Date: Sun Mar 21 17:38:31 2010 +0100 [ClutterFlow] Added an alphabet bar to the scrollbar for fast browsing commit 35e3e3855bf978bf36931f126f6891223233ed63 Author: Mathijs Dumon Date: Sat Mar 13 20:02:54 2010 +0100 [ClutterFlow] Fixing asynchronous clone creation when user clicks album currently not centered commit b6658db67718a19c3904a4b31ad5bcf70c1c490a Author: Mathijs Dumon Date: Sat Mar 13 18:10:19 2010 +0100 [ClutterFlow] Fix shade bug when there's no shader support commit a825822f5c9b88e015c8c8265b40d5c83f66f5b7 Author: Mathijs Dumon Date: Thu Mar 11 22:36:28 2010 +0100 [ClutterFlow] Updating csproj files commit 9c201e502368d71646364e55e5d10cde847dfa2c Author: Sense Hofstede Date: Fri Mar 19 23:30:53 2010 +0100 Adding (optional) support for Indicator Application Writing a separate plugin for adding Application Indicator support to Banshee, solving GNOME bug #607800. TODO: Add a conflict for Banshee.NotificationArea, it provides functionality very similar to Banshee.AppIndicator and has got a conflicting action group. commit 0844c332b7f25fcd1a2adf16f441b3a0e33112ab Author: Gabriel Burt Date: Thu Mar 18 15:55:30 2010 -0700 [configure.ac] Bump to 1.5.6 for upcoming release commit 33bb419c498793dc503af9dc904db65d4bbfc040 Author: Jo Shields Date: Thu Mar 18 18:33:52 2010 +0000 [U1MS] Fix URL in addin manifest. Thanks to Sense Hofstede for noticing commit 793f92a3f4f86dabcdc39f6c72970123cfac6a7b Author: Alexander Kojevnikov Date: Tue Mar 16 11:31:36 2010 +1100 [Lyrics] Per source encoding commit 11964ba4a6470fd13cb683e8380bb0bb01f9a089 Author: Alexander Kojevnikov Date: Tue Mar 16 11:15:24 2010 +1100 [Lyrics] Add www.lyricsplugin.com support commit 31b3b486fa54ef4fdbe8945898acadb2a6a88795 Author: Frank Ziegler Date: Mon Mar 15 14:36:43 2010 +0700 [StreamRecorder] added better exception handling code around gstreamer operation make Banshee not crash on gstreamer errors, instead only recording will not work properly commit 0b622e2771f61fbcdcb57720af26572449126cb2 Author: Frank Ziegler Date: Mon Mar 15 11:46:51 2010 +0700 [StreamRecorder] updated deprecated lame gstreamer plugin to lamemp3enc commit cfe858102c074a2d2409748f80dfd93d823d4c6e Author: Frank Ziegler Date: Mon Mar 15 09:11:35 2010 +0700 [StreamRecorder] fixed encoder choose to not include plugins that are not found commit f3e0b0e301fcee9512524b0ab0fa53d546de223a Author: Andrés G. Aragoneses Date: Fri Mar 12 12:09:25 2010 -0800 [Mirage] Only load RandomBySimilar if Mirage working Signed-off-by: Gabriel Burt commit 039ca32b6787bf06a52e12d51952c4453e1c6bbe Author: Gabriel Burt Date: Thu Mar 11 09:07:24 2010 -0800 [Magnatune] Replace unicode char with \u expansion commit 906495a5e3c12551282f1cfbf11bf2af222929e3 Author: Gabriel Burt Date: Wed Mar 10 22:09:06 2010 -0800 [LiveRadio] Fix build commit 6404abedec6589aa2486938eedc3fbedc6206118 Author: Jo Shields Date: Wed Mar 10 22:16:07 2010 +0000 [U1MS] Move stuff to Debug rather than Info output, it's not interesting for most people commit 620fde9563d431d691466f12b0a2f15a37168a71 Author: Jo Shields Date: Wed Mar 10 22:14:48 2010 +0000 [U1MS] Never mind - disable by default again commit 29f5f5a0d5bf35948639c730df3ef04261a54297 Author: Jo Shields Date: Wed Mar 10 22:13:31 2010 +0000 [U1MS] Implement PlayLibrary event... although played track is not highlighted by Banshee (i.e. isn't considered to be a library track, so doesn't get benefits like album shuffle) commit 98df105051d14e58ae2df05bac3813f0a820ebf5 Author: Jo Shields Date: Wed Mar 10 19:18:42 2010 +0000 [U1MS] Apparently I'm stupid and don't understand how release versioning works - 1.5.5 is fine for U1MS commit de3550d9bbabb3c0bf26b6c8bd5f7b43e9ef4aac Merge: 6c2dbd0 a46776b Author: Jo Shields Date: Wed Mar 10 19:17:00 2010 +0000 Merge branch 'master' of gitorious.org:banshee-community-extensions/banshee-community-extensions commit 6c2dbd06ae0101b9a5c1105fc6fb727d19c84bab Author: Jo Shields Date: Wed Mar 10 19:16:04 2010 +0000 [U1MS] Ensure Banshee stops playing audio once U1MS previews are played, rather than going into your library and playing all your awful music commit a46776b7946d5dfe572bca1f4691b28b8ccb2a7e Author: Gabriel Burt Date: Wed Mar 10 10:35:02 2010 -0800 [Mirage] Only blacklist the seed artists half the time So songs by a seed artist can be added, but at most half the time. commit c6fd735773a602790f3f831e54012ab9f8bac6f3 Author: Gabriel Burt Date: Wed Mar 10 10:27:34 2010 -0800 [Mirage] More NRE prevention commit 4f1c1b2200eeeccb3beeeb78083526d0af760c96 Author: Gabriel Burt Date: Wed Mar 10 10:21:58 2010 -0800 [Mirage] Actually fix that NRE commit 4f2cdf6d1aa7777abcea274709a24b35bf7aa0ec Author: Gabriel Burt Date: Wed Mar 10 10:18:46 2010 -0800 [Mirage] Avoid NRE in RandomBySimilar commit 541e852039f41da9e943396dd1b3aa6029e02e64 Author: Gabriel Burt Date: Wed Mar 10 10:15:23 2010 -0800 Update POTFILES.in/skip; make distcheck now passes commit 4d4b1d87291cbf8854ee57a080d61bfd5de3eaee Author: Gabriel Burt Date: Wed Mar 10 10:12:48 2010 -0800 [u1ms] Don't build if build not enabled commit d6ab0f6c94f01e450060fd301a26f8ca29a4bf66 Author: Gabriel Burt Date: Wed Mar 10 10:12:32 2010 -0800 [LiveRadio] fix build commit 6912bff3c25be6bad92edc36067ed5603c3a440d Author: Gabriel Burt Date: Wed Mar 10 10:12:16 2010 -0800 [ClutterFlow] fix build commit b807c1335449caf7f82f07701e31f4844866ad5c Author: Gabriel Burt Date: Wed Mar 10 10:03:22 2010 -0800 Update POTFILES.in commit a5ea6f5372c8c3f7ec0a38962106dea6618e46c5 Author: Gabriel Burt Date: Wed Mar 10 10:02:07 2010 -0800 Update NEWS and README commit 145b4c19d5fcc1f678ad3ad4c87619ec1b2050eb Author: Jo Shields Date: Wed Mar 10 16:28:37 2010 +0000 [U1MS] Prettify code and fake artist slightly commit aad15f10ee983949d3ffd06bd350b37796910289 Author: Jo Shields Date: Wed Mar 10 13:41:13 2010 +0000 [U1MS] Make debug message slightly nicer commit 7828aaafef36e6d01622219405b8358a985600f3 Author: Jo Shields Date: Wed Mar 10 13:38:45 2010 +0000 [U1MS] Implement DownloadFinished and UrlLoaded signals commit bba1096f0245436a0610b7b718385fcb78ca62da Author: Jo Shields Date: Wed Mar 10 13:38:09 2010 +0000 [U1MS] Ensure logo is considered a resource in .csproj file commit d74d4dc70547097e89b834ea4aa6fad80231c433 Author: Jo Shields Date: Wed Mar 10 11:53:11 2010 +0000 [U1MS] New icon, theieved from rhythmbox-ubuntuone-music-store commit 224ce66a4ec94caf1c8e9378c6fe126bcf97b053 Author: Jo Shields Date: Wed Mar 10 11:36:23 2010 +0000 [U1MS] Enable plugin by default, if it's installed. commit e6ce28b393d351303e8fe7ff5af76472564be71d Author: Jo Shields Date: Wed Mar 10 10:27:23 2010 +0000 [U1MS] Add missing copyright info to U1MS commit 6fb8f8867b4ec1c58b64e568fbb7cc43a5bd6321 Author: Jo Shields Date: Wed Mar 10 10:26:30 2010 +0000 [U1MS] Version Banshee check for U1MS - we need an interface only added in Banshee trunk after 1.5.5 commit 9f71213a76044b338bf877d8d380dc8b90dd3031 Author: Gabriel Burt Date: Tue Mar 9 16:42:30 2010 -0800 [u1ms] Add Jo to AUTHORS, alphabetize some things commit 046888985fa3d625b4d11c76edb2703fc30e8f10 Author: Jo Shields Date: Wed Mar 10 00:32:03 2010 +0000 disable u1ms by default for now commit b879714c3286458683f0b335d15030d3c449ee4c Author: Jo Shields Date: Wed Mar 10 00:16:21 2010 +0000 First draft for Ubuntu One Music Store commit c58c3296c406bcb009f531f699da1892bc9b18a7 Author: Gabriel Burt Date: Tue Mar 9 14:17:43 2010 -0800 Update NEWS and bump configure.ac in prep for release commit dccb3a3251b555a4e51260511bfbc1e596a1dcf7 Author: Gabriel Burt Date: Tue Mar 9 14:13:01 2010 -0800 [Mirage] Bump played/skipped seed size in playback mode commit 89307f2986af30dd67eea77bf069fdc75fbf6ef4 Author: Gabriel Burt Date: Tue Mar 9 14:09:38 2010 -0800 [Mirage] Fix shuffle by similar Only add played/skipped as seed categories for the playback shuffler, and fix it so that when the SimilarityContext is empty, it'll just grab a random track to start things off. commit 28f6588cfa420c18ebb2eae6a7c4c1922a7ce84f Author: Gabriel Burt Date: Mon Mar 8 20:28:39 2010 -0800 [Mirage] Make RandomBySimilar much more sophisticated Now uses weighted seeds to find the next song, weighing the similarity to manually-added (eg in Play Queue) songs the highest, then played songs, then shuffled, upcoming songs, and then finally it looks for songs dissimilar to ones you've skipped or discarded (eg removed from the Play Queue). Currently only compares against the most recent few from each seed category. commit 0d1ee0961f71effc512ae30f9c05ce16b1a5ebad Author: Gabriel Burt Date: Mon Mar 8 20:29:55 2010 -0800 Add unit test support To use in your extension, just add some unit test .cs files (ala Mirage's) with #if ENABLE_TESTS around them. If the user passes --enable-tests to autogen.sh or configure, they'll get built. They can be run with 'make test' once you add your dll to the list in Makefile.am commit dfac76c2402f234d7c2f75016500bbb4a4a0163b Author: Gabriel Burt Date: Mon Mar 8 20:28:52 2010 -0800 Add custom default header in .sln commit 8edc4e91c36bee49a47be8784996b6a6714f881e Author: Frank Ziegler Date: Tue Mar 9 19:00:06 2010 +0700 [LiveRadio] edited Magnatune comment it should be "buy it at ..." commit 686a07580ed55f9ba984b58bf1fcc6553550f780 Author: Frank Ziegler Date: Tue Mar 9 18:28:59 2010 +0700 [LiveRadio] beautified some code in Xiph.Org.Plugin commit 2fe3b8c7cccc2c8d25cc956a606f0a000fef4809 Author: Frank Ziegler Date: Tue Mar 9 18:17:47 2010 +0700 [LiveRadio] fixed bug on retrieving cache and added Magnatune plugin commit cd4985ef3445b47db13430be669c683dd37148da Author: Bertrand Lorentz Date: Mon Mar 8 23:04:29 2010 +0100 [Mirage] Fix the test utility Fix the build for the test application, and revert to a simpler test : analysis and distance calculation for 2 files. The genre classification test didn't work anymore. commit c1779ae9903719e8dd7116323800a7cdac264217 Author: Bertrand Lorentz Date: Sun Mar 7 23:07:02 2010 +0100 Update AUTHORS and NEWS for Telepathy commit fa2d43cd2b534320997d3957b04da93b12344356 Author: Bertrand Lorentz Date: Sun Mar 7 22:09:16 2010 +0100 [Telepathy] Update .addin.xml Move to Community Extensions category and disable by default. commit f8ec4cb304c00f3b37778fe09347d4a39dec2a0a Author: Bertrand Lorentz Date: Sun Mar 7 21:51:35 2010 +0100 Update POTFILES.in commit 17a70ce5453e08cbc234fac5e6889bc65490876a Author: Neil Loknath Date: Sun Mar 7 13:29:44 2010 -0700 [Telepathy] Add extension specific .gitignore file commit e41ef9ed08844241bda9b4d301283582ba98dda0 Author: Neil Loknath Date: Sun Mar 7 13:23:25 2010 -0700 [Telepathy] Add Banshee.Telepathy.dll.config Was excluded by .gitignore commit edff5e76823e6c677438894ced23aabf0f4752ff Author: Neil Loknath Date: Sun Mar 7 13:11:33 2010 -0700 Update build files for Telepathy extension commit 02416db87f01fe453e29e277bbf3daf9b51ba96f Merge: 127c107 8ff88bc Author: Neil Loknath Date: Sun Mar 7 12:56:46 2010 -0700 Merge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions commit 127c1077b3403c712391f76e6b8b4a3d1a55b61a Author: Neil Loknath Date: Sun Mar 7 12:24:57 2010 -0700 [Telepathy] Call SetStatus from main thread Was seeing some UI freezing. This appears to have fixed it. commit 2de3fe04e62f19d6454abb8bd8049d5bd123fdc9 Author: Neil Loknath Date: Sun Mar 7 12:08:14 2010 -0700 Add build/m4/extensions/telepathy.m4 Define dependancies for Telepathy extension commit d0f52f78c984b29d1932150288b509874e81f698 Author: Neil Loknath Date: Sun Mar 7 12:06:49 2010 -0700 [Telepathy] Add Makefiles commit 90738f7a56e22872b806eb4ea1dae9e2d2786a19 Author: Neil Loknath Date: Sun Mar 7 12:04:28 2010 -0700 [Telepathy] Remove old files commit a3ebe869c8effa717f36ef64a2a865364df420b9 Author: Neil Loknath Date: Sun Mar 7 11:58:30 2010 -0700 [Telepathy] Prepare for addition to build system Changed 'src' to 'Banshee.Telepathy' within Telepathy directory. Some updates to remove warnings and make compatible with Banshee >= 1.5.3 commit 8ff88bc0bad14cfce576db3a1fff7325970d1308 Author: Frank Ziegler Date: Sun Mar 7 19:10:36 2010 +0700 {LiveRadio} changed "Refesh" icon to Stock.Refresh commit 12af75b7611fd759171a3b21773c4ad29f0734e9 Merge: 645d51c a24d33b Author: Bertrand Lorentz Date: Sun Mar 7 11:39:44 2010 +0100 Merge branch 'magnatune-merge' commit a24d33b7e352a5c1a68449a83a91122d8614f799 Author: Bertrand Lorentz Date: Sun Mar 7 11:38:56 2010 +0100 Update AUTHORS and NEWS for Magnatune commit 05de995a49ac7dfda96dbd2e021a1f1cd2b4572e Author: Bertrand Lorentz Date: Sun Mar 7 11:37:51 2010 +0100 [Magnatune] Properly order resources in Makefile.am commit 980297c72bdc37394f88f5bf7785e8db9dab4280 Merge: 454fd6f 7139142 Author: Neil Loknath Date: Sat Mar 6 20:58:28 2010 -0700 [Telepathy] Merge branch 'telepathy' commit 713914219973ba4b998094cb35b5bf91393c18d6 Author: Neil Loknath Date: Sat Mar 6 20:47:08 2010 -0700 [Telepathy] Move all files to src/Telepathy commit 645d51cc98efa0ff9c7f4f4379cee97a327bf4b4 Author: Frank Ziegler Date: Sun Mar 7 10:30:50 2010 +0700 [LiveRadio] Improved user feedback on errors Make a distinction between zero results and the failure to retrieve a result Now result lists may be null! commit 04b9c2a376aeb973517b22ca2ab5fd568fe86705 Author: Neil Loknath Date: Sat Mar 6 16:52:51 2010 -0700 Force import to library on download Thanks to Bertrand Lorentz for the fix commit 48d11e49ab1445dd10dd3a376318182b4f37fa9c Author: Neil Loknath Date: Sat Mar 6 16:43:27 2010 -0700 Pulse ContactSource sooner and more often Every 5 sec commit 65ffb9700cfe016591b5c7b08bf6a0770bc5d308 Author: Neil Loknath Date: Sat Mar 6 16:11:19 2010 -0700 Clear tracks when browsing a contact If a contact goes offline, the tracks are not cleaned up. So, to avoid duplicates, clean up is done before loading. commit 83f17d91d99df45260d4c06a3e7809da716f75d9 Author: Bertrand Lorentz Date: Sat Mar 6 21:03:19 2010 +0100 [Magnatune] Set default accelerators for actions. commit 99f4a39e6d16eca981df043672c6792b109c46e9 Author: Neil Loknath Date: Sat Mar 6 13:02:31 2010 -0700 Change notification icon to "banshee" commit 395ae1dd9c38eb99fd07514c64a4983457f4ac46 Author: Bertrand Lorentz Date: Sat Mar 6 21:01:46 2010 +0100 [Magnatune] Update .addin.xml Fix class name, move to "Community Extensions" category and disable by default. commit 36e62e4349b265a2f60d7ebb02035622e4971a93 Author: Bertrand Lorentz Date: Sat Mar 6 19:15:57 2010 +0100 [Magnatune] Whitespace and code formatting fixes commit 28166d8cec4b3fdcb7cc5b724fabe41bd52fc4be Author: Bertrand Lorentz Date: Sat Mar 6 19:03:15 2010 +0100 [Magnatune] Change namespace to Banshee.Magnatune commit f15a33e12620c1a849989fc68e77f8bb68f77abe Author: Bertrand Lorentz Date: Sat Mar 6 19:02:55 2010 +0100 Update POTFILES.in commit f0b6a3eccc37e25ec76c772a04bc5c74a1e4ae6d Author: Bertrand Lorentz Date: Sat Mar 6 18:42:48 2010 +0100 [Magnatune] Fixes to build with recent Banshee commit aa70746310e527bce7e3d648535a78868e53c801 Author: Bertrand Lorentz Date: Sat Mar 6 18:42:07 2010 +0100 [Magnatune] Add .csproj file and add it to the solution commit bf4323348caa61cbd808119fdead9ff530cedfa3 Author: Bertrand Lorentz Date: Sat Mar 6 18:37:24 2010 +0100 [Magnatune] Integrate in the build commit 7c3e408cfadaa9abe52d8de5456367898ca27101 Author: Bertrand Lorentz Date: Sat Mar 6 18:23:38 2010 +0100 [Magnatune] Remove some unneeded files commit e70d931890c18432f8ef9ae05a2591b666908cc3 Author: Bertrand Lorentz Date: Sat Mar 6 18:17:52 2010 +0100 [Magnatune] Move .addin.xml up one level commit 15bc34a29000408ddf0c9df80274201bef78bd83 Author: Bertrand Lorentz Date: Sat Mar 6 18:15:08 2010 +0100 [Magnatune] Move resources to their own directory commit 9a8218a11658c4e031b3005113baa30b7e6b728a Author: Bertrand Lorentz Date: Sat Mar 6 18:11:20 2010 +0100 [Magnatune] Rename directory to Banshee.Magnatune commit 454fd6fc00853a7a482459f834a27acd2ece125c Author: Miep Vandamme Date: Sat Mar 6 17:33:10 2010 +0100 [ClutterFlow] Added double-click functionality for covers, added support for vertex shading as a replacement for the artificial shadow shade actor commit 126f6d78af8eada29ffef99c9641dc977de3f8e1 Author: Mathijs Dumon Date: Thu Mar 4 20:59:03 2010 +0100 [ClutterFlow] Untagged some strings for translation as they are not exposed to the user commit 887256a6daa8227a85d774fd9fd8ac040a4e8060 Merge: 19123d9 f824439 Author: Bertrand Lorentz Date: Sat Mar 6 17:30:27 2010 +0100 Merge of the Magnatune extension commit 19123d9dcfbe5e6af47033ccdc673d634205f2ca Author: Bertrand Lorentz Date: Sat Mar 6 13:54:22 2010 +0100 [build] Build LiveRadio by default commit 9eea97c9a262b762020487eb461ba3fda0d4d40e Author: Frank Ziegler Date: Sat Mar 6 19:36:30 2010 +0700 [LiveRadio] Fixed German translation after typo fix in code commit 20eaf25a39b50cb74e5c054c867271f45386a1e4 Author: Frank Ziegler Date: Sat Mar 6 19:08:41 2010 +0700 [LiveRadio] created a workaround for the banshee track search field and updated missing documentation commit 951a58d4085bff80b1702e14dfabc78149bc67ac Author: Bertrand Lorentz Date: Sat Mar 6 12:49:27 2010 +0100 [LiveRadio] Improve description in .addin.xml Also remove the long comment, and th alpha scary warning. commit 7b64ef6345cc51a631f0426bc44c114fe20b40c0 Author: Bertrand Lorentz Date: Sat Mar 6 12:47:22 2010 +0100 [LiveRadio] Fix crash when adding to Internet Radio Also caused by not having all plugins enabled. commit 68cfe219d4391a3b656a530fd47be49e0b79cc1d Author: Bertrand Lorentz Date: Sat Mar 6 11:52:52 2010 +0100 [LiveRadio] Fix crash when refreshing view The PluginSource property is null when a plugin is disabled, so check for that. commit 7c3b737bf7c414b7394f505e2e8d3a14491ef54b Author: Bertrand Lorentz Date: Sat Mar 6 11:51:47 2010 +0100 [LiveRadio] Remove actions when disposing the extension commit 33da308fb41b44cb984c6620bf4bebed1d4c6d4c Author: Bertrand Lorentz Date: Sat Mar 6 11:50:55 2010 +0100 [LiveRadio] Fix typo in help label commit 7e51326452eb97171afd26ba79c3ee68d0616afe Author: Bertrand Lorentz Date: Sat Mar 6 11:16:41 2010 +0100 [build] Add a common AssemblyInfo file This automatically adds the proper version information to all assemblies. commit 840507307c7a0293646c2daea835f5df625fbb0f Author: Frank Ziegler Date: Fri Mar 5 17:45:28 2010 +0700 [LiveRadio] GUI/Actions all in place, German translation added commit 8b5a705730f422e139b17338607eee1d18025e18 Author: Mathijs Dumon Date: Thu Mar 4 20:43:42 2010 +0100 Changes to AUTHORS, NEWS, README, etc since Miep Vandamme was actually me :) commit 13c545527388a08b304ca1eff8be3a295b80b758 Author: Mathijs Dumon Date: Thu Mar 4 20:31:30 2010 +0100 [ClutterFlow] Small searching fixes, bottom border artifact fix, different no matches icon, disabling of output, ... commit 916eb39f1085855e341560ddd26e05e6085aa5d0 Author: Gabriel Burt Date: Wed Mar 3 22:59:00 2010 -0800 [configure.ac] Update ACLOCAL_AMFLAGS commit 7785e47fa003e477e2594ae0218259a29bf1f87e Author: Gabriel Burt Date: Wed Mar 3 22:46:22 2010 -0800 Update AUTHORS, NEWS, README, etc commit 0706ce2d7757389c7741a6dc44ea63c100aef13d Author: Bertrand Lorentz Date: Wed Mar 3 22:06:03 2010 +0100 Update POTFILES.in commit 5ea19d2cd44c81d8c5083a4e97f85320f5c0c563 Author: Frank Ziegler Date: Wed Mar 3 23:42:45 2010 +0700 [LiveRadio] Statistics layout tuning commit 7220a8ef46c705b0f4944b36cc9b893780aa6820 Author: Frank Ziegler Date: Wed Mar 3 19:07:58 2010 +0700 [LiveRadio] built a statistic and configuration GUI and added statistics framework TODO: add functionality to GUI and connect all the statistics events properly commit 20fefc2605f1dd99d5bb68fa4fc8cbf11a5a7a00 Author: Frank Ziegler Date: Tue Mar 2 18:52:56 2010 +0700 [LiveRadio] added a keepalive timer for live365 and global enable/disable plugin config commit 7a6b7cfd93d455d3b10321cba158825cad163e6e Author: Gabriel Burt Date: Wed Feb 24 11:28:35 2010 -0800 Update NEWS and README commit 334c65a28c4942dc08951df01a4838662369694c Author: Mathijs Dumon Date: Mon Mar 1 18:36:08 2010 +0100 [ClutterFlow] Add 2 pixel border to mimic anti-aliasing, Change side widths commit 401f1a9bd5479f027289946568d61e2e40843a83 Author: Frank Ziegler Date: Mon Mar 1 20:30:55 2010 +0700 [LiveRadio] set version to 0.0.9 = first release candidate commit 13311826cc8d80a13463f9688e723a3eb738ddcc Author: Frank Ziegler Date: Mon Mar 1 20:09:15 2010 +0700 [LiveRadio] Added full documentation commit 59132ae382c63d57ca30231e50e3e3f3309991a4 Author: Frank Ziegler Date: Mon Mar 1 14:08:26 2010 +0700 [LiveRadio] completed correct live365 user/pass authentication TODO: schedule a keepalive signal commit 7593577ad58bbc0e79b8d126c2ab67b0091b93cf Author: Alexander Kojevnikov Date: Mon Mar 1 17:17:07 2010 +1100 [Lyrics] Handle proxy config errors (bgo#611446) commit 5f6637d6dec6bd9c967c678decf40fe74821a852 Author: Alexander Kojevnikov Date: Mon Mar 1 15:58:00 2010 +1100 [ClutterFlow] Update Makefile.am commit ffc38cda8c6af72c0158124d5ba6503fac15c39e Author: Mathijs Dumon Date: Sun Feb 28 21:46:29 2010 +0100 [ClutterFlow] Changing version numbers etc commit ca32ce49365f3c685dd8182e02fc589cbe07c065 Author: Frank Ziegler Date: Sun Feb 28 13:54:37 2010 +0700 [LiveRadio] Installed Popup Action AddToInternetRadio commit e2f26594c4bb7ea25fc8dde88434f34e6bd5334a Author: Miep Vandamme Date: Sat Feb 27 19:40:25 2010 +0100 [ClutterFlow] Dragging sensitivity is now adjustable commit 5c793679537ba5449e3cf961ab5afdced083ff2d Merge: ae0bfb1 b3df07f Author: Miep Vandamme Date: Sat Feb 27 17:55:37 2010 +0100 Merge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions commit ae0bfb11e64f844a6211effc9f629c7fd35e3e39 Author: Miep Vandamme Date: Sat Feb 27 17:52:24 2010 +0100 [ClutterFlow] Added a slide out animation when user right-clicks album so he/she can see the cover better commit b3df07fc4695f2f10dde56fa91cf9d8028be9c75 Author: Bertrand Lorentz Date: Sat Feb 27 14:47:39 2010 +0100 Update POTFILES.in commit e89d8ed6f9d5089e9f821837eb2074396b7f6440 Author: Bertrand Lorentz Date: Sat Feb 27 14:42:36 2010 +0100 [AlarmClock] Update README and remove obsolete TODO and ChangeLog commit 367a8c4ecfbabaf32bf9dfad6d71ec88b0e91576 Author: Gianvito Cavasoli Date: Sat Feb 27 14:04:13 2010 +0100 Updated Italian translation Signed-off-by: Bertrand Lorentz commit f858b7cae4fac55ee0d771011aeb8836e23859c5 Author: Frank Ziegler Date: Sat Feb 27 19:50:33 2010 +0700 [LiveRadio] Configuration dialog added commit f58c7520f16d7e886d1e7bcf5e0345fa84066931 Author: Frank Ziegler Date: Sat Feb 27 12:19:05 2010 +0700 [LiveRadio] added configuration framework commit a6b363b8e2ba170e3a2f798e0289e09ea944172b Author: Frank Ziegler Date: Sat Feb 27 11:58:01 2010 +0700 [LiveRadio] improved user feedback, did some plugin refactoring commit 1d85498ab1cf5ba9dc8e0298c2f57f401f25dc26 Author: Miep Vandamme Date: Fri Feb 26 23:18:25 2010 +0100 [ClutterFlow] Fixing null Album bugs commit fd3f74cc7f775ec9fb3d5e74b216f8c7741ca310 Author: Miep Vandamme Date: Fri Feb 26 23:03:49 2010 +0100 [ClutterFlow] Searching and resizing fixes commit a8059225cb54956838aeb2f680b6745610b04c87 Author: Miep Vandamme Date: Fri Feb 26 20:01:55 2010 +0100 Fixing issues with csproj files commit cc77297b5ddf956e0b8bd498889adbfd4f99aa26 Merge: ecadaf6 cc173cf Author: Miep Vandamme Date: Fri Feb 26 19:45:27 2010 +0100 Merge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions commit ecadaf6ebff975c73518f0b84065d2140eaeb568 Author: Miep Vandamme Date: Fri Feb 26 19:44:36 2010 +0100 Fixing conflicts commit 8820fe99dc1d6d99e2d1a70e91428e866c47dcbd Merge: a5607dd b7018f2 Author: Miep Vandamme Date: Fri Feb 26 19:29:48 2010 +0100 Merge branch 'master' of git://gitorious.org/banshee-community-extensions/banshee-community-extensions Conflicts: src/ClutterFlow/Banshee.ClutterFlow/Banshee.ClutterFlow.csproj src/ClutterFlow/Banshee.ClutterFlow/Banshee.ClutterFlow.pidb src/ClutterFlow/Banshee.ClutterFlow/bin/Debug/ClutterFlow.dll.mdb src/ClutterFlow/ClutterFlow/ClutterFlow.csproj src/ClutterFlow/ClutterFlow/ClutterFlow.pidb commit cc173cf27ed3069fb7736433beb30690a9481a71 Author: Frank Ziegler Date: Fri Feb 26 19:04:02 2010 +0700 [LiveRadio] correctly modeled Genre as class to correctly handle ListView commit ba2083847a74ad75ce38a2940c252782b3f02efa Author: Frank Ziegler Date: Fri Feb 26 16:07:15 2010 +0700 {LiveRadio] give user feedback on retrieve error commit e7ccef2aa7a1ef8b61e8c25635c094b6c3b8e7e7 Author: Frank Ziegler Date: Fri Feb 26 15:16:51 2010 +0700 [LiveRadio] refine layout, removed standard search and fixed genre deselection commit 5801c4135cb87df759d2375d546c64fc6974ba6b Author: Frank Ziegler Date: Fri Feb 26 13:02:03 2010 +0700 {LiveRadio] added refresh and add-to-iradio actions commit 5bdefae63d8613d6969ab681a3839813c8d759e8 Author: Alexander Kojevnikov Date: Fri Feb 26 11:10:18 2010 +1100 [Mirage.RandomBySimilar] Fix an exception (bgo#611066) commit 8421abe3712ec8ef03e6e6eb6bfd91e4d12c4ec9 Author: Bertrand Lorentz Date: Thu Feb 25 21:09:40 2010 +0100 [CoverWallpaper] Add to MonoDevelop solution commit 03641be57b205c06739e4230a42229f65064e2ff Author: Bertrand Lorentz Date: Thu Feb 25 20:58:24 2010 +0100 [CoverWallpaper] Update .addin.xml file Move to "Community Extensions" category and disable by default. commit ebd1f2ff11155007a3f74537d47b32dfc82dfe80 Author: Bertrand Lorentz Date: Thu Feb 25 20:56:38 2010 +0100 [CoverWallpaper] Integrate in the build system commit 061597f9747ae7d083777ba84d3d22721c391719 Author: Bertrand Lorentz Date: Thu Feb 25 20:54:49 2010 +0100 [CoverWallpaper] Update for the ThreadAssist move to Hyena commit 54e76210b4ef6d453318040e98bdddca4582fd0b Author: Bertrand Lorentz Date: Thu Feb 25 20:39:21 2010 +0100 [CoverWallpaper] Remove files that are not needed anymore commit 8e79954837108f99316cb98418895cafb2be7384 Merge: 3c23742 a235d40 Author: Bertrand Lorentz Date: Thu Feb 25 20:32:18 2010 +0100 Merge of the CoverWallpaper extension commit 3c2374251c0f7b87d1db683724fefcfac738467d Author: Frank Ziegler Date: Thu Feb 25 16:48:43 2010 +0700 [LiveRadio} added working live365 plugin commit bda3b0820d206aa7d3f6164cf354a9c994b34f4a Author: Frank Ziegler Date: Thu Feb 25 15:17:21 2010 +0700 [LiveRadio] added working shoutcast plugin commit fbfc44b82ea658d27e991f170840ef75e8a0d8e5 Author: Frank Ziegler Date: Thu Feb 25 10:24:04 2010 +0700 {LiveRadio] Code formatted commit 8ce64b5968927a19dbd9b55bfddc3aef5458328d Author: Frank Ziegler Date: Thu Feb 25 09:53:32 2010 +0700 {LiveRadio] disable control until first load commit 06ba7f014eebbfa1719441fb4eb898e0a6fe0fca Author: Bertrand Lorentz Date: Wed Feb 24 20:13:27 2010 +0100 Update POTFILES.in commit 983a193c2a7594e61623d14faafaa48a20d55226 Author: Gabriel Burt Date: Wed Feb 24 10:47:44 2010 -0800 [LiveRadio] Require --enable-liveradio to build commit 0d250929cbba2da953eaaa7f73447eca3f0ed32c Author: Gabriel Burt Date: Wed Feb 24 10:47:02 2010 -0800 Add NEWS file commit 7ce4d3bbf4c67f32ba92a2cc5d32d72155403b2c Author: Frank Ziegler Date: Wed Feb 24 19:41:29 2010 +0700 [LiveRadio] added querying commit a89e304dd8663f82ceee82d99981c4d2c025a8c6 Author: Frank Ziegler Date: Wed Feb 24 18:44:59 2010 +0700 [LiveRadio] fixed crash on choosing genre commit 5872d30d6eb3558376c1bbdd8c041b504467009a Author: Frank Ziegler Date: Wed Feb 24 18:22:00 2010 +0700 [LiveRadio] added new plugin in alpha state commit bc123403308cea84f60a3a3d269509cb819640c6 Author: Frank Ziegler Date: Sat Feb 20 23:41:23 2010 +0700 [StreamRecorder] Toolbar Record Button only for Non-Local Sources commit f3e98f7fd6400306aca77387a179db15888ed93d Author: Gabriel Burt Date: Tue Feb 23 17:14:51 2010 -0800 [Mirage] fixes to build & initialization commit 882d0223ad5d7eb36b6d6e33c998876dc428d1a2 Author: Gabriel Burt Date: Tue Feb 23 15:10:54 2010 -0800 [build] Add release targets commit 0848bd87762620932e8cf26b5a97667de7174ee4 Author: Bertrand Lorentz Date: Tue Feb 23 23:13:17 2010 +0100 [Awn] Check that awn is really reachable through dbus Do a dummy call over dbus during initialization, to check that awn is really reachable. If it's not, set the client to null. This fixes a crash when enabling then disabling the extension without having awn installed. Also improve log output. commit 97e8872c7d67c484ee0dc7dc9de416119a132cc0 Author: Bertrand Lorentz Date: Tue Feb 23 22:32:09 2010 +0100 [build] Improve handling of .dll.config files The .dll.config files don't need to be generated by configure anymore, but they need to be included in the tarball. commit 4c5ad36fc77ff9adc3eac09c03e8b09b4f3e5991 Author: Bertrand Lorentz Date: Tue Feb 23 22:13:18 2010 +0100 [Lirc] Add Banshee.Lirc project to the solution Also format Makefile.am the way MonoDevelop likes it. commit 632c0ed374b0042257d922f54846b4603bc54238 Author: Bertrand Lorentz Date: Tue Feb 23 22:09:54 2010 +0100 [Lirc] Remove files that should not be tracked by git commit 0176dd2fde5bcf934d9be3360ce02f4b6b16adef Author: Gabriel Burt Date: Mon Feb 22 15:54:55 2010 -0800 Improve addin name/descriptions commit db577906e3cd5bf8650c72f17145d034d2fc682a Author: Gabriel Burt Date: Mon Feb 22 11:29:13 2010 -0800 [Mirage] Update to new RandomBy API commit ddf660ed87fa02103d92a8b07f8f7e7989c8e361 Author: Gabriel Burt Date: Fri Feb 19 15:59:45 2010 -0800 [StreamRecorder] Fix Mono.Addins ref in .csproj commit ed6d822bc4a24f45f366e0f9820119d290e4f780 Author: Bertrand Lorentz Date: Sat Feb 20 21:45:10 2010 +0100 Set target as relative path in .dll.config files commit 03250a2c10a0c52dc400b2d36924b3e54b2e549d Author: Chow Loong Jin Date: Sat Feb 20 23:43:23 2010 +0800 Add and install dll.config for Mirage and Lirc commit 2b524b45f519da10299b57297e1e2529c9f627aa Author: Chow Loong Jin Date: Sat Feb 20 23:20:21 2010 +0800 Move glue libs to EXTENSION_DIR rather than libdir commit b892cf243bcf089d2ae46273fd637c1d8f23174b Author: Frank Ziegler Date: Sat Feb 20 17:25:50 2010 +0700 {StreamRecorder] fixed baldy formatted code commit 044ba89d9e2f7f9823f7a01c2b084c8c6845ce54 Author: Jean-Baptiste Lab Date: Sat Feb 20 10:56:03 2010 +0100 Remove packaging commit 12445568f8b57fc618336f29f0356d330e895520 Author: Frank Ziegler Date: Sat Feb 20 16:32:04 2010 +0700 [StreamRecorder] adapted code format to coding guidelines and removed unused using commit 77a57517c386aeae73cc5686e1ad64afc467ba5c Author: Jean-Baptiste Lab Date: Sat Feb 20 10:21:26 2010 +0100 Drop scons and use autotool framework already in place for extensions commit 6b39696408fc3ea0c0ecdd384e86258930ede706 Author: Jean-Baptiste Lab Date: Sat Feb 20 09:20:09 2010 +0100 Update package version number commit 9a90c5638e17bbc8a3b833a13159de4bb42fd994 Author: Jean-Baptiste Lab Date: Sat Feb 20 09:15:13 2010 +0100 Clean up msc.pyc so debuild doesn't complain about binary diff commit 5dd393f9b2674b417fde5e0a69b1726799dd7f20 Author: Jean-Baptiste Lab Date: Sat Feb 20 08:53:21 2010 +0100 Add file missing from SVN conversion, fix scons build, make packaging more Ubuntu/Debian friendly During the SVN conversion, a file went missing (Banshee.Lirc.cs) Some files moved around so fix the scons build accordingly Update the debian packaging according to Chow Loong Jin's useful comments. Add export-ignore attribute to the debian directory to allow packaging as a non-native package commit 6dcc80b7a7abe999b4507cda6eeb25e172d45ef2 Author: Bertrand Lorentz Date: Fri Feb 19 17:51:21 2010 +0100 [build] Improve handling of libmirageaudio.so Copy libmirageaudio.so to bin/ during the "make" phase, so that we don't have to do it during "make run". commit 4c9ecd0179ffdcb562ef1f1c397f92cbf227659d Author: Bertrand Lorentz Date: Fri Feb 19 17:50:00 2010 +0100 [Lirc] Do not build lirc-glue if Lirc is disabled commit 84621a2c119473dda29901674d42bd8b233516dc Author: Bertrand Lorentz Date: Fri Feb 19 17:37:06 2010 +0100 [build] Fix "make distcheck" commit d65093f04659355a29f9a1386712ef9f9fca969a Author: Bertrand Lorentz Date: Fri Feb 19 17:36:41 2010 +0100 [Lirc] Move a file from POTFILES.in to POTFILES.skip commit f8e88098acdc4ed23614cf20c9449b8372f692d1 Author: Bertrand Lorentz Date: Fri Feb 19 17:36:13 2010 +0100 Update POTFILES.in commit 134e6773b5a89df9e04df3971e65762c20acceba Author: Bertrand Lorentz Date: Fri Feb 19 17:35:45 2010 +0100 [Lirc] Add Makefile.am missing from a previous commit commit 00c7684107c8c311fd90e75dd46a8f01e99ba51d Author: Bertrand Lorentz Date: Fri Feb 19 17:34:31 2010 +0100 [Lirc] Update .addin.xml file Move to the "Community Extensions" category and disable by default. commit 81e7fcc781a53cda4a3e32cd56df178c69eacba5 Author: Bertrand Lorentz Date: Fri Feb 19 17:33:59 2010 +0100 [Lirc] Fix compilation of LircClient.cs Remove unsafe keywords that are not needed, and comment out unused function. commit 4bcd73d2ad291064636c6f37b40e45b10491e16c Author: Bertrand Lorentz Date: Fri Feb 19 17:32:30 2010 +0100 [Lirc] Integrate in the build system commit 62b4e751cd10cfc17ecd92c8884d03523b27266f Author: Bertrand Lorentz Date: Fri Feb 19 17:28:58 2010 +0100 [Lirc] Change name of source file to match class name commit 84bfac7e40bcb06357a2b45951dcd65f2de940e9 Author: Bertrand Lorentz Date: Fri Feb 19 17:27:50 2010 +0100 [Lirc] Start re-organizing the source tree commit 324b8ca6b80d1d1a9da84678caf0f9387cafc762 Merge: 653fc26 2805ace Author: Bertrand Lorentz Date: Fri Feb 19 17:23:23 2010 +0100 Merge of the Lirc extension history commit 653fc260b08cf930e09919e33fd6234838a81768 Author: Frank Ziegler Date: Fri Feb 19 21:12:43 2010 +0700 [StreamRecorder] fixed ubuntu packaging script commit aa56cec5c9f5e93526444a4cdbc1dd28c14a61b4 Author: Frank Ziegler Date: Fri Feb 19 19:07:48 2010 +0700 [StreamRecorder] some code cleanup and reformatting commit 92e7a40e0edd1fd9d2d8ac9161f52f051f36529b Author: Frank Ziegler Date: Thu Feb 18 19:28:26 2010 +0700 [StreamRecorder] fixed rssource integration commit b7018f2ff46534b1b4c00c86034e34a9d0ec30e3 Author: Alexander Kojevnikov Date: Thu Feb 18 22:57:56 2010 +1100 Fixed Streamrecorder configuration commit 8bab43ac48c182325cf5e9a68d4edb2e99e58746 Author: Alexander Kojevnikov Date: Thu Feb 18 22:37:09 2010 +1100 Added Streamrecorder.csproj to the solution commit 23ebe0519851be829c883bc7e3049bd7f545ee36 Author: Gabriel Burt Date: Wed Feb 17 19:36:16 2010 -0800 [build] Only require Banshee 1.5.4 for mirage For everything else, 1.5.3 should suffice. commit b76f19fef0021f1412e461a081e53937e6824082 Author: Frank Ziegler Date: Thu Feb 18 10:30:01 2010 +0700 [StreamRecorder] fixed NPE that led to Banshee crash commit 8d40398d23d3194e21928a9877cb9c3fbd4c94b5 Author: Frank Ziegler Date: Thu Feb 18 10:26:47 2010 +0700 [StreamRecorder] fixed csproj file and final configure output commit 55d4a18b4acb40dbaad2f95e43b093aeabf2c0cf Author: Gabriel Burt Date: Wed Feb 17 18:03:10 2010 -0800 [build] Fix typos in lyrics.m4 commit 99d27e967c80c14945de1f41f22e52f3065bc06f Author: Gabriel Burt Date: Wed Feb 17 17:12:41 2010 -0800 [build] Require Banshee 1.5.4 (git master) Also remove Mono.Data.SqliteClient dep etc from Mirage. commit a5c7ce48963c004fb13e678e4580d494cad1ca7f Author: Gabriel Burt Date: Wed Feb 17 16:48:03 2010 -0800 [Mirage] Fix disabling/enabling multiple times commit 9de6c56789cb075454f2dbd8f61a82d483938df4 Author: Gabriel Burt Date: Wed Feb 17 15:29:52 2010 -0800 [Mirage] Improvements and fixes Stop using negative enum vals, fix minor issues with AnalyzeLibraryJob and RandomBySimilar b/c of recent commits. I think things are working pretty well. The main thing left to do is improve the seed logic; currently it's only seeding off the previous gotten song. commit c887dcb17fe176ce57d5c875356ea0cf01fe3d52 Author: Gabriel Burt Date: Wed Feb 17 14:46:35 2010 -0800 [Mirage] Remove PlaylistGeneratorSource Its functionality is now part of the PlayQueue Auto DJ. commit ff7bfc5c723f064e0e6dc1884bcefa8df77acdbe Author: Gabriel Burt Date: Wed Feb 17 14:40:25 2010 -0800 [Mirage] Migrate db, remove Db class Mirage.dll doesn't do anything with the database anymore; it just gives us analysis and distance values. Added a new MirageTrackAnalysis table in the banshee.db, and migrated the mirage.db and MirageProcessed info into that. commit 284f4a810d85f2c6db87f8aa24c4176645a9ef8c Author: Gabriel Burt Date: Wed Feb 17 13:07:35 2010 -0800 [Mirage] Fix crash and cleanup debug logging commit 71b5e61e02f475b6e7037c7893b25ae360419cff Author: Gabriel Burt Date: Wed Feb 17 12:35:09 2010 -0800 [StreamRecorder] Disable by defualt, change category commit 4f6cad20932aee16a062a0bdaaf08cd5ea2aff53 Author: Gabriel Burt Date: Wed Feb 17 11:45:02 2010 -0800 [Mirage] Start making distance calc more powerful Add a new BaseSeed class (will probably get renamed) that registers itself with the MIRAGE_DISTANCE function so that the seeds' Scms data and the ScmsConfiguration can be re-used for a given query. commit 2371e8c72380a57002e9d9d069457e9dcbd43ece Author: Bertrand Lorentz Date: Wed Feb 17 21:29:23 2010 +0100 [LCD] Integrate in the build system commit c665e868ed9185281fce145c8e134963f77f8670 Author: Bertrand Lorentz Date: Wed Feb 17 20:59:14 2010 +0100 [LCD] Enable Mono.Addins localizer commit 04fc8710062973ccd35ff81fd42abcd5c8697843 Author: Bertrand Lorentz Date: Wed Feb 17 20:53:10 2010 +0100 Fix up Extensions.sln commit 7468bd3c14f45eba51a4d61ea99410c9cd0e8cb3 Merge: 41bcf8a 9cca672 Author: Bertrand Lorentz Date: Wed Feb 17 20:49:13 2010 +0100 Merge branch 'master' into lcdproc commit 9cca672c32a01e60d162864b1e8d0f0b6df43758 Author: Bertrand Lorentz Date: Wed Feb 17 20:40:36 2010 +0100 Update POTFILES.in commit 7d8385e014df7528e9a29869d09c85432d12377d Author: Bertrand Lorentz Date: Wed Feb 17 20:39:44 2010 +0100 [build] Have "make clean" delete the bin/ directory commit d3bcdef0f273314b968e55966c0252da09b8caae Author: Bertrand Lorentz Date: Wed Feb 17 19:51:46 2010 +0100 [i18n] Enable the Mono.Addins localizer for all extensions The gettext localizer is enabled in all .addin.xml files. The location of the message is given by a relative path. This may seems strange, but it works, as extensions are always installed in {prefix}/{libdir}/banshee-1/Extensions. Banshee itself does something very similar in Paths.cs and nobody ever complained about it. commit 613bde39f012b34affad0e686a31e10411a9880f Author: Bertrand Lorentz Date: Wed Feb 17 19:48:55 2010 +0100 [build] Do not build Mirage if it is disabled commit 205ce7a7d72ee4abe8b4aa39318212d37c17f9f1 Author: Bertrand Lorentz Date: Wed Feb 17 19:34:45 2010 +0100 Move all remaining .add.xml.in files to .addin.xml commit a5607dd3993e1611dd567969d5a0b17e14fbbd46 Author: Mathijs Dumon Date: Wed Feb 17 18:57:02 2010 +0100 Some changes for searching: - better animation - no results placeholder - ... commit 1980738a7c982ab3290c6d6269b758fc48f98915 Merge: 456d37f c7ad657 Author: Frank Ziegler Date: Wed Feb 17 14:27:33 2010 +0700 Merge branch 'master' of git@gitorious.org:banshee-community-extensions/banshee-community-extensions commit 456d37f106a346b866a7cab519b55f04a29d468e Author: Frank Ziegler Date: Wed Feb 17 14:26:52 2010 +0700 [po files] completed German and added StreamRecorder translations Signed-off-by: Frank Ziegler commit c7ad657a65117ce6ba271cdb8dbf78a36b25ed00 Merge: 2b47e14 faa9617 Author: Gabriel Burt Date: Tue Feb 16 21:16:04 2010 -0800 Merge branch 'mirage' commit 2b47e14427f5327f4bf9d5cf5068c61a412f5115 Author: Gabriel Burt Date: Mon Feb 15 19:22:35 2010 -0800 [template] Tweak header commit faa9617e381bbc4891bec2babc5b246b0da88fb8 Author: Gabriel Burt Date: Tue Feb 16 21:12:17 2010 -0800 [Mirage] More debug output Print min/max distance calculated over the duration of the Banshee run, and print the debug perf stats for shuffle-by-similar too. commit 0e7ef1b8f1377ea4a970700734b29aa93c858dc7 Author: Gabriel Burt Date: Tue Feb 16 20:09:19 2010 -0800 [Mirage] Shuffle by Similar now works! commit cd2277b6dc17dc49c58e7c8800b81b3e200cc5bd Author: Gabriel Burt Date: Tue Feb 16 16:26:10 2010 -0800 [Mirage] Greatly speed up Scms.FromBytes Is now 2.7x faster if on a little-endian machine, otherwise 1.7x faster. commit 95dbf0df1f9921ca4295c237aa950cf72c9ce58f Author: Gabriel Burt Date: Tue Feb 16 14:03:20 2010 -0800 [Mirage] Auto DJ by Similar starting to work! commit e0c79f1007a4276d639c1e11768ef96263a49007 Author: Bertrand Lorentz Date: Tue Feb 16 20:50:06 2010 +0100 [StreamRecorder] Integrate in the build system Remove files from the previous build system. Also remove the pkg-config file, which is not needed. commit a53d372f083e653ea50d1e55d71b2362b4e08e9f Author: Bertrand Lorentz Date: Tue Feb 16 20:30:52 2010 +0100 Remove stray file commit 41bcf8ab8580b864c031749a0089291a3e10c7ac Author: André Gaul Date: Tue Feb 16 09:09:36 2010 +0100 [LCD] Remove debug parts Removed commented debug parts in LCDClient commit 01d063150205e2374d48cda5d8d9c65bf1ba0c0d Author: Frank Ziegler Date: Tue Feb 16 15:05:24 2010 +0700 [StreamRecorder] fixed configure.ac and Makefile.am so extension can be built Signed-off-by: Frank Ziegler commit 2733b0d4a9517ca78d2441530570164aa0bca461 Author: Frank Ziegler Date: Tue Feb 16 11:11:53 2010 +0700 [Streamrecorder] updated version in addin file Signed-off-by: Frank Ziegler commit aeeb7bda7f50d7eba0dd824764267acd520467dd Author: André Gaul Date: Tue Feb 16 00:09:39 2010 +0100 [LCD] Basic LCDproc client LCDproc client with static screen configuration commit 2812d569306a4d9f88dc52b81c14291ff80062fc Author: André Gaul Date: Mon Feb 15 21:40:48 2010 +0100 [LCD] Initial skeleton commit e657ff008cc0e540a61657de5bc4f568f5804327 Merge: 1f8ebed 2f62339 Author: Gabriel Burt Date: Mon Feb 15 11:06:59 2010 -0800 Merge branch 'stream-recorder' commit 2f62339251dd7b7fe5918224a15d1de3b98e9b36 Author: Gabriel Burt Date: Mon Feb 15 11:04:54 2010 -0800 [StreamRecorder] Reorganize directory structure commit 804df6e0fe03a1432236d9ec4395d27a235873cf Author: Gabriel Burt Date: Mon Feb 15 11:03:28 2010 -0800 [StreamRecorder] Move to src/StreamRecorder commit 7f2fbbc26c818405c2062f7b60e45f33f849253b Author: Gabriel Burt Date: Mon Feb 15 10:55:42 2010 -0800 [Mirage] unfinished work for RandomBySimilar commit 6d4ad7c28da5834b7e30c6b28f5c821b331f7059 Author: Frank Ziegler Date: Mon Feb 15 14:13:10 2010 +0700 fixed a couple of gstreamer critical warnings Signed-off-by: Frank Ziegler commit 926b177e0262d4aedef970d54b61b6bffef6dee4 Author: Frank Ziegler Date: Mon Feb 15 12:26:49 2010 +0700 built debian package of beta version * fixed mkdeb.sh * changed control file Signed-off-by: Frank Ziegler commit 9dc6a929cb72925beee2a1ff730a71291288fd42 Author: Frank Ziegler Date: Mon Feb 15 12:00:08 2010 +0700 fixed double file extension Signed-off-by: Frank Ziegler commit f1a6855b66e8556bdbac43fd4b94544489f5b364 Merge: 1350d4d 4b2b724 Author: Frank Ziegler Date: Mon Feb 15 11:53:47 2010 +0700 Merge branch 'gstreamer-lib' Conflicts: .gitignore Banshee.Streamrecorder/Banshee.Streamrecorder/StreamrecorderProcessControl.cs Banshee.Streamrecorder/Banshee.Streamrecorder/StreamrecorderService.cs debian/DEBIAN/control debian/usr/share/doc/banshee-extension-streamrecorder/changelog.Debian.gz mkdeb.sh Signed-off-by: Frank Ziegler commit 4b2b7241a8848bbf8d00fef40d6beb86823a735d Author: Frank Ziegler Date: Mon Feb 15 11:11:06 2010 +0700 beta version 0.2.2 - automatic file splitting - recording seems stable Signed-off-by: Frank Ziegler commit 1f8ebed8edc5b0f02df4535d33d8b59787ec73f5 Author: Gabriel Burt Date: Sun Feb 14 17:14:24 2010 -0800 [Mirage] Add BANSHEE_MIRAGE_DISTANCE sql func Also do more cleanup, add some commented-out performance/debug code. commit ae33dfea14f0786ea8de8a1f613797f462c7bd31 Author: Gabriel Burt Date: Sun Feb 14 17:21:23 2010 -0800 [build] Add Mirage dep on banshee-1-mono-data-sqlite Available in Banshee git master. commit 9100c64b4ffead6d8ba6496a20678f106bb1d926 Author: Frank Ziegler Date: Sun Feb 14 22:17:55 2010 +0700 fixed bug for multiple recording Signed-off-by: Frank Ziegler commit dcdf8cb0d95ac0865325866709cb712f91740aa7 Author: Bertrand Lorentz Date: Sun Feb 14 16:07:51 2010 +0100 [i18n] Update POTFILES.in commit ee2de19a66a303487a713078606407068d800813 Author: Bertrand Lorentz Date: Sun Feb 14 16:06:06 2010 +0100 [Lyrics] Remove duplicate or obsolete source files Those are coming from the subversion repository and are probably left-overs of a previous source re-organisation. commit 9fe262ea8681f9e363f3e30563c33ffa5548992c Author: Frank Ziegler Date: Sun Feb 14 17:22:55 2010 +0700 fixed bug: * now adding pipeline with regard to playerstate * allows to use recording button before starting the stream * still error (gstreamer:openwrite) when stream is stopped and played again Signed-off-by: Frank Ziegler commit f0af9015392d39dce6d95ca157fef8f8fcc19138 Author: Frank Ziegler Date: Sun Feb 14 16:03:27 2010 +0700 complete refactoring of code: * minimal Gstreamer Interface with all required classes for the task * added configuration option to configure encoding * renaming of old classes added csproj known bugs: * recording before player in playing state kill playing todo: * automatic filesplitting Signed-off-by: Frank Ziegler commit cc4d803feb845f94c646b948e0379812a67006c4 Author: Frank Ziegler Date: Sun Feb 14 07:54:56 2010 +0700 start point for reorganization Signed-off-by: Frank Ziegler commit 4d92ffb2ac136cd7ad5faeaa374173e84525c5cb Author: Bertrand Lorentz Date: Sat Feb 13 23:24:41 2010 +0100 [build] Make the build system cleaner and more modular Each extension can now be enabled or disabled throught the appropriate configure flag : --enable-extensionname or --disable-extensionname. If no flag is given for an extension, it will be built if the dependencies are present, and disabled if they are not. If an extension is explicitly enabled and the dependencies are not satisfied, configure stops with an error. Each extension has its own macro in a specific file, which makes for a cleaner configure.ac. commit 27a036dced976db25a8bb8a6f04e60c9fbc5ab72 Author: Gabriel Burt Date: Sat Feb 13 13:08:41 2010 -0800 [Mirage] Fix build by adding empty RandomByMirage commit af843b5180fd278affe4dc5f0cfc65fe263cf077 Author: Frank Ziegler Date: Sat Feb 13 21:37:30 2010 +0700 Added tagging, multiple encoders, silence detection framework (not yet working) todo: extend config dialog and add file splitting Signed-off-by: Frank Ziegler commit 0d5728f45391ff2d205bb5d45b5bb40ea2559d82 Author: Gabriel Burt Date: Sat Feb 13 00:42:49 2010 -0800 [Mirage] More cleanup, including nuking 'ref's commit 3b5b8a37c3e1da0010fae4945679191410c6d4f4 Author: Gabriel Burt Date: Sat Feb 13 00:17:14 2010 -0800 [Mirage] more style fixing commit c26e0a1d3c9f870e8eb484dc08d61379ac50dbdd Author: Gabriel Burt Date: Fri Feb 12 23:42:00 2010 -0800 [Mirage] Change style to try to make more clear commit 4b55751e0ff13effb6aa89c32b7e8f5130467292 Author: Gabriel Burt Date: Fri Feb 12 23:19:48 2010 -0800 [Mirage] Code cleanup, rename Mir > Analyzer commit 699efbc4c4bcada189b269c1debbe647445911e1 Author: Gabriel Burt Date: Fri Feb 12 22:55:57 2010 -0800 [Mirage] Make the analysis a DbIteratorJob Is marked LongRunning, so will get paused by the scheduler if a SpeedSensitive job comes up. commit 5e3666ad157d34bb4325a503381584600e86f7bd Author: Frank Ziegler Date: Fri Feb 12 13:57:34 2010 +0700 finally a working version: - recording and stopping recording multiple times works - mp3 encoded files are written to target directory todo: - add tagging - add file separation - add silence detection for correct file separation (optional at first) Signed-off-by: Frank Ziegler commit 3cb3bad7137a57d9cb4cfb20957e1c01bb0adf8a Author: Gabriel Burt Date: Thu Feb 11 11:35:29 2010 -0800 Migrate some po files and do some cleanup commit c35e760941d887706ecd67d3118bbad86428561a Author: Bertrand Lorentz Date: Thu Feb 11 22:04:37 2010 +0100 [awn] Re-format source code commit a0fd1c29c73e1f5a283915f152b68b8aea29c9a1 Author: Bertrand Lorentz Date: Thu Feb 11 22:00:51 2010 +0100 [awn] Add reference to Hyena in Awn.csproj commit 8df476dfff765d94279a3b382aeae44f6404d818 Author: Bertrand Lorentz Date: Thu Feb 11 21:40:47 2010 +0100 [awn] Builds in MonoDevelop commit c245549ff6ab303fcdd8c6c49a4e9a93217fd555 Author: Bertrand Lorentz Date: Thu Feb 11 21:22:56 2010 +0100 [awn] Add to the autotools build system commit 455d081673f019e83cab7aad297f7c14ff663f6c Author: Bertrand Lorentz Date: Thu Feb 11 21:14:48 2010 +0100 [awn] Remove file that are not needed anymore commit f9f1104bfb8a22226ad3f5519805631a6ee46ba0 Author: Bertrand Lorentz Date: Thu Feb 11 21:10:50 2010 +0100 [awn] Move .addin.xml to the right place commit b85a17abe42214a13943df93ff50d58d8bd3efbc Author: Bertrand Lorentz Date: Thu Feb 11 21:01:41 2010 +0100 [awn] Update .addin.xml file Move to "Community Extensions" category and disable by default. commit 955abf1e9c153bfa5a072b53084080c2f358430c Author: Bertrand Lorentz Date: Thu Feb 11 20:55:40 2010 +0100 [awn] Rename directory to Awn/Banshee.Awn commit 51e71e1b6aa5cbf05c9243eaa3afc5ce4536f517 Merge: 72a73ed 1b021d2 Author: Bertrand Lorentz Date: Thu Feb 11 20:52:56 2010 +0100 Merge of the Awn extension commit 72a73ed4ad43596f0f12f0be2584181663e66301 Author: Gabriel Burt Date: Thu Feb 11 11:22:43 2010 -0800 Update POTFILES.in commit 4aa7b5a80f2a71cf880e5a6a710ee8cf911bfeb6 Author: Gabriel Burt Date: Thu Feb 11 10:50:24 2010 -0800 More .csproj fixing commit 1350d4d037c12b5901620cf493d0ed8b9b9bc7e1 Author: Frank Ziegler Date: Thu Feb 11 19:54:01 2010 +0700 updated .gitignore Signed-off-by: Frank Ziegler commit 39e33b43766f030a78ba1360fbfc38f8733b2338 Author: Frank Ziegler Date: Thu Feb 11 19:17:58 2010 +0700 updated .gitignore Signed-off-by: Frank Ziegler commit 3e4bda0e6ac91a80041862ecb420addf56153cc8 Author: Frank Ziegler Date: Thu Feb 11 19:16:54 2010 +0700 clean up files and add .gitignore Signed-off-by: Frank Ziegler commit f90b8999e6268f8cd5bf43e0f5e5beb0dda90305 Author: Frank Ziegler Date: Thu Feb 11 19:07:09 2010 +0700 clean up directory and added .gitignore Signed-off-by: Frank Ziegler commit 2fba05da4218fda9796bf392b211f83abf8f62bc Author: Frank Ziegler Date: Thu Feb 11 16:53:00 2010 +0700 first stream successfully recorded on glib marshaller removes the dependencies for mplayer and streamripper, but leaves us to do everything ourselves. still very unstable Signed-off-by: Frank Ziegler commit 860bdf48a61951db75439696819db8b593297548 Author: Gabriel Burt Date: Wed Feb 10 20:03:04 2010 -0800 [mirage] add cproj for libmirageaudio commit e6f2a85f10879ac2d6ee4e80643b1f877c49f031 Author: Gabriel Burt Date: Wed Feb 10 19:52:44 2010 -0800 Fix deps to build in MD w/o 'make run' commit 28e4909b1bd66141d123bc1dce75eab18f4d07e2 Author: Gabriel Burt Date: Wed Feb 10 19:39:28 2010 -0800 Organize Mirage and ClutterFlow into .sln folders commit 4c971dae8edfc8180b426fa531bbd05e422fb56a Author: Gabriel Burt Date: Wed Feb 10 18:38:31 2010 -0800 [mirage] Create .csproj files and add to solution commit d1fa99835af657d5bbd426febf42599baab4f57c Author: Gabriel Burt Date: Wed Feb 10 18:40:54 2010 -0800 [template] Fix issue with adding to Extensions.sln commit 353a376aa7bbdc95ee7a8973fb69393cbf272159 Author: Gabriel Burt Date: Wed Feb 10 18:27:47 2010 -0800 [clutterflow] Builds in MonoDevelop (>= 2.2.1) commit 088b9cc7fafb6d0f3251c24bf10317a0fd9afa31 Author: Gabriel Burt Date: Wed Feb 10 14:52:38 2010 -0800 [clutterflow] Fix compilation warning commit c7364eedc62802124d41779633bc930d4163968f Author: Gabriel Burt Date: Wed Feb 10 14:49:40 2010 -0800 [clutterflow] Reorganize, add to build commit 04c2c3550ecf058e79418c880e8db09b3ade5646 Author: Gabriel Burt Date: Wed Feb 10 14:12:50 2010 -0800 Require Banshee 1.5.3, and set version to 1.5.4 commit d8de108e1f079cb23aaeb464281fd6de469914cd Author: Gabriel Burt Date: Wed Feb 10 13:40:08 2010 -0800 [RadioStationFetcher] Fix building via Extensions.sln commit 77ff4f2c4cf9a9c5c61abdbdc300d30a4562e8e3 Author: Gabriel Burt Date: Wed Feb 10 13:32:45 2010 -0800 [Lyrics] Fix building via Extensions.sln commit e21d83ddf4bc79045a09769000108c5fce273cb7 Author: Gabriel Burt Date: Wed Feb 10 11:59:23 2010 -0800 [Lyrics] Reorganize; builds/runs! commit 85ecdbff8e1d0b02bf627b66b0c9f159c5a1d08b Author: Gabriel Burt Date: Wed Feb 10 11:39:16 2010 -0800 [Lyrics] Add deps to configure, start reorg commit d3d6a308bfc44b4dbdefdaac1e3a73a6ce058479 Merge: 2af3eb0 585b613 Author: Gabriel Burt Date: Wed Feb 10 11:30:17 2010 -0800 Merge branch 'lyrics' commit 585b613f976e386c477641a1dd3b2b1d501c8e1f Author: Gabriel Burt Date: Wed Feb 10 11:26:08 2010 -0800 [Lyrics] move to subdir commit 2af3eb065f405c13015f166c39ee3abcac0c5de1 Merge: 29ac5e0 e59b3d3 Author: Mathijs Dumon Date: Wed Feb 10 20:05:26 2010 +0100 Merge branch 'clutterflow' commit e59b3d367b48e98fd99c67bb51656a26faf5a541 Author: Mathijs Dumon Date: Wed Feb 10 20:04:57 2010 +0100 [clutterflow] Move all file to src/ClutterFlow commit 29ac5e0fa0a653248c8444c8513057e751fc82f0 Author: Gabriel Burt Date: Tue Feb 9 15:26:37 2010 -0800 Use 'Community Extensions' category commit 7131257f2a960db2b05772945b0cd563763fdadc Author: Gabriel Burt Date: Tue Feb 9 14:54:26 2010 -0800 [RadioStationFetcher] Disable by default; runs! commit e207c655b749cda955f9d1bd07bd76eda4734703 Author: Gabriel Burt Date: Tue Feb 9 14:49:41 2010 -0800 [RadioStationFetcher] fix build commit 340e1e17d36b8b67a745e4f0b5b7e9bb84baf411 Author: Gabriel Burt Date: Tue Feb 9 14:46:20 2010 -0800 [RadioStationFetcher] reorganize commit 32e01907924f052744f27bbcf5300fa150bfdf3d Author: Gabriel Burt Date: Tue Feb 9 14:17:50 2010 -0800 Update README commit 538d0c1d96ec9d248cea440dbefb20ec852c3ade Merge: 32071a6 cbda944 Author: Gabriel Burt Date: Tue Feb 9 14:17:00 2010 -0800 Merge branch 'master' of git@gitorious.org:banshee-community-extensions/banshee-community-extensions commit cbda944281d2fe04174dd2bf3e096d107f7d69ef Author: Bertrand Lorentz Date: Tue Feb 9 23:09:59 2010 +0100 Bring in the translations for Mirage commit 32071a6b4a37bcdd4526079ed8ec60903f22ce09 Merge: 542376d 72c2c35 Author: Gabriel Burt Date: Tue Feb 9 14:08:32 2010 -0800 Merge branch 'rsf' commit 72c2c350f12a336d4db8ea2fc869b7795067cddf Author: Gabriel Burt Date: Tue Feb 9 14:08:10 2010 -0800 [RadioStationFetcher] move to subdir commit 82e54af3bbf2b1d9d28d8ac71480a31cef1c97fe Author: Frank Ziegler Date: Tue Feb 9 13:54:50 2010 +0700 built new ubuntu package Signed-off-by: Frank Ziegler commit 7fa4719b46edfa4350c1bad057311d2999eaa5f0 Author: Frank Ziegler Date: Tue Feb 9 13:44:02 2010 +0700 fixed file naming bug Signed-off-by: Frank Ziegler commit 45d20bb5b842e737627bdad3829ac872334d99b9 Author: Frank Ziegler Date: Tue Feb 9 13:01:10 2010 +0700 version string updated Signed-off-by: Frank Ziegler commit 542376d4ba5e0a2304a89507165ee127a4c3cc6e Author: Bertrand Lorentz Date: Mon Feb 8 15:52:35 2010 +0100 [build] Only compile gen-guid if necessary commit 461c69528914cc5927635d4f0285b442b2441f2f Author: Bertrand Lorentz Date: Mon Feb 8 13:53:24 2010 +0100 [build] Fix "make distcheck" Installation path needs to obey the prefix, so the prefix needs to be the same as banshee. Also add some files to the tarball. commit 652ab29e09e9371329df116450e684f8b95cb68c Author: Bertrand Lorentz Date: Mon Feb 8 12:37:04 2010 +0100 [build] Add files to POTFILES.in and add sort script commit 500917656c04b22227d5d11b5c27a9cd3b3d8ed8 Author: Neil Loknath Date: Mon Feb 8 01:34:55 2010 -0700 Fix 'Loading n of m' tracks message commit fb54c512b6fb072938408c55cfe96727d01f222f Author: Neil Loknath Date: Mon Feb 8 01:04:27 2010 -0700 Clean up old code commit 3b13156f957319f1a9956b32160e0d887833b37c Author: Neil Loknath Date: Mon Feb 8 00:40:50 2010 -0700 Add TubeManager class to handle all tube logic This cleans up the ContactSource and provides better separation from GUI related code, easier to read, etc. It's a WIP. commit 009c1adca1e337c9664ce2ee9921ba5cec560f60 Author: Gabriel Burt Date: Sun Feb 7 14:14:36 2010 -0800 Use 'make run' as .csproj build target commit 221698de5660c3dce98739195e0641e389b27a2a Author: Gabriel Burt Date: Sun Feb 7 14:09:38 2010 -0800 Add MD C# style policy commit e536d827bf57c719dc6a9c65dba023c3a898b4bb Author: Gabriel Burt Date: Sun Feb 7 14:02:03 2010 -0800 [template] improve script commit 0c87667db57aa9c44a1d5dd1b1048f802f319370 Author: Gabriel Burt Date: Sun Feb 7 13:27:32 2010 -0800 [mirage] make && make run work! commit 4d730fb69ed4fa47b3b5ce6859074dbbc2df8e8b Author: Gabriel Burt Date: Sun Feb 7 12:36:39 2010 -0800 [mirage] Start restructuring commit 016f687987ed6dad830cba76b4d8a8cbc83a52d1 Merge: c0eef79 7066fa9 Author: Gabriel Burt Date: Sun Feb 7 12:10:40 2010 -0800 Merge branch 'mirage' commit 7066fa983027bc3ab9cd044362056e98d2d83afa Author: Gabriel Burt Date: Sun Feb 7 12:10:21 2010 -0800 [mirage] Move all files to src/Mirage commit 8a95b2fc9337b50c87e8da7053892fbe9de4a262 Author: Frank Ziegler Date: Sat Feb 6 18:08:48 2010 +0700 started porting python code and importing gstreamer library functions needed Signed-off-by: Frank Ziegler commit c0eef79fd644ceda79e847c0ad79639fa0c519f2 Author: Gabriel Burt Date: Fri Feb 5 14:24:04 2010 -0800 [template] Ensure name is appropriate commit 39b4c79703c951a0993fa3d0e799b7ac6dc36cb1 Author: Gabriel Burt Date: Fri Feb 5 13:04:49 2010 -0800 [template] Lots of improvements; now builds/runs! './create-extension Foo' will create/build your extension, and then you can run it immediately with 'make run'. commit 7fba33d6985f979f98712925ca71a7b13bed0654 Author: Gabriel Burt Date: Fri Feb 5 13:01:14 2010 -0800 [template] add more addin.xml docs, sample src extension commit 39dc8c7593a57523ac80c4ef223e48acfc2abe46 Author: Gabriel Burt Date: Thu Feb 4 17:57:59 2010 -0800 [template] more improvements commit fcbaf4166dfdbe3aebae66d0a1d78e27cf2a753c Author: Gabriel Burt Date: Thu Feb 4 17:37:07 2010 -0800 [template] more script/template improvements commit bbca213ba05bc9b72e67929bf61cf750b2c54a6a Author: Gabriel Burt Date: Thu Feb 4 17:02:33 2010 -0800 [build] Clean up; Alarm project builds in MD now commit 3fa0a8ee677694760279c7f47e677af60c470c2b Author: Gabriel Burt Date: Thu Feb 4 16:11:41 2010 -0800 Add Extensions.sln commit 15ce94737c76cf386be586c63bd4983bcc7ccb03 Author: Gabriel Burt Date: Thu Feb 4 15:55:57 2010 -0800 [template] Add to git after creating commit 8412de4dea55bfcb6d25e25f81b492c7678528b4 Author: Gabriel Burt Date: Thu Feb 4 15:55:16 2010 -0800 [template] Modify configure.ac and src/Makefile.am commit abf56ef2a575feb1a8636a8d43bbc8adcea8f158 Author: Gabriel Burt Date: Thu Feb 4 15:30:01 2010 -0800 [template] Move template to build/extension-template commit a8b566896bc39dde48e22b00d850573332066d92 Author: Gabriel Burt Date: Thu Feb 4 15:29:02 2010 -0800 [template] Improve the template, add create-extension script commit e11aa14a495dae372d0371a01e1c7818be486767 Author: Gabriel Burt Date: Thu Feb 4 14:38:22 2010 -0800 [build] more build tweaks commit fbdb6ac8cd9c4fae18797b871e4010177d440d77 Author: Gabriel Burt Date: Thu Feb 4 13:27:52 2010 -0800 [AlarmClock] Disable by default commit c9ef9111c3b7371acedb96c45e693cdf8f178ffa Author: Gabriel Burt Date: Thu Feb 4 13:26:06 2010 -0800 [build] Install extensions where Banshee sees them commit 454dcfb7dae846936c72353ed4802ba86a9f08a6 Author: Bertrand Lorentz Date: Thu Feb 4 21:52:19 2010 +0100 [build] Fix up Makefile.am for AlarmClock The first extension builds now. commit 436cb80e4f43490cfe2014194fda3f9e7c51ce0f Author: Bertrand Lorentz Date: Thu Feb 4 21:51:43 2010 +0100 [build] Add check for banshee-1-thickclient module commit c8db57811ac93017acb765b4eed62e249b920978 Author: Bertrand Lorentz Date: Thu Feb 4 21:49:35 2010 +0100 [build] Add build rules and environment These files are of course adapted from the excellent build system of Banshee. commit e1cd46cd7b16d99e641521350161205ba93a3d70 Author: Bertrand Lorentz Date: Thu Feb 4 21:44:49 2010 +0100 [build] Remove stray Makefile.am commit 217c685ce89cc242a79f5e6b90588b3c1a48ac6d Author: Bertrand Lorentz Date: Thu Feb 4 21:42:00 2010 +0100 Set the version to 1.0 in the .addin.xml commit 65b2a4c79528182794bcf7e54193786ecf510fe9 Author: Bertrand Lorentz Date: Thu Feb 4 21:40:56 2010 +0100 Rename .addin.xml.in to .addin.xml commit 84ee520146f2571dd9a8fd031861c2b27afc790d Author: Bertrand Lorentz Date: Thu Feb 4 21:23:11 2010 +0100 Restructure the AlarmClock and remove unneeded files commit c7a93a2bad219cbddedb3c26b8254ab6ac7fdd3c Author: Bertrand Lorentz Date: Thu Feb 4 20:45:52 2010 +0100 Rename extensions directory to src commit cd902c626dbd9bfdd20e0a699fc65937da53e54c Merge: ec84b51 43e4668 Author: Bertrand Lorentz Date: Thu Feb 4 20:33:21 2010 +0100 Subtree merge of the AlarmClock extension commit ec84b5145e9ac6fb4377e6d0f5071c6af922c4af Author: Gabriel Burt Date: Thu Feb 4 11:19:02 2010 -0800 Update README commit eb2531a6da09fc7481fbf6e1bb4db12c7db36ab5 Author: bertrand Date: Thu Feb 4 15:21:41 2010 +0000 * NEWS: Mirage 0.6 released. git-svn-id: https://svn.hop.at/repos/mirage@111 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit de0d1348842eb25c92757002559c7315c84519ad Author: bertrand Date: Thu Feb 4 15:17:33 2010 +0000 * Banshee/MiragePlugin.cs: Fix the formatting of some messages. git-svn-id: https://svn.hop.at/repos/mirage@110 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 35e521cadc9f6ae5451bbfce0584f32c4cdf374c Author: ds Date: Thu Feb 4 14:12:35 2010 +0000 * Mirage/AudioDecoder.cs: Frame selection did not work. Fixes issue #52 git-svn-id: https://svn.hop.at/repos/mirage@109 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit d2eee874161f9028d7aba6b1e252c7dcfe262458 Author: Bertrand Lorentz Date: Thu Feb 4 15:04:52 2010 +0100 Initial commit Stub of the directory structure, and basic autotools build system. commit daea5253ea8adc77567242f2ee1037009833988e Author: Chris Howie Date: Wed Feb 3 16:02:47 2010 -0500 Fix selected visualization persistence not working commit ea49720c4b0a350c8d8461d812fb128e722746ea Author: Chris Howie Date: Wed Feb 3 15:57:02 2010 -0500 Optimize GenerationalLifeSquare.NextGeneration commit fac1f97b928198397d8e0824f92209d24404a4a4 Author: Chris Howie Date: Wed Feb 3 15:56:42 2010 -0500 Supply default visualization and persist user-selected visualization commit 90e68e1f8c3a1108edfb4c966d1711ebc3e8d723 Author: Chris Howie Date: Wed Feb 3 13:40:02 2010 -0500 Fix color-wheel-average mechanism and tweak other behavior commit f805b7f1052c1109a37031d534a631ee289c6ec0 Author: Chris Howie Date: Wed Feb 3 13:05:38 2010 -0500 Add Conway visualization commit f58e48984017e48c8c6ada8acb8e9f094c83d5b3 Author: Frank Ziegler Date: Wed Feb 3 17:45:02 2010 +0700 new compile commit 168b3b1d615193b33831731ba98b37ddf0633943 Author: Frank Ziegler Date: Tue Feb 2 16:55:13 2010 +0700 successfully linked gstreamer library created initialization, setting gstreamer version Signed-off-by: Frank Ziegler commit 1ef93d033c9477aa97e1533e2aad6cf032a1b44e Author: Frank Ziegler Date: Tue Feb 2 16:06:05 2010 +0700 new compile commit eb7b2057f11b6d3eb7065c2ace5968bcb17bd7ca Author: Chris Howie Date: Mon Feb 1 16:00:19 2010 -0500 Fix GLXBadContext crashes commit a1f651829a15e9d78d9ead21999c21d33e6117ff Author: Chris Howie Date: Mon Feb 1 15:48:49 2010 -0500 Update addin titles and force visualizations enabled on visualizer enabled commit 1ab08e2b949addd1a296329b67099618af582ab4 Author: Gabriel Burt Date: Mon Feb 1 14:56:58 2010 -0500 Support SUSE package names in build system Signed-off-by: Chris Howie commit d77f61547726b995d5dfa0722fc8a6967769c4f2 Author: Chris Howie Date: Mon Feb 1 14:49:45 2010 -0500 Track moving of class ThreadAssist in Banshee master commit 505fb5c8551ec28daf3437ecbc0a8614b3dce7bd Author: Frank Ziegler Date: Tue Feb 2 00:28:05 2010 +0700 established gstreamer link Signed-off-by: Frank Ziegler commit c9c2876bef6d31d7ec106a62ada1af7000f3bc8b Author: Frank Ziegler Date: Tue Feb 2 00:05:37 2010 +0700 newly compiled commit 6ae62be963020ac56aab577ec0fd1310a6c4939f Author: Frank Ziegler Date: Mon Feb 1 23:53:49 2010 +0700 changed dll name not yet working in any way Signed-off-by: Frank Ziegler commit e55c580c838fdeb9b2f37f07c80ffaf3e8e3884d Author: bertrand Date: Sun Jan 31 19:22:24 2010 +0000 * configure.ac: Bump version to 0.6.0. git-svn-id: https://svn.hop.at/repos/mirage@108 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 9b8d8a9dfc049d37403b970fccf1fac91787a27e Author: Frank Ziegler Date: Mon Feb 1 01:30:29 2010 +0700 added Gst class Signed-off-by: Frank Ziegler commit c7a625b2cc4ffcc617e98c5bbd0653b8d332e1af Author: bertrand Date: Sun Jan 31 17:11:50 2010 +0000 * Banshee/Banshee.Plugins.Mirage.addin.xml.in: Add the extension to the "Sources" category. git-svn-id: https://svn.hop.at/repos/mirage@107 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 8e968e3c874c8125f88bb3ea51ae29b6f9dcf20f Author: bertrand Date: Sun Jan 31 17:05:41 2010 +0000 * Banshee/PlaylistGeneratorSource.cs: Keep the same track order while exporting to a playlist. Fixes issue #46. * Banshee/MiragePlugin.cs: Keep the duplicates playlist unsorted, so that potential duplicates are next to each other. git-svn-id: https://svn.hop.at/repos/mirage@106 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 95e68444b9e1a52e3285098717f4ca16597e04f1 Author: Mathijs Dumon Date: Sat Jan 30 20:02:19 2010 +0000 Branching version 0.3.6 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@43 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit da47f06c35162633cc66d14e2cceb87719f63ddd Author: bertrand Date: Sat Jan 30 17:17:56 2010 +0000 * Banshee/MiragePlugin.cs: * Banshee/PlaylistGeneratorSource.cs: Avoid potential crashes if the mirage database is out of sync with the banshee database. git-svn-id: https://svn.hop.at/repos/mirage@105 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 50fcceb9d5eec95f14739cc486c30a05ef1eb7e7 Author: bertrand Date: Sat Jan 30 17:04:09 2010 +0000 * Banshee/MiragePlugin.cs: Fix compilation with Banshee 1.5.3. git-svn-id: https://svn.hop.at/repos/mirage@104 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit bdb37120faea4e86f741e9d1f52244de894374b3 Author: bertrand Date: Sat Jan 30 16:45:46 2010 +0000 * Banshee/MiragePlugin.cs: * Banshee/PlaylistGeneratorSource.cs: Use the term "music library" instead of "music collection" in all user-visible strings, to be consistent with Banshee. Fixes issue #48. git-svn-id: https://svn.hop.at/repos/mirage@103 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 7c682c19991811c81f3134339923f06fa88d8606 Author: Mathijs Dumon Date: Sat Jan 30 16:31:09 2010 +0000 * Banshee.ClutterFlow.sln: * Banshee.ClutterFlow/Banshee.ClutterFlow.addin.xml: Setting attributes to version 0.3.6 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@42 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit f4ce0030c29be341b30b5365f263458a9277b0de Author: Mathijs Dumon Date: Sat Jan 30 15:16:09 2010 +0000 * Banshee.ClutterFlow.sln: * Banshee.ClutterFlow/Banshee.ClutterFlow.pidb: * Banshee.ClutterFlow/Banshee.ClutterFlow.csproj: * Banshee.ClutterFlow/bin/Debug/ClutterFlow.dll.mdb: * Banshee.ClutterFlow/ClutterFlowService.cs: * Banshee.ClutterFlow/ClutterFlowSchemas.cs: Fixing invisble browser bug when disabling ClutterFlow git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@41 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 6cf388fc429cdfde5d64b942f6b7758311fe30b0 Author: Mathijs Dumon Date: Sat Jan 30 15:05:15 2010 +0000 * AlbumLoader.cs: Converting tabs to 4 spaces, added check to disable reloading when model count is the same git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@40 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 1f29f87d20acf41a6347c206f562e39ea9b57573 Author: Mathijs Dumon Date: Sat Jan 30 15:04:53 2010 +0000 * FlowBehaviour.cs: Search animation changes, nice clicked-clone cleanup using SupressFinalize * ClutterButton.cs: Adding SuppressFinalize to allow the Clutter Toolkit clean up after itself & prevent warning & critical messages * ClutterHelper.cs: Adding some SupressFinaliser calls just in case * ClutterFlow.pidb: * ClutterFlowTimeline.cs: delegate cleanup, RepaintFunc optimsed, changes for searching, tabs replaced with 4 spaces * ClutterFlowActor.cs: Fixing (faulty) reactivity of hidden actors when searching * CoverManager.cs: changes to allow searching git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@39 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 43e4668998200b6df762dd6c018e7cbc2349ac2f Author: Bertrand Lorentz Date: Sat Jan 30 11:57:04 2010 +0000 * configure.ac: Bump mono version requirement to 1.9.1. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@384 206ccb52-212b-0410-a55c-07e4721b525c commit d2ca4e277d429f2250d17a8c77d252acd1cc5b58 Author: Bertrand Lorentz Date: Sat Jan 30 11:44:25 2010 +0000 * configure.ac, src/Alarm.cs, src/VolumeFade.cs, src/AlarmClockService.cs, src/AlarmConfigDialog.cs, src/ConfigurationDialog.cs, src/ConfigurationSchema.cs, src/SleepTimerConfigDialog.cs, src/Banshee.AlarmClock.addin.xml.in: Remove trailing whitespace git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@383 206ccb52-212b-0410-a55c-07e4721b525c commit ea9d1a71ed17bce44607e141580e83ec8f81fb80 Author: Bertrand Lorentz Date: Sat Jan 30 11:37:43 2010 +0000 * configure.ac: Bump version to 0.4.4. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@382 206ccb52-212b-0410-a55c-07e4721b525c commit 4a4534ecb8a5e6a62ac37b3ad1450d93698902cf Author: Bertrand Lorentz Date: Sat Jan 30 11:37:06 2010 +0000 * src/Banshee.AlarmClock.addin.xml.in: Add the category so that the extension is displayed in Banshee 1.5.3. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@381 206ccb52-212b-0410-a55c-07e4721b525c commit 0874df7a1848e17ec00ac2ce95cec2d475995ba8 Author: Bertrand Lorentz Date: Sat Jan 30 11:36:06 2010 +0000 * src/Alarm.cs, src/VolumeFade.cs, src/AlarmConfigDialog.cs, src/AlarmClockService.cs, src/ConfigurationSchema.cs, src/ConfigurationDialog.cs, src/SleepTimerConfigDialog.cs: Minor code refactoring and cleanup. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@380 206ccb52-212b-0410-a55c-07e4721b525c commit af1d8ec877d43f24ef5013940af5db26ab0a8f5d Author: Bertrand Lorentz Date: Sat Jan 30 11:34:20 2010 +0000 * Banshee.AlarmClock.sln: * Banshee.AlarmClock.csproj: Update sln and csproj files. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@379 206ccb52-212b-0410-a55c-07e4721b525c commit 544da65d54703e9e376f3f8e617ed39a18298c29 Author: Frank Ziegler Date: Fri Jan 29 14:54:05 2010 +0700 restructured for gstreamer-lib Signed-off-by: Frank Ziegler commit 26eb899e367cd9c18b566c653fa589c577f44f20 Author: Mathijs Dumon Date: Tue Jan 26 19:07:15 2010 +0000 * ClutterFlowContents.cs: Re-enable searching using the Search entry provided by Banshee. Removed some redundancies & now unrelated or fixed comments. Add compiler flag for banshee pre-1.5.2 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@38 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 417bd86a765d1e113a3ed9332127ad93ea7e2590 Author: Mathijs Dumon Date: Sun Jan 24 22:38:24 2010 +0000 * ClutterFlow.pidb: * ClutterFlowTimeline.cs: Fix for 100% CPU usage when idle git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@37 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 010ccc45e4b47354a8b79a1f0de1f2a7f0341aed Author: Mathijs Dumon Date: Sun Jan 24 22:37:14 2010 +0000 * ClutterFlowSchemas.cs: Adding threading bool * ArtworkLookup.cs: Making threading optional * Banshee.ClutterFlow.pidb: * bin/Debug/ClutterFlow.dll.mdb: * ClutterFlowService.cs: Implementing preference for threaded artwork git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@36 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 2805ace841616cf3f7e5b888c8ca078aac39bd7f Author: Jean-Baptiste Lab Date: Sun Jan 24 12:59:44 2010 +0000 Fix Lintian warnings git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@378 206ccb52-212b-0410-a55c-07e4721b525c commit 2953bc2e055de69b1b2b2f55ea61c2b6d8f69b09 Author: Jean-Baptiste Lab Date: Sun Jan 24 12:06:22 2010 +0000 Bump revision to 0.0.2 after threading API update git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@377 206ccb52-212b-0410-a55c-07e4721b525c commit 8b3b14698a8cad6b8160eba883f1788e3f8cb138 Author: Jean-Baptiste Lab Date: Sun Jan 24 11:49:15 2010 +0000 Add stuff to svn:ignore Add URL to debian/control, debian/copyright and README files git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@376 206ccb52-212b-0410-a55c-07e4721b525c commit 0f47d6546aed062e1ba0af7aa8f54329e6d5c555 Author: Frank Ziegler Date: Sun Jan 24 17:08:16 2010 +0700 removed unnecessary include Signed-off-by: Frank Ziegler commit 5bc41c81bfb4afa2c1b5602ce5e0314690f6e641 Author: Frank Ziegler Date: Sun Jan 24 17:07:01 2010 +0700 copied some python code as example commit 7d263b3b13f31f3c71a1b27fcc07e78ef937c491 Author: Jean-Baptiste Lab Date: Sat Jan 23 20:14:08 2010 +0000 Use standard Thread methods as new banshee versions have removed the API that was used by Patrick's original code it seems git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@375 206ccb52-212b-0410-a55c-07e4721b525c commit 34868c08e394cddd25b0ff3795c37f4d9d80d812 Author: Frank Ziegler Date: Sat Jan 23 10:12:31 2010 +0700 configure prefix not hardcoded anymore Signed-off-by: Frank Ziegler commit e23788df3ebe97083a5465b561be9d8841d47291 Author: Frank Ziegler Date: Fri Jan 22 19:43:58 2010 +0700 replaced writelines by proper logging Signed-off-by: Frank Ziegler commit 3f55996d97e9751f30e181864b363a8da4e60118 Author: Mathijs Dumon Date: Thu Jan 21 17:44:36 2010 +0000 shouldn't have put the addin.xml there anyway git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@35 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 6c8fbcdc82c34f4ff3602474d8b3028cc8b5e1f7 Author: Christian Martellini Date: Wed Jan 20 17:52:58 2010 +0000 Fixed thread assist error git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@204 3876dd14-234a-0410-a5e2-759f519755f9 commit 08f2054cfcfc0f45498653928922e5703ac548c8 Author: Frank Ziegler Date: Wed Jan 20 04:03:32 2010 +0700 switched to Path.DirectorySeparatorChar Signed-off-by: Frank Ziegler commit f3fbe28fd85db1d63be8b630f680640336858fb6 Author: Frank Ziegler Date: Wed Jan 20 03:29:36 2010 +0700 refactoring of process classes packaging script corrected Signed-off-by: Frank Ziegler commit 889f9ab7e600074a645e6785a1a83841f853f7df Author: Mathijs Dumon Date: Tue Jan 19 16:32:01 2010 +0000 view menu fix when Music Library is not visible git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@34 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 1c1d28d5dffe8093ad9a3b0e8bdec0552f04d9a0 Author: Mathijs Dumon Date: Tue Jan 19 15:14:15 2010 +0000 small fix for the daily builds of banshee git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@33 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit f3f43c64cee741e3dda357e0b989bfee8e523706 Author: Frank Ziegler Date: Tue Jan 19 10:51:47 2010 +0700 fixed packaging script Signed-off-by: Frank Ziegler commit ab7ef98d6c66e17f79bacbdd0a22339d0c873f12 Author: Frank Ziegler Date: Tue Jan 19 10:46:49 2010 +0700 fixed directory setting bug extended debian packaging script Signed-off-by: Frank Ziegler commit 762d1796006ccc231cfa6b0d216ba4e744a2cfa0 Author: Mathijs Dumon Date: Mon Jan 18 21:55:41 2010 +0000 small empty album tag fix git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@32 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 5864d1e89236490b12f1c36dfc842c3651b3a855 Author: Mathijs Dumon Date: Mon Jan 18 21:32:45 2010 +0000 comitting changes for version 0.3.5 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@30 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit e5aee9a03b723889d4cc468d55244cd5a0c91566 Author: Jean-Baptiste Lab Date: Sun Jan 17 21:10:04 2010 +0000 Initial import of Banshee's LIRC extension git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@374 206ccb52-212b-0410-a55c-07e4721b525c commit 4d10b13dd5120fa6cc1842fbace24048a6160152 Author: Frank Ziegler Date: Mon Jan 18 00:38:49 2010 +0700 renaming files Signed-off-by: Frank Ziegler commit d0c9753ce0f27a5a310762322e43ccf7e1ee78be Author: Frank Ziegler Date: Mon Jan 18 00:36:43 2010 +0700 fixed deb package arch Signed-off-by: Frank Ziegler commit e357d6fe03f5e7c07046a5d447547a9f2ccc5ecc Author: Frank Ziegler Date: Mon Jan 18 00:24:38 2010 +0700 packaged in ubutu debian format Signed-off-by: Frank Ziegler commit d3dd4677f8f4af066cedb6913c9ea132bb4610c8 Author: Frank Ziegler Date: Sun Jan 17 21:50:25 2010 +0700 fixed null pointer exception Signed-off-by: Frank Ziegler commit 326cc5780b0ae753dc3dac7ac874d0e79d26f6b2 Author: Frank Ziegler Date: Sun Jan 17 19:25:55 2010 +0700 adapted for correct ubuntu install Signed-off-by: Frank Ziegler commit 4545cb47abac9b43d0dc1d255f49f01963f07002 Author: Frank Ziegler Date: Sun Jan 17 16:11:29 2010 +0700 namespace changed Signed-off-by: Frank Ziegler commit 169a4f82a67c551dff15f1f4bfeeebdb883799cd Author: Andreas Date: Sun Jan 17 03:11:20 2010 +0700 initial version 0.2 commit 9ab28f83a1ce6576e002d6690ae78f97c01dcd7a Author: Christian Martellini Date: Sat Jan 16 13:20:26 2010 +0000 * src/Banshee.Lyrics/LyricsService.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@203 3876dd14-234a-0410-a5e2-759f519755f9 commit 3caf9fba543ff6b7b279345a7d515c81aafb7e3d Author: Christian Martellini Date: Sat Jan 16 13:01:39 2010 +0000 * src/Banshee.Lyrics/Utils.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@202 3876dd14-234a-0410-a5e2-759f519755f9 commit e96c225027c25aa76d940e78a8e767bc7d411330 Author: Christian Martellini Date: Sat Jan 16 12:39:23 2010 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@201 3876dd14-234a-0410-a5e2-759f519755f9 commit 332e97ee049b5dfc72f884c2ca58f8700d5a8ae5 Author: Christian Martellini Date: Sat Jan 16 09:49:15 2010 +0000 * Banshee.Lyrics.csproj: * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics.Gui/LyricsPane.cs: * src/Banshee.Lyrics.Gui/LyricsWindow.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@200 3876dd14-234a-0410-a5e2-759f519755f9 commit 4a0a1a8240a14561fa5ba6c88f1caf44d27c06bc Author: Christian Martellini Date: Thu Jan 14 11:17:09 2010 +0000 * src/Banshee.Lyrics/Utils.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@199 3876dd14-234a-0410-a5e2-759f519755f9 commit 0e6ec0727833b11be4e670a090d69f6f93ab772a Author: Christian Martellini Date: Thu Jan 14 11:01:05 2010 +0000 Lyric -> Lyrics everywhere ID3 support git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@198 3876dd14-234a-0410-a5e2-759f519755f9 commit 596cdf392a073b0a4b7c0be25ee71835afdd16de Author: Christian Martellini Date: Thu Jan 14 10:28:38 2010 +0000 * src/Banshee.Lyrics/Utils.cs: * src/Banshee.Lyrics/LyricsManager.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@197 3876dd14-234a-0410-a5e2-759f519755f9 commit 1b73eedafea330122287f0b51f70ff650e9b6849 Author: Christian Martellini Date: Wed Jan 13 23:06:44 2010 +0000 partial commit git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@196 3876dd14-234a-0410-a5e2-759f519755f9 commit bd18a97e521743faf762b434362cc44aa0707528 Author: Christian Martellini Date: Wed Jan 13 13:47:04 2010 +0000 * configure.ac: * src/Banshee.Lyrics/LyricsManager.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@195 3876dd14-234a-0410-a5e2-759f519755f9 commit f783d8ffcfa9907f8b16ae7d32449cb467e08286 Author: Christian Martellini Date: Wed Jan 13 12:23:55 2010 +0000 * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics/LyricsDownloadJob.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@194 3876dd14-234a-0410-a5e2-759f519755f9 commit e1fc7a8ab8b63c6ff030753bb220cfba142483fb Author: Christian Martellini Date: Wed Jan 13 11:47:05 2010 +0000 id3 tag support git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@193 3876dd14-234a-0410-a5e2-759f519755f9 commit c53243938cd6c0978ec71e64ccf867ac67d4c3d3 Author: Christian Martellini Date: Tue Jan 12 21:53:58 2010 +0000 * src/Makefile.am: * Banshee.Lyrics.csproj: * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics.IO/TagLibUtils.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@192 3876dd14-234a-0410-a5e2-759f519755f9 commit f9de3a3eab3ff297be1e87eade44439298abdb89 Author: Christian Martellini Date: Mon Jan 11 22:11:29 2010 +0000 * src/Banshee.Lyrics.Gui/LyricsWindow.cs: * src/Banshee.Lyrics.Gui/LyricsBrowser.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@191 3876dd14-234a-0410-a5e2-759f519755f9 commit f0b4964937d09700176f1c40ae8495c99bbb0c00 Author: Christian Martellini Date: Mon Jan 11 14:27:53 2010 +0000 * LyricsManager.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@190 3876dd14-234a-0410-a5e2-759f519755f9 commit cdfb5452cbe667f535e25828cfd5214572321b27 Author: Christian Martellini Date: Mon Jan 11 11:35:11 2010 +0000 * LyricsManager.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@189 3876dd14-234a-0410-a5e2-759f519755f9 commit f259c65bbdfdd70be64317ea2dcccb0c8ecdbeef Author: Christian Martellini Date: Mon Jan 11 10:17:46 2010 +0000 lyrics plugin rc2 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@188 3876dd14-234a-0410-a5e2-759f519755f9 commit aafef3c3a12735e567990d68ce0d79dc4549cabd Author: Christian Martellini Date: Sun Jan 10 20:26:15 2010 +0000 * configure.ac: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@187 3876dd14-234a-0410-a5e2-759f519755f9 commit bc22e8b648e591c7898bffccdb0918391c4398cb Author: Christian Martellini Date: Sun Jan 10 20:25:58 2010 +0000 0.8 RC DBIterator batch bug fixing git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@186 3876dd14-234a-0410-a5e2-759f519755f9 commit 1b021d2df51adbcffe3d3ce21e0e65c551b3390a Author: Marcos Almeida Jr Date: Sun Jan 10 20:08:16 2010 +0000 * AwnPlugin.cs: git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@373 206ccb52-212b-0410-a55c-07e4721b525c commit fba580ad383f81c3b2c9be88cad13ff93524e8ef Author: Marcos Almeida Jr Date: Sun Jan 10 16:27:55 2010 +0000 * AwnPlugin.cs: New changes on banshee and/or awn on taskname. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@372 206ccb52-212b-0410-a55c-07e4721b525c commit f2227faf90992b5b9b2323f92f58fdbf7a100381 Author: Christian Martellini Date: Sat Jan 9 20:50:53 2010 +0000 * Banshee.Lyrics.csproj: * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics.Network/HttpUtils.cs: * src/Banshee.Lyrics/LyricsDownloadJob.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@185 3876dd14-234a-0410-a5e2-759f519755f9 commit 73d44b405744d6f20a847d483c8e3654bed6c410 Author: Christian Martellini Date: Sat Jan 9 00:51:07 2010 +0000 * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics.Gui/LyricPane.cs: * src/Banshee.Lyrics.Gui/ContextPage.cs: * src/Banshee.Lyrics.Gui/LyricsWindow.cs: * src/Banshee.Lyrics.Gui/LyricsBrowser.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@184 3876dd14-234a-0410-a5e2-759f519755f9 commit 8a7c1fc63f71a4c3d3cb5898648d0e1571b53b2a Author: Christian Martellini Date: Thu Jan 7 14:44:53 2010 +0000 unstables commit git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@183 3876dd14-234a-0410-a5e2-759f519755f9 commit 9e67d69ba936db8a9237faca4b38bbc79bcbaada Author: Christian Martellini Date: Thu Jan 7 12:03:01 2010 +0000 * src/Banshee.Lyrics.addin.xml: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@182 3876dd14-234a-0410-a5e2-759f519755f9 commit 279a860cc245cb6b513cd0ab9e2453fc6c99baaa Author: Christian Martellini Date: Thu Jan 7 11:50:38 2010 +0000 * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics/LyricsDownloadJob.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@181 3876dd14-234a-0410-a5e2-759f519755f9 commit f29488233c7b22871393883696f4792ea2379d8d Author: Christian Martellini Date: Thu Jan 7 00:21:54 2010 +0000 * Banshee.Lyrics.Gui/LyricPane.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@180 3876dd14-234a-0410-a5e2-759f519755f9 commit c55a6406d4589455fb693faf5588567b3c1d879b Author: Christian Martellini Date: Thu Jan 7 00:05:40 2010 +0000 * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics.Gui/LyricsWindow.cs: * src/Banshee.Lyrics/LyricsDownloadJob.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@179 3876dd14-234a-0410-a5e2-759f519755f9 commit 4143053edfb33693b97eb9664ec644276eef38c6 Author: Christian Martellini Date: Wed Jan 6 23:48:35 2010 +0000 * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics/LyricsDownloadJob.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@178 3876dd14-234a-0410-a5e2-759f519755f9 commit 7a94ea749add026c1b47df4b46ec83855702cefc Author: Christian Martellini Date: Wed Jan 6 23:17:16 2010 +0000 * src/Banshee.Lyrics.Sources/Lyrc.cs: * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics.Network/HttpUtils.cs: * src/Banshee.Lyrics.Sources/LyricWiki.cs: * src/Banshee.Lyrics.Sources/LeosLyrics.cs: * src/Banshee.Lyrics.Sources/AutoLyrics.cs: * src/Banshee.Lyrics.Network/ProxyManager.cs: * src/Banshee.Lyrics.Sources/LyricWebSource.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@177 3876dd14-234a-0410-a5e2-759f519755f9 commit 5a3a5ee8d4ac01975e81220beef0a9dd361cf475 Author: Christian Martellini Date: Wed Jan 6 00:54:13 2010 +0000 * src/Banshee.Lyrics/LyricsDownloadJob.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@176 3876dd14-234a-0410-a5e2-759f519755f9 commit 4e7206d772903e7ab035cd3f850a24cf65a6894c Author: Christian Martellini Date: Wed Jan 6 00:24:44 2010 +0000 * src/Banshee.Lyrics.Network/HttpUtils.cs: * src/Banshee.Lyrics.Sources/LeosLyrics.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@175 3876dd14-234a-0410-a5e2-759f519755f9 commit ddef676964e9330aa79cb1c90c77100357bd3a1a Author: Christian Martellini Date: Wed Jan 6 00:06:43 2010 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@174 3876dd14-234a-0410-a5e2-759f519755f9 commit 7ad56c7b1045c5aee8a97141ded4760106b9cac6 Author: Christian Martellini Date: Tue Jan 5 23:33:13 2010 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@173 3876dd14-234a-0410-a5e2-759f519755f9 commit 1bd68a45a45ac917bf526ef892bdc652bfda64c8 Author: Mathijs Dumon Date: Tue Jan 5 22:08:45 2010 +0000 Focussed threaded loading in ArtworkLookup git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@29 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 2e82fed30ea4a86193887065da46f29340fac80c Author: Christian Martellini Date: Tue Jan 5 15:58:53 2010 +0000 * src/Banshee.Lyrics.Gui/LyricsBrowser.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@172 3876dd14-234a-0410-a5e2-759f519755f9 commit 75e9d0b5a29be989270c5b6d6ea958fe2704ffd7 Author: Christian Martellini Date: Tue Jan 5 15:26:16 2010 +0000 Version 0.8 beta - Webkit power - New download manager job - Lot of fixing git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@171 3876dd14-234a-0410-a5e2-759f519755f9 commit 47eb234ac0e990062081d803732874f6aa23cadc Author: Mathijs Dumon Date: Sat Jan 2 15:16:08 2010 +0000 Commit of version 0.3.0 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@27 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 4e6cf75cfb6b38e69887bb98e6c1523585fe80e7 Author: Christian Martellini Date: Wed Dec 30 16:19:52 2009 +0000 * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics.Sources/LeosLyrics.cs: * src/Banshee.Lyrics.Gui/gtk-gui/LyricsWindow.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@170 3876dd14-234a-0410-a5e2-759f519755f9 commit 32b9c3cb862bef5afc53e5f00c56f84582a4c994 Author: Christian Martellini Date: Wed Dec 30 15:58:38 2009 +0000 * src/Banshee.Lyrics.Gui/LyricsBrowser.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@169 3876dd14-234a-0410-a5e2-759f519755f9 commit 70633308fe53679aef6e7a31c3d6232bdb5c710b Author: Christian Martellini Date: Wed Dec 30 15:56:43 2009 +0000 * src/Banshee.Lyrics/LyricsService.cs: * src/Banshee.Lyrics.IO/LyricsCache.cs: * src/Banshee.Lyrics.Gui/LyricsWindow.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@168 3876dd14-234a-0410-a5e2-759f519755f9 commit aee8783a4391080d2d04e7b3105550aac09a961b Author: Christian Martellini Date: Tue Dec 29 16:24:24 2009 +0000 * src/Banshee.Lyrics/LyricsManager.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@167 3876dd14-234a-0410-a5e2-759f519755f9 commit 23bd62ec8c43a12701126faec686f72484f50b77 Author: Christian Martellini Date: Tue Dec 29 16:17:10 2009 +0000 * configure.ac: * src/Banshee.Lyrics/LyricsManager.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@166 3876dd14-234a-0410-a5e2-759f519755f9 commit ee5b35bbbb80ae058542eb4138bfdc2683fad8ae Author: Christian Martellini Date: Tue Dec 29 16:05:38 2009 +0000 * Banshee.Lyrics.csproj: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@165 3876dd14-234a-0410-a5e2-759f519755f9 commit 0c5108f8e4fcb2e0f1442c0fa6c9cb9207aaf4c6 Author: Christian Martellini Date: Tue Dec 29 16:05:08 2009 +0000 * Banshee.Lyrics.csproj: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@164 3876dd14-234a-0410-a5e2-759f519755f9 commit 0268bd3444152f0e3764a1a5f859132be5622e68 Author: Christian Martellini Date: Tue Dec 29 16:03:51 2009 +0000 * src/Makefile.am: * Banshee.Lyrics.sln: * Banshee.Lyrics.csproj: * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics.Gui/LyricPane.cs: * src/Banshee.Lyrics.Gui/ContextPage.cs: * src/Banshee.Lyrics.Gui/LyricsBrowser.cs: * src/Banshee.Lyrics.Sources/LyricWebSource.cs: * src/Banshee.Lyrics.Gui/gtk-gui/LyricsBrowser.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@163 3876dd14-234a-0410-a5e2-759f519755f9 commit 1794e4fe07c8ce45438904088ae4826d5221f2fc Author: Christian Martellini Date: Mon Dec 28 20:04:53 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@162 3876dd14-234a-0410-a5e2-759f519755f9 commit 487770470a3c1601393fb11ebbb0b9cb61813ba1 Author: Christian Martellini Date: Mon Dec 28 20:02:42 2009 +0000 * src/Banshee.Lyrics.Gui/ContextPage.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@161 3876dd14-234a-0410-a5e2-759f519755f9 commit 462f5fcee4efdf99a083db131457aae17277557b Author: Christian Martellini Date: Mon Dec 28 20:01:44 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@160 3876dd14-234a-0410-a5e2-759f519755f9 commit 102d1ceede72ec34bb863beb266ebc64dbdde2ba Author: Christian Martellini Date: Mon Dec 28 20:01:12 2009 +0000 * src/Makefile.am: * src/Banshee.Lyrics.addin.xml: * src/Banshee.Lyrics.Sources/Lyrc.cs: * src/Banshee.Lyrics/LyricsManager.cs: * src/Banshee.Lyrics.Sources/Lyriki.cs: * src/Banshee.Lyrics.Gui/LyricsWindow.cs: * src/Banshee.Lyrics.Gui/LyricsBrowser.cs: * src/Banshee.Lyrics.Sources/LyricWebSource.cs: * src/Banshee.Lyrics.Gui/gtk-gui/LyricsWindow.cs: * src/Banshee.Lyrics.Gui/gtk-gui/LyricsBrowser.cs: git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@159 3876dd14-234a-0410-a5e2-759f519755f9 commit 19d3c5770ad1551313cb41976cab412ff5886a19 Author: Marcos Almeida Jr Date: Sun Dec 27 17:41:48 2009 +0000 * AwnPlugin.cs: git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@371 206ccb52-212b-0410-a55c-07e4721b525c commit b4f11ea773d9a7e964dec7e432f41de475b94a98 Author: Marcos Almeida Jr Date: Sun Dec 27 17:21:47 2009 +0000 * AwnPlugin.cs: * BansheeAwn.mdp: git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@370 206ccb52-212b-0410-a55c-07e4721b525c commit 3f76b65d493f79426c6f1176c194eb923f30b489 Author: Chris Howie Date: Mon Dec 21 12:42:38 2009 -0500 Fix a possible threading issue and add a disabled item to the visualization menu for when no visualizations are loaded commit 25f80265b4b05fce317a8eca80a3b25c8143f913 Author: Chris Howie Date: Mon Dec 21 12:16:04 2009 -0500 Polish OpenVPService and tweak VisualizationDisplayWidget destruction commit 7c62393d0720ea9cfebda84080713ec9e88a329f Author: Neil Loknath Date: Sat Dec 19 17:37:10 2009 -0700 New method for responding to browse requests WIP: * Use libnotify bubbles (every 30 sec) * Pulse ContactSource (every 7 sec) commit fd799434671e87557428babaa4b4a4a344d9ce25 Author: Neil Loknath Date: Sat Dec 19 17:35:07 2009 -0700 Override instead of hide TransferManager methods Namely, Queue and CleanUpTransfer. Some other smalls tweaks are included in this commit. commit efd3c6a09c04cac4de9bd420643531fd91ff16ae Author: Neil Loknath Date: Sat Dec 19 17:34:00 2009 -0700 Throw exception when DispatchManager fails Add commit 6d550a0d52571bfd00a5beb2ff786c3046b6e9b9 Author: Chris Howie Date: Fri Dec 18 16:52:23 2009 -0500 Tweak Power Core visualization to be more responsive to bass commit 4976dbb522715b46f49c1561d97457273a4f0138 Author: Chris Howie Date: Fri Dec 18 16:52:10 2009 -0500 Add "Low resolution" action commit 261d265b3dfecf7e19bc79d2bfc24d147e393f55 Author: Chris Howie Date: Fri Dec 18 15:46:50 2009 -0500 Track changes to Banshee now-playing-hijack branch and add banshee-1-nowplaying to configure.ac commit e263a1e6b6d871dc17dcd2512776f62e7ce0d672 Author: Chris Howie Date: Fri Dec 18 14:09:00 2009 -0500 Correct addin dependency commit da1cb84e0950f5f486e6278fe512e32fc80f1d98 Author: Chris Howie Date: Fri Dec 18 14:02:34 2009 -0500 Update to run without the source-contents Banshee branch commit 69ace9762568594f47b01a65864e659396f17367 Author: Chris Howie Date: Thu Dec 17 22:57:18 2009 -0500 New visualization and some build system maintenance commit b15ee38dad9041b40b21754db7c21e3a71cab7bb Author: Mathijs Dumon Date: Sat Dec 12 17:15:54 2009 +0000 updating version number git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@25 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit b07a321333ee141a223e6bee845ddf1eeba212e3 Author: Mathijs Dumon Date: Sat Dec 12 17:15:15 2009 +0000 update version nr. git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@24 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit dfc3fb2428071bfca284cf0d30a2ebdfd565fd1f Author: Mathijs Dumon Date: Sat Dec 12 17:07:30 2009 +0000 Added settings in Source tab, threaded loading of artwork, splitting off ClutterFlow library from Banshee.ClutterFlow git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@23 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit d2269f36dd0cc52ccf3c2fb08e524744edd34301 Author: Mathijs Dumon Date: Sat Dec 12 16:02:40 2009 +0000 Split up the ClutterFlow library from Banshee related code git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@22 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit cf81d4095ccd646e96f19f064863f0dc4de1555e Author: Neil Loknath Date: Wed Dec 9 23:37:35 2009 -0700 Downloading fixes More work to account for slow responding file transfer channels commit f2e246fcae4e7628fd11d895adc90fe66dac25cd Author: Neil Loknath Date: Wed Dec 9 23:08:46 2009 -0700 Add some synchronization commit e79932355c38fbed3ad115926de03512bc62f108 Author: Neil Loknath Date: Wed Dec 9 21:18:27 2009 -0700 Add notification bubbles commit 575d9db9738d30bc4baaebddebe0723c1b52e287 Author: Neil Loknath Date: Wed Dec 9 21:17:31 2009 -0700 Remove duplicate DownloadKey commit eb2841fb86342fd6541e296f11c122fea83a01ad Author: Neil Loknath Date: Wed Dec 9 21:16:47 2009 -0700 Do not use 'this' for synchronization commit fb7a2bd53808714b43517bfbeb9781d5920bde88 Author: Neil Loknath Date: Tue Dec 1 10:58:22 2009 -0700 Downloading fixes * Properly handle canceling / requeuing when telepathy channel has not come across * Only remove expected & transferred bytes during downloading for cancelled & failed ones commit d2891579464157e974aabf492a8f79dc10a09711 Author: Neil Loknath Date: Sun Nov 29 22:59:16 2009 -0700 Have Dispatchers filter new channels This prevent Banshee from process channels not intended for it. commit 2df69406a9a62ea84e85bd6122cc3ff28982d0d5 Author: Neil Loknath Date: Tue Nov 24 23:39:04 2009 -0700 Merge 'downloading' branch * Make UI more indicative of what is happening, as Telepathy transfers can take some time to be initiated due to slow networks. * Prevent UI freeze when DBusTube has disappeared * Improve UI speed when queuing / cancelling downloads commit 43e349fc356b30c1a393806ba7dc425903c42e59 Author: Mathijs Dumon Date: Sat Nov 28 16:08:45 2009 +0000 Commit for version 0.2.3, adding true fullscreen feauture git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@20 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 717f0c28d31e8670a3f8aca6dc13eb25e4b3cea2 Author: Mathijs Dumon Date: Sat Nov 28 16:00:53 2009 +0000 Renamed to Contents before commit of version 0.2.3 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@19 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 0f861f7b8ec647da596236f204b3cc7bd250273c Author: Neil Loknath Date: Mon Nov 23 15:20:48 2009 -0700 Fix call to ResetState () on activity close commit c65c8df02977166b20d3d7d02cbb446a18d8131b Author: Neil Loknath Date: Mon Nov 23 12:55:18 2009 -0700 Clean up & less thrown exceptions in ContactSource commit dd47b8078d8867aaa37cfe32d8865ea9817eb7e4 Author: Neil Loknath Date: Sun Nov 22 22:55:36 2009 -0700 Add StopStreaming () method & display error on tube close If tube closes while a library download is in progress, display an error. commit 19d411326ae047ff6b5c96bb5e5553dbbb83b95c Author: Neil Loknath Date: Sat Nov 21 00:48:36 2009 -0700 Merge 'async' branch Call methods over the DBus tube asynchronously to prevent what appears to the user as a frozen UI. commit 7fb64c3aeec586917775c5a9ffeba35176202eaa Author: Mathijs Dumon Date: Sun Nov 22 20:25:04 2009 +0000 Updated search & related animation code, added scroll offset to animation (center position is pushed away), various bug fixes git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@17 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 69c856e25c3b266c21dd134caf8049cfbd8da32d Author: Neil Loknath Date: Fri Nov 20 09:32:10 2009 -0700 Clean up and hopefully fix 'Out of sync' exception Should prevent exception when disposing DispatchManager. commit 2adb50669cf057df8f8c2f5c83699511b67b2bf6 Author: Neil Loknath Date: Thu Nov 19 22:11:42 2009 -0700 Update addin.xml with version A little late, but I should remember for next time. commit 933bb0647cf6ad674c3906d513f0dd0bb74542ff Author: Neil Loknath Date: Thu Nov 19 16:47:27 2009 -0700 Fix debug msg for displaying stream server socket info commit f0bebeda612566c1f808674b1631e620c0d74d86 Author: Neil Loknath Date: Thu Nov 19 13:32:33 2009 -0700 Move RequestStreamTube () back to where it was for now commit 0d2083d31736f48d5f24659e6021c14224bc54c1 Author: Neil Loknath Date: Thu Nov 19 12:51:08 2009 -0700 Close socket after forwarding request commit 81dfb81871cb41048d6292f39551b2a6d99b7da6 Author: Neil Loknath Date: Thu Nov 19 02:33:46 2009 -0700 Modify for version 0.1.1 commit b7275cd1318a1879761e72185cc8186c54ebfefc Author: Neil Loknath Date: Thu Nov 19 01:33:34 2009 -0700 Add more debugging info related to streaming This will tell if the stream tube was accepted yet or not. If not, probably due to an extremely slow connection / tube. commit 6e78417169b21884e827f6679c3496b0a14457f2 Author: Neil Loknath Date: Thu Nov 19 01:21:48 2009 -0700 Clean up data on ContactSource constructor commit 0cbb47db5c0893186b03340361e08b4e0ff8bc9b Author: Neil Loknath Date: Thu Nov 19 01:03:19 2009 -0700 Only request stream tube when accepting a request commit 1d52b36942fbfde73c4ccb0519b934553ea5d783 Author: Neil Loknath Date: Thu Nov 19 00:34:20 2009 -0700 Log debug info related to streaming commit 0e2785c083783bdcb8ade568ed029f8d5cedabfe Author: Neil Loknath Date: Thu Nov 19 00:33:57 2009 -0700 Clean up data if tube gets closed commit ebccbaad6e3408cfeb7ec60fc8ef5a8522e35d44 Author: Neil Loknath Date: Wed Nov 18 23:54:52 2009 -0700 Add BaseWebServer.cs to csproj file commit 75ae5a29ed78eb04085ef1c942f6c9930362c757 Author: Neil Loknath Date: Wed Nov 18 23:15:47 2009 -0700 Added AM_INIT_AUTOMAKE([foreign tar-ustar]) to configure.ac Courtesy of Bertrand Lorentz. commit 5f212b55e8e7ca1aebca4bacdeadad09cc6c4024 Author: Neil Loknath Date: Wed Nov 18 22:44:45 2009 -0700 Added MC5 requirement to README commit 97f9c030affbc951e68759a927c05e39618fe7ff Author: Neil Loknath Date: Wed Nov 18 21:24:11 2009 -0700 Fix MonoDevelop solution file commit 9800d142c972b325f15954411429a23f74df703e Author: Neil Loknath Date: Wed Nov 18 21:04:34 2009 -0700 Fix 'make distcheck' and fix CPU bug Use a ManualResetEvent to block on the Download.Process () thread instead of continually looping. commit d291fb576d1a16db982c823b5c217520fb5bde54 Author: Mathijs Dumon Date: Wed Nov 18 11:13:06 2009 +0000 Added a few optimizations to CoverGroup rendering cycle. Now we only use Cairo and no GLSL shaders (to allow full software rendering) for the reflection. The scrolling algorthim has also been update so it doesn't do any unnecessary iterations. git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@15 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 7823e1f8004702a03e199f7f2f2fe00354b68b68 Author: Neil Loknath Date: Tue Nov 17 22:45:32 2009 -0700 Update README Changed Empathy version requirement. commit d98a5fd56f6ffa70537b51098c5249835a716e55 Author: Neil Loknath Date: Tue Nov 17 18:01:06 2009 -0700 Update README commit 71cd174ccb9f953469f332d2f7f64b8fcccb6c9e Author: Neil Loknath Date: Tue Nov 17 17:29:09 2009 -0700 Change Banshee dependancy to >= 1.5.1 commit 343e6da22fbdfd25e65fde023476512ccef0f073 Author: Neil Loknath Date: Tue Nov 17 15:33:37 2009 -0700 Add back ColumnCellContactStatusIndicator.cs I did not actually have Banshee 1.5.1 installed. commit be790d1ac1af78457a2f655d65ae5d2e9b60f581 Author: Neil Loknath Date: Tue Nov 17 12:43:27 2009 -0700 Remove build dependancies for Empathy and Gabble These are not needed to build. Will rely on the user being aware of what is needed for runtime by reading the documentation. commit 92e745e51b1c85a824792e377488e302828a67bb Author: Neil Loknath Date: Tue Nov 17 00:51:56 2009 -0700 Remove telepathy-glib check in configure.ac commit ec6abc47ccd72354acc8cb00f741f2d6584f9f34 Author: Neil Loknath Date: Tue Nov 17 00:42:49 2009 -0700 Add mono >= 2.4.2 requirement commit 8b11f2230968e0db160cc6d37e429fd33183264e Author: Neil Loknath Date: Tue Nov 17 00:36:46 2009 -0700 Add some version checks to configure.ac commit 39ff3a3af9b6b23f32096fefe9f2ebeb97d38fea Author: Neil Loknath Date: Mon Nov 16 23:19:23 2009 -0700 Update README commit 6f4210200c09a8317fcbcfdce27e9d073c84e477 Author: Neil Loknath Date: Mon Nov 16 23:10:20 2009 -0700 Update doc commit 18cd099aa7ce0c34b47b71d9777105de65ca67bd Author: Neil Loknath Date: Mon Nov 16 22:56:22 2009 -0700 BusG.Init () call required for bundled NDesk.DBus commit 44e97a51788b6efcf973decc8ea59f672ba9398c Author: Neil Loknath Date: Mon Nov 16 20:49:01 2009 -0700 Copy .config file to install dir commit 73062ee89a4da6d627659504038c60f830506737 Author: Neil Loknath Date: Mon Nov 16 19:21:09 2009 -0700 Bundle NDesk.DBus Still need to figure out how to copy Banshee.Telepathy.dll.config commit 23b7cd3c384b629f5769c33a3a92f26b2f57973e Author: Neil Loknath Date: Mon Nov 16 12:51:37 2009 -0700 Restore ColumnCellContactStatusIndicator.cs commit 29344379543ade2edaffc44024236aa6dbd01cd1 Author: Neil Loknath Date: Mon Nov 16 12:49:55 2009 -0700 Fix Makefile.am BaseWebServer.cs missing commit eb8d1e3e59527fd18d5c75ce7c3597eb1829f8eb Author: Neil Loknath Date: Mon Nov 16 12:36:11 2009 -0700 Merge changes for MC5 compatibility This is a WIP and probably doesn't compile. commit 507984f0d2978c810ffa5e142eee21912afbf4fc Author: Mathijs Dumon Date: Mon Nov 16 15:20:47 2009 +0000 new files for version 0.2 git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@13 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit d8609fc9d7940f60f3532cd98d049dda28ba44d5 Author: Mathijs Dumon Date: Mon Nov 16 15:15:52 2009 +0000 Split up into ClutterFlowTimeline.cs and FlowBehaviour git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@12 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 32f88c1828842b9756d913b30d6eaecf3c4841ff Author: Mathijs Dumon Date: Mon Nov 16 15:14:28 2009 +0000 Merged into ClutterFlowListView.cs git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@11 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit c01c6ed8e0498fd006c71734acd44cc7a5ae2c30 Author: Marcos Almeida Jr Date: Fri Oct 30 14:34:34 2009 +0000 git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@369 206ccb52-212b-0410-a55c-07e4721b525c commit 42192ad3402b4e0144d7984ec5a1a0e2cdf4819a Author: Mathijs Dumon Date: Sun Oct 18 14:52:54 2009 +0000 Move to trunk git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@7 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 65cedaf49f7422d82455fa1de4eb4508ab971585 Author: Mathijs Dumon Date: Sun Oct 18 14:51:50 2009 +0000 Move to trunk git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@6 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 0b8d4d2e36c0753511fff512c5d8dd18d3c73475 Author: Mathijs Dumon Date: Sun Oct 18 14:49:52 2009 +0000 Move to trunk git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@5 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 749bb381b9d86ebd835efc0429b471f657144378 Author: Mathijs Dumon Date: Sun Oct 18 14:49:02 2009 +0000 Move to trunk git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@4 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 00a94e2064b061a56056506ca52abf09bd5b50b3 Author: Mathijs Dumon Date: Sun Oct 18 14:47:58 2009 +0000 Move to trunk git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@3 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 0f5531d6efec1e0b00063c84cb99d0e97bb903ea Author: Mathijs Dumon Date: Sun Oct 18 14:46:21 2009 +0000 Create trunk git-svn-id: https://clutterflow.svn.sourceforge.net/svnroot/clutterflow/trunk@2 df4caec8-3d98-4697-9cf0-ec62fe0c6711 commit 2d9a6dd8741fde1c2f01d77bed36e660f336f3d5 Author: aksu Date: Thu Aug 27 18:33:23 2009 +0300 Fixed translation. Finnish one added commit fdae17f63a800b79eac1d79ab7c7197192831db0 Author: bertrand Date: Wed Aug 26 21:52:14 2009 +0000 * Banshee/Banshee.Plugins.Mirage.addin.xml.in: Have configure automatically set the catalog name. * Banshee/MiragePlugin.cs: Remove unnecessary using statement. git-svn-id: https://svn.hop.at/repos/mirage@102 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 340276f806a3410704e97b21cf942136c530d584 Author: Bertrand Lorentz Date: Wed Aug 26 23:32:39 2009 +0200 Update the almost-empty fr.po file commit 4de96d1ad9b126ce2194f334fd2e5aaedecb2af4 Author: Bertrand Lorentz Date: Wed Aug 26 23:30:14 2009 +0200 Change all calls to Catalog.GetString to use the Mono.Addins Localizer This is necessary for the translations to actually work. commit b697ed4842f34ba9270756a44c496a8c3ad82e0f Author: Bertrand Lorentz Date: Wed Aug 26 23:21:03 2009 +0200 Set the Localizer in the .addin.xml to make translations work The .addin.xml is now generated by configure from .addin.xml.in, so that the proper values for the Localizer are set automatically. commit bc3d4f8f3ef0dfa3feccf8e3a59d291de4d51a74 Author: Aksu Date: Tue Aug 25 17:12:25 2009 +0300 Improved dialog commit 87d3bfdc5138a624666608c55b795bba198ef9e2 Author: Chris Howie Date: Mon Aug 24 12:06:06 2009 -0400 Remove generated build system files and add .gitignore commit eafe08b387296861415d35f6a9ab4f0ad1a47ecb Author: Chris Howie Date: Mon Aug 24 12:03:26 2009 -0400 Fix makefiles for newer Tao, and add .gitignore commit 7f7ab85009e2341fa73e4ce5da3422a0dd519ec2 Author: Neil Loknath Date: Thu Aug 20 18:12:33 2009 -0600 Fix pkgconfig file commit cda37594cf8467eca0ac7ab752e3e4b875d80e38 Author: aksu Date: Thu Aug 20 14:53:38 2009 +0300 Better description for dialog and for buttons commit 8e814837c3c5f5432605ef38fdd2cef167b8bfa4 Author: aksu Date: Thu Aug 20 13:52:49 2009 +0300 Unnecessary file removed commit a5a89f2be46ff7c29ee024e2d7e2cb32df85e0a0 Author: Chris Howie Date: Wed Aug 19 16:45:48 2009 -0400 Remove ChangeLogs after Git migration commit afafa4eda4ef6e447e473a4994c28d97c87131f5 Author: Neil Loknath Date: Tue Aug 18 14:11:55 2009 -0600 Update Banshee.Telepathy.Net classes Left out due to BaseWebServer proposed patch to GIT master. Then, realized there are some important fixes that need to be applied. commit 62b0db878c9b30ce39e58bab402da1c70628e036 Author: Neil Loknath Date: Tue Aug 18 13:37:52 2009 -0600 Bring up-to-date with final GSoC work commit ef91fb42a2306ed2a15edaa7f86d2663a2de5110 Merge: 00f4473 62f498c Author: aksu Date: Tue Aug 18 15:40:31 2009 +0300 Merged bl8s-clone commit 00f44739547da8bc2c27a4f50050233690dace78 Author: aksu Date: Tue Aug 18 14:59:59 2009 +0300 refactoring commit 62f498c406fe43d71fac69406cbd11ba2c4e2f58 Author: Bertrand Lorentz Date: Fri Aug 14 18:35:13 2009 +0200 Add support for translations Also adding an almost empty French translation, to check if things are working. commit b779fb31bf57435697bf8e698eba7784216bf4b7 Author: Bertrand Lorentz Date: Fri Aug 14 18:16:06 2009 +0200 Change a few strings, to get them ready for translation commit a4683a070334133c5ad674f4e1ad76071a3874e3 Author: Bertrand Lorentz Date: Fri Aug 14 17:36:52 2009 +0200 Make the list of genre a ComboBox instead of a ComboBoxEntry The text is not editable, so the extra features of the ComboBoxEntry were not used. commit 3d97abcb1ea691f259c0d065b5af986a8871a2c2 Author: Bertrand Lorentz Date: Fri Aug 14 17:22:50 2009 +0200 Make the fetcher dialog non-modal This allows to interact with the banshee main window while the dialog is open. commit c2aa8935096ddd880a4987720ef22bae8bca2b12 Author: Bertrand Lorentz Date: Fri Aug 14 17:20:38 2009 +0200 Add a dependency on the Internet Radio addin This extension is then also disabled when the Internet Radio extension is disabled. commit 2dcc0998e8366d2f6116505ab5b9d680e47de2e4 Author: Bertrand Lorentz Date: Fri Aug 14 17:07:20 2009 +0200 Use the UniqueId property to find the Internet Radio source commit 1c44691409abb5c3bb96bf5e064a5761e13aa1ac Author: Bertrand Lorentz Date: Fri Aug 14 16:46:11 2009 +0200 Remove useless Hyena namespace prefixes Yes, I'm that detail-crazy ;) commit 5bd194a7bd28c80ab3408ae55e0a58b55a6fbc7e Author: Bertrand Lorentz Date: Fri Aug 14 16:36:12 2009 +0200 Add the --enable-user-extension option to configure This allows the extension to be installed for the current user only, instead of a system-wide installation. commit 13c543531dbad3f0de8ada54d7c2b30ba6dc22d9 Author: Bertrand Lorentz Date: Fri Aug 14 16:24:35 2009 +0200 Some further clean-up in Makefile.am commit 301c70b2f26d8ad5da060a217caee8675b3dff23 Author: Bertrand Lorentz Date: Fri Aug 14 16:16:14 2009 +0200 Fix dependencies in Makefile.am This prevents the compiler from being called twice when compiling the assembly with parallel make (make -j4). commit 60fdf6e894674eae9ed21cbc391c23e6540039d7 Author: Bertrand Lorentz Date: Fri Aug 14 16:10:16 2009 +0200 Add checks for gtk-sharp and banshee in configure.ac commit b7ceb8e7db3663ad91db8f03a31047debd3a6ee3 Author: Bertrand Lorentz Date: Fri Aug 14 16:00:24 2009 +0200 Remove references to the banshee.radiostationfetcher launcher commit 9becfc1e2a9019a911a0ce1fdf93d5d54bd244a8 Author: Bertrand Lorentz Date: Fri Aug 14 15:57:29 2009 +0200 Makefile.in is generated, so it shoould not be tracked by git commit 41674cfbb02589e4b365722bd43d0ac9e358949c Author: Bertrand Lorentz Date: Fri Aug 14 15:56:28 2009 +0200 Another file that should not be tracked commit 813e734ac6a5c8b10beb9d514fd793be894ffdf7 Author: Bertrand Lorentz Date: Fri Aug 14 15:35:29 2009 +0200 Clean-up of the .csproj file commit 6076afb9f5797bf222da496c4cca1e85594d8923 Author: Bertrand Lorentz Date: Fri Aug 14 15:34:47 2009 +0200 Add a .gitignore file commit 1d44db5d5c61ee0c263867c2c87050cd2a3b7f14 Author: Bertrand Lorentz Date: Fri Aug 14 15:33:22 2009 +0200 Remove file that should not be tracked by git commit e9522c574c9d6ecd1e4887f5f2daffe10232e8ec Author: aksu Date: Wed Aug 12 18:44:38 2009 +0300 Occasional interface hang with xiph fixed commit 13c386a72d8fad1f69c3c112a43f5d528469b67b Author: aksu Date: Wed Aug 12 18:08:14 2009 +0300 Improved exception handling commit e5037fcb427d9d2ed075150eb1c5085cc149eaca Author: Neil Loknath Date: Mon Aug 10 10:56:37 2009 -0600 Missed Makefile.include commit 788a0d97f72885ac079cade9e92ae70f239453bd Author: Neil Loknath Date: Mon Aug 10 10:49:14 2009 -0600 Initial commit commit 78889749d60c50f834b8b4da94c0a55f370e54ec Author: ds Date: Mon Aug 10 15:39:29 2009 +0000 * configure.ac: Bump version to 0.5.1 * Mirage/Mir.cs: Include Music duplicate search functions. * Banshee/MiragePlugin.cs: * Banshee/res/MirageMenu.xml: Song duplicate search based on acoustic music similarity properties. First experimental gui. * po/de.po: Updated German translation from Daniel Schindler git-svn-id: https://svn.hop.at/repos/mirage@101 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 348d9422380e89fe3da074a733bf2a41e1d5b1e9 Author: aksu Date: Sun Aug 9 22:58:37 2009 +0300 Exception logging fixed commit 1a08d6319f5801ef736026d96aed09ff0a29bb63 Author: aksu Date: Wed Aug 5 16:35:18 2009 +0300 Accelerators commit 6b1f8d8b12409ccd076feffbea7d9f56dd667527 Author: aksu Date: Wed Aug 5 16:18:22 2009 +0300 Refactoring add sources commit ccae39736724dbb21f3dca34fa901da32b25ed90 Author: aksu Date: Wed Aug 5 15:59:12 2009 +0300 Xiph query launched when dialog is shown commit a9eabfd9a037b7c00ab3cd91108259b81163adcc Author: aksu Date: Wed Aug 5 15:54:37 2009 +0300 Threading issues commit b8f11555cd9147b75fdeba6bcf88110924fd63cf Author: Aksu Date: Tue Aug 4 17:22:07 2009 +0300 Fixed statusmessages commit a7f9e6d7d54d3527e3ff1702454ac5d2e09792e0 Author: Aksu Date: Tue Aug 4 16:36:49 2009 +0300 Fixed statusmessages commit e556f39000cea4dde3cbb65ca5118d3e53dfdcd8 Author: Aksu Date: Tue Aug 4 15:48:54 2009 +0300 Fixed statusmessages commit 3e5be88606e47983f859a5a2642166ceaf4826df Author: aksu Date: Mon Aug 3 00:17:59 2009 +0300 Project started commit 1225d6ce20049aa00c4e1699e8923aace558b2e5 Author: aksu Date: Mon Aug 3 00:12:22 2009 +0300 Project started commit d782a2eba078c548b00ee3d9419898a2a0764da2 Author: aksu Date: Mon Aug 3 00:07:50 2009 +0300 Project started commit 57ac75680c720ce8da62ea9f7d030fb04f022646 Author: aksu Date: Mon Aug 3 00:00:41 2009 +0300 Project started commit c7f91cefe9901b67447f543d7e16752653bfa954 Author: bertrand Date: Wed Jul 22 18:10:58 2009 +0000 * Banshee/PlaylistGeneratorSource.cs: Do not allow the source to be deleted. * Banshee/MiragePlugin.cs: Fix debug message. git-svn-id: https://svn.hop.at/repos/mirage@100 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit f824439f545a3b413c47decf3ac6f031e2966d39 Author: Max Battcher Date: Thu Jun 18 18:30:15 2009 +0200 FIX: Magnatune's New Age playlists have an underscore Ignore-this: 1d06ea5dcefaa36f9efbbb1286959410 Pointed out by Jo Shields darcs-hash:20090618163015-a58ed-f613c316f923a71d21a33bebfdc895db9d71012c.gz commit 237647aa8fa30fb505893d27c12e043dfba78c3d Author: Max Battcher Date: Thu Jun 18 18:26:21 2009 +0200 Fixes to build Magnatune against more recent Banshee; Logging Ignore-this: 70ad1d7bdfaecd4a724c291486ba3692 Contributed by Jo Shields darcs-hash:20090618162621-a58ed-cb4c4a8173bbfabc408865fff275d8a2f1da6653.gz commit 367f083583f6dad3912b472273f5d74ef3d67445 Author: Max Battcher Date: Wed Jun 10 22:56:29 2009 +0200 Explicitly add MIT/X11 license to source files, LICENSE file Ignore-this: aed7e76368c899b4ee3f5a093b7dc4cb darcs-hash:20090610205629-a58ed-228a24d6e0c3b51d8cf9f27d9bf3a5607453c468.gz commit df8a193d93606d5adc7a928fb2419f848116732e Author: Christian Martellini Date: Thu Jun 4 09:03:29 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@158 3876dd14-234a-0410-a5e2-759f519755f9 commit 7f9f72bc835ee571119ccf266c295b190fde9211 Author: Christian Martellini Date: Thu Jun 4 08:48:38 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@157 3876dd14-234a-0410-a5e2-759f519755f9 commit 7199ad2074b148a539093d40c9a85a775946d779 Author: Christian Martellini Date: Thu Jun 4 08:40:04 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@156 3876dd14-234a-0410-a5e2-759f519755f9 commit eb77f82b646ea73fc3b6bca1aa2dd2f102439036 Author: Christian Martellini Date: Thu Jun 4 08:33:20 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@155 3876dd14-234a-0410-a5e2-759f519755f9 commit 542e877675fa3cc21e37e9e12b7c1f2f68d066c1 Author: Christian Martellini Date: Thu Jun 4 08:32:12 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@154 3876dd14-234a-0410-a5e2-759f519755f9 commit 3c2116cf681a29f9625b5c6657af4d78adb98f69 Author: Christian Martellini Date: Thu Jun 4 08:31:42 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@153 3876dd14-234a-0410-a5e2-759f519755f9 commit a235d407ebaa415cd6c120a4b4d7bedab0acaed8 Author: David Corrales Date: Sun May 31 06:56:12 2009 +0000 Added the COPYING file for proper Debian packaging. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@368 206ccb52-212b-0410-a55c-07e4721b525c commit 79e45599c0ffdec5772943ea1a78cc097adf1de3 Author: Bertrand Lorentz Date: Sat May 30 14:38:46 2009 +0000 * ChangeLog: Version 0.4.3 released. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@367 206ccb52-212b-0410-a55c-07e4721b525c commit 26e7f17218781171ef7af4f23e637001ddaf3105 Author: Bertrand Lorentz Date: Sat May 30 14:35:56 2009 +0000 * BUGS, README: Small updates git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@366 206ccb52-212b-0410-a55c-07e4721b525c commit f501783f526f23bb554b297a52f1e4e06ddaf0f8 Author: Bertrand Lorentz Date: Sat May 30 14:11:19 2009 +0000 * Banshee.AlarmClock.csproj: Still embed the .addin.xml as a resource. * configure.ac: Bump version to 0.4.3 git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@363 206ccb52-212b-0410-a55c-07e4721b525c commit 608cea594899b13aebc9007a39f404e8adc1b8dc Author: Bertrand Lorentz Date: Sat May 30 14:08:15 2009 +0000 * configure.ac, src/Banshee.AlarmClock.addin.xml, src/Banshee.AlarmClock.addin.xml.in: Have configure automatically put the version number in the .addin.xml. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@362 206ccb52-212b-0410-a55c-07e4721b525c commit 7bb07b6af7ce3f4b848375923d83e4b7ee8b8428 Author: Bertrand Lorentz Date: Sat May 30 11:05:23 2009 +0000 * COPYING, src/Alarm.cs, src/VolumeFade.cs, src/AlarmConfigDialog.cs, src/AlarmClockService.cs, src/ConfigurationSchema.cs, src/ConfigurationDialog.cs, src/SleepTimerConfigDialog.cs: Add copyright headers to all source files and update copyright information. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@361 206ccb52-212b-0410-a55c-07e4721b525c commit 1d01e62fcef71d13e88aeb10ea96ee330d1320bf Author: Bertrand Lorentz Date: Sat May 30 11:03:10 2009 +0000 * configure.ac: Rename configure option to --user-extension git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@360 206ccb52-212b-0410-a55c-07e4721b525c commit 1b71f3a5d842bff8bce9febe69be7a302d0661d0 Author: Bertrand Lorentz Date: Sat May 30 11:01:43 2009 +0000 * build/m4/shamrock/mono.m4: Fix typo git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@359 206ccb52-212b-0410-a55c-07e4721b525c commit 5b9bd1dbf409dc99dd11b261f06398db4ae8bc06 Author: Bertrand Lorentz Date: Sat May 30 11:00:47 2009 +0000 * alarm.mdp: * alarm.mds: * Banshee.AlarmClock.sln: * Banshee.AlarmClock.csproj: Convert solution and project files to the VisualStudio format. it's now the default for MonoDevelop 2.0. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@358 206ccb52-212b-0410-a55c-07e4721b525c commit a98f826b53047cc0f3265af1c0b5f95f6d16d57b Author: Chris Howie Date: Sun May 24 03:58:47 2009 +0000 * Banshee.OpenVP/OpenVPSourceContentProvider.cs: Fix bug causing an NRE if the provider is disposed before it is used. commit f88c85907e007fe7058409cda3cc320f507a8fdd Author: Chris Howie Date: Wed May 13 18:32:57 2009 +0000 * Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj: MD housekeeping. * Banshee.OpenVP.sln: * Banshee.OpenVP/AssemblyInfo.cs: * Banshee.OpenVP/BansheePlayerData.cs: * Banshee.OpenVP.Visualizations/Core.cs: * Banshee.OpenVP.Visualizations/Grid.cs: * Banshee.OpenVP.Visualizations/Inferno.cs: * Banshee.OpenVP.Visualizations/GlassWall.cs: * Banshee.OpenVP.Visualizations/Voiceprint.cs: * Banshee.OpenVP/VisualizationExtensionNode.cs: * Banshee.OpenVP/VisualizationDisplayWidget.cs: * Banshee.OpenVP.Visualizations/SimpleScope.cs: * Banshee.OpenVP.Visualizations/GreenFlower.cs: * Banshee.OpenVP.Visualizations/AssemblyInfo.cs: * Banshee.OpenVP/OpenVPSourceContentProvider.cs: * Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Update license to MIT/X11. * Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Makefile.in: * Banshee.OpenVP/Banshee.OpenVP.csproj: Update mono-addins version. commit e1afb8da30dd4d0c976a3b1465b98a5086304977 Author: Chris Howie Date: Mon May 11 18:30:01 2009 +0000 * Banshee.OpenVP/gtk-gui/gui.stetic: Remove Banshee.OpenVP.VisualizationDisplayWidget so MD doesn't regenerate the GUI code no longer used. * Banshee.OpenVP/VisualizationDisplayWidget.cs: Fix minor display issue that shows up when playback is paused and output scaling needs to happen. * Banshee.OpenVP/Banshee.OpenVP.csproj: MD housekeeping. commit 31cf10b01a60cf9a0c8a7eab34cb87f539a8c32a Author: Chris Howie Date: Thu May 7 17:22:37 2009 +0000 * Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Makefile.in: * Banshee.OpenVP/gtk-gui/gui.stetic: * Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs: Remove VisualizationDisplayWidget as a Stetic-managed widget. It's simple enough to construct manually now. * Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove unused ISourceContents implementation. Build UI manually now, and build the header extension separately. * Banshee.OpenVP/OpenVPSourceContentProvider.cs: Remove a debugging line and implement ISourceContents.HeaderExtension. commit 71b4f3cf7a927965c808aafc6c836183fc8b4968 Author: Chris Howie Date: Thu May 7 01:49:25 2009 +0000 * Banshee.OpenVP/VisualizationDisplayWidget.cs: Use mapped/unmapped events to determine when to activate/deactivate the BansheePlayerData instance. * Banshee.OpenVP/OpenVPSourceContentProvider.cs: Add OpenVPSourceContentProvider using the new SourceContentProvider model in Banshee to get the visualizer in the Now Playing source display. * Banshee.OpenVP/OpenVPSource.cs: Remove OpenVPSource in favor of OpenVPSourceContentProvider. * Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Makefile.in: * Banshee.OpenVP/gtk-gui/gui.stetic: * Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP.Visualizations/Makefile.am: * Banshee.OpenVP.Visualizations/Makefile.in: MD housekeeping. * Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml: Switch from OpenVPSource to OpenVPSourceContentProvider. commit e93a72f6c521cf078fdc093040e8128a0b21fd7c Author: Christian Martellini Date: Mon Apr 20 13:25:52 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@152 3876dd14-234a-0410-a5e2-759f519755f9 commit 3936a8ddb31766bb2ba76adf6ab5535ca9f1580d Author: Christian Martellini Date: Fri Apr 17 12:59:11 2009 +0000 Esc key hide the lyrics window git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@151 3876dd14-234a-0410-a5e2-759f519755f9 commit 3da67131bf903ca361466412ed1f0c401c927e71 Author: Christian Martellini Date: Wed Apr 15 15:06:25 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@150 3876dd14-234a-0410-a5e2-759f519755f9 commit db4b5a58f272d5f7fc066db0576d4af49424b423 Author: Christian Martellini Date: Wed Apr 15 15:06:05 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@149 3876dd14-234a-0410-a5e2-759f519755f9 commit 19ecd9b110abbd6320635f33ab512a046c4474a6 Author: Christian Martellini Date: Wed Apr 15 15:05:21 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@148 3876dd14-234a-0410-a5e2-759f519755f9 commit eeb499f7eae560d478056cac2218ad451457ed85 Author: Christian Martellini Date: Wed Apr 15 14:44:25 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@147 3876dd14-234a-0410-a5e2-759f519755f9 commit d5f009b20ab7b8f21737652ab4df56a4ec2bd0e4 Author: Christian Martellini Date: Wed Apr 15 14:35:50 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@146 3876dd14-234a-0410-a5e2-759f519755f9 commit 2364ca5add0a773ce50b68f4db8155bbaa746bf6 Author: Christian Martellini Date: Wed Apr 15 14:24:56 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@145 3876dd14-234a-0410-a5e2-759f519755f9 commit 90c8e6c3a0f106d006671d64993571db2f963f5b Author: Christian Martellini Date: Wed Apr 15 14:23:14 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@144 3876dd14-234a-0410-a5e2-759f519755f9 commit b794d1c2edba66ef72626af10469636ce1ff44e0 Author: Christian Martellini Date: Wed Apr 15 14:12:04 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@143 3876dd14-234a-0410-a5e2-759f519755f9 commit d32ca7da9f3a9389ad0fe56cf220de982810ebac Author: Christian Martellini Date: Wed Apr 15 14:11:18 2009 +0000 disable refresh button if the plugin is in insert mode. git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@142 3876dd14-234a-0410-a5e2-759f519755f9 commit bc66696cb9232a7813c0a3dafac48eb5837a5d37 Author: Christian Martellini Date: Wed Apr 15 13:31:06 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@141 3876dd14-234a-0410-a5e2-759f519755f9 commit 77f38a19dc1eef1f9bbb09329d6431a717ad4b7d Author: Christian Martellini Date: Wed Apr 15 13:08:55 2009 +0000 fixed some bugs git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@140 3876dd14-234a-0410-a5e2-759f519755f9 commit 101d47cc53cec3965598e7d88de2e55a1207a122 Author: Christian Martellini Date: Wed Apr 15 10:02:53 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@139 3876dd14-234a-0410-a5e2-759f519755f9 commit 9f63c43603ab93e3284162d523832b43d5b05ffd Author: Christian Martellini Date: Wed Apr 15 09:28:07 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@138 3876dd14-234a-0410-a5e2-759f519755f9 commit b87b7dd5e81588e96b570166078a31cd9740c6a0 Author: Christian Martellini Date: Wed Apr 15 08:48:20 2009 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@137 3876dd14-234a-0410-a5e2-759f519755f9 commit 12b340abf8e6e0f8d4cd9e248b9a36a06f42cc24 Author: bertrand Date: Fri Mar 13 17:07:29 2009 +0000 * configure.ac: Use banshee-mirage for naming the translation files, to avoid conflicts. git-svn-id: https://svn.hop.at/repos/mirage@99 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 8cd6a83058053e4f8cf6b27a0e3cac9acb387f48 Author: Marcos Almeida Jr Date: Tue Mar 10 01:02:16 2009 +0000 initial check in of banshee-awn-plugin git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@357 206ccb52-212b-0410-a55c-07e4721b525c commit 1c18feeb52e0cd1b01ef5ae82c1374e4200d96b7 Author: ds Date: Mon Mar 9 11:27:29 2009 +0000 * NEWS: Release Mirage 0.5. git-svn-id: https://svn.hop.at/repos/mirage@98 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit a0d2a91a341311c12735d5fa72dfcfcda974eb2a Author: ds Date: Sun Mar 8 16:49:24 2009 +0000 * Banshee/MirageConfiguration.cs: First step towards automatic scanning of the music collection. git-svn-id: https://svn.hop.at/repos/mirage@97 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 32c2a45bfbc629dacaa8568099b06a9389706916 Author: ds Date: Sat Mar 7 18:16:55 2009 +0000 * Banshee/SimilarityCalculator.cs: * Banshee/PlaylistGeneratorSource.cs: Fix issue #28: "more manually added songs are removed and not integrated". Manually added songs are appended to the current playlist, they are added to the "played" list so they are not removed, new suggestions for these songs are computed and appended. git-svn-id: https://svn.hop.at/repos/mirage@96 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 89703fd0441afb952d2fa8e997b712c8ba3c63a2 Author: ds Date: Sat Mar 7 16:57:20 2009 +0000 * Banshee/MiragePlugin.cs: Add "--mirage-db=" debugging helper. Use the command line parameter if you want Banshee to use a different Mirage database. * Banshee/res/ActiveSourceUI.xml: * Banshee/PlaylistGeneratorSource.cs: Playlist generation fixes. Not finished yet. git-svn-id: https://svn.hop.at/repos/mirage@95 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 4ce5e195b511610d2e129120673a8d8b361a80f8 Author: ds Date: Thu Mar 5 11:25:13 2009 +0000 * Banshee/res/ActiveSourceUI.xml: * Banshee/Makefile.am: * Banshee/PlaylistGeneratorSource.cs: Add "Clear" and "Save Playlist" button and implementation to the Playlist menu-bar. git-svn-id: https://svn.hop.at/repos/mirage@94 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 6f78d9fe977e1851f85dc5e213734f0d1f4d6f11 Author: ds Date: Wed Mar 4 10:28:25 2009 +0000 * Mirage/MirageDbMigrator.cs: Bump model database version * Banshee/PlaylistGeneratorSource.cs: Fix skipped list, only take last song as a seed song for further playlists git-svn-id: https://svn.hop.at/repos/mirage@93 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit fc1792b5d0f3a54e5ce09eda208b7e2eb0fe05e4 Author: ds Date: Tue Mar 3 13:45:46 2009 +0000 * Mirage/CovarianceMatrix.cs: deleted, no longer needed integrated in Scms. * Mirage/Makefile.am: Remove CovarianceMatrix.cs * Mirage/res/dct.filter, Mirage/res/writefilters.m: Update binary filters. * Mirage/Db.cs: Update to work with the new Scms Object. * Mirage/Scms.cs, Mirage/Mir.cs: Serialization Updates, Update KLD. * Mirage/Mfcc.cs: Indentation fixes git-svn-id: https://svn.hop.at/repos/mirage@92 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 3bf96e7299de8ae85238cbf120af7ffaf736cd23 Author: ds Date: Fri Feb 27 14:45:26 2009 +0000 * Mirage/Mfcc.cs: Performance optimization of MFCC computation. MFCCs now take only 10% of the time to compute * Mirage/res/writefilters.m: Include the 0th MFCC coefficient. This will improve the similarity models. ATTENTION: The filters are not yet written to the binary files. git-svn-id: https://svn.hop.at/repos/mirage@91 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit a96cd1701503894ff375f88f2eed98de90829e15 Author: ds Date: Fri Feb 27 11:38:49 2009 +0000 Include the 0th MFCC coefficient! This is a rather important fix for the similarity models. git-svn-id: https://svn.hop.at/repos/mirage@90 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 2146c4b346d9cdf2312f0b8b83a3d8d0e43f8132 Author: bertrand Date: Mon Feb 16 22:26:33 2009 +0000 * Banshee/MirageConfiguration.cs: * Banshee/SimilarityCalculator.cs: DistanceCeiling needed to be a SchemaEntry in order to work. git-svn-id: https://svn.hop.at/repos/mirage@89 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 07fd3172e0b6d6c2fb9e62041524672ae2be436a Author: bertrand Date: Sat Feb 14 16:06:41 2009 +0000 * Mirage/Mir.cs: Add a parameter to the SimilarTracks method to ignore tracks whose distance to the seeds is below this threshold. Inspired by a patch by Wade Menard. * Banshee/Makefile.am: * Banshee/MiragePlugin.cs: * Banshee/MirageConfiguration.cs: Move configuration to its own file. * Banshee/SimilarityCalculator.cs: Use the playlist length and distance ceiling values from the configuration. Rename the delegate for clarity. * Banshee/PlaylistGeneratorSource.cs: Use MirageConfiguration, and make the playlist length configurable. git-svn-id: https://svn.hop.at/repos/mirage@88 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 1f7324452079760ab81880017a8cdd400cb690e4 Author: bertrand Date: Sat Feb 14 12:00:38 2009 +0000 * Banshee/PlaylistGeneratorSource.cs: Exclude tracks that are removed manually. Patch from Wade Menard, with some modifications by me (Issue #22). git-svn-id: https://svn.hop.at/repos/mirage@87 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit a3fccc4556c64c3c9de7e917224c8c15d93c4a65 Author: bertrand Date: Thu Feb 12 20:45:13 2009 +0000 * mirage/Test/Makefile.am: * mirage/Mirage/Makefile.am: * mirage/Banshee/Makefile.am: Add the specific references that are needed. * mirage/build/build.mk: Do not automatically reference the banshee libs. git-svn-id: https://svn.hop.at/repos/mirage@86 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 3ce686a0e0530bc4e330d5b3a04cfd97501e961d Author: bertrand Date: Sun Feb 8 21:29:57 2009 +0000 * mirage/autogen.sh: Properly detect when libtool and libtoolize are needed. Should fix compilation issues with recent libtool versions. git-svn-id: https://svn.hop.at/repos/mirage@85 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 38157f78294266cbd19ab8fcd677f9248f483f13 Author: Bertrand Lorentz Date: Sun Feb 8 19:44:41 2009 +0000 * Banshee.CoverWallpaper/configure.ac: * Banshee.CoverWallpaper/Makefile.include: Install to the banshee system-wide extension directory by default, or to the user directory if the --enable-user-extension configure option is used. * Banshee.CoverWallpaper/Banshee.CoverWallpaper.make: Remove references to the pc file. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@355 206ccb52-212b-0410-a55c-07e4721b525c commit aeded4472c825857157cbaa8b0edf102f8386b00 Author: David Corrales Date: Sun Feb 8 19:25:34 2009 +0000 * Banshee.CoverWallpaper.csproj: Remove the pc.in file generation. * banshee.coverwallpaper.pc.in: Removed because it's not used. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@354 206ccb52-212b-0410-a55c-07e4721b525c commit 08526439126f8ef4d5fa7c48640f1bbe3dc3b37a Author: David Corrales Date: Sun Feb 8 18:53:29 2009 +0000 * Banshee.CoverWallpaper.addin.xml: Set plugin version to 0.1 and change the URL to point to the unofficial banshee plugins website. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@353 206ccb52-212b-0410-a55c-07e4721b525c commit bed4930f4642583f23b07f43142e16a3e57dde36 Author: David Corrales Date: Sun Feb 8 18:41:25 2009 +0000 * Banshee.CoverWallpaper/CoverWallpaperService.cs: Changed an error to be recorded via the Hyena log, instead of the console. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@352 206ccb52-212b-0410-a55c-07e4721b525c commit ad17cf120a3d9cfc5cf95cb717f9cc8cc4865fd6 Author: David Corrales Date: Sun Feb 8 18:35:52 2009 +0000 * Banshee.CoverWallpaper.csproj: Add the Hyena reference to log errors. * Banshee.CoverWallpaper/CoverWallpaperService.cs: Change tabs for spaces and remove the Schema property since it's unnecesary. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@351 206ccb52-212b-0410-a55c-07e4721b525c commit 922193f0d0f2452e6dc83299284fb02bf9b530dd Author: Bertrand Lorentz Date: Sun Feb 8 18:21:22 2009 +0000 * Banshee.CoverWallpaper/Banshee.CoverWallpaper/CoverWallpaperService.cs: Simplify the initialization sequence, and remove an unused field. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@350 206ccb52-212b-0410-a55c-07e4721b525c commit ca47cc3e74b74737e276428be79d2d2e6f7554b9 Author: David Corrales Date: Sun Feb 8 17:36:07 2009 +0000 Add the autotools initial files. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@349 206ccb52-212b-0410-a55c-07e4721b525c commit 9ec8c2a1e9b10b773478683266e87987a4a8c458 Author: David Corrales Date: Sun Feb 8 17:11:14 2009 +0000 Initial commit of the Banshee.Wallpaper plugin git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@348 206ccb52-212b-0410-a55c-07e4721b525c commit 7c852bd92a7ce09269a9c0e69543c3945b4778e9 Author: Chris Howie Date: Thu Feb 5 04:53:31 2009 +0000 * Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove debugging code. commit f34fee86e2b1d14c97b29116d853a275b9a973bc Author: Chris Howie Date: Thu Feb 5 04:52:55 2009 +0000 * Banshee.OpenVP.Visualizations/Makefile.in: Add Core.cs and GreenFlower.cs to sources list. * Banshee.OpenVP.Visualizations/Core.cs: Minor changes to type names. * Banshee.OpenVP/Gtk/GLWidget.cs: Don't create a new OpenGL context every time the widget is realized. * Banshee.OpenVP.sln: Re-enable ChangeLog integration. * Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Makefile.in: * Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP/resources/inferno.ovpb: * Banshee.OpenVP/resources/stargrid.ovpb: * Banshee.OpenVP/resources/greenflower.ovpb: Remove some unused serialized visualizations. * Banshee.OpenVP.Visualizations/Voiceprint.cs: Fix for OpenGL implementations without the GL_ARB_texture_non_power_of_two extension. * Banshee.OpenVP/gtk-gui/gui.stetic: * Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs: Add "Half resolution" checkbox that will halve the width and height of the rendering viewport. * Banshee.OpenVP/VisualizationDisplayWidget.cs: Add "Half resolution" checkbox that will halve the width and height of the rendering viewport. Add workaround for OpenGL implementations that don't provide GL_ARB_texture_non_power_of_two. commit e905d8f97b58f501bcd9db140c2fa8eb10f8689f Author: bertrand Date: Fri Jan 30 19:34:25 2009 +0000 * mirage/configure.ac: Use mirage instead of Mirage for the language files name. git-svn-id: https://svn.hop.at/repos/mirage@84 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 313cbbcd9753430b4ff250bf1c1d33866a1bc795 Author: bertrand Date: Fri Jan 30 19:24:34 2009 +0000 * mirage/ChangeLog: Fix my identification info. * mirage/configure.ac: Version bump git-svn-id: https://svn.hop.at/repos/mirage@83 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 93f17f1fdce485ea1ab4ff8d0b7bdfd4bdcd4e47 Author: bertrand Date: Fri Jan 30 19:20:46 2009 +0000 * mirage/Banshee/Banshee.Plugins.Mirage.addin.xml.in: Let configure set the version automatically and remove compatVersion attribute. git-svn-id: https://svn.hop.at/repos/mirage@82 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 353e48e85775eb0cfa686fe69e7a8960a9216015 Author: Chris Howie Date: Fri Jan 30 15:57:23 2009 +0000 * Banshee.OpenVP/Banshee.OpenVP/gtk-gui/gui.stetic: * Banshee.OpenVP/Banshee.OpenVP/gtk-gui/generated.cs: Some MD file regeneration. * Banshee.OpenVP/Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.am: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj: * Banshee.OpenVP/Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs: Fix makefile integration. * Banshee.OpenVP/Banshee.OpenVP/BansheePlayerData.cs: Tweak slice-dropping algorithm. commit 6b40fab355429968d367b0b3c92259123f3e8dbb Author: Chris Howie Date: Wed Jan 28 01:28:39 2009 +0000 * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Core.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/GreenFlower.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/resources/Banshee.OpenVP.Visualizations.addin.xml: Added two new visualizations. commit 8c0326794a26d749a26298d7dfd2479200a7744b Author: Chris Howie Date: Wed Jan 28 01:12:50 2009 +0000 * OpenVP-0.0.1/OpenVP/Makefile.am: * OpenVP-0.0.1/Cdh.Affe/Makefile.am: * OpenVP-0.0.1/OpenVP.Core/Makefile.am: * OpenVP-0.0.1/OpenVP.Core/Makefile.in: * OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.am: * OpenVP-0.0.1/OpenVP.Scripting/Makefile.am: Build system sync. * OpenVP-0.0.1/OpenVP.Core/BurstScope.cs: Rename namespace accidentally left over from the port. commit 70c9201454a7176495a6d8000251f12e3f9054d9 Author: Chris Howie Date: Fri Jan 23 21:30:32 2009 +0000 * Banshee.OpenVP/missing: * Banshee.OpenVP/install-sh: * Banshee.OpenVP/autogen.sh: * Banshee.OpenVP/aclocal.m4: * Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Makefile.in: * Banshee.OpenVP/configure.ac: * Banshee.OpenVP/expansions.m4: * Banshee.OpenVP/Makefile.include: * Banshee.OpenVP/Banshee.OpenVP/Makefile.in: * Banshee.OpenVP/Banshee.OpenVP/Makefile.am: * Banshee.OpenVP/Banshee.OpenVP/banshee.openvp.pc.in: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.am: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.in: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/banshee.openvp.visualizations.pc.in: Commit build system. commit 7332c28de9bd0d3d23c7e458f6c1cff5a9522dd4 Author: Chris Howie Date: Fri Jan 23 21:17:52 2009 +0000 * OpenVP-0.0.1/autom4te.cache: * OpenVP-0.0.1/autom4te.cache/requests: * OpenVP-0.0.1/autom4te.cache/output.0: * OpenVP-0.0.1/autom4te.cache/traces.1: * OpenVP-0.0.1/autom4te.cache/output.1: * OpenVP-0.0.1/autom4te.cache/traces.0: Remove mistakenly-committed cache directory. commit 036bfb47964ee3c343262c6535dbb6e8e72ed622 Author: Chris Howie Date: Fri Jan 23 21:13:21 2009 +0000 * OpenVP-0.0.1/missing: * OpenVP-0.0.1/autogen.sh: * OpenVP-0.0.1/aclocal.m4: * OpenVP-0.0.1/install-sh: * OpenVP-0.0.1/Makefile.in: * OpenVP-0.0.1/Makefile.am: * OpenVP-0.0.1/configure.ac: * OpenVP-0.0.1/expansions.m4: * OpenVP-0.0.1/autom4te.cache: * OpenVP-0.0.1/Makefile.include: * OpenVP-0.0.1/OpenVP/OpenVP.mdp: * OpenVP-0.0.1/OpenVP/Makefile.in: * OpenVP-0.0.1/OpenVP/Makefile.am: * OpenVP-0.0.1/OpenVP/openvp.pc.in: * OpenVP-0.0.1/Cdh.Affe/Makefile.in: * OpenVP-0.0.1/Cdh.Affe/Makefile.am: * OpenVP-0.0.1/Cdh.Affe/Cdh.Affe.mdp: * OpenVP-0.0.1/autom4te.cache/output.0: * OpenVP-0.0.1/autom4te.cache/requests: * OpenVP-0.0.1/OpenVP.Core/Makefile.am: * OpenVP-0.0.1/Cdh.Affe/cdh.affe.pc.in: * OpenVP-0.0.1/OpenVP.Core/Makefile.in: * OpenVP-0.0.1/autom4te.cache/traces.1: * OpenVP-0.0.1/autom4te.cache/output.1: * OpenVP-0.0.1/autom4te.cache/traces.0: * OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.am: * OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.in: * OpenVP-0.0.1/OpenVP.Core/OpenVP.Core.mdp: * OpenVP-0.0.1/OpenVP.Scripting/Makefile.in: * OpenVP-0.0.1/OpenVP.Scripting/Makefile.am: * OpenVP-0.0.1/OpenVP.Core/openvp.core.pc.in: * OpenVP-0.0.1/Cdh.Affe.Tests/Cdh.Affe.Tests.mdp: * OpenVP-0.0.1/OpenVP.Scripting/OpenVP.Scripting.mdp: * OpenVP-0.0.1/OpenVP.Scripting/openvp.scripting.pc.in: Commit build system for branch. commit df1d9386eaaf3f13c1bb329ce1e9cfd2fa85ee3a Author: Chris Howie Date: Fri Jan 23 20:56:03 2009 +0000 * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj: Rolling back some changes in r96. Looks like Gabriel accidentally turned on Makefile integration with these projects without actually committing any build system. commit 36fabdc2a0aa9697e1a60c8eab5d2fa0d9817da0 Author: Gabriel Burt Date: Thu Jan 22 23:03:47 2009 +0000 Set autogen.sh as executable, remove accidentally-committed .orig file commit aaea828db6867ecb3011b20d65b80321b1e7bf24 Author: Gabriel Burt Date: Thu Jan 22 22:59:14 2009 +0000 First pass at adding autotools support, committing build system generated by MonoDevelop commit 03d4bff5eda220008e4c898ea5037d9b8a522660 Author: Chris Howie Date: Thu Jan 22 22:26:01 2009 +0000 * Banshee.OpenVP.Visualizations/Inferno.cs: More tweaks. commit cae0cca9a8280309e67cfe815db2f5765187bfc0 Author: Chris Howie Date: Thu Jan 22 22:12:34 2009 +0000 * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: Some visual tweaks. commit 80e8a040f4fb9d882667971caa0aaa9f5ec5d9d4 Author: Chris Howie Date: Thu Jan 22 19:44:21 2009 +0000 * Banshee.OpenVP/Banshee.OpenVP/BansheePlayerData.cs: Tweak slice-dropping measurements. commit c72cd5988437ceb8374f5c300fb95216d38bd7ba Author: Chris Howie Date: Wed Jan 21 05:41:37 2009 +0000 * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Voiceprint.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/resources/Banshee.OpenVP.Visualizations.addin.xml: Add Voiceprint visualizations. * Banshee.OpenVP/Banshee.OpenVP/BansheePlayerData.cs: Improve the slice-dropping algorithm to cope with codecs that give us huge chunks of audio data (about 1/10 of a second at once was enough to confuse it). commit 33a7cb126bc3e409250c4258492ea8a4a11b1493 Author: Bertrand Lorentz Date: Sun Jan 4 09:59:25 2009 +0000 * banshee-alarm-plugin/configure.ac: Remove useless macro. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@347 206ccb52-212b-0410-a55c-07e4721b525c commit 65a9675528d017234e7ea9d265b541cbd1edf156 Author: bertrand Date: Sun Dec 28 14:24:36 2008 +0000 * mirage/configure.ac: * mirage/Banshee/MiragePlugin.cs: * mirage/Banshee/PlaylistGeneratorSource.cs: * mirage/Banshee/Banshee.Plugins.Mirage.addin.xml: * mirage/Banshee/Banshee.Plugins.Mirage.addin.xml.in: Use the localization through Mono.Addins, doing it directly breaks banshee's translations (Issue #27). * mirage/Banshee/Makefile.am: * mirage/Banshee/Config.cs.in: Remove the Config class that is now useless. git-svn-id: https://svn.hop.at/repos/mirage@81 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 17859763e7b03628ae870ccfacd8b42666b45321 Author: bertrand Date: Tue Dec 23 14:38:50 2008 +0000 * mirage/configure.ac: * mirage/build/build.mk: * mirage/Test/Makefile.am: Respect GMCS variable passed to configure. Patch by Iain Lane, from the debian package. git-svn-id: https://svn.hop.at/repos/mirage@80 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 3152dec964ef90cf5275bac353c254157a4a5c4f Author: Christian Martellini Date: Thu Dec 11 14:20:16 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@136 3876dd14-234a-0410-a5e2-759f519755f9 commit aa73057910c1379db15cb582918082460a240c11 Author: Christian Martellini Date: Wed Dec 10 23:36:18 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@135 3876dd14-234a-0410-a5e2-759f519755f9 commit a3d86e38a0e092d84f0ba925f71ec43d602c6f9e Author: Christian Martellini Date: Wed Dec 10 22:06:59 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@134 3876dd14-234a-0410-a5e2-759f519755f9 commit f7c4ffec88fe6894db2347ccd63cdf5beba41412 Author: Christian Martellini Date: Wed Dec 10 22:02:54 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@133 3876dd14-234a-0410-a5e2-759f519755f9 commit 871dea8dc304d154ad6c71a3d49953eca61d7b83 Author: Christian Martellini Date: Wed Dec 10 21:46:01 2008 +0000 Aggiornamenti per portare il plugin alla versione 1.4.1 di banshee git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@132 3876dd14-234a-0410-a5e2-759f519755f9 commit 4ba7619a8be71a1cfba1bd690dce5d83cd7a78d3 Author: Christian Martellini Date: Wed Dec 10 21:21:04 2008 +0000 modifche per supportare banshee 1.4 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@131 3876dd14-234a-0410-a5e2-759f519755f9 commit dbc5f5a0592372c47d154a6b3cb7519b38eb37df Author: ds Date: Tue Dec 2 10:31:55 2008 +0000 * po/it.po, po/LINGUAS: Add Italian translation. Thanks to Gianvito Cavasoli for the translation. * po/de.po, po/Mirage.pot: Update the German translation. * Banshee/MiragePlugin.cs: Remove spaces before "?" ("Hello ?" -> "Hello?") in two strings. git-svn-id: https://svn.hop.at/repos/mirage@79 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 8a7081997df3ab7cfb1a390bbd9e758f78ef31c5 Author: Bertrand Lorentz Date: Tue Nov 25 21:23:49 2008 +0000 * build/m4/shamrock/programs.m4: Do actually bail if a program is not found. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@346 206ccb52-212b-0410-a55c-07e4721b525c commit bb11de5dee27f84ff761680642b23030b31fd5d3 Author: Chris Howie Date: Tue Nov 18 02:30:37 2008 +0000 * Banshee.OpenVP/Banshee.OpenVP/VisualizationDisplayWidget.cs: Fixes NRE when the widget is destroyed before being realized. Fixes issue 6. Thanks to bertrand.lorentz for the patch. commit 43888d58c44f2f31a97a6d95cd25e00aa66f749d Author: Chris Howie Date: Mon Nov 17 16:08:25 2008 +0000 * Banshee.OpenVP/Banshee.OpenVP/VisualizationDisplayWidget.cs: Join with render thread on destruction to prevent a race that could potentially segfault Banshee. commit c57e9b538f8bcab7fc1c4b79b55138395ac3f4b7 Author: bertrand Date: Fri Nov 14 21:19:42 2008 +0000 * configure.ac: Update minimum gstreamer version to 0.10.15. git-svn-id: https://svn.hop.at/repos/mirage@78 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 29d57ae9a70486fb96c24c6baaeba1cb125d2167 Author: bertrand Date: Wed Nov 12 18:11:07 2008 +0000 git-svn-id: https://svn.hop.at/repos/mirage@77 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 11352e9ecd37a0bf40477913aa874c86faa51d06 Author: Chris Howie Date: Wed Nov 12 07:24:54 2008 +0000 A little housekeeping. commit 046ebc170766a04bc6b78f5d91bd3da7a8d47c02 Author: Chris Howie Date: Wed Nov 12 07:20:43 2008 +0000 * Banshee.OpenVP/Banshee.OpenVP.sln: * Banshee.OpenVP/Banshee.OpenVP.Visualizations: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Grid.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/resources: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/GlassWall.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/SimpleScope.cs: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.Visualizations: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/AssemblyInfo.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: * Banshee.OpenVP/Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.Visualizations/Grid.cs: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.Visualizations/GlassWall.cs: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.Visualizations/SimpleScope.cs: * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj: * Banshee.OpenVP/Banshee.OpenVP.Visualizations/resources/Banshee.OpenVP.Visualizations.addin.xml: Split off Banshee.OpenVP.Visualizations to its own assembly. * Banshee.OpenVP/Banshee.OpenVP/VisualizationDisplayWidget.cs: Make the data source inactive by default so it's not using CPU until the source is activated. * Banshee.OpenVP/Banshee.OpenVP/OpenVPSource.cs: Fix NRE disabling extension. commit c5163af97fbf7d0ba70d095768c9e6d5b31b82b1 Author: Chris Howie Date: Tue Nov 11 21:07:05 2008 +0000 * Banshee.OpenVP/Banshee.OpenVP/VisualizationDisplayWidget.cs: Fix race condition causing NRE. * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj: Track latest Banshee libraries. commit 049a06619aa5dd81aa1218edd3e50eed20b897ab Author: bertrand Date: Sun Nov 9 22:34:17 2008 +0000 * Banshee/MiragePlugin.cs: Fix a crash when a file not analyzed was deleted. git-svn-id: https://svn.hop.at/repos/mirage@76 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit d6da873e3fd727104e9246b545dc8a60ca931618 Author: bertrand Date: Sun Nov 9 16:38:29 2008 +0000 * Banshee/PlaylistGeneratorSource.cs: Select proper range to remove all tracks after the current one. git-svn-id: https://svn.hop.at/repos/mirage@75 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit ea4190dc0a05536bf7907cba7840b921875ec463 Author: bertrand Date: Sat Nov 8 18:12:05 2008 +0000 * NEWS: Update for upcoming release. git-svn-id: https://svn.hop.at/repos/mirage@74 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 8575b969d422682bc67bea224cdbfec41ce99d3d Author: bertrand Date: Sat Nov 8 18:09:48 2008 +0000 * Banshee/MiragePlugin.cs, Banshee/PlaylistGeneratorSource.cs, Banshee/res/GlobalUI.xml: Make the "Clear on quit" option not crash and actually work. Properly remove the actions when the extension is disabled. git-svn-id: https://svn.hop.at/repos/mirage@73 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 98f857162a7f6fa3c25443942246f123e2bc318a Author: bertrand Date: Sat Nov 8 17:25:11 2008 +0000 * Mirage/Db.cs: Set the was_reset flag when the database is reset. * Test/Makefile.am, Test/AssemblyInfo.cs.in, configure.ac, build/build.mk, Banshee/Makefile.am: Several build clean-ups. Bump version to 0.4.0. git-svn-id: https://svn.hop.at/repos/mirage@72 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 9ab9e78105a4fcfd4f189c99fbb189bcd1a82855 Author: bertrand Date: Sat Nov 8 17:22:17 2008 +0000 * Mirage/MirageDbMigrator.cs: Update database version, to reset it. git-svn-id: https://svn.hop.at/repos/mirage@71 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 99ae16f239a56acc9e5325252ca8d2320558766e Author: Bertrand Lorentz Date: Sat Nov 8 14:54:04 2008 +0000 * ChangeLog: Version 0.4.2 released. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@345 206ccb52-212b-0410-a55c-07e4721b525c commit 1854c44f927460eb18faa15f86232395a8fcdd8e Author: Bertrand Lorentz Date: Sat Nov 8 14:49:57 2008 +0000 * src/Alarm.cs: Do not start playing if the alarm is not enabled. * src/AlarmClockService.cs: Some more code cleanup. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@344 206ccb52-212b-0410-a55c-07e4721b525c commit 5631581c78183361b593fdedab0604ddb48583a8 Author: Bertrand Lorentz Date: Sat Nov 8 14:02:06 2008 +0000 * src/GConfSchemas.cs, src/Makefile.am, src/ConfigurationSchema.cs, src/AlarmClockService.cs, alarm.mdp: Rename GConfSchemas to ConfigurationSchema. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@343 206ccb52-212b-0410-a55c-07e4721b525c commit 9e4ead742f9f0dcb2a5572b3362df9dc026a1af5 Author: Bertrand Lorentz Date: Sat Nov 8 13:47:45 2008 +0000 * build/gconf-schema-rules, configure.ac: Make the GConf dependency optionnal. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@342 206ccb52-212b-0410-a55c-07e4721b525c commit 95bac8e972d59907ab018dc2cf23ab985785a388 Author: Bertrand Lorentz Date: Sat Nov 8 11:07:49 2008 +0000 * configure.ac: Update dependencies and bump version. * autogen.sh: Remove useless calls to glib-gettextize. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@341 206ccb52-212b-0410-a55c-07e4721b525c commit 72e92968ba5000aadfc614c9c3467e148cb85d38 Author: Bertrand Lorentz Date: Sat Nov 8 10:57:28 2008 +0000 * src/Alarm.cs, src/SleepTimerConfigDialog.cs, src/AssemblyInfo.cs.in, src/AlarmConfigDialog.cs, src/VolumeFade.cs, src/ConfigurationDialog.cs, src/AlarmClockService.cs: Improve code formatting and some other cosmetic stuff. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@340 206ccb52-212b-0410-a55c-07e4721b525c commit d5bb0cc13c21374779565b2d38a5ab587c42ada9 Author: ds Date: Wed Nov 5 22:54:09 2008 +0000 * Test/Main.cs: Automatic genre classification test program. Ran the current codebase on a small 100 songs collection. Reached 58% genre classification accuracy. * Banshee/SimilarityCalculator.cs: Increase the playlist length. git-svn-id: https://svn.hop.at/repos/mirage@70 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit e74afdb2a323442529e2db7ca4b251ac1c9cda29 Author: ds Date: Wed Nov 5 22:07:33 2008 +0000 * Mirage/Mir.cs: Array.Sort is no c++ partial_sort() git-svn-id: https://svn.hop.at/repos/mirage@69 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit b4e0a9680b8b59de72cf69c108cd7067f7bf646a Author: ds Date: Wed Nov 5 17:39:00 2008 +0000 * Mirage/Mir.cs, Banshee/SimilarityCalculator.cs: Truncate the playlist to the given length, so the Banshee UI does not hang with large collections. git-svn-id: https://svn.hop.at/repos/mirage@68 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit cdb02f94a6949bf8d6ce0eacc025364dac37ce6d Author: ds Date: Wed Nov 5 17:11:08 2008 +0000 * Mirage/Mir.cs: skip faulty models for the playlist git-svn-id: https://svn.hop.at/repos/mirage@67 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 979e64e6e960ac8ae66293f5e4a52c5e01f80b12 Author: ds Date: Wed Nov 5 16:26:16 2008 +0000 * Test/Main.cs: Modify the Testcase * Mirage/Matrix.cs: Remove tabs, unsafe {} changes * Mirage/Scms.cs: Faster distance computations, remove tabs * Mirage/AudioDecoder.cs: Change AudioDecoder to match the new libmirageaudio. * Mirage/Mir.cs: Adopt to the new AudioDecoder * Mirage/Mfcc.cs: remove tabs * libmirageaudio/gst-mirageaudio.c: Fix memory leaks with gstreamer. git-svn-id: https://svn.hop.at/repos/mirage@66 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 51cc85e00d4faa957c01bfd4876d78dc7a21b706 Author: ds Date: Fri Oct 31 15:51:55 2008 +0000 fix a typo git-svn-id: https://svn.hop.at/repos/mirage@65 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 608af0d8d950986f371203319dfddc7505ffa9a9 Author: ds Date: Fri Oct 31 15:40:44 2008 +0000 * Mirage/AudioDecoder.cs: Implement the FrameSelection method, this should improve the quality of the song models. Feature extraction also got faster by ~300ms on my machine. Work in progress. git-svn-id: https://svn.hop.at/repos/mirage@64 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit a7b33d68d3db469460db578cd691f3ff785ab67c Author: bertrand Date: Sun Oct 19 12:31:20 2008 +0000 * configure.ac: Update required banshee version. Should have done that earlier. git-svn-id: https://svn.hop.at/repos/mirage@63 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 392694c95747a205ad68b0502a5638d8b41e16f4 Author: bertrand Date: Sun Oct 19 12:17:02 2008 +0000 * Banshee/PlaylistGeneratorSource.cs: Make the error message a bit more informative. git-svn-id: https://svn.hop.at/repos/mirage@62 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit f2592b7c001e25b32b70b4c802299d38ccd511dd Author: bertrand Date: Sun Oct 19 12:00:13 2008 +0000 * Mirage/MirageDbMigrator.cs, Mirage/Db.cs, Banshee/MiragePlugin.cs: Add and use the WasReset property so that the extension knows when the mirage database has been emptied. git-svn-id: https://svn.hop.at/repos/mirage@61 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 66eb143bb8c2b50b15c8310dfd5ca7e7b690845a Author: bertrand Date: Fri Oct 17 16:08:00 2008 +0000 * Mirage/MirageDbMigrator.cs, Mirage/Matrix.cs, Mirage/Db.cs, Mirage/Scms.cs, Mirage/AudioDecoder.cs, Mirage/Mir.cs, Mirage/Mfcc.cs: Use format strings in the debug output. git-svn-id: https://svn.hop.at/repos/mirage@60 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 9868bb16b563dee6c717bddd552a681f75b6d837 Author: bertrand Date: Fri Oct 17 15:59:55 2008 +0000 * Mirage/Dbg.cs: Handle format strings in the debug output. * Mirage/MirageDbMigrator.cs, Mirage/Db.cs, Mirage/Makefile.am: Handle database migration, with a lot of borrowing from the banshee code. * Banshee/SimilarityCalculator.cs, Banshee/MiragePlugin.cs, Banshee/PlaylistGeneratorSource.cs: Update copyright. git-svn-id: https://svn.hop.at/repos/mirage@59 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit af4c857d13eaf871a1a1e4c8c2a17e393813a6a1 Author: bertrand Date: Fri Oct 17 13:51:17 2008 +0000 * Banshee/ContinuousGeneratorSource.cs: Merged into PlaylistGeneratorSource. * Banshee/SimilarityCalculator.cs, Banshee/Config.cs.in: Change the namespace. * Banshee/Banshee.Plugins.Mirage.addin.xml: The extension is now enabled by default. * Banshee/MiragePlugin.cs, Banshee/PlaylistGeneratorSource.cs: The two playlist classes are merged into one, and it's now a PlaylistSource. * Banshee/res/GlobalUI.xml: Context menu items. * Banshee/Makefile.am: File addition and deletion. git-svn-id: https://svn.hop.at/repos/mirage@58 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 96cb1eea2bb93cd8ef5d9c6744871eb9ed780b99 Author: bertrand Date: Tue Oct 14 19:06:06 2008 +0000 * Banshee/PlaylistGeneratorSource.cs: Update to compile with banshee 1.3.2. git-svn-id: https://svn.hop.at/repos/mirage@57 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit f817c648f3dcbaf740661cb24a9af2fe160191da Author: Chris Howie Date: Fri Oct 10 22:17:13 2008 +0000 * Banshee.OpenVP/VisualizationDisplayWidget.cs, Banshee.OpenVP/OpenVPSource.cs: Set the BansheePlayerData instance inactive when the source isn't active. * Banshee.OpenVP/BansheePlayerData.cs: Allow source to be set inactive when not in use so the GStreamer backend can disable the visualization pipeline. * Banshee.OpenVP/Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Use the native spectrum length instead of 512. commit 500e530b4ef36cfa5ce8c4eb04845f007717e727 Author: Chris Howie Date: Fri Oct 10 04:39:59 2008 +0000 * Banshee.OpenVP/BansheePlayerData.cs: Fix typo bug causing stereo downmixing to a non-native length to return all zeros. * Banshee.OpenVP/OpenVPSource.cs: Track change to Banshee API. * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs, Banshee.OpenVP/Banshee.OpenVP.Visualizations/Grid.cs: Use native PCM data length. commit 96cff6ca9d7b732433f71104315a05e76866667a Author: Chris Howie Date: Fri Oct 10 04:28:18 2008 +0000 * OpenVP.Core/ScopeBase.cs: Copy r77 from trunk. commit a8de99fc1fc144c753ef5a6e8a987281101b3411 Author: Chris Howie Date: Mon Oct 6 19:57:13 2008 +0000 * Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml, Banshee.OpenVP/Banshee.OpenVP.csproj, Banshee.OpenVP/Banshee.OpenVP.Visualizations/GlassWall.cs: Add Glass Wall visualization. commit 2a1094445191f61303040a0dd1899400eb28ff29 Author: ds Date: Tue Aug 26 21:29:44 2008 +0000 * Mirage/res/filterweights.filter, Mirage/res/dct.filter, Mirage/res/writefilters.m: Add new filters for 22050hz Audio sampling rate. This will result in better Scms models. ATTENTION: All models need to be recomputed!! * Mirage/Mir.cs: Change Samplingrate to 22050 and windowsize 1024. * libmirageaudio/gst-mirageaudio.c: small cleanup, remove an unused constant. git-svn-id: https://svn.hop.at/repos/mirage@56 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 45b721f034365f72662b36ca086ff2a89b06c88b Author: Chris Howie Date: Tue Aug 26 17:24:48 2008 +0000 * Banshee.OpenVP/Gtk/GLWidget.cs: Check if GLWidget.visual is null before calling glXDestroyContext. (Fixes issue 2.) commit 0d288a8de245adb0117d7710a0b935c68c822a28 Author: Chris Howie Date: Mon Aug 25 17:26:00 2008 +0000 * Banshee.OpenVP/VisualizationDisplayWidget.cs: Fix render loop issue. commit f55fed1257029befb3aa18c27936251950a53a0a Author: Chris Howie Date: Mon Aug 25 15:54:49 2008 +0000 * Banshee.OpenVP/VisualizationDisplayWidget.cs, Banshee.OpenVP/BansheePlayerData.cs, Banshee.OpenVP/Gtk/GLWidget.cs, Banshee.OpenVP/VisualizationExtensionNode.cs, Banshee.OpenVP/OpenVPSource.cs, Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs, Banshee.OpenVP/Banshee.OpenVP.Visualizations/SimpleScope.cs, Banshee.OpenVP/Banshee.OpenVP.Visualizations/Grid.cs, Banshee.OpenVP/Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Convert tabs to 4 spaces. * Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml, Banshee.OpenVP/Banshee.OpenVP.csproj, Banshee.OpenVP/OpenVPService.cs: Remove OpenVPService, which has been replaced by OpenVPSource. commit bc92e2922e72eaf5f0632d1f37afc2ff543f8e32 Author: Chris Howie Date: Mon Aug 25 15:45:37 2008 +0000 * Banshee.OpenVP/BansheePlayerData.cs: Add stereo->mono and mono->stereo conversions. Removed some duplicated code. * Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml, Banshee.OpenVP/Banshee.OpenVP.csproj, Banshee.OpenVP/Banshee.OpenVP.Visualizations/Grid.cs: Add Grid visualization. commit ab515ccb3b63684c922fa6b94d562a17362c7b0e Author: Chris Howie Date: Mon Aug 25 14:42:36 2008 +0000 * Banshee.OpenVP/Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Tweak spectrum analyzer. commit 1166b6ad65b9bb785bd3e83024e94ed572ce78a6 Author: Chris Howie Date: Sun Aug 24 07:07:00 2008 +0000 * Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml, Banshee.OpenVP/Banshee.OpenVP.csproj, Banshee.OpenVP/Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Add simple spectrum analyzer visualization. commit fd31e8929047656cfabbbfd1a586a2308812f49e Author: Chris Howie Date: Sun Aug 24 06:17:52 2008 +0000 * Banshee.OpenVP/VisualizationDisplayWidget.cs: Automatically select the first visualization available. Remove debugging console writes. Don't clear the screen if no data slice is available on redraw but there is a visualization selected. * Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml, Banshee.OpenVP/Banshee.OpenVP.csproj, Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: Add Inferno visualization. * Banshee.OpenVP/Banshee.OpenVP.Visualizations/SimpleScope.cs: Remove movement and make scope linear. (It is supposed to be simple after all.) commit 9ef69c558c23a5a5a5b409292a24c6b0785ee3c2 Author: Chris Howie Date: Sun Aug 24 05:17:20 2008 +0000 * OpenVP.Core/MovementBase.cs, OpenVP.Core/ScopeBase.cs, OpenVP.Core/OpenVP.Core.mdp: Merge r65 with 0.0.1 branch. * Cdh.Affe/Cdh.Affe.mdp: Add jay/skeleton.cs with compilation disabled. commit 6f6582e286565a9f05ca5fcfd5ff10829443f455 Author: Chris Howie Date: Sun Aug 24 04:27:49 2008 +0000 * ChangeLog, Banshee.OpenVP/ChangeLog: Add change logs. * Banshee.OpenVP/VisualizationDisplayWidget.cs: Switch to a single-threaded GL model. Rendering now happens on the GTK mainloop thread. Added NullPlayerData as a beat detector. * Banshee.OpenVP/Gtk/GLWidget.cs: Re-enable built-in expose event handler contents and fix OnRender to store the handler instead of catching NRE (aside from being inefficient, this could discard NREs thrown by the event handler). * Banshee.OpenVP/Banshee.OpenVP.Visualizations/SimpleScope.cs: Enable mirror. commit d3b5411a5a659aa8e158f72aaa8afdcd4a80d58d Author: Chris Howie Date: Sun Aug 24 00:59:07 2008 +0000 * Import Banshee.OpenVP. commit 2484a3663233e29f6df079efc2677c3aac817402 Author: Chris Howie Date: Thu Aug 21 15:58:57 2008 +0000 * Cdh.Affe.Tests/Cdh.Affe.Tests.mdp, OpenVP/OpenVP.mdp, OpenVP.Scripting/OpenVP.Scripting.mdp, OpenVP.mds, OpenVP.Core/OpenVP.Core.mdp, Cdh.Affe/Cdh.Affe.mdp: Tweak project options. commit 662dced52db15e8c481af11cebc317995767c618 Author: Chris Howie Date: Thu Aug 21 15:14:13 2008 +0000 * contrib, contrib/Cdh.Affe.dll: Remove Cdh.Affe blob. * OpenVP.Scripting/OpenVP.Scripting.mdp, OpenVP.Core/OpenVP.Core.mdp: Switch dependency from Cdh.Affe blob to the project. commit 3bf662bc0d2de5314cb32eba0cf16f5bb9afd682 Author: Chris Howie Date: Thu Aug 21 15:11:33 2008 +0000 * Cdh.Affe.Tests, Cdh.Affe.Tests/AssemblyInfo.cs, Cdh.Affe.Tests/Tests.cs, Cdh.Affe.Tests/Main.cs, Cdh.Affe.Tests/Cdh.Affe.Tests.mdp, OpenVP.mds, Cdh.Affe, Cdh.Affe/affe-parser.cs, Cdh.Affe/AssemblyInfo.cs, Cdh.Affe/prebuild.sh, Cdh.Affe/AffeCompiler.cs, Cdh.Affe/SymbolTable.cs, Cdh.Affe/jay, Cdh.Affe/jay/skeleton.cs, Cdh.Affe/jay/affe-parser.jay, Cdh.Affe/Lexer.cs, Cdh.Affe/Tree.cs, Cdh.Affe/ScriptState.cs, Cdh.Affe/Symbol.cs, Cdh.Affe/Cdh.Affe.mdp, Cdh.Affe.Tests/ChangeLog, Cdh.Affe/ChangeLog: Import Cdh.Affe into the build tree. commit 6fdb19d5de53ba2cb5947683e8023b0b088b3020 Author: Chris Howie Date: Thu Aug 21 14:48:17 2008 +0000 * OpenVP/Metadata/AuthorAttribute.cs: Add XML documentation (from r57 on trunk). * OpenVP/AssemblyInfo.cs, OpenVP.Scripting/AssemblyInfo.cs, OpenVP.Core/AssemblyInfo.cs: Set assembly version. commit fbc28247e3b11ee8ef7d16d334a24d4d3dd19383 Author: Chris Howie Date: Thu Aug 21 14:37:11 2008 +0000 * Test, OpenVP.GtkGui, AudaciousUDPStub, OpenVP.mds: Remove projects not needed for the branch. commit b605cce2cbb89ad5b41d296803abd66d772ceff7 Author: Chris Howie Date: Thu Aug 21 14:08:11 2008 +0000 Branching for 0.0.1 release. commit 007a6f14800dab2d13f7e8914f1fa72e10cf1e90 Author: bertrand Date: Sun Aug 10 13:36:36 2008 +0000 * Banshee/ContinuousGeneratorSource.cs: Also refresh the playlist when we start playing the last track (Issue #6). Moved the refresh code to a method. git-svn-id: https://svn.hop.at/repos/mirage@55 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit cf74ac7efe84c27753177f5b025baf0d32d4cd4b Author: bertrand Date: Sat Aug 9 14:17:05 2008 +0000 * Banshee/PlaylistGeneratorSource.cs: Make the "previous" button work (Issue #7). git-svn-id: https://svn.hop.at/repos/mirage@54 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 66fa0042643f8192c532e2755ccd5b1e34b2492d Author: bertrand Date: Sat Aug 9 13:59:42 2008 +0000 * Banshee/ContinuousGeneratorSource.cs: Reset the current track after the playlist has been modified, so that the next track will be the right one (Issue #5). git-svn-id: https://svn.hop.at/repos/mirage@53 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 1563fd1b3dee886c0e64745f45980ba1b5edd41d Author: bertrand Date: Fri Aug 8 14:46:01 2008 +0000 * build/build.mk, libmirageaudio/Makefile.am: Allow parallel build with make -j2. Thanks to Nick for the report. git-svn-id: https://svn.hop.at/repos/mirage@52 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 1b7da11bfde2e7d879c74e652a1a9e2fcbff26b3 Author: bertrand Date: Thu Aug 7 17:42:11 2008 +0000 * configure.ac: Bump version. * libmirageaudio/gst-mirageaudio.c: Do not hang if a track cannot be processed. Fix a small memory leak. git-svn-id: https://svn.hop.at/repos/mirage@51 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 6a321639fbda4754238c3a7247bb58e4dfa53c85 Author: bertrand Date: Mon Aug 4 17:25:31 2008 +0000 Mirage 0.3 released. git-svn-id: https://svn.hop.at/repos/mirage@50 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit dabb7e24e9f642db0d1492625af26ff256862ebe Author: bertrand Date: Mon Aug 4 17:21:42 2008 +0000 * README: Update and spelling fix. * Banshee/Banshee.Plugins.Mirage.addin.xml: Fix version, add author. * NEWS: Update for 0.3. git-svn-id: https://svn.hop.at/repos/mirage@49 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit ab3c7bfb4796bcace4741fa9b1edeb26917420b3 Author: bertrand Date: Wed Jul 30 21:34:54 2008 +0000 * Test/Makefile.am: Do not install Test.exe. git-svn-id: https://svn.hop.at/repos/mirage@48 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit c729290e9f30062274d4ebd8776843549d0169c0 Author: bertrand Date: Mon Jul 28 21:29:04 2008 +0000 * configure.ac: Require banshee 1.2 or above. git-svn-id: https://svn.hop.at/repos/mirage@47 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 1f2f6de68930157facaaca35d333440f1907c1fb Author: bertrand Date: Sun Jul 27 18:16:46 2008 +0000 * Banshee/ContinuousGeneratorSource.cs, Banshee/PlaylistGeneratorSource.cs: Ugly fix to avoid crashes. It's because we are using DatabaseTrackInfo objects but not in a DatabaseSource, so we're not using the cache. git-svn-id: https://svn.hop.at/repos/mirage@46 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 5059e292549b70b565bd077c4928d1a728591c6f Author: bertrand Date: Sun Jul 27 18:08:26 2008 +0000 * Banshee/ContinuousGeneratorSource.cs, Banshee/MiragePlugin.cs, Banshee/PlaylistGeneratorSource.cs: Remove the tracks list, as it was redundant with the track_model. A bit of code clean up. git-svn-id: https://svn.hop.at/repos/mirage@45 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 4acf57806ad887392ff4b9046da20523d22d94ae Author: bertrand Date: Sun Jul 27 13:39:24 2008 +0000 * Banshee/MiragePlugin.cs: Fix the SQL error when re-processing a track that was already in MirageProcessed. Some code formatting fixes. git-svn-id: https://svn.hop.at/repos/mirage@44 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit a9287c6e42b60143dbc07dd8e21bad0c1c5783a7 Author: bertrand Date: Sat Jul 19 16:27:41 2008 +0000 * Banshee/PlaylistGeneratorSource.cs: Remove unused method. git-svn-id: https://svn.hop.at/repos/mirage@43 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit ed44c7486f09881fd0f508b4c2f3a6fa2a4980f0 Author: bertrand Date: Sat Jul 19 16:17:41 2008 +0000 * Banshee/MiragePlugin.cs: Implement the clean up of deleted tracks. git-svn-id: https://svn.hop.at/repos/mirage@42 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 1ebc065da6827d909826b4783a2e5608c89478e5 Author: bertrand Date: Sat Jul 19 16:17:01 2008 +0000 * Banshee/SimilarityCalculator.cs, Banshee/PlaylistGeneratorSource.cs: Do not crash if the seed track has not been analyzed, but show an error message in the source's status. git-svn-id: https://svn.hop.at/repos/mirage@41 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 360b079867ab24c9d5fd546f807372c5b2845406 Author: bertrand Date: Wed Jun 25 19:38:19 2008 +0000 Tell svn to ignore some files. git-svn-id: https://svn.hop.at/repos/mirage@40 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 2787d9e54d5b40a28642d5af138b379d6a4d8fa6 Author: bertrand Date: Wed Jun 25 19:14:18 2008 +0000 * Mirage/res/Makefile.am, Banshee/res/Makefile.am: Remove files that are now useless. git-svn-id: https://svn.hop.at/repos/mirage@39 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 0ba8f7ae3c8c88df1667a99473ca5bbfb4f12439 Author: bertrand Date: Wed Jun 25 18:58:09 2008 +0000 * AUTHORS: Adding myself * Banshee/Banshee.Plugins.Mirage.addin.xml: Add Mono.Addins metadata. * Banshee/PlaylistGeneratorView.cs, Banshee/PlaylistModel.cs, Banshee/TrackView.Columns, Banshee/TrackView.Columns/AlbumColumn.cs, Banshee/TrackView.Columns/ArtistColumn.cs, Banshee/TrackView.Columns/DateAddedColumn.cs, Banshee/TrackView.Columns/DurationColumn.cs, Banshee/TrackView.Columns/GenreColumn.cs, Banshee/TrackView.Columns/LastPlayedColumn.cs, Banshee/TrackView.Columns/PlayCountColumn.cs, Banshee/TrackView.Columns/RatingColumn.cs, Banshee/TrackView.Columns/TitleColumn.cs, Banshee/TrackView.Columns/TrackNumberColumn.cs, Banshee/TrackView.Columns/TrackViewColumn.cs, Banshee/TrackView.Columns/UriColumn.cs, Banshee/TrackView.Columns/YearColumn.cs: Remove obsolete stuff. * Banshee/SimilarityCalculator.cs: Put the SimilarityCalculator in its own file. * Test/AssemblyInfo.cs.in: Add file, to make build system happy. * Banshee/ContinuousGeneratorSource.cs, Banshee/MiragePlugin.cs, Banshee/PlaylistGeneratorSource.cs: Major changes to make it work with the new banshee. * build, build/build.mk: Add file included by Makefile.am. * Banshee/Makefile.am, Mirage/Makefile.am, Test/Makefile.am: Update the automake stuff. Use the common build.mk file. "make distcheck" should work now. * libmirageaudio/Makefile.am: Use the proper variable from configure. * configure.ac: Rework banshee path detection and fix "make distcheck". Version updated to 0.3.0. git-svn-id: https://svn.hop.at/repos/mirage@38 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit caf97b895287ca354f24fd8c276563f844c29cc1 Author: bertrand Date: Wed Jun 25 18:38:15 2008 +0000 * Banshee/AssemblyInfo.cs.in: Use "Extension". git-svn-id: https://svn.hop.at/repos/mirage@37 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit d428b5ae8bb3ee531a518480afceb1bf84ab0fd9 Author: bertrand Date: Wed Jun 25 07:45:35 2008 +0000 mod git-svn-id: https://svn.hop.at/repos/mirage@36 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 585f66408b34b07f92de5e4c0e4877af89926dd1 Author: ds Date: Wed Jun 25 07:44:23 2008 +0000 test git-svn-id: https://svn.hop.at/repos/mirage@35 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit bda69ed1cb71c54d879571bc032b39727d82d499 Author: Max Battcher Date: Mon Jun 16 03:43:26 2008 +0200 Add README, missing metadata in addins.xml darcs-hash:20080616014326-a58ed-4cdd4aef7ef3a8004d4af50d5ff2e85586f168fb.gz commit 3b483f13ce02dfea02a50631c8c603ec7af85abd Author: Max Battcher Date: Fri Jun 13 00:56:54 2008 +0200 Working Icon darcs-hash:20080612225654-a58ed-4f0435fb80c524fd271a9b8547ba8a3f401a77d4.gz commit c3bcff08bc63443ecf04b1979994b98396f2e9e4 Author: Max Battcher Date: Thu Jun 12 08:10:47 2008 +0200 Magnatune Radio! Finishes the goal of a membership-aware "Radio" plugin with simple branding and quick links to the Genre streams. Now for someone to extend this towards a "full" Magnatune plugin with full album browsing, "Buy Album" and "Download Album" actions, and awesomeness. darcs-hash:20080612061047-a58ed-f2f9a506978cd1fb25ab93385f259ba7cb5cdc8b.gz commit d198ea0ced61fb32ff68075ca0076e290e394442 Author: Max Battcher Date: Wed Jun 11 09:28:17 2008 +0200 Starting Gate This has the basic UI that I was looking for and with the simple hard-coded data I have a working test that should lead directly to a useful Magnatune "radio" plugin. darcs-hash:20080611072817-a58ed-bf7f415fc04d4bf5dac76bbae9461f53e19b20cb.gz commit 28f143b9dc32b538cc1e0485608797a01c32ed2c Author: Christian Martellini Date: Wed Jun 4 13:27:27 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@130 3876dd14-234a-0410-a5e2-759f519755f9 commit 36020b121cb9d26afadb6c8c4c0c3cc1bcdf5d09 Author: Chris Howie Date: Thu May 22 15:40:57 2008 +0000 * Test/Main.cs, OpenVP/IBeatDetector.cs, OpenVP/IRenderer.cs, OpenVP/TimedPresetBase.cs, OpenVP/NullPlayerData.cs, OpenVP/LinearPreset.cs, OpenVP.Core/DynamicMovement.cs, OpenVP.Core/ClearScreen.cs, OpenVP.Core/Laser.cs, OpenVP.Core/SuperScope.cs, OpenVP.Core/Buffer.cs, OpenVP.Core/BurstScope.cs, OpenVP.Core/Scope.cs, OpenVP.GtkGui/MainWindow.cs: Track API changes. * OpenVP/OpenVP.mdp: Add new IController interface to allow consumers of the framework to implement their own controller if necessary or desired. Rename Controller to SDLController. * OpenVP/Controller.cs, OpenVP/SDLController.cs: Rename Controller to SDLController. Implemented new IController interface. * OpenVP/Effect.cs: Track API changes. Implement IDeserializationCallback and provide empty virtual method to simplify deserialization when more than one class in an object's heirarchy needs to perform initialization post-deserialization. * OpenVP/IController.cs: Add new IController interface to allow consumers of the framework to implement their own controller if necessary or desired. * OpenVP.Core/MovementBase.cs: Track API changes. Fix bug that would cause deserialized objects to crash when rendered. commit 9da714f4333aebbddd1ed0c12c00e7fe72f04b5d Author: Chris Howie Date: Tue May 20 08:27:42 2008 +0000 * Test/Main.cs, OpenVP.GtkGui/MainWindow.cs, OpenVP.GtkGui/MemberEditors/EnumEditor.cs, OpenVP.GtkGui/MemberEditors/ScriptEditor.cs, OpenVP.GtkGui/MemberEditors/StringEditor.cs, OpenVP.GtkGui/MemberEditors/ColorEditor.cs, OpenVP.GtkGui/MemberEditors/BooleanEditor.cs, OpenVP.GtkGui/MemberEditors/UnknownEditor.cs, OpenVP.GtkGui/MemberEditors/NumericEditor.cs, OpenVP.GtkGui/EffectSelectorDialog.cs, OpenVP.GtkGui/Util.cs, OpenVP.GtkGui/MemberEditor.cs, OpenVP.GtkGui/BrowsableItem.cs, OpenVP.GtkGui/LinearPresetEditor.cs, OpenVP.GtkGui/Main.cs, OpenVP.GtkGui/BrowsableEditor.cs, OpenVP.GtkGui/KeyEntry.cs, AudaciousUDPStub/AudaciousUDPStub.c, OpenVP/IPreset.cs, OpenVP/Metadata/RangeAttribute.cs, OpenVP/Metadata/CategoryAttribute.cs, OpenVP/Metadata/BrowsableAttribute.cs, OpenVP/Metadata/DefaultValueAttribute.cs, OpenVP/Metadata/AuthorAttribute.cs, OpenVP/Metadata/DescriptionAttribute.cs, OpenVP/Metadata/FollowsAttribute.cs, OpenVP/Metadata/DisplayNameAttribute.cs, OpenVP/Color.cs, OpenVP/IBeatDetector.cs, OpenVP/IRenderer.cs, OpenVP/TimedPresetBase.cs, OpenVP/NullPlayerData.cs, OpenVP/Controller.cs, OpenVP/PlayerData.cs, OpenVP/Effect.cs, OpenVP/LinearPreset.cs, OpenVP/UDPPlayerData.cs, OpenVP/KeyboardEvent.cs, OpenVP/Registry.cs, OpenVP.Scripting/AssemblyInfo.cs, OpenVP.Scripting/ScriptCompileException.cs, OpenVP.Scripting/UserScript.cs, OpenVP.Scripting/AffeScript.cs, OpenVP.Scripting/ScriptingEnvironment.cs, OpenVP.Core/TextureHandle.cs, OpenVP.Core/DynamicMovement.cs, OpenVP.Core/SharedTextureHandle.cs, OpenVP.Core/MovementBase.cs, OpenVP.Core/ClearScreen.cs, OpenVP.Core/Laser.cs, OpenVP.Core/SuperScope.cs, OpenVP.Core/Buffer.cs, OpenVP.Core/BurstScope.cs, OpenVP.Core/Scope.cs, OpenVP.Core/Mirror.cs: Change license from GPLv2 to LGPLv3. commit ee2a15a195b69139031805c10546cc5ab899b66c Author: Chris Howie Date: Thu May 22 15:40:57 2008 +0000 * Test/Main.cs, OpenVP/IBeatDetector.cs, OpenVP/IRenderer.cs, OpenVP/TimedPresetBase.cs, OpenVP/NullPlayerData.cs, OpenVP/LinearPreset.cs, OpenVP.Core/DynamicMovement.cs, OpenVP.Core/ClearScreen.cs, OpenVP.Core/Laser.cs, OpenVP.Core/SuperScope.cs, OpenVP.Core/Buffer.cs, OpenVP.Core/BurstScope.cs, OpenVP.Core/Scope.cs, OpenVP.GtkGui/MainWindow.cs: Track API changes. * OpenVP/OpenVP.mdp: Add new IController interface to allow consumers of the framework to implement their own controller if necessary or desired. Rename Controller to SDLController. * OpenVP/Controller.cs, OpenVP/SDLController.cs: Rename Controller to SDLController. Implemented new IController interface. * OpenVP/Effect.cs: Track API changes. Implement IDeserializationCallback and provide empty virtual method to simplify deserialization when more than one class in an object's heirarchy needs to perform initialization post-deserialization. * OpenVP/IController.cs: Add new IController interface to allow consumers of the framework to implement their own controller if necessary or desired. * OpenVP.Core/MovementBase.cs: Track API changes. Fix bug that would cause deserialized objects to crash when rendered. commit 612a1721de8c90e2ef33643225cd4387e7f32212 Author: Chris Howie Date: Tue May 20 08:27:42 2008 +0000 * Test/Main.cs, OpenVP.GtkGui/MainWindow.cs, OpenVP.GtkGui/MemberEditors/EnumEditor.cs, OpenVP.GtkGui/MemberEditors/ScriptEditor.cs, OpenVP.GtkGui/MemberEditors/StringEditor.cs, OpenVP.GtkGui/MemberEditors/ColorEditor.cs, OpenVP.GtkGui/MemberEditors/BooleanEditor.cs, OpenVP.GtkGui/MemberEditors/UnknownEditor.cs, OpenVP.GtkGui/MemberEditors/NumericEditor.cs, OpenVP.GtkGui/EffectSelectorDialog.cs, OpenVP.GtkGui/Util.cs, OpenVP.GtkGui/MemberEditor.cs, OpenVP.GtkGui/BrowsableItem.cs, OpenVP.GtkGui/LinearPresetEditor.cs, OpenVP.GtkGui/Main.cs, OpenVP.GtkGui/BrowsableEditor.cs, OpenVP.GtkGui/KeyEntry.cs, AudaciousUDPStub/AudaciousUDPStub.c, OpenVP/IPreset.cs, OpenVP/Metadata/RangeAttribute.cs, OpenVP/Metadata/CategoryAttribute.cs, OpenVP/Metadata/BrowsableAttribute.cs, OpenVP/Metadata/DefaultValueAttribute.cs, OpenVP/Metadata/AuthorAttribute.cs, OpenVP/Metadata/DescriptionAttribute.cs, OpenVP/Metadata/FollowsAttribute.cs, OpenVP/Metadata/DisplayNameAttribute.cs, OpenVP/Color.cs, OpenVP/IBeatDetector.cs, OpenVP/IRenderer.cs, OpenVP/TimedPresetBase.cs, OpenVP/NullPlayerData.cs, OpenVP/Controller.cs, OpenVP/PlayerData.cs, OpenVP/Effect.cs, OpenVP/LinearPreset.cs, OpenVP/UDPPlayerData.cs, OpenVP/KeyboardEvent.cs, OpenVP/Registry.cs, OpenVP.Scripting/AssemblyInfo.cs, OpenVP.Scripting/ScriptCompileException.cs, OpenVP.Scripting/UserScript.cs, OpenVP.Scripting/AffeScript.cs, OpenVP.Scripting/ScriptingEnvironment.cs, OpenVP.Core/TextureHandle.cs, OpenVP.Core/DynamicMovement.cs, OpenVP.Core/SharedTextureHandle.cs, OpenVP.Core/MovementBase.cs, OpenVP.Core/ClearScreen.cs, OpenVP.Core/Laser.cs, OpenVP.Core/SuperScope.cs, OpenVP.Core/Buffer.cs, OpenVP.Core/BurstScope.cs, OpenVP.Core/Scope.cs, OpenVP.Core/Mirror.cs: Change license from GPLv2 to LGPLv3. commit 52061c5cdaa747410fc51c04da94fa58219b6bb0 Author: Christian Martellini Date: Fri May 16 18:07:50 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@128 3876dd14-234a-0410-a5e2-759f519755f9 commit 928a12f724c1d1fa0e1db4a7a986b5c7e1cde3ec Author: Christian Martellini Date: Fri May 16 12:30:30 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@125 3876dd14-234a-0410-a5e2-759f519755f9 commit 08d09aa4420b009de1a279da103b8841df2c8d53 Author: Christian Martellini Date: Fri May 16 12:29:21 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@124 3876dd14-234a-0410-a5e2-759f519755f9 commit c5e5a2c75a526de4cfd5c8da45def3325dd7bf27 Author: Christian Martellini Date: Fri May 16 12:27:36 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@123 3876dd14-234a-0410-a5e2-759f519755f9 commit 9d0fe7d69831e5a24a2ece77d903ebfe76869622 Author: Christian Martellini Date: Fri May 16 12:24:02 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@122 3876dd14-234a-0410-a5e2-759f519755f9 commit 2d17f75719b5aab5e4a1440f177d915e040bc42c Author: Christian Martellini Date: Fri May 16 12:21:12 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@120 3876dd14-234a-0410-a5e2-759f519755f9 commit 63f6c7bc608cbd6caf9c3fd0636e61752f74ec47 Author: Christian Martellini Date: Fri May 16 12:16:13 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@119 3876dd14-234a-0410-a5e2-759f519755f9 commit c07aafc87dce188297d4156017a01d87ced58933 Author: Christian Martellini Date: Fri May 16 12:15:40 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@118 3876dd14-234a-0410-a5e2-759f519755f9 commit 39b5fd409d2df2ecce75ddd60d2eb8ea64247151 Author: Christian Martellini Date: Thu May 15 22:19:39 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@115 3876dd14-234a-0410-a5e2-759f519755f9 commit 4ce06680b96768fa1b26785e454cecb5eeb6cf36 Author: Christian Martellini Date: Thu May 15 19:48:35 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@114 3876dd14-234a-0410-a5e2-759f519755f9 commit 1b99057fdf95dd7ec3ad90bfe3da34ee8fb11329 Author: Christian Martellini Date: Thu May 15 19:47:58 2008 +0000 Checkin iniziale del modulo BansheeLyricsPlugin1.0 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@113 3876dd14-234a-0410-a5e2-759f519755f9 commit ff6f0faa4862361cba42dfe9c018381427baa50c Author: Christian Martellini Date: Thu May 15 19:47:31 2008 +0000 Checkin iniziale del modulo BansheeLyricsPlugin1.0 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@112 3876dd14-234a-0410-a5e2-759f519755f9 commit 7d120401502eaff466a020c091941fc7e0401b18 Author: Christian Martellini Date: Thu May 15 18:18:40 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@104 3876dd14-234a-0410-a5e2-759f519755f9 commit 2122563f18e8203f87c25826d735c7210e6e3ac3 Author: Christian Martellini Date: Thu May 15 18:14:57 2008 +0000 Checkin iniziale del modulo BansheeLyricsPlugin git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@103 3876dd14-234a-0410-a5e2-759f519755f9 commit d2c8dede8dcaa19b99168596c23a90ec01be10e1 Author: Christian Martellini Date: Thu May 15 18:14:33 2008 +0000 Checkin iniziale del modulo BansheeLyricsPlugin git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@102 3876dd14-234a-0410-a5e2-759f519755f9 commit 70dd793e161abada68a51bc65497388ebe768064 Author: Christian Martellini Date: Thu May 15 18:07:04 2008 +0000 git-svn-id: http://bansheelyricsplugin.googlecode.com/svn/trunk@100 3876dd14-234a-0410-a5e2-759f519755f9 commit 470fc46dfc740b6f192a48e708f943444e15830d Author: Bertrand Lorentz Date: Sun May 11 15:59:37 2008 +0000 * configure.ac: Fix banshee version dependency. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@339 206ccb52-212b-0410-a55c-07e4721b525c commit 2516ad4c202f6e7de94a27de273fa0fa92076692 Author: Bertrand Lorentz Date: Thu May 8 16:07:57 2008 +0000 Version 0.4.1 released. Works only with banshee 0.99.1 and above. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@338 206ccb52-212b-0410-a55c-07e4721b525c commit 15e5c08606abb79a47b4cc7ce2fa1d9292e86c12 Author: Bertrand Lorentz Date: Thu May 8 16:04:12 2008 +0000 * src/Banshee.AlarmClock.addin.xml, configure.ac: Update version. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@337 206ccb52-212b-0410-a55c-07e4721b525c commit 866bbabe41be2152ed3f1ebe2aeafe443e9a83ee Author: Bertrand Lorentz Date: Thu May 8 16:03:05 2008 +0000 * src/Alarm.cs, src/AlarmClockService.cs: Update to new PlayerEngine API. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@336 206ccb52-212b-0410-a55c-07e4721b525c commit 1a6c11a5bbbfa0db3c9f0f73443e7808a355d4a3 Author: Bertrand Lorentz Date: Sun May 4 12:17:53 2008 +0000 * src/Banshee.AlarmClock.addin.xml: Add missing addin dependency. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@335 206ccb52-212b-0410-a55c-07e4721b525c commit 5516e9e33fd4667667f9bd0049ecc6cd8da6ce77 Author: Bertrand Lorentz Date: Thu May 1 19:19:30 2008 +0000 * src/Banshee.AlarmClock.addin.xml: Update addin metadata. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@334 206ccb52-212b-0410-a55c-07e4721b525c commit cfbd9338d3d567caff96b0bc1faa5b9bfa80c30d Author: Chris Howie Date: Fri Apr 25 01:05:20 2008 +0000 * OpenVP.GtkGui/MainWindow.cs: Make Quit a public method to allow embedding applications to tell the UI to bail. * OpenVP.GtkGui/MemberEditors/BooleanEditor.cs: Use the no-arg CheckButton constructor to improve the visual appearance of the widget. * AudaciousUDPStub/AudaciousUDPStub.mdp: New MD build. * OpenVP.Core/BurstScope.cs: Allow random ray speed between a minimum and maximum, to avoid the appearance of circles. commit 541ea18a54fe005ab64cdf28646b6decb3b056f9 Author: Chris Howie Date: Fri Apr 11 19:13:02 2008 +0000 * OpenVP.GtkGui/EffectSelectorDialog.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.EffectSelectorDialog.cs, OpenVP.GtkGui/gtk-gui/gui.stetic: Add info panel that is displayed when an effect is selected. * OpenVP.GtkGui/BrowsableItem.cs: Check for AuthorAttribute and store the value if present. * OpenVP/Metadata/AuthorAttribute.cs, OpenVP/OpenVP.mdp: Add AuthorAttribute class for specifying author credits. * OpenVP.Core/DynamicMovement.cs, OpenVP.Core/ClearScreen.cs, OpenVP.Core/SuperScope.cs, OpenVP.Core/Scope.cs, OpenVP.Core/Buffer.cs: Add AuthorAttribute. * OpenVP.Core/MovementBase.cs: Add missing SerializableAttribute. Remove metadata from properties and make them protected, since subclasses may not want these exposed in the designer (e.g. the new Mirror effect). Add protected MakeStaticDirty method to allow subclasses to notify MovementBase that the static movement data needs to be recomputed. * OpenVP.Core/Laser.cs: Add AuthorAttribute. Change default end color. * OpenVP.Core/OpenVP.Core.mdp, OpenVP.Core/Mirror.cs: Add Mirror effect. * OpenVP.Core/BurstScope.cs: Add AuthorAttribute. Multiply final ray alpha by the alpha of the selected color. commit 7d993bdfc452fe85620128400097eb1fd1c92188 Author: Chris Howie Date: Wed Apr 9 18:24:58 2008 +0000 * OpenVP.Core/Laser.cs, OpenVP.Core/OpenVP.Core.mdp: Finish Laser port and add some new properties. * OpenVP.Core/BurstScope.cs: Remove some unused code. commit 79c4b800e1bf9edbb64a0b85dd130d2138b8e5a1 Author: Chris Howie Date: Wed Apr 9 15:46:29 2008 +0000 * OpenVP.GtkGui/OpenVP.GtkGui.mdp, OpenVP.GtkGui/MemberEditors/EnumEditor.cs, OpenVP.GtkGui/MemberEditor.cs: Add EnumEditor, a MemberEditor for handling enum types. * OpenVP.GtkGui/MemberEditors/NumericEditor.cs: Track movement of RangeAttribute into the new OpenVP.Metadata namespace. * OpenVP.GtkGui/BrowsableItem.cs, OpenVP/PlayerData.cs, OpenVP/Effect.cs, OpenVP/UDPPlayerData.cs, OpenVP.Core/DynamicMovement.cs, OpenVP.Core/MovementBase.cs, OpenVP.Core/ClearScreen.cs, OpenVP.Core/SuperScope.cs, OpenVP.Core/Scope.cs, OpenVP.Core/Buffer.cs: Track move from System.ComponentModel to OpenVP.Metadata. * OpenVP.GtkGui/BrowsableEditor.cs: Remove unused imported namespace. * OpenVP/Metadata, OpenVP/Metadata/CategoryAttribute.cs, OpenVP/Metadata/BrowsableAttribute.cs, OpenVP/Metadata/DefaultValueAttribute.cs, OpenVP/Metadata/DescriptionAttribute.cs, OpenVP/Metadata/DisplayNameAttribute.cs: Create new OpenVP.Metadata namespace to obsolete the use of broken System.ComponentModel attributes, and create source-compatible replacements for the used attributes. * OpenVP/Metadata/RangeAttribute.cs, OpenVP/RangeAttribute.cs: Move RangeAttribute into the new OpenVP.Metadata namespace. * OpenVP/Metadata/FollowsAttribute.cs, OpenVP/FollowsAttribute.cs: Move FollowsAttribute into the new OpenVP.Metadata namespace. * OpenVP/OpenVP.mdp: Create new OpenVP.Metadata namespace to obsolete the use of broken System.ComponentModel attributes, and create source-compatible replacements for the used attributes. Move FollowsAttribute into the new OpenVP.Metadata namespace. Move RangeAttribute into the new OpenVP.Metadata namespace. * OpenVP.Core/Laser.cs: Copy Kaffeeklatsch's Laser effect, which is not yet ported (build disabled). * OpenVP.Core/OpenVP.Core.mdp: Port Kaffeeklatsch's FountainScope effect to OpenVP and call it BurstScope. Copy Kaffeeklatsch's Laser effect, which is not yet ported (build disabled). * OpenVP.Core/BurstScope.cs: Port Kaffeeklatsch's FountainScope effect to OpenVP and call it BurstScope. commit 3d3eb611d6c93a9fface4dacc1f85d32837983b6 Author: Chris Howie Date: Thu Apr 3 12:56:34 2008 +0000 * Color.cs: Copy FromHSL method from Kaffeeklatsch's GlColor struct. commit 51896ca71aafd4a97359f35a6b9348f57d4a9546 Author: Chris Howie Date: Tue Apr 1 08:42:00 2008 +0000 * OpenVP.Core/DynamicMovement.cs: Add missing matrix pop. * OpenVP.Core/MovementBase.cs: Properly allocate point data array on construction. Add missing matrix pop. Initialize MovementData.mAlpha to 1. commit 5dc4a63752e658444b5f537a80a164b693b62daf Author: Chris Howie Date: Tue Apr 1 08:20:43 2008 +0000 * OpenVP.Core/MovementBase.cs: Fix null-dereference bug. commit a249b3d7b1eff6ed72b08fd7e0ef93dac5fc6f4b Author: Chris Howie Date: Tue Apr 1 08:04:11 2008 +0000 * OpenVP.Core/MovementBase.cs: Make OnRenderFrame and OnBeat virtual with no implementation instead of abstract. commit dbb400394065ffa44e0c1774817b8cdce5e56476 Author: Chris Howie Date: Tue Apr 1 07:58:26 2008 +0000 * OpenVP.Core/TextureHandle.cs: Prevent deletion of the texture when requested on a thread other than the one the texture was allocated on. Add destructor. * OpenVP.Core/DynamicMovement.cs: Use SharedTextureHandle for the movement texture. * OpenVP.Core/SharedTextureHandle.cs: Add class encapsulating a texture that will be used by multiple consumers. * OpenVP.Core/MovementBase.cs: Add abstract class that implements movement. Will become the base class for DynamicMovement. * OpenVP.Core/OpenVP.Core.mdp: Add MovementBase and SharedTextureHandle classes. commit 809c6f23da354f7203d95681dde9a44cb2bdc25f Author: Bertrand Lorentz Date: Sat Mar 29 17:08:23 2008 +0000 Version 0.4.0 released. Works only with banshee 0.98.2 and above. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@333 206ccb52-212b-0410-a55c-07e4721b525c commit bdad77831bca191f90f4314a35b86e59c248d9d4 Author: Bertrand Lorentz Date: Sat Mar 29 17:05:14 2008 +0000 * AUTHORS: Update my e-mail address. * README: Update description. * autogen.sh: Change package name. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@332 206ccb52-212b-0410-a55c-07e4721b525c commit d6578c94a273c83f05f27a37f9de9f463bb70bfe Author: Bertrand Lorentz Date: Sat Mar 29 16:56:11 2008 +0000 * build/gconf-schema-rules, configure.ac: Installation fixes. Now works as before. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@331 206ccb52-212b-0410-a55c-07e4721b525c commit 5fa1b92b697f7b493b92a3b02a2197a718fa11e6 Author: Bertrand Lorentz Date: Sat Mar 29 10:51:03 2008 +0000 * Makefile.am, build/build.mk: Clean-up. * src/Makefile.am: Change assembly name to Banshee.AlarmClock. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@330 206ccb52-212b-0410-a55c-07e4721b525c commit f75e37e88922e2c17b821680bf8e208ce896cf50 Author: Bertrand Lorentz Date: Sat Mar 29 10:49:24 2008 +0000 * README: Update to match the current UI. * TODO: Remove deprecated item. * COPYING: Add copyright notice. * autogen.sh: Remove useless libtool stuff. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@329 206ccb52-212b-0410-a55c-07e4721b525c commit 078228a833f7d8c7235daa62b213766dfaad9c5e Author: Chris Howie Date: Fri Mar 28 03:55:11 2008 +0000 * DynamicMovement.cs: The movement texture is now shared across all instances of DynamicMovement. commit 80e489afc81c26eeafcbbe4a402922fc0f301579 Author: Bertrand Lorentz Date: Wed Mar 26 19:02:21 2008 +0000 * src/AlarmConfigDialog.cs, src/ConfigurationDialog.cs: Remove useless GConf reference. * configure.ac: Use the new pkg-config files from banshee 0.98.2. Comment out the PLUGINDIR stuff for now. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@328 206ccb52-212b-0410-a55c-07e4721b525c commit 9d73db8e07fd744af287ec611cd5a7c8f4060686 Author: Bertrand Lorentz Date: Mon Mar 24 14:54:23 2008 +0000 * po/POTFILES.in, build/build.mk: Fix make distcheck. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@327 206ccb52-212b-0410-a55c-07e4721b525c commit 9fc3fe75c49862281f3542cff4a085db718c10c2 Author: Bertrand Lorentz Date: Mon Mar 24 14:53:51 2008 +0000 * src/Alarm.cs: Use TogglePlaying() to start playing. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@326 206ccb52-212b-0410-a55c-07e4721b525c commit 9512c346c71a573634cb62152a94618015cb5ee3 Author: Bertrand Lorentz Date: Mon Mar 24 14:26:25 2008 +0000 * src/Makefile.am, build/gconf-schema-rules, build/build.mk, autogen.sh, alarm.mdp: Improve build system. * src/Alarm.cs, src/VolumeFade.cs: Clean up logs. * src/AlarmClockService.cs, src/AlarmMenu.xml, src/ConfigurationDialog.cs, src/ConfigurationWidget.cs: Convert the configuration stuff to a dialog, and add it to the menu. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@325 206ccb52-212b-0410-a55c-07e4721b525c commit 74e63f30b8ca051eb0b1ce1cd1b96a5e89fafda5 Author: Bertrand Lorentz Date: Mon Mar 24 12:39:54 2008 +0000 * src/ConfigurationWidget.cs, src/AlarmPlugin.cs, src/Alarm.cs, src/SleepTimerConfigDialog.cs, src/GConfSchemas.cs, src/AlarmConfigDialog.cs, src/Makefile.am, src/Banshee.AlarmClock.addin.xml, src/VolumeFade.cs, src/AlarmClockService.cs, build/gconf-schema-rules, configure.ac, alarm.mdp: Port to Mono.Addins and the new banshee codebase. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@324 206ccb52-212b-0410-a55c-07e4721b525c commit 289acb70a4df2d6c2360f05198f170bd3eb2d0e6 Author: Bertrand Lorentz Date: Fri Mar 21 17:04:38 2008 +0000 Version 0.3.2 released. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@323 206ccb52-212b-0410-a55c-07e4721b525c commit c8085999614c5a5d2ff6396ccdb76d51c09d1227 Author: Bertrand Lorentz Date: Fri Mar 21 17:00:40 2008 +0000 * src/AlarmPlugin.cs, src/Alarm.cs, src/AlarmConfigDialog.cs: Fix alarm time reset. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@322 206ccb52-212b-0410-a55c-07e4721b525c commit 2b1b853d17d4b9d98ca3b07b9a388d810f30e1f7 Author: Bertrand Lorentz Date: Fri Mar 21 15:58:08 2008 +0000 * src/Alarm.cs: Do not crash when the Alarm thread is interrupted. * configure.ac: Update to version 0.3.2 git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@321 206ccb52-212b-0410-a55c-07e4721b525c commit 020bc1cf2947d21585fd0269f8f810536b4b5dab Author: Chris Howie Date: Thu Feb 28 17:58:33 2008 +0000 * OpenVP.Core/Scope.cs: Add Frequency property. commit 6ea7bd42f04e35af6404c2079ab74f966dd8c59e Author: Chris Howie Date: Tue Jan 22 22:47:48 2008 +0000 * OpenVP/TimedPresetBase.cs: Added AddEvent and AddEvents methods. commit ed72510a283d7f5e210bf7f0c2f67dab7ee8845a Author: Chris Howie Date: Tue Jan 22 21:41:25 2008 +0000 * Test/Main.cs: Test TimedPresetBase. * OpenVP/TimedPresetBase.cs: Add new class TimedPresetBase that provides a simple pattern for the designing of presets that change over time. * OpenVP/OpenVP.mdp: Add TimedPresetBase.cs. commit 67a11bca95fd52de596336583d14239116016ed1 Author: Bertrand Lorentz Date: Sat Jan 19 14:50:37 2008 +0000 * configure.ac: Bump version to 0.3.1. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@320 206ccb52-212b-0410-a55c-07e4721b525c commit 9e3b5ea8e5f40f168eebf90c54d61ba8077ba787 Author: Bertrand Lorentz Date: Sat Jan 19 14:48:39 2008 +0000 * build/gconf-schema-rules: Display an error when gconf-schema-extractor is not found. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@319 206ccb52-212b-0410-a55c-07e4721b525c commit 70cd1e711b939ce00e66e2f070a62c23faa23604 Author: Chris Howie Date: Thu Jan 17 21:52:26 2008 +0000 * OpenVP.GtkGui/MainWindow.cs, OpenVP/NullPlayerData.cs, OpenVP/UDPPlayerData.cs, Test/Main.cs: Track API changes to PlayerData class. * AudaciousUDPStub/AudaciousUDPStub.mdp: Enable all warnings. * AudaciousUDPStub/AudaciousUDPStub.c: Track plugin API changes between Audacious 1.3.5 and 1.4.4. * OpenVP/PlayerData.cs: Merge Update and UpdateWait. commit 610d473c7605be697dcd27d2e8bcecf744a5922b Author: ds Date: Tue Jan 15 12:26:12 2008 +0000 new version 0.2.1 git-svn-id: https://svn.hop.at/repos/mirage@34 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit b3a4c59e3f265af0cc49640595d8e12d03c02da7 Author: ds Date: Mon Jan 14 17:08:39 2008 +0000 compile updates git-svn-id: https://svn.hop.at/repos/mirage@33 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 98d6c8e5bad712976b801f230d0d57b2dac21de3 Author: ds Date: Mon Jan 14 17:08:15 2008 +0000 major cleanups. exception handling git-svn-id: https://svn.hop.at/repos/mirage@32 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 2985935f9e07fc98d8f069e148ae70890ea073bc Author: ds Date: Mon Jan 14 14:05:51 2008 +0000 skip the first 15seconds of a song. this will improve the similarity models git-svn-id: https://svn.hop.at/repos/mirage@31 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 8cb1494d62a88647c7bcd6defee4dc0c89dc84d0 Author: Chris Howie Date: Mon Dec 31 01:46:10 2007 +0000 * OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/gui.stetic, OpenVP.GtkGui/LinearPresetEditor.cs: More preparation for keybinding implementation. * OpenVP.GtkGui/KeyEntry.cs: Remove debugging code. * OpenVP.Scripting/UserScript.cs: The Call getter will now catch any compilation exception to provide consistent behaivor; it should return null whenever the script didn't properly compile. Run() now does nothing if the compiled call is null instead of throwing an exception. Added Run overload matching the System.EventHandler signature for simpler tying to events (e.g. keybindings). Added protected virtual implementation of OnDeserialization so that subclasses can override it. * OpenVP.Scripting/AffeScript.cs: Create an AffeCompiler using the type of the serialized target object by default during deserialization. * OpenVP.Core/DynamicMovement.cs: Set mStaticDirty when Rectangular is set. commit 85902a05db64c2ff4e36a78a121e36b2f272aafd Author: Chris Howie Date: Sun Dec 30 08:57:17 2007 +0000 * OpenVP.GtkGui/OpenVP.GtkGui.mdp, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/objects.xml, OpenVP.GtkGui/gtk-gui/gui.stetic, OpenVP.GtkGui/LinearPresetEditor.cs, OpenVP.GtkGui/KeyEntry.cs: Beginnings of keybinding interface. * OpenVP/IPreset.cs, OpenVP/OpenVP.mdp: Added IPreset interface. * OpenVP/LinearPreset.cs: Implemented IPreset interface. * OpenVP.Scripting/AffeScript.cs: Removed NonSerializedAttribute from mTargetObject. * OpenVP.Core/DynamicMovement.cs, OpenVP.Core/SuperScope.cs: Made ScriptHost serializable, and added a no-op ISerializable implementation. commit 490e757ec1f9fbb3f2e92eb6661517818af25871 Author: Chris Howie Date: Fri Dec 28 10:40:34 2007 +0000 * OpenVP.Core/DynamicMovement.cs: Added Static property. commit f6690eab9cfd4adc06ef7244c904f23e9eab59d7 Author: Chris Howie Date: Sun Dec 23 05:18:43 2007 +0000 * OpenVP.Scripting/UserScript.cs: Added NonSerializedAttribute to UserScript.mCallWrapper. commit 60a1d6f403e22a2eaf5db324d38c883e4ada89b8 Author: Chris Howie Date: Sat Dec 22 01:02:31 2007 +0000 * OpenVP.Core/TextureHandle.cs: Added TextureHandle class. * OpenVP.Core/DynamicMovement.cs: Refactored to use TextureHandle. * OpenVP.Core/OpenVP.Core.mdp: Added Buffer load/save effect. Added TextureHandle class. * OpenVP.Core/Buffer.cs: Added Buffer load/save effect. commit 11f40294abc30de7b21a6eb04f2197aed382b258 Author: Chris Howie Date: Tue Dec 18 19:12:20 2007 +0000 * OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/gui.stetic, OpenVP.GtkGui/LinearPresetEditor.cs: Added Up/Down buttons to LinearPresetEditor. commit 911c9b2e0203c171a1d1f5ac04ee878deafe30cc Author: Chris Howie Date: Tue Dec 18 18:11:22 2007 +0000 * OpenVP.GtkGui/MemberEditor.cs: Added using directive for the MemberEditors namespace. * OpenVP.Scripting/UserScript.cs: Renamed PerformCall to Run and made public since delegates targetting private methods cannot be deserialized. * OpenVP.Core/DynamicMovement.cs, OpenVP.Core/OpenVP.Core.mdp: Added DynamicMovement effect. * OpenVP.Core/ClearScreen.cs, OpenVP.Core/Scope.cs: Changed category. * OpenVP.Core/SuperScope.cs: Changed category. Added beat script. commit d0618a8fc2356ea674b03d4388d92a715b0670d1 Author: Chris Howie Date: Tue Dec 18 17:30:41 2007 +0000 * OpenVP.GtkGui/MemberEditors/ScriptEditor.cs, OpenVP.GtkGui/MemberEditors/StringEditor.cs, OpenVP.GtkGui/MemberEditors/ColorEditor.cs, OpenVP.GtkGui/MemberEditors/BooleanEditor.cs, OpenVP.GtkGui/MemberEditors/NumericEditor.cs: Fire the new Applied event where appropriate. * OpenVP.GtkGui/MemberEditor.cs, OpenVP.GtkGui/gtk-gui/objects.xml: Added Applied event. * OpenVP.GtkGui/LinearPresetEditor.cs: When the effect being edited is changed, a RowChanged event is fired on the list in case the effect's name was changed. * OpenVP.GtkGui/BrowsableEditor.cs: Added Changed event. commit 9da515d3d6fc9f499cfed8a98d52504486795b7b Author: Chris Howie Date: Tue Dec 18 15:20:34 2007 +0000 * OpenVP.GtkGui/MemberEditors/ScriptEditor.cs: Added an error label. Compiler errors now display the label with error text and underline the corresponding location in the editor. The script editor now uses a monospace font. Added YAttachment override so that the editor will expand vertically if there is space. * OpenVP.GtkGui/MemberEditor.cs: Added virtual XAttachment and YAttachment properties for controlling the table attachment. * OpenVP.GtkGui/BrowsableEditor.cs: Use new XAttachment and YAttachment properties on MemberEditor when attaching an editor to the table. * contrib/Cdh.Affe.dll: Update Affe. * OpenVP.Scripting/ScriptCompileException.cs, OpenVP.Scripting/OpenVP.Scripting.mdp: Added ScriptCompileException. * OpenVP.Scripting/UserScript.cs: Marked ScriptCall serializable. Added CallWrapper property that returns a delegate that calls the same delegate returned by Call. (CallWrapper would be used to serialize a delegate with its corresponding UserScript instance so that it can be properly deserialized.) * OpenVP.Scripting/AffeScript.cs: Catch AffeExceptions and turn them into instances of the new ScriptCompileException. commit 03c3534f1a87b7429e1b340d12c86bf3bcbce97c Author: Chris Howie Date: Tue Dec 18 06:50:05 2007 +0000 * contrib/Cdh.Affe.dll: Update Affe build to fix bug dealing with literal fields. commit 63f7d18ff86444498bf474e0f8e79465fac15e16 Author: Chris Howie Date: Tue Dec 18 06:18:21 2007 +0000 * OpenVP.Core/SuperScope.cs: Added linewidth bound variable for glLineWidth. Added bound ScriptState. commit 8a988b8893a5bb0db03465cbc32b17877a2d6f83 Author: Chris Howie Date: Tue Dec 18 05:47:25 2007 +0000 * OpenVP.GtkGui/OpenVP.GtkGui.mdp: Added ScriptEditor. Added reference to OpenVP.Scripting. * OpenVP.GtkGui/MainWindow.cs: Added an object that threads can use to synchronize with the render loop. * OpenVP.GtkGui/EffectSelectorDialog.cs: Track API changes. * OpenVP.GtkGui/MemberEditors/ScriptEditor.cs: Added ScriptEditor. * OpenVP.GtkGui/MemberEditor.cs: Added ScriptEditor to editor map. If an editor is not found, the map is checked for superclasses of the type being edited before failing. * OpenVP.GtkGui/BrowsableItem.cs: Implemented FollowsAttribute in sort mechanism. * OpenVP.GtkGui/LinearPresetEditor.cs: Add comment explaning the hideousness of a line and that it needs to change sometime. * OpenVP.GtkGui/BrowsableEditor.cs: Track API changes. Lock on the render lock when applying changes. * contrib, contrib/Cdh.Affe.dll: Added build of Cdh.Affe. * OpenVP/OpenVP.mdp, OpenVP/FollowsAttribute.cs: Added FollowsAttribute. * OpenVP/Controller.cs: Added WindowWidth and WindowHeight properties. * OpenVP.Scripting, OpenVP.Scripting/AssemblyInfo.cs, OpenVP.Scripting/OpenVP.Scripting.mdp, OpenVP.Scripting/UserScript.cs, OpenVP.Scripting/ChangeLog, OpenVP.Scripting/AffeScript.cs, OpenVP.Scripting/ScriptingEnvironment.cs, OpenVP.mds: Added OpenVP.Scripting project. * OpenVP.Core/SuperScope.cs: Added SuperScope effect. * OpenVP.Core/OpenVP.Core.mdp: Added SuperScope effect. Added OpenVP and Cdh.Affe to references. commit b07b880479f3806a477f7fcf410df43cc280a573 Author: Chris Howie Date: Sun Dec 16 00:48:02 2007 +0000 * Clean up ChangeLog. commit 809baccdafdcf64965d8cd8cd43c2aa463947205 Author: Chris Howie Date: Sun Dec 16 00:45:28 2007 +0000 * OpenVP.GtkGui/MainWindow.cs: Opening a preset now sets the last save fields to their appropriate values for the Save action to properly work. * OpenVP.GtkGui/Util.cs: Fix/improve ConvertColor implementations. commit af7291b2cf3ce6518d97f5a8821adf8b726e0a6d Author: Chris Howie Date: Sun Dec 16 00:26:10 2007 +0000 * OpenVP.GtkGui/MainWindow.cs: Added licensing information. Implemented saving presets and started implementing opening presets. * OpenVP.GtkGui/Util.cs: Added methods for converting between OpenVP.Color and Gdk.Color. * OpenVP.GtkGui/MemberEditors, OpenVP.GtkGui/MemberEditors/StringEditor.cs, OpenVP.GtkGui/MemberEditors/ColorEditor.cs, OpenVP.GtkGui/MemberEditors/UnknownEditor.cs, OpenVP.GtkGui/MemberEditors/BooleanEditor.cs, OpenVP.GtkGui/MemberEditors/NumericEditor.cs, OpenVP.GtkGui/MemberEditor.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.MemberEditor.cs: Added MemberEditor and editors for string, bool, numeric types, OpenVP.Color, and a fallback for unknown types. * OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.BrowsableEditor.cs, OpenVP.GtkGui/EffectEditor.cs, OpenVP.GtkGui/BrowsableEditor.cs, OpenVP.GtkGui/LinearPresetEditor.cs: Renamed EffectEditor to BrowsableEditor. * OpenVP.GtkGui/Main.cs: Added licensing information. * OpenVP/RangeAttribute.cs, OpenVP/OpenVP.mdp: Added RangeAttribute. commit 38f0f541c1a3bc2d8f994b6c8101379b85abb283 Author: Chris Howie Date: Fri Dec 14 21:35:00 2007 +0000 * OpenVP.GtkGui/OpenVP.GtkGui.mdp, OpenVP.GtkGui/MainWindow.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.MainWindow.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/gui.stetic: Begin implementation for Save and Save As actions. Added FPS indicator. Improved controller loop semantics by adding another thread to handle updates. * OpenVP/UDPPlayerData.cs: Implemented blocking read such that the thread UpdateWait is run on can be aborted. commit 310c4f515650c1ea99272f657ceb73c4e730d81a Author: Chris Howie Date: Fri Dec 14 09:40:23 2007 +0000 * OpenVP.GtkGui/MainWindow.cs: When replacing an old preset, it is now disposed if it implements IDisposable. * OpenVP.GtkGui/EffectSelectorDialog.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.EffectSelectorDialog.cs, OpenVP.GtkGui/gtk-gui/gui.stetic: Category dividers are now bold. Double-clicking an effect now selects it and issues a response from the dialog. * OpenVP/LinearPreset.cs: Implemented IDisposable.Dispose, which disposes each contained effect. commit 1a432a1abc88b820b2a851a5b0d875180f6f4f9d Author: Chris Howie Date: Fri Dec 14 09:31:47 2007 +0000 * OpenVP.GtkGui/EffectEditor.cs: Added tooltips to Effect members with descriptions. * OpenVP.Core/Scope.cs: Fix description for Circular property. commit 694902e4455eb5f86ad0fe8de619675b0a8732c1 Author: Chris Howie Date: Fri Dec 14 09:22:43 2007 +0000 * OpenVP.GtkGui/MainWindow.cs: Added public Controller property and methods to invoke delegates on the render loop. The controller's PlayerData property is now initialized to an instance of UDPPlayerData pending the implementation of a PlayerData selector dialog. * OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/gui.stetic, OpenVP.GtkGui/LinearPresetEditor.cs: Implemented the linear preset editor effect list and effect pane. * OpenVP/Color.cs: Changed the internal storage from a float[] back to four floats, since copying the array will make two Color structs behave like one and this is not expected or desired with structs. * OpenVP.Core/ClearScreen.cs: Added CategoryAttribute to class. * OpenVP.Core/OpenVP.Core.mdp, OpenVP.Core/Scope.cs: Added basic scope effect. commit 2060e77afaaaba3e81160bd15bc3ca31cb1e7cc5 Author: Chris Howie Date: Fri Dec 14 03:53:24 2007 +0000 * OpenVP.GtkGui, OpenVP.GtkGui/OpenVP.GtkGui.mdp, OpenVP.GtkGui/AssemblyInfo.cs, OpenVP.GtkGui/MainWindow.cs, OpenVP.GtkGui/EffectSelectorDialog.cs, OpenVP.GtkGui/Util.cs, OpenVP.GtkGui/BrowsableItem.cs, OpenVP.GtkGui/gtk-gui, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.MainWindow.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.EffectSelectorDialog.cs, OpenVP.GtkGui/gtk-gui/generated.cs, OpenVP.GtkGui/gtk-gui/OpenVP.GtkGui.LinearPresetEditor.cs, OpenVP.GtkGui/gtk-gui/objects.xml, OpenVP.GtkGui/gtk-gui/gui.stetic, OpenVP.GtkGui/EffectEditor.cs, OpenVP.GtkGui/ChangeLog, OpenVP.GtkGui/Main.cs, OpenVP.GtkGui/LinearPresetEditor.cs, OpenVP.mds: Added Gtk# GUI project. * OpenVP/IBeatDetector.cs, OpenVP/NullPlayerData.cs: Added real name. * OpenVP/UDPPlayerData.cs: Added real name. The UDPClient is now only closed when it is not null. * OpenVP/OpenVP.mdp, OpenVP/Registry.cs: Added Registry static class. * OpenVP/Controller.cs: DrawFrame now checks if Renderer is null before using it. * OpenVP.Core/gtk-gui, OpenVP.Core/gtk-gui/generated.cs, OpenVP.Core/gtk-gui/gui.stetic, OpenVP.Core/OpenVP.Core.mdp: Removed Gtk# support. * OpenVP.Core/ClearScreen.cs: Added Browsable and Description attributes. commit 71e085515c9528f46090b3a59db1c43865172b82 Author: Chris Howie Date: Wed Dec 12 04:27:04 2007 +0000 * OpenVP/IBeatDetector.cs: Added IBeatDetector. * OpenVP/NullPlayerData.cs: Added NullPlayerData. * OpenVP/EffectTitleAttribute.cs: Removed EffectTitleAttribute in favor of System.ComponentModel.DisplayNameAttribute. * OpenVP/Controller.cs: Added BeatDetector property. PlayerData can no longer be null and is initialized with an instance of NullPlayerData. * OpenVP/PlayerData.cs: Removed IsBeat in favor of IBeatDetector and tagged all properties as unbrowsable. * OpenVP/Effect.cs: Removed EffectTitleAttribute in favor of System.ComponentModel.DisplayNameAttribute. Removed GetPropertySheet and added ComponentModel attributes to all properties. * OpenVP/UDPPlayerData.cs: Track API changes. Add browsable Port property. * OpenVP/Preset.cs: Deleted the Preset class for now. * OpenVP.Core/ClearScreen.cs: Track API changes. Changed clear technique so that the alpha component can be used. Made ClearColor browsable. commit 13c4d767d629ec36eec5a520658f51d0db5ef2e9 Author: Chris Howie Date: Tue Dec 11 03:52:31 2007 +0000 * AudaciousUDPStub/AudaciousUDPStub.c: Implemented PositionUpdate and TitleUpdate messages. * OpenVP/UDPPlayerData.cs: Changed PlayerData.SongPosition from double to float. Removed some debug code. * OpenVP/PlayerData.cs: Changed PlayerData.SongPosition from double to float. * AudaciousUDPStub/ChangeLog, ChangeLog, OpenVP.Core/ChangeLog, OpenVP/ChangeLog: Added. commit 80af958fcc349399b22502a529232d75ad8b3305 Author: Chris Howie Date: Tue Dec 11 03:17:29 2007 +0000 * OpenVP ** Added the UDPPlayerData class. ** Added AudaciousUDPStub and ported the old Kaffeeklatsch XMMS stub to use the Audacious plugin structures and the new UDP communication protocol. ** Added two abstract properties to PlayerData to obtain the internal length of the PCM and spectrum data. commit b385abaae7fa5bcd64c0140ccb228ab916544f90 Author: Chris Howie Date: Mon Dec 10 21:58:25 2007 +0000 * OpenVP import. commit 615a57edae6c9e0f72ed648aaf02f9f247940c00 Author: ds Date: Mon Oct 8 12:39:32 2007 +0000 Use the Mirage Timer class, instead of the System.Threading.Timer. Thanks to Bertrand Lorentz for the patch git-svn-id: https://svn.hop.at/repos/mirage@30 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 7472ff4c90329b0187467e2ca8e1e504893855b1 Author: ds Date: Mon Oct 8 10:38:28 2007 +0000 patch from Michi to use better icons in mirage. git-svn-id: https://svn.hop.at/repos/mirage@29 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 523b432283e72a1e4d1fc4248c5c35565481b0e8 Author: ds Date: Mon Oct 8 09:10:05 2007 +0000 Enforce minimum versions for GTK, SQLITE. Analyze songs with Mirage by popularity. Thanks to Chris Turchin . git-svn-id: https://svn.hop.at/repos/mirage@28 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit dc18997a3e90f3279ce902a5a1102b7e101c92fa Author: ds Date: Thu Oct 4 13:20:52 2007 +0000 modify for "make dist" git-svn-id: https://svn.hop.at/repos/mirage@27 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 64b2a8d2d3e6394a1bd9ecfbb274cba346d6ce7b Author: ds Date: Thu Oct 4 12:56:01 2007 +0000 bump version number git-svn-id: https://svn.hop.at/repos/mirage@26 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 0c4a1a86839ffbff36be85dd771daa4e7f9ac1cc Author: ds Date: Thu Oct 4 12:54:30 2007 +0000 delete unecessary files file git-svn-id: https://svn.hop.at/repos/mirage@25 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 6bc52fc9d6b1c8c98965923916cb59ed24209541 Author: ds Date: Thu Oct 4 12:51:20 2007 +0000 add internationalization ChangeLog git-svn-id: https://svn.hop.at/repos/mirage@24 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 86384bfb8bec73c8597ceca5c99a0f1615ef82cb Author: ds Date: Thu Oct 4 12:46:03 2007 +0000 add full Changelog from SVN git-svn-id: https://svn.hop.at/repos/mirage@23 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit dda2dde25dbd36c688fd98e47acc74831f2491b7 Author: ds Date: Thu Oct 4 12:43:53 2007 +0000 authors git-svn-id: https://svn.hop.at/repos/mirage@22 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 88679d62251940d6691c0f6401a0578cd3b04f69 Author: ds Date: Wed Oct 3 14:36:11 2007 +0000 add changelog git-svn-id: https://svn.hop.at/repos/mirage@21 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 2951769460cf1f4efc0db05c9246d16f760f5e4c Author: ds Date: Wed Oct 3 14:32:29 2007 +0000 add source-mirage.png to Makefile.am git-svn-id: https://svn.hop.at/repos/mirage@20 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit f6592eb15dd5602d53d5cbb239ee8edc96c7e4f3 Author: ds Date: Wed Oct 3 14:29:33 2007 +0000 delete mirage.png git-svn-id: https://svn.hop.at/repos/mirage@19 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 8d63410315ee4f5ad08cdbe3b5b824549f402831 Author: ds Date: Wed Oct 3 13:56:58 2007 +0000 remove autogenerated file git-svn-id: https://svn.hop.at/repos/mirage@18 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit adc6c2beb50806ae84e6c95c0c6d20fa0a1d724c Author: ds Date: Wed Oct 3 13:56:15 2007 +0000 update debian package git-svn-id: https://svn.hop.at/repos/mirage@17 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 143ca9dcce0295d75817024d0b971d5292a8f9b8 Author: ds Date: Wed Oct 3 13:29:03 2007 +0000 forgot source file git-svn-id: https://svn.hop.at/repos/mirage@16 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit f14f0f8484be553af36b83028a0ff5d2e1b0d519 Author: ds Date: Wed Oct 3 13:27:55 2007 +0000 package stuff git-svn-id: https://svn.hop.at/repos/mirage@15 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 7eb5bececd862a52c2057f1178bb1df04618acaa Author: ds Date: Wed Oct 3 13:01:14 2007 +0000 configuration class git-svn-id: https://svn.hop.at/repos/mirage@14 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 336437581c42a1d35e5348a0a8974ce23e6087c2 Author: ds Date: Wed Oct 3 13:00:43 2007 +0000 forgot two files git-svn-id: https://svn.hop.at/repos/mirage@13 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit ca759ac954c7cf300074b25fbb2f2176ff7b4df7 Author: ds Date: Wed Oct 3 12:57:06 2007 +0000 Fix import-thread bugs, update playlistgenerator view, fix resource not found in libmirageaudio git-svn-id: https://svn.hop.at/repos/mirage@12 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit e190cc5d793567559b14c51e5777b8b79ef56420 Author: ds Date: Fri Sep 28 15:43:38 2007 +0000 update debian package git-svn-id: https://svn.hop.at/repos/mirage@11 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit ca71de9e97751fb8c0b4f52bb0a57793bd167c4f Author: ds Date: Fri Sep 28 15:41:36 2007 +0000 forgot rip icon git-svn-id: https://svn.hop.at/repos/mirage@10 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit d863c26300e8f71a80089ea2d5b8ccd8a9ea2131 Author: ds Date: Fri Sep 28 14:56:37 2007 +0000 playlistmodel from Banshee git-svn-id: https://svn.hop.at/repos/mirage@9 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 89444d83c2b430990c855498272387c8718668ca Author: ds Date: Fri Sep 28 14:46:04 2007 +0000 * internationalization * new PlaylistView using Banhsee Playlistview columns git-svn-id: https://svn.hop.at/repos/mirage@8 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 3923220ed45874df85c52c82729cc9d346b9c2e9 Author: ds Date: Fri Sep 28 10:47:00 2007 +0000 add missing glade xml git-svn-id: https://svn.hop.at/repos/mirage@7 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 068bcf8dcf07f9bb97ce50276f46ac5ce89fbd9a Author: ds Date: Fri Sep 21 10:17:53 2007 +0000 userinterface updates git-svn-id: https://svn.hop.at/repos/mirage@6 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit ee457e46d096c82cd81c60776abeeb05a17f899f Author: ds Date: Tue Sep 18 14:57:11 2007 +0000 update the banshee mirage plugin to use the gstreamer backend. Fixes various deadlock issues, segfaults with the gstreamer backend. git-svn-id: https://svn.hop.at/repos/mirage@5 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit c6c3fa6cd670c4876f1f3128307e6af787971730 Author: ds Date: Fri Sep 14 13:57:27 2007 +0000 update the Banshee plugin to integrate in a nicer way git-svn-id: https://svn.hop.at/repos/mirage@4 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 661ef82fcaaab89d5b484743237604d44474d344 Author: ds Date: Fri Sep 14 09:29:10 2007 +0000 deleted console.writeln git-svn-id: https://svn.hop.at/repos/mirage@3 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 51656f2c679b837ca688a1d1f24545db3f935f48 Author: ds Date: Wed Sep 12 15:13:54 2007 +0000 cleanup git-svn-id: https://svn.hop.at/repos/mirage@2 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit fd2cf249689c0d735eaa4cb214ed5857d656041b Author: ds Date: Wed Sep 12 15:10:39 2007 +0000 Import git-svn-id: https://svn.hop.at/repos/mirage@1 3ca7edfc-973d-4f12-98f5-7359feb43fe1 commit 0a8a3c5fa762f8cc05f34e78285c2e38efe9e08c Author: Bertrand Lorentz Date: Sat Aug 4 21:44:19 2007 +0000 * build/gconf-schema-rules, configure.ac: Fix build errors related to gconf stuff. Thanks to Scott Henson for the report. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@318 206ccb52-212b-0410-a55c-07e4721b525c commit 9f110f1d593bb7d77d1d617066b783e88aaad654 Author: Bertrand Lorentz Date: Sat Aug 4 20:42:25 2007 +0000 * NEWS: Removed obsolete info, redirect to ChangeLog. * TODO: One item done, one item added. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@317 206ccb52-212b-0410-a55c-07e4721b525c commit f0f9f2f7a8bc6673a72a7b9726ce0137c42dac59 Author: Bertrand Lorentz Date: Sat Aug 4 20:28:02 2007 +0000 * alarm.mdp: Enable Makefile integration. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@316 206ccb52-212b-0410-a55c-07e4721b525c commit d56abf7b474ea62cd39bad837f77697b25de056a Author: Bertrand Lorentz Date: Sat Aug 4 20:24:54 2007 +0000 * src/AlarmPlugin.cs, src/Alarm.cs, src/AlarmConfigDialog.cs: Say no to useless polling ! The alarm thread now sleeps until the time of the alarm. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@315 206ccb52-212b-0410-a55c-07e4721b525c commit f6c39ca89dc0cc538f08b03081c163db919d7f90 Author: Bertrand Lorentz Date: Tue May 29 19:59:36 2007 +0000 * alarm.mdp, alarm.mds: Update MonoDevelop files. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@313 206ccb52-212b-0410-a55c-07e4721b525c commit 5e2d9195f01fea00058d73f48d6b44bd6b60d428 Author: Bertrand Lorentz Date: Tue May 29 19:52:03 2007 +0000 * src/ConfigurationWidget.cs, src/AlarmPlugin.cs, src/SleepTimerConfigDialog.cs, src/AlarmConfigDialog.cs, autogen.sh, po/LINGUAS, po/fr.po, po/POTFILES.in: Fix the i18n support. Thanks to Alexandre Prokoudine for the suggestions. * build/m4, build/m4/shamrock, build/m4/shamrock/mono.m4, build/m4/shamrock/programs.m4, build/m4/shamrock/i18n.m4: Add and use abock's macros from banshee. configure.ac looks a little bit better now. * configure.ac: Fix the i18n support. Thanks to Alexandre Prokoudine for the suggestions. Add and use abock's macros from banshee. configure.ac looks a little bit better now. git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@312 206ccb52-212b-0410-a55c-07e4721b525c commit f5bbd84d1ff931c6229528bdaef0684de6491e92 Author: Patrick van Staveren Date: Thu Mar 8 06:33:36 2007 +0000 move individual projects into /trunk git-svn-id: http://banshee-unofficial-plugins.googlecode.com/svn/trunk@311 206ccb52-212b-0410-a55c-07e4721b525c