2005-08-09 Ross Burton * configure.in: * NEWS: Versoin 2.11.91. 2005-08-08 Ross Burton * configure.in: Depend on gnome-media 2.11.91 for the Profiles dialog fix. 2005-08-07 Ronald S. Bultje * src/bacon-volume.c: (bacon_volume_button_press): Fix small flickering when popping up window, or at least fix it so that you don't actually notice (#312165). 2005-08-07 Ronald S. Bultje * src/sj-play.c: (idle_state): When stopped, remove the time / total message from the statusbar. 2005-08-03 Madhan Raj M * src/sj-play.c: Disable Reread while playing. 2005-08-03 Ronald S. Bultje * src/Makefile.am: * src/bacon-volume.c: (bacon_volume_button_get_type), (bacon_volume_button_class_init), (bacon_volume_button_init), (bacon_volume_button_dispose), (bacon_volume_button_new), (bacon_volume_button_get_value), (bacon_volume_button_set_value), (bacon_volume_button_scroll), (bacon_volume_button_press), (cb_button_timeout), (cb_button_press), (cb_button_release), (bacon_volume_release_grab), (cb_dock_press), (bacon_volume_scale_get_type), (bacon_volume_scale_class_init), (bacon_volume_scale_new), (bacon_volume_scale_press), (bacon_volume_scale_release), (bacon_volume_scale_value_changed): * src/bacon-volume.h: * src/sj-main.c: (sj_make_volume_button): * src/sj-play.c: (on_volume_changed): * src/sj-volume.c: * src/sj-volume.h: SjVolumeButton -> BaconVolumeButton and merge with latest Totem fixes. 2005-08-03 Ross Burton * src/sj-play: Enable the next/prev buttons in a better place. 2005-08-03 Ross Burton * data/sound-juicer.glade: * src/sj-main.c: * src/sj-play.[ch]: Disable Next and Prev when SJ is not playing (based on a patch by Raj M Madhan). 2005-08-01 Ross Burton * data/sound-juicer.glade: * src/sj-play.c: Add Previous/Next track menu items. 2005-08-01 Madhan Raj M * data/sound-juicer.glade: * src/sj-play.c: Adding on_tracklist_row_selected() to play the selected track. Fixes #309268. 2005-07-29 Ross Burton * src/sj-main.c: Remove the title from the check box column. 2005-07-28 Shaun McCance * help/sound-juicer/C/sound-juicer.xml: - Added gnome-doc-status processing instruction 2005-07-28 Ross Burton * help/sound-juicer/Makefile.am: * help/sound-juicer/C/sound-juicer.xml: Remove useless comments and use XInclude over entities. 2005-07-27 Ronald S. Bultje * src/sj-play.c: (on_play_activate): Fix pause/play behaviour. 2005-07-27 Ronald S. Bultje * src/sj-play.c: (select_track), (cb_hop_track), (setup), (on_play_activate): Respect checkboxes for playback, also (#309259). 2005-07-27 Ronald S. Bultje * src/sj-play.c: (cb_hop_track), (cb_change_button), (idle_state), (cb_state): Let change state be executed in idle handler, to prevent theoretical threading issues that make GStreamer feared and famous. Also add a timeout handler before we reset the button label, so it does not switch quickly between PAUSED and PLAYING on track-switch, but stays in play-mode. 2005-07-27 Ross Burton * data/sound-juicer.schemas.in: Fix grammatical mistake.