summaryrefslogtreecommitdiff
path: root/.cvsignore
Commit message (Collapse)AuthorAgeFilesLines
* migrate help documentation to gnome-doc-utils. Based on a patch from DonJan Arne Petersen2006-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-10-01 Jan Arne Petersen <jpetersen@jpetersen.org> * .cvsignore: * Makefile.am: * configure.in: * help/.cvsignore: * help/ChangeLog: * help/Makefile.am: * help/totem.omf.in: * help/C/totem.xml: * help/de/.cvsignore: * help/de/de.po: * help/es/.cvsignore: * help/es/es.po: migrate help documentation to gnome-doc-utils. Based on a patch from Don Scorgie <dscorgie@cvs.gnome.org>. (Closes: 346905) * help/C/Makefile.am: * help/C/totem-C.omf: * help/de/Makefile.am: * help/de/legal.xml: * help/de/totem-de.omf: * help/de/totem.xml: * help/es/Makefile.am: * help/es/legal.xml: * help/es/totem-es.omf: * help/es/totem.xml: * help/omf.make: * help/xmldocs.make: remove unneccessary files.
* upd set the proper defaults on the seekbar don't push the EOS event whenBastien Nocera2005-03-201-1/+5
| | | | | | | | | | | | | | | | | | 2005-03-20 Bastien Nocera <hadess@hadess.net> * .cvsignore: upd * data/mozilla-viewer.glade: set the proper defaults on the seekbar * src/bacon-video-widget-xine.c: (xine_event), (bacon_video_widget_open_with_subtitle): don't push the EOS event when we get a redirect * src/totem-mozilla-viewer.c: (totem_embedded_set_pp_state), (totem_embedded_open), (totem_embedded_play), (on_play_pause), (on_got_redirect), (on_video_button_press_event), (on_eos_event), (on_tick), (totem_embedded_add_children), (main): more work on getting the proper states, make the play button stop working when we reach the end of a stream that Mozilla is feeding us, make the seekbar show the current progress
* Install totem-plparser library; Fixes #162741Gustavo J. A. M. Carneiro2005-01-041-0/+1
|
* updBastien Nocera2004-06-281-0/+1
| | | | | | 2004-06-28 Bastien Nocera <hadess@hadess.net> * .cvsignore: upd
* Updated src/totem.c, .cvsignore.Christian Neumair2002-12-071-1/+1
|
* upd remove the additional events on the popups, they're already in theBastien Nocera2002-10-191-0/+6
| | | | | | | | 2002-10-19 Bastien Nocera <hadess@hadess.net> * .cvsignore: upd * data/totem.glade: remove the additional events on the popups, they're already in the sources
* upd upd upd for 0.11 (soon)Bastien Nocera2002-10-031-0/+1
| | | | | | | | | | | | 2002-10-04 Bastien Nocera <hadess@hadess.net> * .cvsignore: upd * README: upd * configure.in: upd for 0.11 (soon) * src/gtk-playlist.c: (drop_cb): * src/totem.c: (drop_cb): change g_filename_from_uri to gnome_vfs_get_local_path_from_uri which doesn't whine so much about my broken filenames
* - playlist fixes (dropping files, and open dialog)Bastien Nocera2002-08-071-2/+1
|
* added s/details/_priv/, added "changed" and "current_removed" signals,Bastien Nocera2002-07-311-0/+17
2002-07-31 Bastien Nocera <hadess@hadess.net> * .cvsignore: * po/.cvsignore: * src/.cvsignore: added * src/gtk-playlist.c: (gtk_tree_model_iter_previous), (gtk_playlist_add_files), (gtk_playlist_foreach_selected), (gtk_playlist_remove_files), (init_treeview), (gtk_playlist_init), (gtk_playlist_finalize), (gtk_playlist_new), (gtk_playlist_add_mrl), (gtk_playlist_clear), (gtk_playlist_get_current_mrl), (gtk_playlist_has_previous_mrl), (gtk_playlist_has_next_mrl), (gtk_playlist_set_playing), (gtk_playlist_unset_playing), (gtk_playlist_set_previous), (gtk_playlist_set_next), (gtk_playlist_set_at_start), (gtk_playlist_class_init): s/details/_priv/, added "changed" and "current_removed" signals, made the add and remove buttons functional, added checks for the glade UI, convert the filename to utf8 before displaying them in the tree (mucho crashes with remove still), * src/gtk-playlist.h: same * src/playlist.glade: upd * src/totem.c: (long_action), (action_exit), (action_open_files), (on_open1_activate), (playlist_changed_cb), (current_removed_cb), (totem_callback_connect), (main): allow multiple files selection in the open dialog