Commit Graph

24880 Commits

Author SHA1 Message Date
Tor Lillqvist 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
Tor Lillqvist 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
Tor Lillqvist 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
Tor Lillqvist 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
Tor Lillqvist 5786ebbccf e-error.c Use gstdio wrappers. Use GDir instead of dirent.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-error.c
	* e-fsutils.c: Use gstdio wrappers. Use GDir instead of dirent.

	* e-error.c
	* e-folder-map.c: Use e_xml_parse_file() instead of using libxml
	directly.

svn path=/trunk/; revision=30821
2005-12-17 15:43:23 +00:00
Tor Lillqvist f90e52b1c0 Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (INCLUDES): Don't need EXTRA_GNOME_CFLAGS or
	GNOME_FULL_CFLAGS.

svn path=/trunk/; revision=30820
2005-12-17 14:15:38 +00:00
Tor Lillqvist 82e65517b6 Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-msg-composer.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.
	(autosave_manager_unregister): Close file before unlinking so we
	don't leave stray autosave files laying around on Win32.

svn path=/trunk/; revision=30819
2005-12-17 14:14:07 +00:00
Tor Lillqvist 6fee209459 Use g_build_filename(), g_filename_from_uri(), g_usleep().
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* importers/icalendar-importer.c: Use g_build_filename(),
	g_filename_from_uri(), g_usleep().

svn path=/trunk/; revision=30818
2005-12-17 14:05:09 +00:00
Tor Lillqvist eeaa2f9ce1 : Use gstdio wrappers. Use g_filename_from_uri()
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/dialogs/comp-editor.c: : Use gstdio wrappers. Use
	g_filename_from_uri()

svn path=/trunk/; revision=30817
2005-12-17 14:00:22 +00:00
Tor Lillqvist 0d3ac595d6 gui/dialogs/cal-attachment.h Remove unused files from CVS.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/dialogs/cal-attachment.h
	* gui/dialogs/cal-attachment.c: Remove unused files from CVS.

svn path=/trunk/; revision=30816
2005-12-17 13:55:48 +00:00
Tor Lillqvist c575d3e784 gui/dialogs/cal-attachment-bar.h Remove unused files from CVS.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/dialogs/cal-attachment-bar.h
	* gui/dialogs/cal-attachment-bar.c: Remove unused files from CVS.

svn path=/trunk/; revision=30815
2005-12-17 13:53:06 +00:00
Tor Lillqvist 20b2bf609b When building against GTK+ 2.9.0 or later, and always on Win32, use the
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/alarm-notify/alarm-queue.c: When building against GTK+ 2.9.0
	or later, and always on Win32, use the GtkStatusIcon API instead
	of EggTrayIcon.

svn path=/trunk/; revision=30814
2005-12-17 13:48:18 +00:00
Tor Lillqvist 2f8bf9ec0c Use gstdio wrappers. Use GDir API instead of dirent. Use
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/migration.c: Use gstdio wrappers. Use GDir API instead of
	dirent. Use g_filename_{to,from}_uri(). Open files in binary
	mode. Use e_xml_parse_file() instead of xmlParseFile().

svn path=/trunk/; revision=30813
2005-12-17 13:42:55 +00:00
Tor Lillqvist 9b5ae3c3fe Use gstdio wrappers.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-memo-table.c: Use gstdio wrappers.

svn path=/trunk/; revision=30812
2005-12-17 13:36:29 +00:00
Tor Lillqvist 91c1f37cec Use e_util_utf8_strcasecmp() to do proper casefolded comparison of
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-meeting-store.c: Use e_util_utf8_strcasecmp() to do
	proper casefolded comparison of translated (UTF-8) strings.

svn path=/trunk/; revision=30811
2005-12-17 13:35:24 +00:00
Tor Lillqvist 47426ed3a6 Use gstdio wrappers.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-itip-control.c: Use gstdio wrappers.

svn path=/trunk/; revision=30810
2005-12-17 13:34:10 +00:00
Tor Lillqvist ab3120eb9a Use gstdio wrappers.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-calendar-view.c: Use gstdio wrappers.

svn path=/trunk/; revision=30809
2005-12-17 13:31:49 +00:00
Tor Lillqvist f5c9697bef Use gstdio wrappers.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-calendar-table.c: Use gstdio wrappers.

svn path=/trunk/; revision=30808
2005-12-17 13:30:41 +00:00
Tor Lillqvist 682da241dd Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8)
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-cal-model-tasks.c: Use e_util_utf8_strcasecmp() to do
	proper comparison of translated (UTF-8) strings.

svn path=/trunk/; revision=30807
2005-12-17 13:29:21 +00:00
Tor Lillqvist cf76cec232 Use gstdio wrappers.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-cal-list-view.c: Use gstdio wrappers.

