============ Version 1.4.1 2006-05-14 Bastien Nocera * configure.in: 1.4.1 2006-05-14 Bastien Nocera * NEWS: upd * src/backend/bacon-video-widget-gst-0.10.c: (bvw_handle_element_message): * src/backend/bacon-video-widget-gst.c: (bacon_video_widget_signal_idler): * src/backend/video-utils.c: (totem_resolve_relative_link): * src/totem-mozilla-viewer.c: (on_got_redirect): * src/totem.c: (on_got_redirect): Patch from Tim-Philipp Müller to handle relative links in the front-end, as it knows the canonical mrl for the stream, and the backend doesn't, fixes Apple trailers playback in the Mozilla plugin (Closes: #339000) 2006-05-10 Bastien Nocera * src/vanity.c: (main): add calls for the backend options (Closes: #341092) 2006-05-02 Bastien Nocera * src/plparse/totem-pl-parser.c: (read_ini_line_int), (read_ini_line_string), (totem_pl_parser_add_pls_with_contents): Added more debug for pls parsing, ignore tabs and spaces at the beginning of lines to work-around Virgin's broken playlists (Closes: #340383) 2006-04-28 Wouter Bolsterlee * configure.in: Revert po/LINGUAS stuff, because it breaks with older intltools. * po/LINGUAS: Removed 2006-04-28 Bastien Nocera * src/totem.c: (totem_action_handle_key_press): fix a compile warning 2006-04-28 Wouter Bolsterlee * configure.in: Fix po/LINGUAS stuff (hopefully). See http://live.gnome.org/GnomeGoals/PoLinguas for details. Based on a patch from Brian Pepple (see bug #339200). This should fix bug #337844. Thanks to Przemysław Grzegorczyk. * po/LINGUAS: one language per line 2006-04-24 Julien MOUTTE * src/backend/bacon-video-widget-gst-0.10.c: (get_media_size): Apply updated patch from #339408. closing bug. 2006-04-24 Bastien Nocera * src/totem.c: (totem_action_handle_key_press): also pause/play with Space if the video widget has the focus 2006-04-24 Julien MOUTTE Patch by: Jan Gerber * src/backend/bacon-video-widget-gst-0.10.c: (get_media_size): The aspect ratio setting defines the Image Aspect Ratio and not directly the Pixel Aspect Ratio. The PAR is then calculated from the IAR. (http://www.doom9.org/index.html?/capture/par.html) 2006-04-24 Bastien Nocera * src/backend/bacon-video-widget-gst-0.10.c: (bvw_handle_element_message): * src/backend/bacon-video-widget-gst.c: (bacon_video_widget_signal_idler): * src/backend/video-utils.c: (totem_resolve_relative_link): * src/backend/video-utils.h: * src/totem-mozilla-viewer.c: (on_got_redirect): * src/totem.c: (on_got_redirect): Make the GStreamer backends resolve relative redirects, as the xine-lib backend does (Closes: #339000) * src/plparse/totem-pl-parser.c: (totem_pl_parser_write_m3u): Save the full path when we can't get a relative path when saving m3u playlists (Closes: #338974) 2006-04-24 Bastien Nocera * src/totem-scrsaver.c: (screensaver_inhibit_dbus), (screensaver_init_dbus): Patch from William Jon McCann to update the screensaver code to the new API in HEAD, and remove compatibility code for pre-2.14 gnome-screensaver code (Closes: #339208) 2006-04-23 Bastien Nocera * src/totem-mozilla-plugin.cpp: Patch from Gary Coady to allow direct playback of stream from protocol schemes not supported by Mozilla (Closes: #339142) 2006-04-18 Bastien Nocera * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_realize), (bacon_video_widget_new), (bacon_video_widget_set_audio_out_type): Set the audio output type when creating the widget, set the current audio output properly, don't reset the audio output type on startup (Closes: #330054) 2006-04-18 Bastien Nocera * src/Makefile.am: merge module_flags and modules_flags, spotted by Frederic Crozat 2006-04-18 Bastien Nocera * src/totem-preferences.c: (totem_setup_preferences): Work-around a problem with libglade not putting the prefs window on top of the main window when the main window is "On Top" (Closes: #336939) 2006-04-18 Bastien Nocera * data/skip_to.glade: make centered on parent * src/totem-skipto.c: (totem_skipto_update_range), (totem_skipto_get_range), (totem_skipto_set_seekable), (totem_skipto_new): add more asserts, set the sensitivity of the OK button properly * src/totem-skipto.h: fix some macros * src/totem.c: (totem_action_exit), (on_skip_to1_activate): don't destroy the playlist by hand, it's already destroyed along with the rest of the main window, hide the prefs window as well before exiting Use the convenience functions to locate the skipto glade file 2006-04-18 Bastien Nocera * src/plparse/test-parser.c: (test_parsing), (main): * src/plparse/totem-pl-parser.c: (totem_pl_parser_class_init), (totem_pl_parser_set_property), (totem_pl_parser_get_property), (my_gnome_vfs_get_mime_type_with_data), (totem_pl_parser_add_quicktime_metalink), (totem_pl_parser_parse_internal): Add a debugging property to the playlist parser to make it easier to debug 2006-04-12 Bastien Nocera * src/bacon-video-widget-properties.c: (bacon_video_widget_properties_finalize): patch from Christoph Burghardt to fix a small memory leak 2006-04-11 Bastien Nocera * src/Makefile.am: now we update bacon-volume from libbacon itself 2006-04-10 Bastien Nocera * configure.in: use po/LINGUAS file instead of changing ALL_LINGUAS in configure.in 2006-03-31 Bastien Nocera * src/totem.c: (on_take_screenshot1_activate), (totem_action_handle_key_press): Fix Ctrl+S showing the "Skip to..." dialogue instead of the screenshot one (Closes: #336587) 2006-03-30 Bastien Nocera * src/plparse/totem-pl-parser.c: (totem_pl_parser_add_quicktime_metalink), (totem_pl_parser_parse_internal): don't look for ignore if we already parsed it 2006-03-28 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (bvw_error_from_gst_error): Fix printf format in debug message (string != integer). 2006-03-27 Bastien Nocera * src/totem.c: (show_controls): make the menubar unsensitive to avoid the menu shortcuts being available in fullscreen (Closes: #301693) 2006-03-27 Bastien Nocera * data/popup.glade: Make the icons for next/previous the same in the popup as in the main interface (Closes: #335648) 2006-03-27 Bastien Nocera * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_open_with_subtitle), (bacon_video_widget_set_connection_speed): Only open with the subtitled mrl if there is one, patch by Andreas Henriksson (Closes: #336127), avoid error when setting the connection speed to the maximum 2006-03-22 Bastien Nocera * MAINTAINERS: added (Closes: #335021) 2006-03-21 Dennis Cranston * src/bacon-volume.c: (bacon_volume_scale_value_changed): Volume should not display stock_volume-0 for volume > 0. 2006-03-21 Bastien Nocera * data/handlers.sh: use "needs_terminal" GConf key, and not "need-terminal" as previously, spotted by John Thacker (Closes: #335138) 2006-03-18 Vladimer Sichinava * configure.in: Added "ka" (Georgian) to ALL_LINGUAS 2006-03-17 Bastien Nocera * src/plparse/totem-pl-parser.c: (parse_asx_entry): don't forcibly change mms:// urls to mmsh://, the server might not handle it (Closes: #333375) 2006-03-16 Bastien Nocera * src/Makefile.am: * src/backend/Makefile.am: reorder the link libraries to be able to build on some systems, patch by Mikhail Zabaluev (Closes: #334731) 2006-03-15 Bastien Nocera * src/plparse/totem-pl-parser.c: (totem_pl_parser_add_quicktime_metalink), (totem_pl_parser_add_quicktime): Add basic support for the Quicktime Metalink playlists (Closes: #333539) 2006-03-13 Bastien Nocera * src/totem-skipto.c: (totem_skipto_new): update the "Skip to" time label when entering the time manually, spotted by Eskil Bylund (Closes: #331912)