============ Version 2.17.3 2006-11-15 Bastien Nocera * NEWS: upd * configure.in: 2.17.3 2006-11-15 Bastien Nocera * src/totem-playlist.c: (button_press_cb), (button_release_cb), (drag_end_cb), (treeview_row_changed): Patch from Jan Arne Petersen to avoid the playlist not accepting new drops after a drop caused an error dialogue to appear (Closes: #370736) 2006-11-15 Bastien Nocera * src/totem-sidebar.c: (totem_sidebar_setup): * src/totem.c: (totem_action_save_state), (main_pane_size_allocated), (totem_setup_window), (video_widget_create): Patch from Jan Arne Petersen to make Totem remember the width of the sidebar even when Totem was maximised when we exited (Closes: #365211, #361800, #316286) 2006-11-14 Bastien Nocera * browser-plugin/tests/.cvsignore: * browser-plugin/tests/.htaccess: * browser-plugin/tests/index.html: * browser-plugin/tests/launch-web-server.sh: add a script to startup Apache for plugin testing purposes 2006-11-09 Bastien Nocera * data/totem.glade: add a name and a label for/labelled by relationship for the seek slider (Closes: #364721) 2006-11-06 Bastien Nocera * data/totem-ui.xml: * src/totem-menu.c: (properties_action_callback): * src/totem-private.h: * src/totem-sidebar.c: (totem_sidebar_toggle), (totem_sidebar_set_current_page): * src/totem-sidebar.h: * src/totem.c: (totem_action_show_properties), (totem_action_handle_key_press): Re-add a "Properties" menu item in the Movie menu, by popular demand (Closes: #369958) 2006-11-03 Bastien Nocera * src/bacon-volume.c: (bacon_volume_button_class_init), (bacon_volume_button_new), (bacon_volume_button_style_set), (bacon_volume_scale_class_init), (bacon_volume_button_update_icon), (bacon_volume_scale_value_changed), (bacon_volume_button_load_icons): * src/bacon-volume.h: Patch from Christian Persch to simplify the icon theme use, and remove the old useless HAVE_GTK_ONLY bits, they looked naf anyway (Closes: #370028) 2006-11-03 Bastien Nocera * src/totem-playlist.c: (drag_begin_cb), (totem_playlist_style_set), (update_repeat_cb), (update_lockdown), (init_config), (totem_playlist_init), (totem_playlist_finalize), (totem_playlist_new), (totem_playlist_add_one_mrl), (totem_playlist_clear), (totem_playlist_get_current_mrl), (totem_playlist_get_current_title), (totem_playlist_get_current_metadata), (totem_playlist_has_previous_mrl), (totem_playlist_has_next_mrl), (totem_playlist_set_title), (totem_playlist_set_playing), (totem_playlist_set_previous), (totem_playlist_set_next), (totem_playlist_get_repeat), (totem_playlist_set_repeat), (totem_playlist_get_shuffle), (totem_playlist_set_shuffle), (totem_playlist_set_at_start), (totem_playlist_set_at_end), (totem_playlist_get_current), (totem_playlist_get_last), (totem_playlist_set_current), (totem_playlist_class_init): * src/totem-playlist.h: Patch from Christian Persch to simplify the icon theme use, and fix a few nits (and catch left-overs from when TotemPlaylist was GtkPlaylist, circa 2003) (Closes: #370028) 2006-11-03 Bastien Nocera * src/backend/bacon-resize.c: (bacon_resize), (bacon_restore): Trap errors calling XRandR and co. to avoid annoying crashes