Commit Graph

24926 Commits

Author SHA1 Message Date
cb4e1dfd82 Updated Spanish translation.
2005-12-18  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=30871
2005-12-18 21:37:32 +00:00
25b739b521 Removed obsolete files.
svn path=/trunk/; revision=30870
2005-12-18 12:31:19 +00:00
59801c4437 Updated Japanese translation for v2.5.3.
2005-12-18  Takeshi AIHANA <aihana@jcom.home.ne.jp>

	* ja.po: Updated Japanese translation for v2.5.3.

svn path=/trunk/; revision=30869
2005-12-18 11:35:37 +00:00
66102bba0d Use g_ascii_strcasecmp(). (strcase_hash): Use g_ascii_tolower().
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* gal-combo-text.c (strcase_equal): Use g_ascii_strcasecmp().
	(strcase_hash): Use g_ascii_tolower().

svn path=/trunk/; revision=30868
2005-12-18 10:35:26 +00:00
86c90c049e Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handles
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-table-config.c (find_model_column_by_name): Use
	g_ascii_strcasecmp() instead of g_strcasecmp(). This function
	handles the English column names.

	* e-table-specification.c (e_table_specification_load_from_file)
	* e-table-state.c (e_table_state_load_from_file):
	Use e_xml_parse_file().

svn path=/trunk/; revision=30867
2005-12-18 10:21:24 +00:00
fc17a49138 Use gstdio wrappers. Construct glade file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-send-options.c: Use gstdio wrappers. Construct glade file name
	at run-time.

svn path=/trunk/; revision=30866
2005-12-18 09:48:25 +00:00
534410e7cd Construct map file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-map.c: Construct map file name at run-time.

svn path=/trunk/; revision=30865
2005-12-18 09:47:33 +00:00
0ff898adb4 Use gstdio wrappers. Construct glade file name at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-attachment.c: Use gstdio wrappers. Construct glade file name
	at run-time.

svn path=/trunk/; revision=30864
2005-12-18 09:46:32 +00:00
480464c381 Link with bootstrap libs on Win32. Use EVOLUTION_IMAGES instead of MAP_DIR
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Link with bootstrap libs on Win32. Use
	EVOLUTION_IMAGES instead of MAP_DIR for uniformity. Use
	EVOLUTION_MAIL_CFLAGS instead of E_WIDGETS_CFLAGS. Use privsolib
	instead of privlib (no difference on Unix). Use -no-undefined on
	Win32. Link with all required libraries.

svn path=/trunk/; revision=30863
2005-12-18 09:45:15 +00:00
d332c5304f Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-instance.c: Include libedataserver/e-xml-utils.h
	for e_xml_save_file() prototype.

svn path=/trunk/; revision=30862
2005-12-18 08:44:40 +00:00
9428cff820 Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-collection.c (gal_view_collection_save): Include
	libedataserver/e-xml-utils.h for e_xml_save_file() prototype.

svn path=/trunk/; revision=30861
2005-12-18 08:43:24 +00:00
35ab6ff7ff Construct glade file pathname at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c
	(e_timezone_dialog_construct): Construct glade file pathname at
	run-time.

svn path=/trunk/; revision=30860
2005-12-18 08:38:44 +00:00
ee8ca653e1 Link with libeutil.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/Makefile.am: Link with libeutil.

svn path=/trunk/; revision=30859
2005-12-18 08:37:23 +00:00
a831a31bef lib/e-cert-db.c Use gstdio wrappers. Open file in binary mode.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* lib/e-cert-db.c
	* lib/e-pkcs12.c: Use gstdio wrappers. Open file in binary mode.

svn path=/trunk/; revision=30858
2005-12-18 08:36:11 +00:00
bc7c7799f0 gui/ca-trust-dialog.c (ca_trust_dialog_show) gui/cert-trust-dialog.c
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* gui/ca-trust-dialog.c (ca_trust_dialog_show)
	* gui/cert-trust-dialog.c (cert_trust_dialog_show)
	* gui/certificate-manager.c (certificate_manager_config_control_new)
	* gui/certificate-viewer.c (certificate_viewer_show)
	* gui/e-cert-selector.c (e_cert_selector_new):
	Construct glade file pathname at run-time.

svn path=/trunk/; revision=30857
2005-12-18 08:34:08 +00:00
095ee2463d Use g_ascii_strcasecmp() instead of strcasecmp(), especially as we are
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* audio-inline.c: Use g_ascii_strcasecmp() instead of
	strcasecmp(), especially as we are comparing to plain ASCII
	strings.

