CVSROOT: /cvs/gnome Module name: gnome-volume-manager Changes by: fejj 05/06/20 10:55:18
Modified files: . : ChangeLog configure.in gnome-volume-manager.schemas.in gnome-volume-properties.glade src : gvm.h manager.c properties.c Log message: 2005-06-17 Jeffrey Stedfast <[EMAIL PROTECTED]> * src/manager.c (gvm_prompt): New function to prompt users (with the ability to save responses to prevent further pestering of the user if they choose "do not ask again"). 2005-06-16 Jeffrey Stedfast <[EMAIL PROTECTED]> * src/manager.c (gvm_check_photos): Don't launch the camera app here, let our caller do that. (gvm_autorun): if gvm_check_photos() returns TRUE, launch the camera app. 2005-06-14 Jeffrey Stedfast <[EMAIL PROTECTED]> * configure.in: Instead of defaulting the mount/umount/nautilus paths to "no", default them to the command name (maybe it'll even work, whereas otherwise we run the command "no" which might never stop executing (think: `yes n`)). Also added a new configure option for ASSUME_SUBMOUNT. * gnome-volume-properties.glade: Added ipod settings. * gnome-volume-manager.schemas.in: Added ipod settings. * src/properties.c: Added the iPod config options to the table. (show_props): Load gnome-icon-ipod for the ipod icon. * src/manager.c: Conditionally disable the code that mounts/unmounts devices if ASSUME_SUBMOUNT is defined. (gvm_run_command): Instead of erroring when a parameter is unavailable, just replace it with an empty string so that at least it's possible that the program runs. (gvm_ask_autorun): Pass the path argument to the dialog string. (gvm_udi_is_camera): Function to detect cameras given a UDI (gvm_udi_is_ipod): Same but for iPods (gvm_run_camera): Handle prompting the user for both actual cameras and storage devices containing a dcim directory (no need to duplicate the code). (gvm_check_photos): Modified to call gvm_run_camera() (gvm_device_mounted): New function that does magic on mounted devices to see what they are and act accordingly. Split out from hal_property_modified(). (hal_device_added): In the case that the device is not a mass-storage device, check if it is a camera (to support PTP cameras). (hal_property_modified): Call gvm_device_mounted(). URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-volume-manager&who=fejj&date=explicit&mindate=2005-06-20%2010:54&maxdate=2005-06-20%2010:56 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list