============ Version 0.99.11 2004-04-18 Bastien Nocera * NEWS: upd * configure.in: upd for release 2004-04-18 Bastien Nocera * README: upd 2004-04-16 Bastien Nocera * README: removed TODO item * src/bacon-video-widget-xine.c: (xine_event_message), (xine_error), (bacon_video_widget_open), (bacon_video_widget_can_get_frames): * src/totem.c: (totem_action_error), (totem_action_eject), (on_take_screenshot1_activate): Make sure that only one period appears on error messages, GErrors have periods to finish up their messages Sorry to the translators... 2004-04-16 Iñaki Larrañaga * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-16 Bastien Nocera * README: * src/bacon-video-widget-xine.c: (bacon_video_widget_pause): HAVE_XINE_CLOSE wasn't set by configure.in anymore, remove the ifdef 2004-04-16 Christian Neumair * configure.in: (AC_OUTPUT): * help/Makefile.am: (SUBDIRS): * help/de/*: * help/de/figures/*: Added German documentation translation. Kudos to Sebastian Heinlein (sebastian.heinlein@web.de) for translation. * NEWS: Reflect above changes. 2004-04-15 Bastien Nocera * src/bacon-video-widget-xine.c: (xine_error): error message collapsing on open(), fixes 2 message boxes popping up when the input plugin is whinging and the engine fails to open the stream 2004-04-15 Bastien Nocera * README: upd * src/bacon-video-widget-xine.c: (xine_event_message): plan for the "permission denied" error in xine-lib * src/cd-drive.c: (linux_bsd_media_type): * src/egg-recent-util.c: upd from libbacon and libegg 2004-04-15 Bastien Nocera * src/totem.c: (totem_action_error_and_exit), (on_properties1_activate): remove separators in the dialogs 2004-04-14 Bastien Nocera * src/totem.c: (show_controls): don't crash when hiding/showing the controls, following the GTK+-only build changes 2004-04-14 Bastien Nocera * data/screenshot.glade: * src/totem-screenshot.c: (totem_screenshot_new): make the screenshot dialog look more like the GNOME panel one, use a Save file chooser in the screenshot dialog (Closes: #140013) 2004-04-14 Bastien Nocera * NEWS: upd 2004-04-14 Bastien Nocera * src/totem-pl-parser.c: (totem_pl_parser_get_extinfo_title), (totem_pl_parser_add_m3u): fix crash in m3u with extinfo parsing (Closes: #140010) 2004-04-14 Bastien Nocera * src/totem-stock-icons.c: (totem_named_icons_dispose), (totem_named_icons_init): make all our installed icons loadable by Totem (Closes: #139922) 2004-04-12 Pablo Saratxaga * configure.in: Added Arabic (ar), Macedonian (mk), and Walloon (wa) to ALL_LINGUAS. 2004-04-12 Bastien Nocera * src/dvd_plus_rw_utils.cpp: update for more cleanups from libbacon * src/totem-playlist.c: (button_press_cb), (button_release_cb), (drag_begin_cb), (drag_end_cb): * src/totem.c: (totem_callback_connect), (main): cleanups 2004-04-10 Bastien Nocera * NEWS: upd 2004-04-10 Bastien Nocera * src/dvd_plus_rw_utils.cpp: update from libbacon (Closes: #139594) 2004-04-10 Bastien Nocera * configure.in: * data/totem.glade: * src/Makefile.am: * src/bacon-cd-selection.c: (bacon_cd_selection_new), (bacon_cd_selection_set_device), (bacon_cd_selection_get_device): * src/bacon-cd-selection.h: * src/bacon-v4l-selection.c: (bacon_v4l_selection_new), (bacon_v4l_selection_set_device), (bacon_v4l_selection_get_device): * src/bacon-video-widget-properties.c: * src/egg-recent-item.c: (egg_recent_item_new), (egg_recent_item_set_private), (egg_recent_item_get_private): * src/egg-recent-item.h: * src/egg-recent-util.c: * src/egg-recent-view.h: * src/totem-pl-parser.c: * src/totem-playlist.c: (button_press_cb), (button_release_cb), (drag_begin_cb), (drag_end_cb), (init_treeview): * src/totem-preferences.c: * src/totem-private.h: * src/totem-screenshot.c: * src/totem-statusbar.c: * src/totem-stock-icons.c: * src/totem-video-thumbnailer.c: * src/totem.c: (on_open_location1_activate), (totem_callback_connect), (main): * src/vanity.c: (on_about1_activate), (vanity_callback_connect), (main): * src/video-dev.c: Loads of changes for the start of the GTK+ only build, Glade files are still broken, and the Nautilus properties page is built unconditionally because of what I suspect is a make bug Also committed a patch by Sanjay Kumar .J to allow DND reordering in the playlist, doesn't work on my machine I think I found another libXi bug (Closes: #121275) 2004-04-09 Bastien Nocera * data/totem.glade: * src/bacon-video-widget-gst.c: (bacon_video_widget_set_aspect_ratio), (bacon_video_widget_get_aspect_ratio): * src/bacon-video-widget-xine.c: (bacon_video_widget_set_aspect_ratio), (bacon_video_widget_get_aspect_ratio): * src/bacon-video-widget.h: * src/totem.c: (totem_action_toggle_aspect_ratio), (totem_action_set_aspect_ratio), (totem_action_get_aspect_ratio), (on_aspect_ratio_auto_activate), (on_aspect_ratio_square_activate), (on_aspect_ratio_fbt_activate), (on_aspect_anamorphic_activate), (on_aspect_ratio_dvb_activate), (totem_callback_connect): * src/totem.h: implement aspect ratio changing via a menu, adapted from patch by Sanjay Kumar .J (Closes: #119897) ============ Version 0.99.10