Commit graph

851 commits

Author SHA1 Message Date
Kenneth Christiansen
e7597dd8cc added da 2000-06-15 09:41:16 +00:00
Gene Z. Ragan
e2c7c32d5d New files. Trying to clean up current capplet source and organize it in a
2000-06-14  Gene Z. Ragan  <gzr@eazel.com>

	* mime-type-capplet/nautilus-mime-type-capplet-dialogs.c:
	* mime-type-capplet/nautilus-mime-type-capplet-dialogs.h:
	New files. Trying to clean up current capplet source and
	organize it in a sensible way.

	(edit_application_dialog_destroy), (edit_component_dialog_destroy),
	(populate_default_applications_list),
	(populate_preferred_applications_list), (component_is_in_list),
	(component_button_toggled_callback),
	(populate_default_components_box),
	(populate_preferred_components_list),
	(initialize_edit_applications_dialog),
	(initialize_edit_components_dialog),
	(show_edit_applications_dialog), (show_edit_components_dialog),
	Brand new functions.

	* mime-type-capplet/Makefile.am:
	Added new source file listed above.

	* mime-type-capplet/nautilus-mime-type-capplet.c:
	(init_mime_capplet), (populate_application_menu),
	(populate_component_menu), (edit_applications_clicked),
	(edit_components_clicked):
	Work on setting up info view.
2000-06-15 06:14:51 +00:00
Gene Z. Ragan
ee6dfffc70 More work in progress and added a new file to the capplet build.
2000-06-13  Gene Z. Ragan  <gzr@eazel.com>

	More work in progress and added a new file to the capplet build.

	* mime-type-capplet/nautilus-mime-type-capplet.c: (main),
	(init_mime_capplet), (edit_applications_clicked),
	(edit_components_clicked), (edit_application_dialog_destroy),
	(initialize_edit_application_dialog),
	(show_edit_applications_dialog), (show_edit_components_dialog):

	* mime-type-capplet/nautilus-mime-type-capplet.h:
	New file
2000-06-14 02:14:20 +00:00
Gene Z. Ragan
53ce9946a6 Work in progress on the File Types and Program capplet
2000-06-13  Gene Z. Ragan  <gzr@eazel.com>

	Work in progress on the File Types and Program capplet

	* mime-type-capplet/edit-window.c: (initialize_main_win):
	* mime-type-capplet/mime-data.c: (get_priority), (add_to_key),
	(mime_fill_from_file), (add_mime_vals_to_clist),
	(selected_row_callback), (create_mime_clist), (add_new_mime_type):

	* mime-type-capplet/mime-data.h:
	* mime-type-capplet/nautilus-mime-type-capplet.c:
	(init_mime_capplet), (nautilus_mime_type_capplet_update_info),
	(populate_application_menu), (populate_component_menu),
	(free_mime_info), (delete_mime_clicked), (add_mime_clicked),
	(edit_applications_clicked), (edit_components_clicked):
2000-06-14 01:50:59 +00:00
Eskil Heyn Olsen
c2d296c095 Changed the Requires to what the configure.in is actually checking for.
* gnome-vfs.spec.in: Changed the Requires to what the configure.in
	is actually checking for.
	* libgnomevfs/Makefile.am: Added
	gnome-vfs-mime-sniff-buffer-private.h to HEADERS.
	* mime-type-capplet/Makefile.am: added a -D to install of the
	.desktop file. Ensures that the dir is there during rpm -ta.

	Can now build a gnome-vfs rpm.
