============ Version 0.99.20 2004-10-27 Bastien Nocera * NEWS: upd * configure.in: 0.99.20 2004-10-25 Ronald S. Bultje * src/bacon-video-widget-gst.c: (bacon_video_widget_get_metadata_int): Oops, that's kbps, not bps. 2004-10-25 Ronald S. Bultje * src/bacon-video-widget-gst.c: (bacon_video_widget_get_metadata_int): Show bitrate. 2004-10-22 Ronald S. Bultje * src/bacon-video-widget-gst.c: (got_error): Since we are blocking the mainloop in _play or _open, errors will never be reported until after we unblock the mainloop if we use idle handlers. Also, we don't need signals at that stage. So we can abuse the coincidence of those two and just report errors as we should. 2004-10-21 Bastien Nocera * src/totem-playlist.c: (totem_playlist_add_files), (totem_playlist_save_files): * src/totem.c: (on_open1_activate), (show_controls): for all the file selectors, use gtk_file_chooser_set_current_folder_uri instead of gtk_file_chooser_set_uri (Closes: #156030) When hiding and showing the controls again, don't shrink the window 2004-10-19 Bastien Nocera * src/disc-test.c: (main): * src/totem-disc.c: (totem_disc_resolve_link), (cd_cache_new), (cd_detect_type_from_dir): * src/totem-disc.h: updated to give back a URL/MRL (dvd:///path/) if we have a VCD or a DVD 2004-10-18 Bastien Nocera * src/totem-disc.c: (cd_detect_type_from_dir): directories can't be CDDA yet, check if they're local paths before continuing 2004-10-16 Bastien Nocera * src/totem.c: (on_properties1_activate): the property window should never have been modal 2004-10-14 Bastien Nocera * src/totem-disc.c: (totem_disc_resolve_link), (get_device), (cd_cache_new), (cd_cache_open_device), (cd_cache_open_mountpoint), (cd_cache_disc_is_cdda), (cd_detect_type_from_dir): * src/totem-disc.h: add a cd_detect_type_from_dir() to be able to tell whether a particular directory is a DVD, or VCD, use g_file_read_link instead of readlink 2004-10-14 Bastien Nocera * src/video-utils.c: (totem_ratio_fits_screen): no warnings when height or width == 0 (Closes: #155376) 2004-10-14 Bastien Nocera * src/totem-disc.c: (totem_disc_resolve_link), (get_device): * src/totem-disc.h: remove uses of gint and gchar, follow relative symlinks when checking for the real device name 2004-10-13 Bastien Nocera * README: Add basic telestrator instructions * src/Makefile.am: * src/totem-gromit.c: (totem_gromit_available), (launch), (gromit_exit), (gromit_timeout_cb), (totem_gromit_toggle), (totem_gromit_clear): * src/totem-gromit.h: * src/totem.c: (totem_action_exit), (totem_action_handle_key): Add a beta Telestrator mode, you need Gromit installed to use it 2004-10-13 Julien MOUTTE * src/totem-pl-parser.c: (totem_pl_parser_base_url): Fix a crash when saving playlist of uri like http:// 2004-10-13 Bastien Nocera * src/totem-disc.c: (cd_cache_disc_is_vcd), (cd_cache_disc_is_dvd): Fix detection of DVDs without an AUDIO_TS directory (Closes: #155281), speed up the sub-dir checking in the DVD and VCD cases