2000-06-02 Gene Z. Ragan <gzr@eazel.com>
* mime-type-capplet/edit-window.c:
(populate_application_menu):
More work on handling the logic of populating the menu
and handling special cases where short list, default application
and applicaiton list may be NULL or empty.
2000-06-02 Gene Z. Ragan <gzr@eazel.com>
More work in progress on the capplet. Still incomplete.
* mime-type-capplet/edit-window.c:
(initialize_main_win),
(populate_application_menu):
The Application window now displays the shortlist and selected
the default application if it is present in the short list.
(add_application):
All of the mchinery is hooked up, but the API does not seem to
be registering the new choice.
2000-06-02 Gene Z. Ragan <gzr@eazel.com>
More work in progress. Still incomplete.
* mime-type-capplet/edit-window.c: (initialize_main_win_vals),
(show_edit_window), (populate_application_menu),
(populate_component_menu), (application_menu_activate),
(add_application), (show_file_selector):
Work in progress.
* mime-type-capplet/mime-data.c: (add_to_key):
Work in progress.
* data/mime/gnome-vfs.keys: Define short-list components for
text/plain
First half of task 370 (write APIs for mime handler stuff)
* libgnomevfs/gnome-vfs-mime-handlers.h,
libgnomevfs/gnome-vfs-mime-handlers.c:
(gnome_vfs_mime_set_default_action_type,
gnome_vfs_mime_set_default_application,
gnome_vfs_mime_set_default_component,
gnome_vfs_mime_set_short_list_applications,
gnome_vfs_mime_set_short_list_components,
gnome_vfs_mime_extend_all_applications,
gnome_vfs_mime_remove_from_all_applications): Implemented (w/ some
slight interface changes relative to old headers/stubs.
(gnome_vfs_mime_define_application): New function.
(bool_to_str, gnome_vfs_strsplit_to_list,
gnome_vfs_strjoin_from_list, comma_separated_str_to_str_list,
str_list_to_comma_separated_str, str_list_difference): More helper functions.
* test/test-mime-handlers-set.c: Test for mime handler setter
APIs.
* test/Makefile.am: Build it.
* mime-type-capplet/edit-window.c (add_application): Remove
now-invalid call to gnome_vfs_mime_set_default_application w/
comment on how to do it better.
2000-06-01 JP Rosevear <jpr@arcavia.com>
* mime-type-capplet/Makefile.am: Make the capplet build if
gnomevfs
isn't already installed.
* libgnomevfs-corba/gnome-vfs-corba.c: Use only the oaf stuff
* libgnomevfs-corba/gnome-vfs-slave.c: ditto
* libgnomevfs/Makefile.am: Remove oaf conditionals since we
require
oaf now
* libgnomevfs-corba/Makefile.am:
* configure.in: Check for oaf >= 0.3.0 and make it mandatory
2000-05-31 Gene Z. Ragan <gzr@eazel.com>
Work in progress for the modified Files and Programs
capplet that is relacing the old mime types capplet
in the Gnome Control Center.
* mime-type-capplet/Makefile.am:
Added link dependeny to libgnomevfs.
* mime-type-capplet/edit-window.c:
(add_extension), (remove_extension):
Rename functions to be more coherent.
(initialize_main_win), (initialize_main_win_vals):
Modified functions to remove dialog items
that are obsolete in our new designs. Added new
items such as the application and component menus.
(populate_application_menu),
(populate_component_menu), (application_menu_activate):
Application menu functions that list the short
list of applications for a mime type and allow a user
to add applications to the short list.
(add_application), (show_file_selector):
Menu callback and function to display GtkFileSelection to
allow user to locate an application to be associated with
mime type.
* mime-type-capplet/mime-data.c:
(add_new_mime_type):
Modified functions for new mime APIs.
* mime-type-capplet/new-mime-window.c: (launch_new_mime_window):
Modified functions for new mime APIs.
* modules/file-method.c: (file_handle_new):
Modified functions for new mime APIs.
2000-05-26 Gene Z. Ragan <gzr@eazel.com>
All of the below is work in progress on the Files and Programs
capplet. I am currently retro-fitting jrb's capplet to use
our modified capplet layout and new gnome-vfs mime API.
This capplet does not currently work properly, but does build and
causes no harm if run.
* mime-type-capplet/edit-window.c: (ext_remove), (apply_changes),
(initialize_main_win), (initialize_main_win_vals),
(launch_edit_window), (hide_edit_window), (show_edit_window),
(populate_application_menu), (populate_component_menu):
* mime-type-capplet/mime-data.c: (selected_row_callback),
(edit_clicked):
* mime-type-capplet/nautilus-mime-type.desktop:
Changed entries so capplet would register itself as "Files and Programs"
* Makefile.am:
* configure.in:
* mime-type-capplet/.cvsignore:
* mime-type-capplet/Makefile.am:
* mime-type-capplet/edit-window.c,
* mime-type-capplet/edit-window.h,
* mime-type-capplet/mime-data.c,
* mime-type-capplet/mime-data.h,
* mime-type-capplet/mime-info.c,
* mime-type-capplet/mime-info.h,
* mime-type-capplet/mime-type-capplet.c,
* mime-type-capplet/mime-type.desktop,
* mime-type-capplet/new-mime-window.c,
* mime-type-capplet/new-mime-window.h:
Copy mime-type capplet from the control-center so that it can be
improved and made to use gnome-vfs.
This has the unfortunate side-effect of introducing a dependency
on libcapplet. This is temporary until the capplet can move back
to the control-center. At that time, the control-center will
depend on gnome-vfs and eveyone will live happily ever after.