Discussion:
GNOME CVS: rhythmbox jmatthew
Jonathan Matthew
2006-12-22 11:03:49 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/22 06:03:49

rhythmbox/plugins/visualizer

Update of /cvs/gnome/rhythmbox/plugins/visualizer
In directory container.gnome.org:/tmp/cvs-serv25733/plugins/visualizer

Log Message:
Directory /cvs/gnome/rhythmbox/plugins/visualizer added to the repository
Jonathan Matthew
2006-12-22 11:22:30 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/22 06:22:30

Modified files:
. : ChangeLog configure.ac
backends/gstreamer: rb-player-gst.c
data : rhythmbox.schemas
plugins : Makefile.am
shell : rb-shell-clipboard.c rb-shell.c rb-shell.h
rb-source-header.c
Added files:
plugins/visualizer: Makefile.am rb-fake-visualizer.c
rb-vis-widget.c rb-vis-widget.h
rb-visualizer-plugin.c rb-visualizer.xml
visualizer-controls.glade visualizer-ui.xml
visualizer.rb-plugin.desktop.in

Log message:
2006-12-22 Jonathan Matthew <***@kaolin.wh9.net>

* backends/gstreamer/rb-player-gst.c: (rb_player_gst_class_init),
(rb_player_gst_get_property), (rb_player_gst_construct):
Add a 'playbin' property allowing plugins to access the playbin
element, and allow them to set the audio and video sinks.

* shell/rb-shell.c: (rb_shell_get_box_for_ui_location),
(rb_shell_add_widget), (rb_shell_remove_widget),
(rb_shell_notebook_set_page), (rb_shell_ui_location_get_type):
* shell/rb-shell.h:
Extend rb_shell_add_widget to allow the addition of source notebook
pages.

* shell/rb-shell-clipboard.c: (rb_shell_clipboard_sync):
* shell/rb-source-header.c: (rb_source_header_set_source_internal),
(rb_source_header_set_source):
Handle the possibility of no source being selected if a notebook page
added with rb_shell_add_widget is active. Hide the source header
widget when no source is selected.

* configure.ac:
* data/rhythmbox.schemas:
* plugins/Makefile.am:
* plugins/visualizer/Makefile.am:
* plugins/visualizer/rb-fake-visualizer.c:
* plugins/visualizer/rb-vis-widget.c:
* plugins/visualizer/rb-vis-widget.h:
* plugins/visualizer/rb-visualizer-plugin.c:
* plugins/visualizer/rb-visualizer.xml:
* plugins/visualizer/visualizer-controls.glade:
* plugins/visualizer/visualizer-ui.xml:
* plugins/visualizer/visualizer.rb-plugin.desktop.in:
Add visualiser plugin. Fixes #76519.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-22%2006:21&maxdate=2006-12-22%2006:23
Jonathan Matthew
2006-12-23 08:20:57 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/23 03:20:57

Modified files:
. : ChangeLog
daapsharing : rb-daap-src.c
iradio : rb-station-properties-dialog.c
podcast : rb-podcast-properties-dialog.c
rhythmdb : rhythmdb-monitor.c rhythmdb-private.h
rhythmdb-property-model.c
rhythmdb-query-model.c rhythmdb.c
shell : rb-play-order-shuffle.c rb-play-order.c
rb-shell-clipboard.c rb-shell-player.c
rb-tray-icon.c
sources : rb-auto-playlist-source.c rb-browser-source.c
rb-iradio-source.c rb-library-source.c
rb-play-queue-source.c
rb-playlist-source-recorder.c
rb-playlist-source.c rb-podcast-source.c
rb-static-playlist-source.c
widgets : rb-song-info.c

Log message:
2006-12-23 Jonathan Matthew <***@kaolin.wh9.net>