2000-06-12 08:06:41 +00:00
Ville Hautamaki
5fee71527b Finnish update by Pauli
Ville
2000-06-12 06:02:15 +00:00
Pavel Cisler
4449e688f0 Added more bug numbers to FIXMEs. Fixed one misspelled FIXME that made it
2000-06-05  Pavel Cisler  <pavel@eazel.com>

	* libgnomevfs-corba/gnome-vfs-slave.c: (serve_channel_read),
	(serve_channel_write):
	* libgnomevfs-pthread/gnome-vfs-job-slave.c:
	* mime-type-capplet/edit-window.c: (populate_application_menu):
	* mime-type-capplet/mime-data.c: (add_to_key):
	* modules/extfs-method.c: (do_open), (read_directory_list),
	(do_open_directory), (match):
	* modules/extfs/cpio.in:
	* modules/extfs/lha.in:
	* modules/file-method.c: (read_directory):
	* modules/gconf-method.c: (directory_handle_destroy):
	Added more bug numbers to FIXMEs.
	Fixed one misspelled FIXME that made it show up in the check-FIXME.pl tool.
2000-06-06 00:29:38 +00:00
Darin Adler
81136fedf1 Added bug numbers to FIXMEs.
* modules/http-method.c:
	* modules/newftp-method.c: (do_open_directory),
	(do_make_directory):
	* modules/pipe-method.c: (do_close):
	* test/gnome-file-selection/gicon.c: (get_stock_icon),
	(get_stock_overlay), (get_default_icon),
	(gicon_get_icon_for_file_2):
	* test/gnome-file-selection/gnome-file-selection-history.c:
	* test/gnome-file-selection/gnome-file-selection.c:
	(update_directory_combo_list), (setup_directory_combo_and_toolbar),
	(destroy), (class_init), (init):
	* test/test-info.c:
	Added bug numbers to FIXMEs.

	* mime-type-capplet/edit-window.c: (destruction_handler),
	(initialize_main_win), (launch_edit_window),
	(populate_application_menu):
	Got rid of the fixed-length mime_string field.

	* modules/file-method.c: (read_link), (get_stat_info):
	Some minor tweaks on the code Rebecca just checked in.
	There was a little problem with unsigned integers.
2000-06-05 18:20:57 +00:00
Gene Z. Ragan
09a0f4d208 More work on handling the logic of populating the menu and handling
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 23:28:16 +00:00
Gene Z. Ragan
1d0d04ddfd More work in progress on the capplet. Still incomplete.
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 21:55:34 +00:00
Gene Z. Ragan
5577b93b1a More work in progress. Still incomplete.
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.
2000-06-02 18:34:36 +00:00
Maciej Stachowiak
5ebec09c25 Define short-list components for text/plain
* 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-02 06:55:33 +00:00
JP Rosevear
cc325cf040 Make the capplet build if gnomevfs isn't already installed.
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-06-01 14:59:44 +00:00
Gene Z. Ragan
1bdfaaac57 Work in progress for the modified Files and Programs capplet that is
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-31 17:26:11 +00:00
Gene Z. Ragan
27c7a20ff7 All of the below is work in progress on the Files and Programs capplet. I
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"
2000-05-26 23:57:36 +00:00
Ramiro Estrugo
641d410d53 Rename the 'mime-type' capplet to 'nautilus-mime-capplet' to avoid
clobbering the control-center's one.
2000-05-24 18:12:35 +00:00
Ramiro Estrugo
674dd004d8 mime-type-capplet/edit-window.c, mime-type-capplet/edit-window.h,
* 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.
2000-05-23 23:23:57 +00:00
jfell
7b219f893b Updated French translation 2000-05-22 17:51:15 +00:00
Valek Frob
feca3a5889 Updated russian translation. 2000-05-20 18:16:54 +00:00
Pablo Saratxaga
8623e418ce Added Lithuanian strings 2000-05-14 23:36:54 +00:00
Jesus Bravo Alvarez
f7206cb064 Fixed Galician translation 2000-05-11 22:10:40 +00:00
Szabolcs Ban
915f713706 Szabolcs BAN <shooby@gnome.hu>
* Updated.
2000-05-10 12:15:39 +00:00
Pablo Saratxaga
f2ae35066c Updated Lithuanian file 2000-05-07 03:15:00 +00:00
Pablo Saratxaga
25b6cb8d6f Updated ca.po 2000-05-04 13:02:30 +00:00
Pablo Saratxaga
2b8e2d0137 Updated Catalan file 2000-05-03 21:51:30 +00:00
Pablo Saratxaga
01460469a2 Updated Danish file 2000-04-19 20:39:09 +00:00
Pablo Saratxaga
80821c6a63 Updated Catalan file 2000-04-19 12:06:40 +00:00
Pablo Saratxaga
b92729d608 Updated Lithuanian file 2000-04-15 23:33:31 +00:00
Fatih Demir
1adfd3281e Added tr to ALL_LINGUAS 2000-04-15 11:12:42 +00:00
Fatih Demir
ac0d2385f9 Added the Turkish translation for the control-center 2000-04-15 11:11:40 +00:00
Ville Hautamaki
9277f2af5d Desktop and translation Finnish update
Desktop and translation Finnish update

