Skip to content
  • Rouquier Philippe's avatar
    Lots of update in one patch to address issues raised during discussion on · 7adc0153
    Rouquier Philippe authored
    2009-01-14  Philippe Rouquier  <bonfire-app@wanadoo.fr>
    
    	Lots of update in one patch to address issues raised during discussion on ML
    
    	Nautilus extension:
    	- use libbrasero-media
    	- add an icon to the button
    	- make it modal to nautilus
    
    	Brasero:
    	Fix and respect parenting from commandline xid
    	Fix a warning and a title incorrectly set for video projects
    	Fixed a unknown symbol for libisofs
    	Fixed a recursive signal leading to crash in burn-session.c
    
    	Libbrasero-media:
    	Some more documentation
    	Added some compile information to be available for apps linking against it
    	(version, install path)
    	Rewrote brasero-drive-selection because of licencing issues
    	Simplified signals for brasero-medium-selection
    	For both widgets now, signal and properties match
    
    	Misc:
    	Fix bogus name (ykw) for licencing
    	Fix a crash when removing the GConf key for a plugin
    	
    	* configure.in:
    	* libbrasero-media/brasero-drive-selection.c
    	(brasero_drive_selection_set_current_drive),
    	(brasero_drive_selection_changed),
    	(brasero_drive_selection_set_active),
    	(brasero_drive_selection_get_active),
    	(brasero_drive_selection_update_no_disc_entry),
    	(brasero_drive_selection_add_no_disc_entry),
    	(brasero_drive_selection_show_type),
    	(brasero_drive_selection_drive_added_cb),
    	(brasero_drive_selection_drive_removed_cb),
    	(brasero_drive_selection_init), (brasero_drive_selection_finalize),
    	(brasero_drive_selection_set_property),
    	(brasero_drive_selection_get_property),
    	(brasero_drive_selection_class_init),
    	(brasero_drive_selection_new):
    	* libbrasero-media/brasero-drive-selection.h:
    	* libbrasero-media/brasero-drive.c:
    	* libbrasero-media/brasero-media-private.h:
    	* libbrasero-media/brasero-media.c:
    	* libbrasero-media/brasero-media.h:
    	* libbrasero-media/brasero-media.h.in:
    	* libbrasero-media/brasero-medium-monitor.h:
    	* libbrasero-media/brasero-medium-selection.c
    	(brasero_medium_selection_set_current_medium),
    	(brasero_medium_selection_changed),
    	(brasero_medium_selection_set_active),
    	(brasero_medium_selection_get_active),
    	(brasero_medium_selection_update_no_disc_entry),
    	(brasero_medium_selection_show_media_type),
    	(brasero_medium_selection_medium_added_cb),
    	(brasero_medium_selection_medium_removed_cb),
    	(brasero_medium_selection_class_init):
    	* libbrasero-media/brasero-medium-selection.h:
    	* libbrasero-media/brasero-medium.c (brasero_medium_get_tooltip):
    	* libbrasero-media/brasero-volume.h:
    	* nautilus/Makefile.am:
    	* nautilus/nautilus-burn-bar.c (nautilus_disc_burn_bar_init):
    	* nautilus/nautilus-burn-extension.c (launch_process),
    	(launch_brasero_on_window), (write_iso_activate_cb),
    	(copy_disc_activate_cb), (blank_disc_activate_cb),
    	(check_disc_activate_cb), (volume_is_blank), (drive_is_cd_device),
    	(nautilus_module_initialize), (nautilus_module_shutdown):
    	* src/brasero-app.c (brasero_app_current_toplevel_destroyed),
    	(brasero_app_set_toplevel), (brasero_app_run_mainwin):
    	* src/brasero-burn-options.c (brasero_burn_options_init):
    	* src/brasero-dest-selection.c
    	(brasero_dest_selection_medium_changed),
    	(brasero_dest_selection_class_init):
    	* src/brasero-disc.c (brasero_disc_get_use_info_notebook):
    	* src/brasero-project.c (brasero_project_set_uri):
    	* src/brasero-src-selection.c
    	(brasero_src_selection_medium_changed),
    	(brasero_src_selection_set_property),
    	(brasero_src_selection_class_init):
    	* src/brasero-tool-dialog.c (brasero_tool_dialog_init):
    	* src/burn-plugin.c (brasero_plugin_priority_changed):
    	* src/burn-session.c (brasero_burn_session_set_input_type):
    	* src/plugins/libburnia/burn-libisofs.c
    	(brasero_libisofs_create_volume_thread):
    
    svn path=/trunk/; revision=1748
    7adc0153