============ Version 2.25.90 2009-02-03 Bastien Nocera * NEWS: upd * configure.in: 2.25.90 2009-02-03 Bastien Nocera * src/plugins/screensaver/totem-screensaver.c (got_metadata_cb), (impl_activate), (impl_deactivate): Also update the screensaver status when we get more metadata from the backend, as it's possible we don't detect there's a video stream when playing starts (Closes: #562847) 2009-01-29 Ignacio Casal Quinteiro * src/plugins/opensubtitles/opensubtitles.py: Make unsensitive the treeview when you download a subtitle. Fixes bug #569643. 2009-01-28 Bastien Nocera * data/mime-type-list.txt: Add video/x-ms-asx as a supported mime-type, as used on http://www.oireachtas.ie (Closes: #569483) 2009-01-23 Brian Cameron * src/eggfileformatchooser.c: Use G_STRFUNC instead of __FUNCTION__ so code compiles with non-gcc compilers. Fixes bug #568511. 2009-01-22 Philip Withnall * src/totem-session.c (totem_session_restore): Add a check for filenames != NULL to totem_session_restore. (Closes: #443605) 2009-01-21 Bastien Nocera * src/totem-playlist.c (totem_playlist_add_one_mrl): Don't ever use empty titles as the display name * src/plugins/coherence_upnp/coherence_upnp.py: Add a shadow around the treeview and use add_to_playlist_and_play for the double-click 2009-01-21 Bastien Nocera * src/totem.c: Fix retval 2009-01-20 Bastien Nocera * configure.in: * src/plugins/coherence_upnp/Makefile.am: * src/plugins/coherence_upnp/coherence_upnp.py: * src/plugins/coherence_upnp/coherence_upnp.totem-plugin.in: Add Coherence UPNP plugin from Frank Scholz 2009-01-18 Bastien Nocera * src/totem-menu.c (on_recent_file_item_activated): Don't add the recent file to the recent files list *again* * src/totem-object.c (totem_add_to_playlist_and_play): Don't try to play past the last item in the playlist, so that clicking on a menu item doesn't play the current file again, but the one we just added 2009-01-16 Bastien Nocera * data/totem.ui: Move burn menu item above the properties 2009-01-16 Bastien Nocera Patch from Philippe Rouquier and Luis Medinas to add a Brasero plugin * configure.in: * data/totem.ui: Add placeholders for Burn items * src/plugins/brasero-disc-recorder/*: Add Brasero plugin to allow creating VCDs from playing video files, and duplicate VCDs and DVDs (Closes: #565383) 2009-01-13 Bastien Nocera * src/plugins/properties/bacon-video-widget-properties.c (bacon_video_widget_properties_from_metadata): Fix artist title mixup, spotted by Sebastian Keller (Closes: #567580) 2009-01-13 Bastien Nocera * src/plugins/lirc/totem-lirc.c (totem_lirc_to_setting), (totem_lirc_read_code): * src/plugins/lirc/totem_lirc_default: Patch from Vidar Braut Haarr to support repeat and shuffle through LIRC (Closes: #567258) 2009-01-13 Bastien Nocera * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_set_video_property): * src/backend/bacon-video-widget-xine.c (bacon_video_widget_set_video_property): Patch from Anssi Hannula to avoid reseting the colour balance sliders when they're at the maximum or minimum (Closes: #567279) 2009-01-13 Bastien Nocera * data/mime-type-list.txt: Add application/vnd.ms-wpl as a supported playlist 2009-01-06 Bastien Nocera * src/totem-object.c (totem_add_to_playlist_and_play): Fix totem_add_to_playlist_and_play() to add files to the playlist and play them, even if the playlist is empty, spotted by Philip Withnall (Closes: #563961) 2009-01-06 Bastien Nocera * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_get_metadata_string): * src/backend/bacon-video-widget-xine.c (bacon_video_widget_get_metadata_string): Remove linefeeds from strings, and replace them by spaces (Closes: #566455) 2009-01-06 Bastien Nocera * src/totem-uri.c (totem_uri_get_subtitle_for_uri): Reduce the scope of subtitle_ext_upper 2009-01-06 Bastien Nocera * data/mime-functions.sh: Remove PLS and M3U files from the audio types, remove XSPF, SMIL, Google Video Pointers and Quicktime Media Links from the video types 2009-01-06 Bastien Nocera * data/mime-type-list.txt: Add audio/x-gsm 2009-01-04 Philip Withnall * data/mime-type-include.sh: * lib/totem-scrsaver.c: * src/backend/bacon-resize.c: * src/backend/bvw-test.c (test_bvw_set_mrl): * src/backend/video-utils.c (totem_time_to_string): * src/plugins/gromit/totem-gromit.c (totem_gromit_ensure_config_file): * src/plugins/media-player-keys/totem-media-player-keys.c: * src/plugins/ontop/totem-ontop.c: * src/plugins/properties/bacon-video-widget-properties.c: * src/plugins/properties/totem-movie-properties.c: * src/plugins/screensaver/totem-screensaver.c: * src/plugins/screenshot/totem-gallery-progress.c: * src/plugins/screenshot/totem-gallery.c: * src/plugins/screenshot/totem-screenshot-plugin.c: * src/plugins/screenshot/totem-screenshot.c: * src/plugins/sidebar-test/totem-sidebar-test.c: * src/plugins/skipto/totem-skipto-plugin.c: * src/plugins/skipto/totem-skipto.c: * src/plugins/thumbnail/totem-thumbnail.c: * src/plugins/totem-module.c: * src/plugins/totem-plugin.h: * src/plugins/totem-plugins-engine.c (garbage_collect_cb): * src/plugins/totem-python-module.c (totem_python_module_init_python), (totem_python_garbage_collect), (totem_python_shutdown): * src/plugins/tracker/totem-tracker-widget.c: * src/plugins/tracker/totem-tracker.c: * src/totem-fullscreen.c: * src/totem-menu.c: * src/totem-open-location.c: * src/totem-options.c (option_version_cb): * src/totem-playlist.c: * src/totem-preferences.c (tpw_color_reset_clicked_cb): * src/totem-properties-view.c: * src/totem-resources.c: * src/totem-session.c: * src/totem-statusbar.c: * src/totem-subtitle-encoding.c: * src/totem-time-label.c: * src/totem-uri.c (totem_uri_get_subtitle_for_uri): * src/totem-video-indexer.c: * src/totem.c (main_window_destroy_cb): Cleanups to fix a few warnings when building with more gcc warning flags than normal. (Closes: #565874) 2009-01-03 Philip Withnall * src/plugins/opensubtitles/opensubtitles.ui: UI and string cleanups for the OpenSubtitles plugin. (Closes: #566134) 2009-01-03 Philip Withnall * src/plugins/jamendo/Makefile.am: * src/plugins/jamendo/jamendo.glade: * src/plugins/jamendo/jamendo.py: Convert the Jamendo plugin to GtkBuilder and fix some translation and UI issues. With contributions from izi . (Closes: #566123) 2009-01-03 Bastien Nocera * src/plugins/screenshot/gallery.ui: Avoid warnings at run-time, better string for the thumbnail width 2008-12-30 Philip Withnall * src/plugins/screenshot/totem-screenshot-plugin.c (impl_activate): Change the gallery menu entry from "Take Gallery" to "Create Gallery", and removed the duplicate icon. (Closes: #565917) 2008-12-28 Philip Withnall Update svn:ignore properties. 2008-12-27 Philip Withnall * configure.in: * data/totem.ui: * src/Makefile.am: * src/plugins/screenshot/Makefile.am: * src/plugins/screenshot/gallery.ui: * src/plugins/screenshot/screenshot.totem-plugin.in: * src/plugins/screenshot/totem-gallery-progress.c (totem_gallery_progress_class_init), (totem_gallery_progress_init), (totem_gallery_progress_finalize), (totem_gallery_progress_new), (dialog_response_callback), (process_line), (stdout_watch_cb), (totem_gallery_progress_run): * src/plugins/screenshot/totem-gallery-progress.h: * src/plugins/screenshot/totem-gallery.c (totem_gallery_class_init), (totem_gallery_init), (totem_gallery_new), (default_screenshot_count_toggled_callback), (dialog_response_callback): * src/plugins/screenshot/totem-gallery.h: * src/plugins/screenshot/totem-screenshot-plugin.c (totem_screenshot_plugin_class_init), (totem_screenshot_plugin_init), (take_screenshot_action_cb), (take_gallery_action_cb), (window_key_press_event_cb), (update_state), (got_metadata_cb), (notify_logo_mode_cb), (disable_save_to_disk_changed_cb), (impl_activate), (impl_deactivate), (make_filename_for_dir), (totem_screenshot_plugin_setup_file_chooser), (totem_screenshot_plugin_update_file_chooser): * src/plugins/screenshot/totem-screenshot-plugin.h: * src/plugins/screenshot/totem-screenshot.c (totem_screenshot_response), (totem_screenshot_init), (totem_screenshot_new): * src/plugins/screenshot/totem-screenshot.h: * src/totem-menu.c: * src/totem-preferences.c (totem_setup_preferences): * src/totem-private.h: * src/totem-screenshot.c: * src/totem-screenshot.h: * src/totem-video-thumbnailer.c (create_gallery), (main): * src/totem.c (totem_action_set_mrl_with_warning), (on_got_metadata_event), (totem_action_handle_key_press): Add UI to allow creation of galleries, by moving the current screenshot dialogue out to a built-in "screenshot" plugin, and adding a dialogue for creating galleries, as well as a progress dialogue. Currently, the progress dialogue does not fully work due to pipe problems. (Helps: #561088) 2008-12-25 Eric Piel reviewed by: Philip Withnall * src/plugins/youtube/youtube.ui: little UI fix for youtube plugin (Closes: #565583) 2008-12-24 Philip Withnall * src/backend/bacon-video-widget-gst-missing-plugins.c: Fix #includes when building with --disable-easy-codec-installation. (Closes: #565512) 2008-12-17 Bastien Nocera * configure.in: Remove libstartup-notification requirement, we haven't used it in a long while