Ville
2000-04-14 12:46:22 +00:00
Pablo Saratxaga
a43e777fee Updated Spanish and Lithuanian files 2000-04-11 12:51:17 +00:00
Jesus Bravo Alvarez
52acafdd0a Updated Galician translation 2000-04-10 22:27:56 +00:00
Fatih Demir
11a3941e03 Added [tr] to the files 2000-04-10 16:38:03 +00:00
Pablo Saratxaga
2073ad8066 added Lithuanian entries to *.desktop files 2000-04-08 01:47:55 +00:00
Pablo Saratxaga
74d49c09d0 updated Lithuanian file 2000-04-07 09:39:19 +00:00
Pablo Saratxaga
314d88f1e7 updated Spanish language file 2000-04-05 22:15:41 +00:00
Dan Damian
8fe17b33c9 Updated Romanian translation. 2000-04-05 18:35:04 +00:00
Dan Damian
1025417a1c Updated Romanian translation. 2000-04-05 15:30:08 +00:00
Chyla Zbigniew
a9c8e6a5c0 Updated Polish translation 2000-04-04 18:32:44 +00:00
Ville Hautamaki
c888f46f14 Pauli Virtanen updated The Finnish translation 2000-04-03 08:51:52 +00:00
Spiros Papadimitriou
abe4b43150 - Minor fix. 2000-03-31 17:59:03 +00:00
Spiros Papadimitriou
8d810686c6 - Updated Greek (el) translation. 2000-03-31 17:48:32 +00:00
Birger Langkjer/danish translations
d19a856aee Modified Files: balsa/po/da.po control-center/po/da.po Tag:
Modified Files:
 	balsa/po/da.po control-center/po/da.po
  Tag: control-center-1-0
 	control-center-1-0/po/da.po
  No tag
 	ggv/po/da.po gnome-applets/po/da.po
 	gnome-media/tcd/gtcd.desktop
 	gnome-pim/gncal/calendar-conduit-control-applet.desktop
 	gnome-pim/gncal/gncal.desktop
 	gnome-pim/gncal/todo-conduit-control-applet.desktop
 	gnome-pim/po/da.po
 	gnome-utils/mini-utils/gcolorsel/gcolorsel.desktop
 	gnome-utils/po/da.po magicdev/cd.desktop
2000-03-31 01:31:43 +00:00
Pablo Saratxaga
c0f06240e5 added Lithuanian file 2000-03-29 02:18:02 +00:00
Karl Eichwalder
684be89922 Update.
* de.po: Update.
2000-03-27 02:57:52 +00:00
Karl Eichwalder
f6a260c1fe Add some more dots to messages.
* capplets/mime-type/mime-info.c: Add some more dots to messages.
2000-03-27 02:42:38 +00:00
Karl Eichwalder
b26f65dadc Add ca, el, hr, and uk. Sort alphabetically.
* configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort alphabetically.
2000-03-27 02:06:54 +00:00
Alastair McKinstry
f404a734de Updated. 2000-03-13 19:53:59 +00:00
Alastair McKinstry
be915147dc updates. 2000-03-11 22:44:37 +00:00