Commit Graph

13 Commits

Author SHA1 Message Date
Tor Lillqvist 624fae240b Prune unnecessary and nonexistent directories from the -I options. Prune
2005-06-27  Tor Lillqvist  <tml@novell.com>

	* */Makefile.am: Prune unnecessary and nonexistent directories
	from the -I options. Prune pathname macros not used in the sources
	in that directory from the -D options. Use NO_UNDEFINED. Link with
	all necessary libraries. On Win32 link with bootstrap libraries
	where necessary.

	* common/Makefile.am: As this is a noinst library, no use for
	LDFLAGS or LIBADD.

	* gui/Makefile.am: Use Win32-specific hack to work around MSYS
	feature in the gconftool invokation.

	* gui/calendar-commands.c: Remove superfluous inclusion of <pwd.h>.

	* gui/e-cal-list-view.c
	* gui/e-day-view.c: Remove superfluous inclusion of <gdk/gdkx.h>.

	* gui/gnome-cal.c: Remove superfluous inclusion of <sys/wait.h>.

	* importers/icalendar-importer.c: Use g_usleep() instead of sleep().

svn path=/trunk/; revision=29592
2005-06-27 00:43:08 +00:00
Hans Petter Jansson e75013c201 Make mailer depend on libedataserverui.
2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* configure.in: Make mailer depend on libedataserverui.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* Makefile.am (eutilinclude_HEADERS)
	(libeutil_la_SOURCES): Remove e-passwords from here, it now
	lives in libedataserverui.

	* e-passwords.[ch]: Removed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component/addressbook-view.c:
	* gui/component/addressbook.c: Include
	<libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* common/authentication.c:
	* gui/e-pub-utils.c:
	* gui/alarm-notify/alarm-notify.c:
	* gui/alarm-notify/notify-main.c:
	* gui/dialogs/url-editor-dialog.c:
	Include <libedataserverui/e-passwords.h>.
	* gui/itip-utils.c: Remove e-passwords.h include, it's not
	needed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* mail-session.c:
	* mail-config.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component.c:
	* lib/e-cert-db.c:
	* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* e-shell-window-commands.c:
	* e-shell.c:
	* main.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* send-options.c: Include <libedataserverui/e-passwords.h>.

svn path=/trunk/; revision=28871
2005-02-23 18:57:00 +00:00
Hans Petter Jansson f9c9e03c54 Remove the -module flag, this isn't supposed to be a module.
2005-01-31  Hans Petter Jansson  <hpj@novell.com>

        * common/Makefile.am (libevolution_calendarprivate_la_LDFLAGS):
        Remove the -module flag, this isn't supposed to be a module.

svn path=/trunk/; revision=28647
2005-01-31 23:58:48 +00:00
Rodrigo Moya 0943a0e436 Fixes #65932
2004-10-06  Rodrigo Moya <rodrigo@novell.com>

	Fixes #65932

	* common/authentication.c: keep a hash table of all the source lists.
	(auth_new_cal_from_uri): do a search in the source list for the given
	URI, and use that ESource if we find it. Also, keep the hash table of
	source lists up to date.

	* gui/comp-editor-factory.c (cal_opened_cb): don't assert on error
	cases, just display an error dialog.

svn path=/trunk/; revision=27498
2004-10-07 14:20:55 +00:00
Not Zed 62173ea1f0 constify the strings to remove a warning.
2004-08-27  Not Zed  <NotZed@Ximian.com>

        * common/authentication.c (auth_func_cb): constify the strings to
        remove a warning.

        ** See bug #64856 (workaround).

        * common/authentication.c (auth_func_cb):
        * gui/e-pub-utils.c(e_pub_publish): add ONLINE flag to password
        request.

svn path=/trunk/; revision=27077
2004-08-30 04:32:49 +00:00
Not Zed 40075f5515 epasswords api change.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * gui/e-pub-utils.c (e_pub_publish):
        * common/authentication.c (auth_func_cb): epasswords api change.