svn path=/trunk/; revision=30806
2005-12-17 13:26:50 +00:00
Tor Lillqvist 7b26c9fd42 Combine my last two entries.
svn path=/trunk/; revision=30805
2005-12-17 12:22:26 +00:00
Tor Lillqvist cb04b8196f Use g_filename_to_uri() to construct a file: URI.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/e-cal-component-memo-preview.c (write_html): Use
	g_filename_to_uri() to construct a file: URI.

svn path=/trunk/; revision=30804
2005-12-17 12:21:43 +00:00
Tor Lillqvist d8fc2ee08b Use GLib to construct filenames from URIs and back.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* conduits/calendar/calendar-conduit.c: Use GLib to construct
	filenames from URIs and back.

svn path=/trunk/; revision=30803
2005-12-17 12:19:36 +00:00
Tor Lillqvist 6067bff47d Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* tools/evolution-addressbook-export-list-folders.c: Use gstdio
	wrappers. Use GDir API instead of dirent. Use GLib to convert file
	names to URIs and back. Open files in binary mode.

svn path=/trunk/; revision=30802
2005-12-17 12:12:04 +00:00
Tor Lillqvist 61eb0898d0 Use gstdio wrappers. No fork() on Windows, but the fork-to-background
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* tools/evolution-addressbook-export-list-cards.c: Use gstdio
	wrappers. No fork() on Windows, but the fork-to-background
	functionality doesn't seem essential?

svn path=/trunk/; revision=30801
2005-12-17 12:10:36 +00:00
Tor Lillqvist eea1c3e8d6 gui/widgets/gal-view-minicard.c Use libedataserver's e_xml_parse_file()
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/widgets/gal-view-minicard.c
	* printing/e-contact-print.c: Use libedataserver's
	e_xml_parse_file() and e_xml_save_file() instead of calling libxml
	functions directly, as they don't understand the GLib file
	name encoding (UTF-8) on Win32.

svn path=/trunk/; revision=30800
2005-12-17 12:07:31 +00:00
Tor Lillqvist afa42c2e1c Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* importers/evolution-vcard-importer.c: Use gstdio
	wrappers. Use GDir API instead of dirent. Use GLib to convert file
	names to URIs and back. Open files in binary mode.

svn path=/trunk/; revision=30799
2005-12-17 12:02:26 +00:00
Srinivasa Ragavan 172ad11003 ** Fixes bug #324094
2005-12-15  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #324094

	* gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added
	comments to few strings for translation.

svn path=/trunk/; revision=30798
2005-12-17 11:53:30 +00:00
Tor Lillqvist f6734b1d17 Use gstdio wrappers. Use GDir API instead of dirent. Use GLib API to
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* gui/component/addressbook-migrate.c: Use gstdio wrappers. Use
	GDir API instead of dirent. Use GLib API to convert file names to
	URIs and back. Open files in binary mode.

svn path=/trunk/; revision=30797
2005-12-17 11:52:53 +00:00
Tor Lillqvist 22e9edd52a e-util-private.h (fsync) Don't bother with a Win32 implementation of
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-util-private.h (fsync)
	* e-util.c: Don't bother with a Win32 implementation of fsync() as
	the uses of fsync() in evo are pretty irrelevant. Just #define
	fsync() away on Win32.

svn path=/trunk/; revision=30796
2005-12-17 11:45:52 +00:00
Tor Lillqvist 4ded439d95 Use g_ascii_strcasecmp() instead of g_strcasecmp() for well-definedness.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* e-table/gal-a11y-e-cell.c
	(gal_a11y_e_cell_remove_action_by_name): Use g_ascii_strcasecmp()
	instead of g_strcasecmp() for well-definedness.

svn path=/trunk/; revision=30795
2005-12-17 11:37:18 +00:00
Tor Lillqvist 024685adf4 evolution-plugin.pc.in Use @privsolibdir@ to set privlibdir.
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* evolution-plugin.pc.in
	* evolution-shell.pc.in: Use @privsolibdir@ to set privlibdir.

svn path=/trunk/; revision=30794
2005-12-17 10:13:34 +00:00
Tor Lillqvist 75f9b84b51 Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.
2005-12-06  Tor Lillqvist  <tml@novell.com>

	* configure.in: Include libedataserver-$EDS_PACKAGE in the
	requirement list for E_WIDGETS.

	Set bindir_in_server_file, privlibexecdir_in_server_file and
	componentdir_in_server_file. On Unix, they are the same as bindir,
	privlibexecdir and componentdir respectively. On Win32, use paths
	relative from lib/bonobo/servers. AC_SUBST these variables.

	* server.mk: Substitute the values above new variables for the
	corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in
	files.

	* addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
	* calendar/gui/GNOME_Evolution_Calendar.server.in.in
	* calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
	* mail/GNOME_Evolution_Mail.server.in.in
	* shell/GNOME_Evolution_Shell.server.in.in
	* shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use
	the @..._IN_SERVER_FILE@ strings.

