summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* upd 0.99.20V_0_99_20Bastien Nocera2004-10-273-1/+18
| | | | | | | 2004-10-27 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 0.99.20
* Oops, that's kbps, not bps.Ronald Bultje2004-10-253-0/+10
| | | | | | * src/bacon-video-widget-gst.c: (bacon_video_widget_get_metadata_int): Oops, that's kbps, not bps.
* Show bitrate.Ronald Bultje2004-10-253-2/+38
| | | | | | * src/bacon-video-widget-gst.c: (bacon_video_widget_get_metadata_int): Show bitrate.
* Updated Spanish translation.Francisco Javier F. Serrador2004-10-242-202/+253
| | | | | | 2004-10-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Since we are blocking the mainloop in _play or _open, errors will never beRonald Bultje2004-10-223-4/+23
| | | | | | | | | * 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.
* Updated Catalan translation.Jordi Mallach2004-10-212-189/+249
|
* for all the file selectors, use gtk_file_chooser_set_current_folder_uriBastien Nocera2004-10-213-51/+42
| | | | | | | | | | | 2004-10-21 Bastien Nocera <hadess@hadess.net> * 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
* updated to give back a URL/MRL (dvd:///path/) if we have a VCD or a DVDBastien Nocera2004-10-196-8/+86
| | | | | | | | | | 2004-10-19 Bastien Nocera <hadess@hadess.net> * 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
* directories can't be CDDA yet, check if they're local paths beforeBastien Nocera2004-10-183-4/+17
| | | | | | | 2004-10-18 Bastien Nocera <hadess@hadess.net> * src/totem-disc.c: (cd_detect_type_from_dir): directories can't be CDDA yet, check if they're local paths before continuing
* Updated Malay translation.Hasbullah Bin Pit2004-10-172-492/+687
| | | | | | 2004-10-17 Hasbullah Bin Pit <sebol@my-penguin.org> * ms.po: Updated Malay translation.
* the property window should never have been modalBastien Nocera2004-10-162-1/+6
| | | | | | | 2004-10-16 Bastien Nocera <hadess@hadess.net> * src/totem.c: (on_properties1_activate): the property window should never have been modal
* Updated Serbian translation.Danilo Ĺ egan2004-10-163-414/+528
|
* Updated Czech translation.Miloslav Trmac2004-10-142-183/+232
| | | | | | 2004-10-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* add a cd_detect_type_from_dir() to be able to tell whether a particularBastien Nocera2004-10-145-28/+125
| | | | | | | | | | | 2004-10-14 Bastien Nocera <hadess@hadess.net> * 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
* no warnings when height or width == 0 (Closes: #155376)Bastien Nocera2004-10-143-4/+9
| | | | | | | 2004-10-14 Bastien Nocera <hadess@hadess.net> * src/video-utils.c: (totem_ratio_fits_screen): no warnings when height or width == 0 (Closes: #155376)
* remove uses of gint and gchar, follow relative symlinks when checking forBastien Nocera2004-10-145-48/+106
| | | | | | | | 2004-10-14 Bastien Nocera <hadess@hadess.net> * 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-14 Updated ja.po. T.Aihana <aihana@jcom.home.ne.jp>Updated ja.po. T.Aihana2004-10-142-184/+222
|
* Add basic telestrator instructionsBastien Nocera2004-10-138-4/+227
| | | | | | | | | | | | | 2004-10-13 Bastien Nocera <hadess@hadess.net> * 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
* Updated British English translation.David Lodge2004-10-132-277/+311
| | | | | | 2004-10-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British English translation.
* Fix a crash when saving playlist of uri like http://Julien MOUTTE2004-10-133-2/+17
| | | | | | | 2004-10-13 Julien MOUTTE <julien@moutte.net> * src/totem-pl-parser.c: (totem_pl_parser_base_url): Fix a crash when saving playlist of uri like http://
* Fix detection of DVDs without an AUDIO_TS directory (Closes: #155281),Bastien Nocera2004-10-133-12/+24
| | | | | | | | 2004-10-13 Bastien Nocera <hadess@hadess.net> * 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
* upd 0.99.19V_0_99_19Bastien Nocera2004-10-133-2/+9
| | | | | | | 2004-10-13 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 0.99.19
* updBastien Nocera2004-10-122-0/+9
| | | | | | 2004-10-12 Bastien Nocera <hadess@hadess.net> * NEWS: upd
* upd fix a crash trying to play the disc asBastien Nocera2004-10-124-2/+10
| | | | | | | | | 2004-10-12 Bastien Nocera <hadess@hadess.net> * src/.cvsignore: upd * src/totem-disc.c: (cd_cache_new): fix a crash trying to play the disc as gnome_vfs_volume_monitor_unref() because the volume monitor isn't refcounted (Closes: #155195)
* Updated pt_BR translationRaphael Higino2004-10-122-153/+202
|
* updated egg-recent from libeggBastien Nocera2004-10-123-35/+22
| | | | | | | | 2004-10-12 Bastien Nocera <hadess@hadess.net> * src/egg-recent-model.c: (egg_recent_model_add_full): * src/egg-recent-util.c: (load_icon_file), (egg_recent_util_get_icon): updated egg-recent from libegg
* Updated Canadian English translation.Adam Weinberger2004-10-122-183/+220
| | | | * en_CA.po: Updated Canadian English translation.
* updated 0.99.18 use err as we set itBastien Nocera2004-10-115-4/+13
| | | | | | | | 2004-10-11 Bastien Nocera <hadess@hadess.net> * NEWS: updated * configure.in: 0.99.18 * src/totem-disc.c: (cd_cache_open_device): use err as we set it
* better error when no medium is found, fix a leak when the subdir can't beBastien Nocera2004-10-113-14/+83
| | | | | | | | | 2004-10-11 Bastien Nocera <hadess@hadess.net> * src/totem-disc.c: (cd_cache_open_device), (cd_cache_disc_is_vcd), (cd_cache_disc_is_dvd): better error when no medium is found, fix a leak when the subdir can't be opened in the DVD detection, add VCD detection (Closes: #131814)
* updatedBastien Nocera2004-10-112-4/+5
| | | | | | 2004-10-11 Bastien Nocera <hadess@hadess.net> * src/.cvsignore: updated
* Remove open vcd/cdda/dvd entries, add open disc.Ronald Bultje2004-10-1116-109/+1168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * data/totem.glade: Remove open vcd/cdda/dvd entries, add open disc. * po/POTFILES.in: * src/Makefile.am: Add totem-disc.[ch]. * src/bacon-video-widget-gst.c: (bacon_video_widget_open), (bacon_video_widget_can_play), (bacon_video_widget_get_mrls), (bacon_video_widget_get_metadata_string): Add discid for audio-CDs. Don't open the same media twice. This is sort of a hack for something that I don't quite understand in Totem just yet. * src/bacon-video-widget-xine.c: (bacon_video_widget_can_play), (bacon_video_widget_get_mrls): * src/bacon-video-widget.h: * src/disc-test.c: (main): * src/totem-disc.c: (get_device), (cd_cache_new), (cd_cache_open_device), (cd_cache_open_mountpoint), (cd_cache_free), (cd_cache_disc_is_cdda), (cd_cache_disc_is_vcd), (cd_cache_disc_is_dvd), (cd_detect_type): * src/totem-disc.h: * src/totem.c: (totem_action_open_files_list), (on_play_disc1_activate), (totem_action_remote), (totem_callback_connect): Move MEDIA_* to MEDIA_TYPE_*, add DATA/ERROR, add disc content autodetection for the 'Open Disc' menu entry (VCD still TODO).
* updated for new sourcesBastien Nocera2004-10-102-1/+8
| | | | | | 2004-10-10 Bastien Nocera <hadess@hadess.net> * POTFILES.skip: updated for new sources
* Hm, how did that get in?Ronald Bultje2004-10-101-7/+0
|
* Updating pt_BR translationRaphael Higino2004-10-102-108/+125
|
* No tags = no metadata. No warnings on console please.Ronald Bultje2004-10-093-36/+36
| | | | | | * src/bacon-video-widget-gst.c: (bacon_video_widget_signal_idler), (bacon_video_widget_get_metadata_string): No tags = no metadata. No warnings on console please.
* Updated Hungarian translation.Laszlo Dvornik2004-10-092-84/+92
| | | | | | 2004-10-09 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation.
* upd remove useless debug, only warn about missing proprietary plugins ifBastien Nocera2004-10-094-4/+63
| | | | | | | | | | | | 2004-10-09 Bastien Nocera <hadess@hadess.net> * NEWS: upd * src/bacon-video-widget-xine.c: (bacon_video_widget_finalize), (bacon_video_widget_plugin_exists), (xine_event_message), (bacon_video_widget_open), (bacon_video_widget_set_proprietary_plugins_path): remove useless debug, only warn about missing proprietary plugins if the files are there and can't be loaded, not when they're absent.
* Apparently, a missing space causes issues on Gentoo... Expose widget onRonald Bultje2004-10-084-1/+18
| | | | | | | | * configure.in: Apparently, a missing space causes issues on Gentoo... * src/bacon-video-widget-gst.c: (bacon_video_widget_signal_idler): Expose widget on new video if we're not set to auto-resize. This will re-expose the videosink internally.
* Drawing a black background on each expose event is doing flickering video.Julien MOUTTE2004-10-083-10/+18
| | | | | | | | 2004-10-08 Julien MOUTTE <julien@moutte.net> * src/bacon-video-widget-gst.c: (bacon_video_widget_expose_event): Drawing a black background on each expose event is doing flickering video. Moreover it can hide the video away in some cases.
* Screenshots and thumbnailing for GStreamer backend.Ronald Bultje2004-10-089-104/+732
| | | | | | | | | | | | | | | * src/Makefile.am: * src/bacon-video-widget-gst.c: (bacon_video_widget_signal_idler), (got_video_size), (caps_set), (state_change), (bacon_video_widget_can_get_frames), (destroy_pixbuf), (bacon_video_widget_get_current_frame), (bacon_video_widget_new): * src/gstscreenshot.c: (bvw_frame_conv_base_init), (bvw_frame_conv_class_init), (bvw_frame_conv_init), (bvw_frame_conv_get), (bvw_frame_conv_put), (bvw_frame_conv_convert): * src/gstscreenshot.h: * src/totem-video-thumbnailer.c: (main): Screenshots and thumbnailing for GStreamer backend.
* That's plainly wrong. The video window has nothing to do with pipelineJulien MOUTTE2004-10-083-10/+8
| | | | | | | | 2004-10-08 Julien MOUTTE <julien@moutte.net> * src/bacon-video-widget-gst.c: (bacon_video_widget_expose_event): That's plainly wrong. The video window has nothing to do with pipeline states.
* 2004-10-08 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-10-082-49/+66
|
* And being the cool ass backend that we are, we use fits_screen() as well.Ronald Bultje2004-10-073-8/+33
| | | | | | | * src/bacon-video-widget-gst.c: (bacon_video_widget_set_scale_ratio): And being the cool ass backend that we are, we use fits_screen() as well.
* move bacon_video_widget_ratio_fits_screen to totem_ratio_fits_screen, fromBastien Nocera2004-10-077-64/+78
| | | | | | | | | | 2004-10-07 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-xine.c: (bacon_video_widget_set_scale_ratio): * src/video-utils.c: (totem_ratio_fits_screen): * src/video-utils.h: move bacon_video_widget_ratio_fits_screen to totem_ratio_fits_screen, from the xine-lib backend to the video-utils.[ch]
* use totem_widget_set_preferred_size and only set the minimum size, so thatBastien Nocera2004-10-073-60/+17
| | | | | | | | | | | 2004-10-07 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-xine.c: (bacon_video_widget_new), (bacon_video_widget_size_request), (bacon_video_widget_set_scale_ratio): use totem_widget_set_preferred_size and only set the minimum size, so that we can still shrink the toplevel window after zooming to a big size (Closes: #125903)
* Actually do that, rather than just shrinking to a small size.Ronald Bultje2004-10-073-0/+18
| | | | | | * src/bacon-video-widget-gst.c: (bacon_video_widget_set_scale_ratio): Actually do that, rather than just shrinking to a small size.
* Set a preferred window size. Allows resizing to smaller than this size.Ronald Bultje2004-10-077-52/+187
| | | | | | | | | | | | | * src/bacon-video-widget-gst.c: (get_media_size), (bacon_video_widget_realize), (bacon_video_widget_size_request), (shrink_toplevel), (bacon_video_widget_signal_idler), (bacon_video_widget_set_logo), (bacon_video_widget_set_visuals), (bacon_video_widget_set_scale_ratio), (bacon_video_widget_new): * src/video-utils.c: (cb_unset_size), (cb_set_preferred_size), (totem_widget_set_preferred_size): * src/video-utils.h: Set a preferred window size. Allows resizing to smaller than this size.
* fix parsing of ASX playlists (again), allow the title of ASX playlists toBastien Nocera2004-10-063-12/+39
| | | | | | | | | 2004-10-07 Bastien Nocera <hadess@hadess.net> * src/totem-pl-parser.c: (parse_asx_entry), (parse_asx_entries), (totem_pl_parser_add_asf): fix parsing of ASX playlists (again), allow the title of ASX playlists to be set by the whole playlist, not just by the entry (Closes: #153644)
* remove libgnome-desktop dependency add application/x-desktop as aBastien Nocera2004-10-064-39/+48
| | | | | | | | | | 2004-10-06 Bastien Nocera <hadess@hadess.net> * configure.in: remove libgnome-desktop dependency * src/totem-pl-parser.c: (totem_pl_parser_add_desktop): add application/x-desktop as a supported "playlist" type, and reimplement the desktop parsing with our own .ini file parsing (Closes: #152800)
* updated 0.99.17V_0_99_17Bastien Nocera2004-10-063-1/+16
| | | | | | | 2004-10-06 Bastien Nocera <hadess@hadess.net> * NEWS: updated * configure.in: 0.99.17