2007-05-23 James Livingston patch by: Bastien Nocera * plugins/generic-player/rb-generic-player-source.c: (handle_playlist_entry_cb), (load_playlist_file): * plugins/iradio/rb-iradio-source.c: (handle_playlist_entry_cb), (rb_iradio_source_add_from_playlist): * shell/rb-playlist-manager.c: (handle_playlist_entry_cb), (rb_playlist_manager_parse_file): * shell/rb-shell-player.c: (playlist_entry_cb), (open_location_thread): * shell/rb-shell.c: (handle_playlist_entry_cb), (rb_shell_load_uri): * sources/rb-playlist-source.c: (rb_playlist_source_save_playlist): Convert to using the new totem-pl-parser API, with a compile-time fallback on the old API 2007-05-20 Jonathan Matthew * podcast/rb-podcast-manager.c: (rb_podcast_manager_shutdown): Take a copy of the download list; otherwise, cancelling jobs modifies the list while it's being iterated. Fixes #404169. 2007-05-08 Christophe Fergeau * plugins/visualizer/rb-visualizer-plugin.c: (rb_visualizer_plugin_dispose): remove timeout callback in dispose, fixes bug #436355 2007-05-07 Jonathan Matthew * rhythmdb/rhythmdb-query-model.c: (rhythmdb_query_model_base_rows_reordered): Only process reordered entries that are in the child model. Fixes #436329. 2007-04-28 Jonathan Matthew * plugins/jamendo/jamendo/JamendoSource.py: * plugins/magnatune/magnatune/MagnatuneSource.py: Cancel outstanding async transfers when the source is deleted, rather than trying to close the target file, which won't actually do anything anyway. Fixes #434003. 2007-04-26 Jonathan Matthew * bindings/python/rhythmdb.override: Check that an entry was actually passed to db.entry_get(). Fixes #432949. 2007-04-21 Bastien Nocera * metadata/rb-metadata-gst.c: (rb_metadata_gst_load_tag): Don't replace a string with another shorter version of it, avoids problems with ID3v1 tags being preferred to ID3v2 tags when they have the same data (Closes: #428276) 2007-04-21 Jonathan Matthew * plugins/audiocd/rb-audiocd-source.c: (metadata_cb): Apparently metadata_cb can be called with no error set and albums == NULL. Don't crash in this case. Fixes #414864. 2007-04-21 Jonathan Matthew * plugins/rb-python-module.c: (rb_python_module_init_python): Disable pyg* log hooks, since they appear to cause crashes when used from multiple threads, and they're annoying anyway. Probably fixes #429687. 2007-04-19 Jonathan Matthew patch mostly by: Irene Huang * plugins/visualizer/rb-visualizer-plugin.c: (rb_visualizer_plugin_window_title_change_cb): Be kind to c libraries that don't like NULL strings. Fixes #418886. 2007-04-14 Christophe Fergeau * plugins/ipod/rb-ipod-source.c: apply patch from trunk rev 4977 which the previous commit depends on. Fixes bug #386662 some more... 2007-04-03 Christophe Fergeau * plugins/ipod/rb-ipod-source.c: (impl_move_to_trash): call schedule_save instead of directly calling itdb_save after removing a file, this makes sure file deletion works on iPod shuffles as well. Initial patch by William , fixes bug #386662