============ Version 2.18.1 2007-04-04 Bastien Nocera * NEWS: upd * configure.in: release 2.18.1 2007-04-04 Bastien Nocera * src/totem-options.c: (totem_options_process_for_server): Patch from Michael Plump to avoid removing just added files when in remote mode (Closes: #416253) 2007-04-03 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_new): If we are forced to fall back to using fakesinks instead of real output sinks, make sure they sync to the clock. Should fix current position reporting when there is no audio sink available (#425458). 2007-04-02 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bvw_check_missing_plugins_error): Make the missing-plugins stuff work in the case where we have a subtitles streams but no video stream (presumably because we are missing the appropriate video decoder). This should probably be handled better in playbin itself, but for now we'll work around it. (Closes: #418383) 2007-04-02 Tim-Philipp Müller * src/totem-missing-plugins.c: (on_plugin_installation_done): Also add the missing plugins to the local blacklist if the user aborts the installer, so we either just play what we can or show an error message (presumably the user doesn't want to see the installer, so let's honour that wish). 2007-04-02 Bastien Nocera * browser-plugin/totemPlugin.cpp: Remove the rejection of streams based on mime-type, too many false positives (Closes: #418387) 2007-03-30 Tim-Philipp Müller * src/totem-missing-plugins.c: (on_plugin_installation_done): Make sure an error dialog gets shown if the installer returns a not-found exit code (Closes: #424520) 2007-03-30 Bastien Nocera * src/totem.c: (totem_callback_connect): Make the seek back/forth and skipto menu items unsensitive on startup (Closes: #370021) 2007-03-26 Bastien Nocera * src/totem-menu.c: (totem_setup_recent): Patch from Philip Withnall to grab the recent files manager from the right screen (Closes: #395195) 2007-03-26 Bastien Nocera * data/uri.glade: patch from Emil Soleyman-Zomalan to make the Open Location dismiss when pressing enter (Closes: #394215) 2007-03-26 Bastien Nocera * src/totem.c: (totem_action_open_location): Fix leak when stream is already in the recent files, spotted by Christian Persch (Closes: #423079) 2007-03-26 Bastien Nocera * src/totem.c: (totem_setup_window): Patch from Christian Persch to fix a memory leak (Closes: #423067) 2007-03-26 Bastien Nocera * src/totem.c: (totem_action_handle_key_press): Make pause actually pause, and stop pause as well (Closes: #422956) 2007-03-26 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bvw_bus_message_cb): No need to flood stdout with g_message()s if we find an unknown GstMessage type on the bus (Closes: #420253). 2007-03-26 Bastien Nocera * src/totem-uri.c: (totem_add_default_dirs), (totem_add_files), (xdg_user_dir_lookup): Use xdg-user-dirs to add some default directories to the "Open" dialogues (Closes: #143404) 2007-03-19 Bastien Nocera * src/totem-menu.c: (totem_action_add_recent): Avoid crashing on play when we can't get a display name for the file we're trying to play 2007-03-19 Bastien Nocera * browser-plugin/Makefile.am: * data/Makefile.am: * src/backend/Makefile.am: spaces cleanups by Loïc Minier (Closes: #414173) 2007-03-19 Bastien Nocera * configure.in: Fix build, remove the generation of help/uk/Makefile 2007-03-18 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_new): Fix build when compiling against a GStreamer core version where the debugging system has been disabled (Closes: 418589). 2007-03-16 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bvw_error_msg), (bvw_bus_message_cb): (poll_for_state_change_full): Make debug output on errors a bit more terse; also mention URI that caused the error. 2007-03-12 Tim-Philipp Müller * src/totem-menu.c: (about_action_callback): Add myself to credits in about dialog. 2007-03-12 Bastien Nocera * data/vanity.desktop.in.in: remove obsolete "Application" category (Closes: #417365) 2007-03-11 Bastien Nocera * browser-plugin/totem-plugin-viewer.c: (totem_volume_create): Patch from Christof Krüger to make scrolling on the volume button go in the right direction (Closes: #417210)