svn path=/trunk/; revision=30856
2005-12-18 08:29:39 +00:00
0af822221f Silence unused variable warning.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-dialog-utils.c (e_file_dialog_save_folder): Silence unused
	variable warning.

svn path=/trunk/; revision=30855
2005-12-18 08:28:01 +00:00
448d624c00 em-folder-browser.c em-folder-view.c em-format-html.c
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* em-folder-browser.c
	* em-folder-view.c
	* em-format-html.c
	* em-format-html-display.c
	* em-mailer-prefs.c
	* em-message-browser.c
	* em-migrate.c
	* em-subscribe-editor.c
	* em-sync-stream.c
	* em-utils.c
	* em-vfolder-editor.c
	* em-vfolder-rule.c
	* mail-autofilter.c
	* mail-component.c
	* mail-config.c
	* mail-folder-cache.c: Use gstdio wrappers. Construct pathnames of
	glade, xml, etspec and png files at run-time. Use
	g_filename_{to,from}_uri().

	* em-folder-browser.c (emfb_init)
	* em-folder-view.c (emfv_finalise)
	* em-message-browser.c (emmb_init): As EMFolderView::ui_files now
	always is a list of filenames constructed with g_build_filename(),
	use g_free() on each list entry before calling g_slist_free() on
	the list.

	* em-folder-tree-model.c (em_folder_tree_model_load_state): Use
	e_xml_parse_file().

	* em-migrate.c: Bypass all the code for upgrading from 1.x on Win32.
	(emm_setup_initial): Use GDir instead of dirent.

	* em-sync-stream.c
	* mail-folder-cache.c: Use pthread_equal() to compare pthread_t
	values.

	* em-vfs-stream.c: No EINPROGRESS or ELOOP on Win32.

svn path=/trunk/; revision=30854
2005-12-18 08:24:26 +00:00
2f1a024be7 Use gstdio wrappers. Construct pathnames of glade files at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* em-filter-editor.c: Use gstdio wrappers. Construct pathnames of
	glade files at run-time.

svn path=/trunk/; revision=30853
2005-12-18 04:45:01 +00:00
cc8628aa9e Use gstdio wrappers. Construct pathnames of glade files at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* em-account-prefs.c: Use gstdio wrappers. Construct pathnames of
	glade files at run-time.

svn path=/trunk/; revision=30852
2005-12-18 04:43:33 +00:00
7dbeb5b6f5 Use gstdio wrappers. Construct pathnames of glade files at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* em-account-editor.c: Use gstdio wrappers. Construct pathnames of
	glade files at run-time.

svn path=/trunk/; revision=30851
2005-12-18 04:42:25 +00:00
9a8004c207 Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use THREADS_CFLAGS and _LIBS. Don't need	CAMEL_LIBS.

svn path=/trunk/; revision=30850
2005-12-18 04:36:04 +00:00
e89c278267 Use libedataserver's e_xml_parse_file() instead of xmlParseFile()
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-config-upgrade.c: Use libedataserver's e_xml_parse_file()
	instead of xmlParseFile() directly.

	* e-shell.c
	* e-shell-importer.c: Use GLib API when applicable.

	* e-shell-importer.c
	* e-shell-window.c: Construct pathname of glade file at run-time.

	* e-shell-window-commands.c: Include e-util-private.h for Win32
	redefinition of EVOLUTION_DATADIR.

	* main.c: No SIGSEGV handling on Win32.
	(main): Drop unused evolution_directory variable.

svn path=/trunk/; revision=30849
2005-12-18 04:33:29 +00:00
f3e001990b Use GLib API to manipulate pathname.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* save-attachments.c (entry_changed): Use GLib API to manipulate
	pathname.

svn path=/trunk/; revision=30848
2005-12-17 18:59:58 +00:00
b987099d1e Include e-util-private.h for O_BINARY.
svn path=/trunk/; revision=30847
2005-12-17 18:54:44 +00:00
9773a8fc55 Drop unused inclusion of <dirent.h>.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* mono-plugin.c: Drop unused inclusion of <dirent.h>.

svn path=/trunk/; revision=30846
2005-12-17 18:47:10 +00:00
2d13235473 Use g_ascii_strcasecmp() instead of g_strcasecmp().
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* itip-formatter.c: Use g_ascii_strcasecmp() instead of
	g_strcasecmp().

