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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-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-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-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 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 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 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