summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-06-11Add support for Python and Vala plugins (Closes: #439557)Philip Withnall1-1/+1
2007-06-11 Philip Withnall <pwithnall@svn.gnome.org> * Makefile.am: * bindings/Makefile.am: * bindings/python/Makefile.am: * bindings/python/override_common.c: (_helper_wrap_gobject_glist), (_helper_wrap_pointer_glist), (_helper_wrap_boxed_glist), (_helper_wrap_string_glist), (_helper_wrap_boxed_gptrarray), (_helper_unwrap_pointer_pylist), (_helper_unwrap_string_pylist): * bindings/python/override_common.h: * bindings/python/totem.defs: * bindings/python/totem.override: * bindings/vala/Makefile.am: * bindings/vala/totem.deps: * bindings/vala/totem.vala: * configure.in: * py-compile: * src/Makefile.am: * src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_can_play), (bacon_video_widget_get_mrls): * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_can_play), (bacon_video_widget_get_mrls): * src/backend/bacon-video-widget.h: * src/disc-test.c: (main): * src/plparse/totem-disc.c: (cd_cache_disc_is_cdda), (totem_cd_detect_type_from_dir), (totem_cd_detect_type_with_url), (totem_cd_get_human_readable_name): * src/plparse/totem-disc.h: * src/plparse/totem-pl-parser-media.c: (totem_pl_parser_add_directory), (totem_pl_parser_add_block): * src/plugins/Makefile.am: * src/plugins/sample-python/Makefile.am: * src/plugins/sample-python/sample-python.py: * src/plugins/sample-python/sample-python.totem-plugin.in: * src/plugins/sample-vala/Makefile.am: * src/plugins/sample-vala/sample-vala.totem-plugin.in: * src/plugins/sample-vala/totem-sample-vala-plugin.vala: * src/plugins/totem-plugin.h: * src/plugins/totem-plugins-engine.c: (totem_plugins_engine_load), (totem_plugins_engine_init), (totem_plugins_engine_garbage_collect), (totem_plugins_engine_shutdown), (load_plugin_module): * src/plugins/totem-python-module.c: (pyg_value_g_value_as_pyobject), (pyg_value_g_value_from_pyobject), (totem_python_module_init_python), (totem_python_module_load), (totem_python_module_unload), (totem_python_module_new_object), (totem_python_module_init), (totem_python_module_finalize), (totem_python_module_get_property), (totem_python_module_set_property), (totem_python_module_class_init), (totem_python_module_new), (run_gc), (totem_python_garbage_collect), (finalise_collect_cb), (totem_python_shutdown): * src/plugins/totem-python-module.h: * src/plugins/totem-python-plugin.c: (call_python_method), (check_py_object_is_gtk_widget), (impl_deactivate), (impl_activate), (impl_create_configure_dialog), (impl_is_configurable), (totem_python_object_init), (totem_python_object_finalize), (totem_python_object_class_init), (totem_python_object_get_type): * src/plugins/totem-python-plugin.h: * src/totem-object.c: (totem_remote_command_quark), (totem_remote_command_get_type), (totem_disc_media_type_quark), (totem_disc_media_type_get_type): * src/totem.c: (totem_action_load_media), (totem_action_load_media_device), (totem_action_play_media): * src/totem.h: Add support for Python and Vala plugins (Closes: #439557) svn path=/trunk/; revision=4367
2007-04-03Turn Totem into a TotemObject, remove calling the screensaver directly,Bastien Nocera1-1/+1
2007-04-04 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * data/Makefile.am: * data/plugins.glade: * data/totem-ui.xml: * data/totem.schemas.in: * src/Makefile.am: * src/plugins/*: * src/totem-menu.c: (totem_plugins_window_delete_cb), (totem_plugins_response_cb), (plugins_action_callback): * src/totem-object.c: (totem_object_class_init), (totem_object_init), (totem_object_finalize), (totem_object_set_property), (totem_object_get_property): * src/totem-private.h: * src/totem.c: (play_pause_set_label), (totem_action_play), (totem_action_seek), (totem_action_stop), (totem_action_play_pause), (totem_action_pause), (window_state_event_cb), (totem_action_seek_relative), (commit_hide_skip_to), (totem_is_playing), (on_eos_event), (video_widget_create), (main): * src/totem.h: Turn Totem into a TotemObject, remove calling the screensaver directly, and emit property notifies when switching to fullscreen, or playing/stopping playing, Add a plugin system, Move the screensaver handling to a builtin plugin. * src/totem-scrsaver.c: * src/totem-scrsaver.h: Move to... * lib/*: ...here * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_class_init): Some cleanups * src/totem-interface.c: (totem_interface_boldify_label): * src/totem-interface.h: Add totem_interface_boldify_label() * src/totem-uri.c: (totem_dot_dir): * src/totem-uri.h: Add the totem_dot_dir svn path=/trunk/; revision=4190
2006-11-15A browser-plugin/org_gnome_totem_PluginViewer.xml: AChristian Persch1-4/+5
2006-11-15 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * browser-plugin/Makefile.am: * browser-plugin/README: * browser-plugin/TODO: A browser-plugin/org_gnome_totem_PluginViewer.xml: A browser-plugin/totem-plugin-viewer-commands.h: A browser-plugin/totem-plugin-viewer-options.h: A browser-plugin/totem-plugin-viewer.c: * browser-plugin/totemBasicPlugin.cpp: * browser-plugin/totemBasicPlugin.h: * browser-plugin/totemComplexPlugin.cpp: * browser-plugin/totemComplexPlugin.h: * browser-plugin/totemGMPPlugin.cpp: * browser-plugin/totemGMPPlugin.h: * browser-plugin/totemMullYPlugin.cpp: * browser-plugin/totemMullYPlugin.h: * browser-plugin/totemNarrowSpacePlugin.cpp: * browser-plugin/totemNarrowSpacePlugin.h: * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: * browser-plugin/totemPluginGlue.cpp: * configure.in: * data/mozilla-viewer.glade: * po/POTFILES.in: * src/Makefile.am: * src/backend/bvw-test.c: (on_redirect), (main): * src/plparse/totem-pl-parser.c: (totem_pl_parser_can_parse_from_data): R src/totem-mozilla-interface.xml: R src/totem-mozilla-options.h: R src/totem-mozilla-viewer.c: Make plugin / viewer interaction completely async. Bug #350297. Move plugin viewer from src/ to browser-plugin/.
2006-10-01migrate help documentation to gnome-doc-utils. Based on a patch from DonJan Arne Petersen1-2/+6
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.
2006-08-11R src/totem-mozilla-plugin.cpp: R totem-mozilla-scriptable.cpp: RChristian Persch1-1/+1
2006-08-11 Christian Persch <chpe@cvs.gnome.org> * autogen.sh: * configure.in: * Makefile.am: * src/Makefile.am: R src/totem-mozilla-plugin.cpp: R totem-mozilla-scriptable.cpp: R totem-mozilla-scriptable.h: A browser-plugin/.cvsignore: A browser-plugin/Makefile.am: A browser-plugin/TODO: A browser-plugin/idl/.cvsignore: A browser-plugin/idl/Makefile.am: A browser-plugin/idl/totemIBasicPlayer.idl: A browser-plugin/idl/totemIComplexPlayer.idl: A browser-plugin/idl/totemIGMPControls.idl: A browser-plugin/idl/totemIGMPPlayer.idl: A browser-plugin/idl/totemINarrowSpacePlayer.idl: A browser-plugin/plugin.symbols: A browser-plugin/totemBasicPlugin.cpp: A browser-plugin/totemBasicPlugin.h: A browser-plugin/totemComplexPlugin.cpp: A browser-plugin/totemComplexPlugin.h: A browser-plugin/totemGMPPlugin.cpp: A browser-plugin/totemGMPPlugin.h: A browser-plugin/totemNarrowSpacePlugin.cpp: A browser-plugin/totemNarrowSpacePlugin.h: A browser-plugin/totemPlugin.cpp: A browser-plugin/totemPlugin.h: A browser-plugin/totemScriptableBase.cpp: A browser-plugin/totemScriptableBase.h: Move plugin to browser-plugin/ and build 4 variants of it with different JS interface and plugin name. Bug #343007.
2005-04-01Fix distcheck.Ronald Bultje1-0/+2
* Makefile.am: * data/Makefile.am: * help/C/Makefile.am: * help/omf.make: * omf.make: * src/Makefile.am: Fix distcheck.
2005-01-16Bug 164193: Maybe change license of playlist parser library to LGPL?Gustavo J. A. M. Carneiro1-0/+1
2005-01-11Fix make distcheck.Ronald Bultje1-1/+1
* Makefile.am: * data/Makefile.am: * src/Makefile.am: Fix make distcheck.
2005-01-04Install totem-plparser library; Fixes #162741Gustavo J. A. M. Carneiro1-1/+4
2003-11-09fix build for the new manual, release 0.99.8Bastien Nocera1-1/+3
2003-11-09 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * help/.cvsignore: * help/C/.cvsignore: fix build for the new manual, release 0.99.8
2003-11-09updatedBastien Nocera1-1/+1
2003-11-09 Bastien Nocera <hadess@hadess.net> * Makefile.am: * README: updated * configure.in: * data/totem.glade: * help/C/Makefile.am: * omf.make: * src/Makefile.am: remove deprecation flags to compile with GTK+ 2.3.x * src/totem.c: (on_help_activate), (totem_callback_connect): * xmldocs.make: put the help in the build system, add a menu item to get to the help
2003-01-13removed the gnome-vfs plugin, it now belongs in xine-libBastien Nocera1-2/+0
2003-01-13 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * src/Makefile.am: * src/input_gnomevfs.c: removed the gnome-vfs plugin, it now belongs in xine-lib
2002-10-19added the gnome-vfs xine plugin libtool-fu we can do URIs any day controlsBastien Nocera1-0/+2
2002-10-19 Bastien Nocera <hadess@hadess.net> * Makefile.am: added the gnome-vfs xine plugin * configure.in: libtool-fu * data/totem.applications: we can do URIs any day * data/totem.glade: controls popup * src/Makefile.am: upd * src/gtk-playlist.c: (gtk_playlist_add_one_mrl), (gtk_playlist_mrl_to_title): remove escapes from filenames before showing them * src/gtk-xine.c: (gtk_xine_instance_init), (frame_output_cb), (gtk_xine_set_fullscreen), (gtk_xine_is_seekable): cleanups, if stream length is 0, don't set it as seekable * src/input_gnomevfs.c: added, not functional yet because of build problems * src/totem.c: (play_pause_set_label), (volume_set_image), (totem_action_fullscreen_toggle), (totem_action_set_mrl), (totem_action_previous), (totem_action_next), (update_sliders_cb), (seek_cb), (vol_cb), (popup_hide), (on_mouse_motion_event), (on_motion_notify_event), (update_buttons), (totem_callback_connect), (main): merge patch by John McCutchan <ttb@tentacle.dhs.org> to show a controls popup in fullscreen mode, cleanup the patch, catch motion events on the popups so they don't flicker when moving the mouse over them
2002-09-30added totem.spec.in and co generate totem.spec added, thanks to MatthiasBastien Nocera1-1/+5
2002-09-30 Bastien Nocera <hadess@hadess.net> * Makefile.am: added totem.spec.in and co * configure.in: generate totem.spec * totem.spec.in: added, thanks to Matthias Saou <matthias@rpmforge.net>
2002-08-07- moved the arch-all stuff to data/, add a user-install target for users to ↵Bastien Nocera1-1/+1
install the Nautilus configs if necessary, upd README, change the previous and next button to the proper ones
2002-07-31upd forgot to add totem.keys fix the DND on the main controlsBastien Nocera1-1/+2
2002-07-31 Bastien Nocera <hadess@hadess.net> * Makefile.am: * README, NEWS, AUTHORS: upd * src/Makefile.am: forgot to add totem.keys * src/totem.c: (drop_cb), (on_about1_activate): fix the DND on the main controls
2002-07-14Initial revisionBastien Nocera1-0/+11