============ Version 0.99.12 2004-06-04 Bastien Nocera * NEWS: * configure.in: 0.99.12 2004-05-30 Bastien Nocera * src/totem-playlist.c: (totem_playlist_add_files): Adding files to the playlist shouldn't say "Open" but "Add" (Closes: #143403) 2004-05-30 Bastien Nocera * src/bacon-video-widget-gst.c: (bacon_video_widget_open), (bacon_video_widget_get_mrls): the GStreamer backend should use cdda: not cda: for audio CD playback * src/bacon-video-widget-xine.c: (bacon_video_widget_realize): don't crash when a file's opened on _realize, simply warn * src/totem.c: (totem_playing_dvd): all mrls starting with dvd: are DVDs playing, not just "dvd:/" (Closes: #143002) 2004-05-29 Bastien Nocera * data/totem.applications: * data/totem.keys: Plenty more Real Player-like mime-types 2004-05-13 Bastien Nocera * src/totem-playlist.c: (totem_playlist_new): * src/totem.c: (on_properties1_activate): Remove the separators (hmmm) (Closes: #142452) 2004-05-10 Samúel Jón Gunnarsson * configure.in: Added "is" to ALL_LINGUAS 2004-05-10 Bastien Nocera * src/.cvsignore: upd * src/bacon-video-widget-xine.c: (bacon_video_widget_realize), (bacon_video_widget_open), (bacon_video_widget_get_mrls), (bacon_video_widget_set_video_device): * src/bacon-video-widget.h: add a way to set the video device, for vanity, add a warning if there's a file opened before realizing the widget, don't warn if there's no output at all and we're opening an audio-only file 2004-05-06 Bastien Nocera * NEWS: upd * src/bacon-video-widget-gst.c: (bacon_video_widget_get_metadata_string): avoid a possible crash when we actually use the Musicbrainz CD Index 2004-05-06 Bastien Nocera * src/totem-pl-parser.c: (totem_pl_parser_dir_compare), (totem_pl_parser_add_directory): sort the files when adding a whole directory in the playlist (Closes: #131171) 2004-05-05 Bastien Nocera * NEWS: upd * src/bacon-video-widget-xine.c: (load_video_out_driver), (load_audio_out_driver), (bvw_config_helper_num), (setup_config), (setup_config_video), (video_window_translate_point), (bacon_video_widget_new), (bacon_video_widget_expose), (bacon_video_widget_set_visuals_quality), (bacon_video_widget_set_auto_resize), (bacon_video_widget_get_metadata_string): * src/bacon-video-widget.h: add support for the Musicbrainz CD Index in the video widget (Closes: #130833), make the widget compile without the xine-lib deprecated features, disable CDDB info fetching by default 2004-05-04 Stanislav Visnovsky * configure.in: Added "sk" (Slovak) to ALL_LINGUAS. 2004-05-03 Bastien Nocera * help/de/Makefile.am: stop getting the German docs registered as C language. If you checked the docs recently, they *are* available in English as well ;) 2004-05-03 Bastien Nocera * data/totem.applications: * data/totem.keys: support "video/x-mpeg" mime-type, for the benefit of Outlook... 2004-05-02 Bastien Nocera * src/bacon-video-widget-xine.c: (bacon_video_widget_set_audio_out_type): update audio out type selection for xine-lib 1-rc4a 2004-04-30 Bastien Nocera * src/bacon-video-widget-xine.c: (xine_error): fix a crash when an error occurs with mms:// (Closes: #141055) 2004-04-22 Bastien Nocera * src/totem-stock-icons.c: (totem_named_icons_init): * src/totem-video-thumbnailer.c: (add_holes_to_pixbuf): * src/totem.c: (main): * src/video-utils.c: (totem_pixbuf_mirror): * src/video-utils.h: move our gdk_pixbuf_mirror function to video-utils.[ch] and rename it totem_pixbuf_mirror(). Modify totem-video-thumbnailer to use the new function, Mirror the Play button in RTL languages, and simplify the Next/Prev button handling in RTL languages by using the mirror function as well 2004-04-21 Bastien Nocera * src/totem-stock-icons.c: (totem_set_default_icons): Swap the next and previous icons for RTL languages 2004-04-21 Bastien Nocera * src/totem-private.h: * src/totem.c: (move_popups), (size_changed_cb), (on_video_motion_notify_event): fix placement of the popups with RTL languages (Impressive, that was the only thing to fix ;) 2004-04-19 Bastien Nocera * configure.in: * data/Makefile.am: * data/mozilla-viewer.glade: * src/Makefile.am: * src/totem-mozilla-plugin.c: (totem_plugin_fork), (totem_plugin_new_instance), (totem_plugin_destroy_instance), (totem_plugin_set_window), (totem_plugin_new_stream), (totem_plugin_destroy_stream), (totem_plugin_write_ready), (totem_plugin_write), (totem_plugin_stream_as_file), (totem_plugin_url_notify), (totem_plugin_get_value), (totem_plugin_set_value), (NP_GetValue), (NP_GetMIMEDescription), (NP_Initialize), (NP_Shutdown): * src/totem-mozilla-viewer.c: (totem_embedded_error_and_exit), (totem_embedded_open), (totem_embedded_add_children), (embedded), (main): Fix the GTK+ only build, disable vanity building by default (we need to finish it first...), commit the first version (slightly broken *cough*understatement*cough*) of the Mozilla plugin