svn path=/trunk/; revision=26882
2004-08-12 06:55:23 +00:00
Not Zed 403a387ae6 include config.h. See #61395.
2004-07-20  Not Zed  <NotZed@Ximian.com>

        * gui/e-cal-model.c:
        * importers/icalendar-importer.c:
        * gui/dialogs/select-source-dialog.c:
        * gui/dialogs/copy-source-dialog.c:
        * gui/alarm-notify/util.c:
        * common/authentication.c:
        * gui/migration.c: include config.h.  See #61395.

svn path=/trunk/; revision=26694
2004-07-22 03:02:08 +00:00
Sivaiah Nallagatla bd3aa1b3e7 read the "auth-domain" property to use as component name for e-password
2004-05-25  Sivaiah Nallagatla <snallagatla@novell.com>

        * common/authentication.c (auth_func_cb) : read the "auth-domain"
        property to use as component name for e-password calls instead of
        hard coded component name

svn path=/trunk/; revision=26074
2004-05-25 11:14:03 +00:00
Rodrigo Moya c64117579d call first e_passwords_get_password before calling _ask_password.
2004-02-18  Rodrigo Moya <rodrigo@ximian.com>

	* common/authentication.c (auth_func_cb): call first e_passwords_get_password
	before calling _ask_password.

svn path=/trunk/; revision=24777
2004-02-18 15:41:32 +00:00
JP Rosevear 1837229024 use new cal auth functions
2004-02-04  JP Rosevear <jpr@ximian.com>

	* importers/icalendar-importer.c (gnome_calendar_import_data_fn):
	use new cal auth functions

	* common/authentication.c (auth_new_cal_from_default): get a
	default calendar with auth

	* common/authentication.h: add proto

svn path=/trunk/; revision=24621
2004-02-04 21:31:58 +00:00
Christian Neumair 4f8bfb8a8b Updated some .cvsignore files.
svn path=/trunk/; revision=24424
2004-01-25 16:03:54 +00:00
Rodrigo Moya 87ca42db1d check return value from e_cal_new().
2004-01-14  Rodrigo Moya <rodrigo@ximian.com>

	* common/authentication.c (auth_new_cal_from_source): check
	return value from e_cal_new().

	* gui/gnome-cal.c (gnome_calendar_construct): if there is no
	default tasks folder, don't create the ECal from it.

svn path=/trunk/; revision=24219
2004-01-14 16:37:49 +00:00
Rodrigo Moya f3aed51eeb new files for managing interactive authentication with backends.
2003-12-22  Rodrigo Moya <rodrigo@ximian.com>

	* common/authentication.[ch]: new files for managing interactive
	authentication with backends.

	* common/Makefile.am: build new private library.

	* gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar):
	* gui/dialogs/event-page.c (source_changed_cb):
	* gui/dialogs/task-page.c (source_changed_cb):
	* gui/dialogs/copy-source-dialog.c (copy_source):
	* gui/calendar-component.c (setup_create_ecal):
	* gui/calendar-offline-handler.c (backend_go_offline,
	backend_go_online, calendar_offline_handler_init):
	* gui/comp-editor-factory.c (open_client):
	* gui/e-itip-control.c (start_calendar_server):
	* gui/e-tasks.c (e_tasks_add_todo_uri):
	* gui/gnome-cal.c (gnome_calendar_construct,
	gnome_calendar_add_event_uri):
	* gui/tasks-component.c (setup_create_ecal):
	* importers/icalendar-importer.c (load_file_fn, vcal_load_file_fn,
	gnome_calendar_import_data_fn): create the ECal's via the
	auth_new_cal_from* functions in the authentication module.

	* gui/alarm-notify/Makefile.am:
	* gui/Makefile.am:
	* importers/Makefile.am: link new private library.

	* Makefile.am: added new directory to the build.

svn path=/trunk/; revision=23999
2003-12-22 15:57:30 +00:00