svn path=/trunk/; revision=30793
2005-12-17 10:01:12 +00:00
Ankitkumar Rameshchandra Patel 9963a2fcff Updated Translation
svn path=/trunk/; revision=30792
2005-12-16 11:04:24 +00:00
Shreyas Srinivasan ab1e3fca1a Fix #315901, Add shortcut to mark spam. Committed on behalf on Andre
2005-12-16  Shreyas Srinivasan  <sshreyas@novell.com>

	* evolution-mail-message.xml: Fix #315901, Add shortcut to
	mark spam. Committed on behalf on Andre Klapper

svn path=/trunk/; revision=30791
2005-12-16 08:16:17 +00:00
Srinivasa Ragavan 27a36e5a4d ** Fixes bugs #322499 and #227853
2005-12-16  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bugs #322499 and #227853

	* evolution-addressbook.xml: Modified shortcut for preview
	* evolution-mail-global.xml: Modified shortcut for preview
	* evolution-tasks.xml: Modified shortcut for preview
	* evolution.xml: Removed Shortcut to hide status bar.

svn path=/trunk/; revision=30790
2005-12-16 08:10:30 +00:00
Ignacio Casal Quinteiro c484ff21de *** empty log message ***
svn path=/trunk/; revision=30789
2005-12-15 21:13:09 +00:00
Ilkka Tuohela 97fc01af1d Updated Finnish translation
svn path=/trunk/; revision=30788
2005-12-15 19:04:59 +00:00
Srinivasa Ragavan 75aff9ef9d Committing the missed e-week-view.c in my prev commit, where i did just
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Committing the missed e-week-view.c in my prev commit, where i
	did just the ChangeLog

svn path=/trunk/; revision=30787
2005-12-15 17:41:17 +00:00
Srinivasa Ragavan 23943aefff Fixed a possible crash with the tooltip impl in calendar
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Fixed a possible crash with the tooltip impl in calendar

svn path=/trunk/; revision=30786
2005-12-15 17:38:03 +00:00
Srinivasa Ragavan 0b1e3b7640 Committed Rajeev's fix.
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Committed Rajeev's fix.

svn path=/trunk/; revision=30785
2005-12-15 16:09:21 +00:00
Srinivasa Ragavan 004a3fe404 Commited my right email address in ChangeLog
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Commited my right email address in ChangeLog

svn path=/trunk/; revision=30784
2005-12-15 12:55:10 +00:00
Srinivasa Ragavan 14aa169551 Commited fix to remove markup from translation and added few notes to
2005-12-15  Srinivasa Ragavan  <sragavan@novell.com>

	* Commited fix to remove markup from translation and added few
	notes to translaters, on what will be displayed.

svn path=/trunk/; revision=30783
2005-12-15 12:50:24 +00:00
Chenthill Palanisamy 8757f8253d fixes #324058
svn path=/trunk/; revision=30782
2005-12-15 08:33:31 +00:00
Srinivasa Ragavan 32f88d560f Added a visual cue to search bar to indicate search filter active.
2005-12-15  Srinivasa Ragavan <sragavan@novell.com>

	* Added a visual cue to search bar to indicate search filter
	active.

svn path=/trunk/; revision=30781
2005-12-15 08:27:34 +00:00
Chenthill Palanisamy a95828f5d0 Corrected the commit date
svn path=/trunk/; revision=30780
2005-12-15 08:20:56 +00:00
Chenthill Palanisamy f0a4b74f5e fixes #321739
svn path=/trunk/; revision=30779
2005-12-15 07:46:25 +00:00
Srinivasa Ragavan 3783717621 Added code to make the tooltips strings translatable. Also picked up the
2005-12-15  Srinivasa Ragavan  <sragavan@novell.com>

	* gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added
	code to make the tooltips strings translatable. Also picked up
	the color from the theme for the tooltip instead of hardcoded
	colors.

svn path=/trunk/; revision=30778
2005-12-15 04:51:41 +00:00
Ignacio Casal Quinteiro cbb8fc85f7 *** empty log message ***
svn path=/trunk/; revision=30777
2005-12-15 00:58:37 +00:00
Srinivasa Ragavan da500959a1 Committed Johnny's patch for adding the FOR time implementation
2005-12-14  Srinivasa Ragavan <sragavan@novell.com>

	* Committed Johnny's patch for adding the FOR time implementation

svn path=/trunk/; revision=30776
2005-12-14 14:58:38 +00:00