* daapsharing/rb-daap-src.c: (rb_daap_src_finalize):
* iradio/rb-station-properties-dialog.c:
(rb_station_properties_dialog_class_init),
(rb_station_properties_dialog_dispose),
(rb_station_properties_dialog_finalize):
* podcast/rb-podcast-properties-dialog.c:
(rb_podcast_properties_dialog_class_init),
(rb_podcast_properties_dialog_dispose),
(rb_podcast_properties_dialog_finalize):
* rhythmdb/rhythmdb-monitor.c: (rhythmdb_dispose_monitoring),
(rhythmdb_finalize_monitoring):
* rhythmdb/rhythmdb-private.h:
* rhythmdb/rhythmdb-property-model.c:
(rhythmdb_property_model_class_init),
(rhythmdb_property_model_dispose),
(rhythmdb_property_model_finalize):
* rhythmdb/rhythmdb-query-model.c: (rhythmdb_query_model_dispose),
(rhythmdb_query_model_finalize):
* rhythmdb/rhythmdb.c: (rhythmdb_class_init):
* shell/rb-play-order-shuffle.c:
(rb_shuffle_play_order_class_init),
(rb_shuffle_play_order_dispose), (rb_shuffle_play_order_finalize):
* shell/rb-play-order.c: (rb_play_order_class_init),
(rb_play_order_dispose), (rb_play_order_finalize):
* shell/rb-shell-clipboard.c: (rb_shell_clipboard_class_init),
(rb_shell_clipboard_dispose), (rb_shell_clipboard_finalize):
* shell/rb-shell-player.c: (rb_shell_player_class_init),
(rb_shell_player_dispose), (rb_shell_player_finalize):
* shell/rb-tray-icon.c: (rb_tray_icon_class_init),
(rb_tray_icon_constructor), (rb_tray_icon_dispose),
(rb_tray_icon_finalize):
* sources/rb-auto-playlist-source.c:
(rb_auto_playlist_source_class_init),
(rb_auto_playlist_source_dispose),
(rb_auto_playlist_source_finalize):
* sources/rb-browser-source.c: (rb_browser_source_dispose),
(rb_browser_source_finalize):
* sources/rb-iradio-source.c: (rb_iradio_source_class_init),
(rb_iradio_source_dispose):
* sources/rb-library-source.c: (rb_library_source_dispose),
(rb_library_source_finalize):
* sources/rb-play-queue-source.c: (rb_play_queue_source_dispose),
(rb_play_queue_source_finalize), (rb_play_queue_source_class_init):
* sources/rb-playlist-source-recorder.c:
(rb_playlist_source_recorder_class_init),
(rb_playlist_source_recorder_dispose),
(rb_playlist_source_recorder_finalize):
* sources/rb-playlist-source.c: (rb_playlist_source_dispose):
* sources/rb-podcast-source.c: (rb_podcast_source_dispose),
(rb_podcast_source_finalize):
* sources/rb-static-playlist-source.c:
(rb_static_playlist_source_dispose),
(rb_static_playlist_source_finalize):
* widgets/rb-song-info.c: (rb_song_info_class_init),
(rb_song_info_dispose), (rb_song_info_finalize):
Unref objects and remove main loop sources in dispose rather than
finalize throughout (except RBShell, which scares me). In all
likelihood, fixes #362484.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-23%2003:19&maxdate=2006-12-23%2003:21
Jonathan Matthew
2006-12-23 10:57:09 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/23 05:57:09

Modified files:
. : ChangeLog
shell : rb-history.c

Log message:
2006-12-23 Jonathan Matthew <***@kaolin.wh9.net>

* shell/rb-history.c: (_history_remove_swapped),
(rb_history_set_playing), (rb_history_remove_entry),
(rb_history_remove_entry_internal), (rb_history_clear):
Don't remove entries from the sequence while iterating it.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-23%2005:56&maxdate=2006-12-23%2005:58
Jonathan Matthew
2006-12-26 23:03:58 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/26 18:03:58

Modified files:
. : ChangeLog
widgets : rb-song-info.c

Log message:
2006-12-27 Jonathan Matthew <***@kaolin.wh9.net>

* widgets/rb-song-info.c: (rb_song_info_dispose):
Fix a few mistakes that caused criticals when closing
a song info window.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-26%2018:02&maxdate=2006-12-26%2018:04
Jonathan Matthew
2006-12-28 23:28:43 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/28 18:28:43

Modified files:
. : ChangeLog
plugins/artdisplay: Makefile.am

Log message:
2006-12-29 Jonathan Matthew <***@kaolin.wh9.net>

* plugins/artdisplay/Makefile.am:
Install rhythmbox-missing-artwork.svg. Fixes #387413.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-28%2018:27&maxdate=2006-12-28%2018:29
Jonathan Matthew
2006-12-29 11:54:17 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/29 06:54:17

Modified files:
. : ChangeLog
plugins/audioscrobbler: rb-lastfm-source.c

Log message:
2006-12-29 Jonathan Matthew <***@kaolin.wh9.net>

* plugins/audioscrobbler/rb-lastfm-source.c:
(rb_lastfm_source_title_from_uri):
Don't free the drag data string if we don't understand the URI.
From #390494.
URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-29%2006:53&maxdate=2006-12-29%2006:55
Jonathan Matthew
2006-12-29 12:13:25 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/29 07:13:25

Modified files:
. : ChangeLog
plugins/audioscrobbler: rb-lastfm-source.c

Log message:
2006-12-29 Jonathan Matthew <***@kaolin.wh9.net>

* plugins/audioscrobbler/rb-lastfm-source.c:
(rb_lastfm_source_title_from_uri):
Handle personal (/user/$user/personal) and user tag
(/usertags/$user/tag) lastfm:// URIs. The rest of #390494.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-29%2007:12&maxdate=2006-12-29%2007:14
Jonathan Matthew
2006-12-29 22:06:09 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/29 17:06:09

Modified files:
. : ChangeLog
plugins/artdisplay: Makefile.am

Log message:
2006-12-30 Jonathan Matthew <***@kaolin.wh9.net>

patch by: Oliver Lemke <***@gmail.com>

* plugins/artdisplay/Makefile.am:
Install rhythmbox-missing-artwork.svg properly. Really fixes #387413.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-29%2017:05&maxdate=2006-12-29%2017:07
Jonathan Matthew
2006-12-29 22:57:11 UTC
Permalink
CVSROOT: /cvs/gnome
Module name: rhythmbox
Changes by: jmatthew 06/12/29 17:57:11

Modified files:
. : ChangeLog
sources : rb-streaming-source.c

Log message:
2006-12-30 Jonathan Matthew <***@kaolin.wh9.net>

* sources/rb-streaming-source.c: (rb_streaming_source_class_init):
Don't set impl_can_browse here.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=rhythmbox&who=jmatthew&date=explicit&mindate=2006-12-29%2017:56&maxdate=2006-12-29%2017:58
Loading...