svn path=/trunk/; revision=30845
2005-12-17 18:46:17 +00:00
9f37d3bd9a junk-settings.c proxy-login.c proxy.c Construct glade file name at
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* junk-settings.c
	* proxy-login.c
	* proxy.c
	* share-folder.c: Construct glade file name at run-time.

	* process-meeting.c (find_attendee): Use g_ascii_strcasecmp()
	instead of g_strcasecmp().

svn path=/trunk/; revision=30844
2005-12-17 18:45:07 +00:00
df6c612eaa importers/elm-importer.c importers/evolution-mbox-importer.c
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* importers/elm-importer.c
	* importers/evolution-mbox-importer.c
	* importers/evolution-outlook-importer.c
	* importers/mail-importer.c
	* importers/netscape-importer.c
	* importers/pine-importer.c: Use GLib API when
	applicable.

svn path=/trunk/; revision=30843
2005-12-17 18:35:37 +00:00
20085e766b Beautify #include order and syntax. Use gstdio wrappers. Construct
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* message-tag-followup.c: Beautify #include order and syntax. Use
	gstdio wrappers. Construct pathnames of files to be read at
	run-time instead of using compile-time paths.

svn path=/trunk/; revision=30842
2005-12-17 18:29:09 +00:00
c20c007781 Beautify #include order and syntax. Use gstdio wrappers. Construct
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* message-list.c: Beautify #include order and syntax. Use gstdio
	wrappers. Construct pathnames of files to be read at run-time
	instead of using compile-time paths.

svn path=/trunk/; revision=30841
2005-12-17 18:27:13 +00:00
88a30eea1d Harmonize #include order and syntax. Use pthread_equal() to compare
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* mail-vfolder.c: Harmonize #include order and syntax. Use
	pthread_equal() to compare pthread_t values.

	* mail-vfolder.c: Use gstdio wrappers. Construct XML file pathname
	at run-time.

svn path=/trunk/; revision=30840
2005-12-17 17:52:32 +00:00
e8b060a9d4 Use gstdio wrappers. Beautify #include order and syntax.
2005-12-13  Tor Lillqvist <tml@novell.com>

	* mail-tools.c: Use gstdio wrappers. Beautify #include order and
	syntax.
	(mail_tool_get_local_movemail_path): Not used, put in #if 0.

svn path=/trunk/; revision=30839
2005-12-17 17:49:12 +00:00
92b09e3c84 Use gstdio wrappers. Construct UI XML file pathname at run-time.
2005-12-13  Tor Lillqvist <tml@novell.com>

	* mail-signature-editor.c: Use gstdio wrappers. Construct UI XML
	file pathname at run-time.

svn path=/trunk/; revision=30838
2005-12-17 17:45:33 +00:00
9093a7c172 Include just <gtk/gtk.h> and not a handful of individual gtk headers.
2005-12-13  Tor Lillqvist <tml@novell.com>

	* mail-session.c: Include just <gtk/gtk.h> and not a handful of
	individual gtk headers. Harmonize #include order and syntax. Use
	pthread_equal() to compare pthread_t values.

svn path=/trunk/; revision=30837
2005-12-17 17:43:19 +00:00
69ac3007d9 Use gstdio wrappers. Open file in binary mode.
2005-12-13  Tor Lillqvist <tml@novell.com>

	* mail-ops.c: Use gstdio wrappers. Open file in binary mode.

svn path=/trunk/; revision=30836
2005-12-17 17:39:11 +00:00
35c2baaba3 Add copyright blurb. Include just <gtk/gtk.h> and not a handful of
2005-12-13  Tor Lillqvist <tml@novell.com>

	* mail-mt.c: Add copyright blurb. Include just <gtk/gtk.h> and not
	a handful of individual gtk headers. Harmonize #include order and
	syntax. Use pthread_equal() to compare pthread_t values. Use
	separate flag field to indicate whether a pthread_t field is valid
	or not. Use e_util_pthread_id() in debugging output.

	(em_channel_setup): Call g_io_channel_win32_new_socket() on Win32
	instead of g_io_channel_unix_new(). This avoids the occasional
	"giowin32.c:1661: 12 is both a file descriptor and a socket, file
	descriptor interpretation assumed." style warnings, which indicate
	a real problem in this case.

svn path=/trunk/; revision=30835
2005-12-17 17:35:53 +00:00
47a79ac806 filter-file.c Use libedataserver's e_xml_parse_file(). Use gstdio
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* filter-file.c
	* rule-context.c: Use libedataserver's e_xml_parse_file(). Use
	gstdio wrappers. Use g_file_test().

