============ Version 1.5.2 2006-06-12 Bastien Nocera * configure.in: 1.5.2 * NEWS: upd 2006-06-12 Bastien Nocera * data/playlist.glade: * data/properties.glade: * data/screenshot.glade: * data/skip_to.glade: * data/totem.glade: Remove mentions of media-player-48.png, so that we use the themed icon * src/totem-mozilla-viewer.c: (on_about1_activate): * src/totem.c: (on_about1_activate), (main): * src/vanity.c: (on_about1_activate), (main): use PACKAGE_VERSION instead of VERSION, as PACKAGE_VERSION is meant to be a string, unlike VERSION, spotted by Frederic Peters (Closes: #344599) 2006-06-07 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_new_hal_ctx), (totem_cd_detect_type_with_url): free the device cache when getting an error checking for a CDDA (spotted by William Jon McCann , unref the D-Bus connection when we get an error initialising HAL 2006-06-07 Bastien Nocera * src/plparse/totem-pl-parser.c: Add audio/vnd.rn-realaudio as a possible mime-type for Real Audio playlists (Closes: #344020) 2006-06-06 Bastien Nocera * configure.in: * src/plparse/totem-pl-parser.c: (totem_pl_parser_read_entire_file), (totem_pl_parser_add_ram), (totem_pl_parser_add_asf_reference_parser), (totem_pl_parser_add_asf_parser), (totem_pl_parser_add_pls), (totem_pl_parser_add_m3u), (totem_pl_parser_add_asx), (totem_pl_parser_add_smil), (totem_pl_parser_add_quicktime_metalink), (totem_pl_parser_add_desktop), (totem_pl_parser_add_xspf): use totem_pl_parser_read_entire_file to make sure that gnome_vfs_read_entire_file null-terminates the strings 2006-06-05 Bastien Nocera * data/mime-type-list.txt: add Impulse Tracker and MOD files to the supported types (Closes: #343605) 2006-06-05 Bastien Nocera * src/totem-mozilla-plugin.cpp: Patch from Sjoerd Simons to use NPBool instead of PRBool, fixes running the plugin on PPC (Closes: #343851) 2006-05-27 Bastien Nocera * src/totem.c: (main): make the video widget have the focus after having set it up to get Space do Play/Pause by default (Closes: #343050) 2006-05-27 Bastien Nocera * data/Makefile.am: * data/totem.desktop.in.in.in: * data/totem.glade: * src/totem-mozilla-viewer.c: (on_about1_activate): * src/totem.c: (on_about1_activate), (totem_volume_create), (main): Patch from Brian Pepple to use theme friendly icon names (Closes: #336852), disable the volume button by default 2006-05-27 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_new_hal_ctx), (cd_cache_has_medium): Fix detection of whether a drive has a medium when using HAL >= 0.5 2006-05-26 Tim-Philipp Müller * src/backend/bacon-video-widget-gst-0.10.c: (get_media_size): Avoid integer overflows when doing aspect ratio calculations. * configure.in: Require gst-plugins-base >= 0.10.7 for the GStreamer backend for the recently added gst_video_calculate_display_ratio() function used above. 2006-05-26 Bastien Nocera * data/totem.glade: Use Prefere_nces as accesskey for the menu entry, not _Prefere_ces, spotted by clytie@riverland.net.au (Closes: #343014) 2006-05-26 Bastien Nocera * data/totem.glade: Fix duplicate 's' accesskey (Closes: #323858) 2006-05-25 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_new): add missing HAVE_HAL ifdef, spotted by James Livingston 2006-05-25 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_open_device): remove dead code 2006-05-25 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_free): Disconnect from HAL when we're done with the work 2006-05-25 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_new_hal_ctx), (cd_cache_has_medium): Fix build and run-time with HAL >= 0.5 2006-05-25 Bastien Nocera * configure.in: * src/plparse/Makefile.am: * src/plparse/totem-disc.c: (cd_cache_new_hal_ctx), (cd_cache_new), (cd_cache_has_medium), (cd_cache_open_device), (cd_cache_free), (cd_cache_disc_is_cdda), (cd_cache_disc_is_dvd): Use HAL to detect whether a disc is present in the device, rather than using Linux specific calls. No HAL means that the disc detection will return FALSE (Closes: #316902) 2006-05-23 Tim-Philipp Müller * configure.in: Add the 'goom' plugin from gst-plugins-good to the list of required plugins for the GStreamer backend. * src/backend/bacon-video-widget-gst-0.10.c: (bvw_stop_play_pipeline), (setup_vis_find_factory), (setup_vis): Fix visualisation factory lookup: check for short name if we don't find a match with the long name (necessary because the schema contains a short name). Use 'goom' as fallback if we can't find the visualisation originally configured. Fixes #340506. 2006-05-22 Bastien Nocera * src/plparse/totem-disc.c: (cd_cache_new), (cd_cache_open_mountpoint): * src/plparse/totem-pl-parser.c: (my_gnome_vfs_get_mime_type_with_data), (totem_pl_parser_add_block): Re-add support for "parsing" block devices, look for mountpoints when we don't have any, change the message when not being able to find a mountpoint, we don't use fstab anymore (Closes: #337506) 2006-05-22 Bastien Nocera * src/backend/bvw-test.c: (main): exit when the window is closed 2006-05-22 Bastien Nocera * src/Makefile.am: fix build, spotted by gpp666_999@yahoo.de (Closes: #342507) 2006-05-17 Bastien Nocera * src/Makefile.am: patch from Josh Nichols to allow building with LDFLAGS="-Wl,--as-needed" (Closes: #341486) 2006-05-17 Bastien Nocera * src/backend/video-utils.c: (totem_time_to_string): make the time labels localisable, patch from Roozbeh Pournader (Closes: #341930) 2006-05-17 Bastien Nocera * src/totem-properties-view.c: (totem_properties_view_set_location): Stop lingering timeouts before resetting the view (Closes: #341626)