svn path=/trunk/; revision=30834
2005-12-17 17:28:29 +00:00
2fdce91969 Use gstdio wrappers.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* filter-file.c: Use gstdio wrappers.

svn path=/trunk/; revision=30833
2005-12-17 17:24:22 +00:00
0ef40d19c2 Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-msg-composer-attachment.c: Include <gtk/gtk.h> instead of
	attempting to hand-pick individual GTK headers. Use gstdio
	wrappers. Use GDir instead of dirent. Use g_mkstemp() instead of
	mkstemp(). Construct xml file names at run-time.

svn path=/trunk/; revision=30832
2005-12-17 17:22:49 +00:00
a6b4bade41 Use GLib to construct filenames from URIs and vice versa.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-cal-component-preview.c: Use GLib to construct
	filenames from URIs and vice versa.

svn path=/trunk/; revision=30831
2005-12-17 17:20:39 +00:00
72405e0b8b Include libedataserver/e-xml-utils.h, too.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/component/addressbook-migrate.c: Include
	libedataserver/e-xml-utils.h, too.

svn path=/trunk/; revision=30830
2005-12-17 17:12:43 +00:00
f2beba850d Nah, don't include <libedataserver/e-xml-utils.h> here. Just edit the
users of the functions that moved there include it instead of, or in
addition to, "e-util/e-xml-utils.h".

svn path=/trunk/; revision=30829
2005-12-17 17:09:34 +00:00
f53ba44b55 Link with bootstrap libs on Win32. Use E_WIDGETS_CFLAGS instead of
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Link with bootstrap libs on Win32. Use
	E_WIDGETS_CFLAGS instead of GNOME_BONOBO_CFLAGS, GNOME_INCLUDEDIR,
	ICONV_CFLAGS and GNOME_FULL_CFLAGS. Link with all required
	libraries. Use -no-undefined on Win32.

svn path=/trunk/; revision=30828
2005-12-17 17:05:48 +00:00
52ff11927a For building on Win32 against GTK+ 2.8, include a copy of the
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a
	copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be
	GTK+ 2.10) and some helper functions from gdk/win32. Eventually
	when GTK+ 2.10 is released and Evo no longer needs to support
	older GTK+ versions, eggtrayicon.[ch] can be removed completely
	from here, as the use of eggtrayicon in ../calendar/gui/
	alarm-notify/alarm-queue.c will automatically switch to using
	GtkStatusIcon instead.

	* eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8,
	include a copy of gtkstatusicon.h from GTK+ HEAD.

svn path=/trunk/; revision=30827
2005-12-17 16:58:55 +00:00
d074203600 Remove these functions that are now in libedataserver/e-xml-utils.c
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-xml-utils.c (e_xml_get_child_by_name, e_xml_save_file): Remove
	these functions that are now in libedataserver/e-xml-utils.c

	* e-xml-utils.h: Include libedataserver/e-xml-utils.h.

svn path=/trunk/; revision=30826
2005-12-17 16:50:36 +00:00
0c08672df9 Use GLib API where applicable for portability.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-plugin.c: Use GLib API where applicable for portability.

	* e-plugin.c: Use e_xml_parse_file() and e_xml_save_file()
	instead of using libxml directly.

	* e-plugin.c: Add copyright header.
	(epl_construct): [Win32 only:] Remap the plugin location from the
	compile-time path to to a run-time path, to handle the common case
	where the location in the .eplug file is in Evo's compile-time
	prefix. Use libedataserver's e_util_get_prefix() and
	e_util_replace_prefix(). We could alternatively use relative paths
	in the .eplug files on Win32, like we do for .server files.

svn path=/trunk/; revision=30825
2005-12-17 16:31:42 +00:00
491a3a6343 Use e_xml_parse_file() and e_xml_save_file() instead of using libxml
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-pilot-map.c: Use e_xml_parse_file() and e_xml_save_file()
	instead of using libxml directly.

svn path=/trunk/; revision=30824
2005-12-17 15:56:16 +00:00
656e89904c Use GLib API where applicable for portability.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-mktemp.c: Use GLib API where applicable for portability.

svn path=/trunk/; revision=30823
2005-12-17 15:52:21 +00:00
9abe43b9c3 Use GLib API where applicable for portability.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-icon-factory.c: Use GLib API where applicable for portability.

svn path=/trunk/; revision=30822
2005-12-17 15:48:19 +00:00