Commit Graph

34 Commits

Author SHA1 Message Date
2a39437ee9 Adapt to single-include E-D-S libraries. 2012-06-03 15:14:03 -04:00
68c35c4bed Adapt calendar/gui to the new ESource API. 2012-06-02 23:00:40 -04:00
299521f02c Whitespace cleanup.
Replace 8-space indentation with tab characters, and various other
automated cleanups.
2012-04-01 23:15:38 -04:00
4d81843755 Bug #661265 - Move to Calendar breaks google:// URI 2012-02-21 19:30:15 +01:00
fcbbdfbd18 Coding style and whitespace cleanup. 2011-09-04 07:34:32 -04:00
38790d8478 Do not use deprecated EBook/ECal API 2011-06-14 08:54:20 +02:00
0109aa3a92 More whitespace cleanup. 2011-01-30 11:33:28 -05:00
1341a56ed1 Bug #529331 - Deletes appointments when moving to the same calendar 2010-02-25 13:32:32 +01:00
dcf2c0e754 More whitespace cleanup. 2009-07-18 14:05:38 -04:00
fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
1bad915150 License Changes
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
434bc25ed6 ** Fixes bug #546892
2008-08-11  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #546892

	* e-util/e-icon-factory.c (e_icon_factory_get_image):
	Kill this function.  Use gtk_image_new_from_icon_name().

	* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
	Kill this function.  Use gtk_window_set_icon_name().

	* widgets/misc/e-activity-handler.c:
	* widgets/misc/e-task-widget.c:
	Purge the GdkPixbuf arguments from the API.  We've been ignoring
	them since the spinner icon was added.

	* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* addressbook/gui/contact-editor/e-contact-editor-address.c:
	* calendar/gui/alarm-notify/alarm-notify-dialog.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* calendar/gui/dialogs/alarm-list-dialog.c:
	* calendar/gui/dialogs/cal-attachment-select-file.c:
	* calendar/gui/dialogs/changed-comp.c:
	* calendar/gui/dialogs/delete-error.c:
	* calendar/gui/dialogs/select-source-dialog.c:
	* mail/mail-send-recv.c:
	* mail/message-tag-followup.c:
	* widgets/misc/e-combo-button.c:
	* widgets/misc/e-info-label.c:
	* widgets/misc/e-url-entry.c:
	* widgets/misc/e-task-widget.c:
	Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().

	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/e-timezone-entry.c:
        * e-util/e-gui-utils.c:
        * e-util/e-popup.c:
	* plugins/import-ics-attachments/icsimporter.c:
	* plugins/itip-formatter/itip-view.c:
	* mail/em-folder-browser.c:
	* mail/em-format-html-display.c:
	* mail/mail-send-recv.c:
	* mail/message-tag-followup.c:
	Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().

	* calendar/gui/alarm-notify/alarm-queue.c:
	* plugins/mail-notification/mail-notification.c:
	Prefer gtk_status_icon_set_from_icon_name() over
	gtk_status_icon_set_from_pixbuf().

	* addressbook/gui/component/addressbook-view.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-memo-table.c:
	* mail/mail-mt.c:
	e_activity_handler_operation_started() no longer takes a GdkPixbuf.
	It was ignoring the pixbuf anyway ever since we added a spinner icon.


svn path=/trunk/; revision=35958
2008-08-11 17:04:32 +00:00
e3627ebef6 ** Fixes bug #546057
2008-08-02  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #546057

	* gui/component/GNOME_Evolution_Addressbook.server.in.in:
	* gui/contact-list-editor/contact-list-editor.glade:
	Use "x-office-address-book" icon name instead of "stock_addressbook".

	* gui/GNOME_Evolution_Calendar.server.in.in:
	* gui/calendar-component.c:
	* gui/e-calendar-view.c:
	* gui/dialogs/alarm-dialog.c:
	* gui/dialogs/alarm-list-dialog.c:
	* gui/dialogs/changed-comp.c:
	* gui/dialogs/comp-editor.c:
	* gui/dialogs/delete-error.c:
	* gui/dialogs/select-source-dialog.c:
	Use "x-office-calendar" icon name instead of "stock_calendar".


svn path=/trunk/; revision=35892
2008-08-03 03:12:49 +00:00
abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
c4adc027e4 Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.
2008-06-10  Matthew Barnes  <mbarnes@redhat.com>

	* addressbook/gui/component/addressbook-component.c:
	* calendar/common/authentication.c:
	* calendar/gui/calendar-component.c:
	* calendar/gui/comp-editor-factory.c:
	* calendar/gui/dialogs/copy-source-dialog.c:
	* calendar/gui/dialogs/select-source-dialog.c:
	* calendar/gui/memos-component.c:
	* calendar/gui/migration.c:
	* calendar/gui/tasks-component.c:
	* shell/test/evolution-test-component.c:
	Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.


svn path=/trunk/; revision=35625
2008-06-10 21:24:10 +00:00
4503c052d0 ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
2008-06-06  Matthew Barnes  <mbarnes@redhat.com>

	** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
	   GTK_DISABLE_SINGLE_INCLUDES defined.  (#536637)


svn path=/trunk/; revision=35606
2008-06-06 15:12:53 +00:00
9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
487e6270fc Fix for #330098
svn path=/trunk/; revision=33529
2007-05-14 04:01:46 +00:00
5ad033037b use the new source selector dialog in libedataserverui.
2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* gui/dialogs/select-source-dialog.c: use the new source selector
	dialog in libedataserverui.

svn path=/trunk/; revision=27679
2004-10-21 16:08:38 +00:00
4d0c841a03 conver to G_DEFINE_TYPE
2004-10-14  JP Rosevear  <jpr@novell.com>

	* gui/dialogs/comp-editor.c: conver to G_DEFINE_TYPE

	* gui/dialogs/meeting-page.c: ditto

	* gui/dialogs/recurrence-page.c: ditto

	* gui/dialogs/schedule-page.c: ditto

	* gui/dialogs/e-delegate-dialog.c: ditto

	* gui/dialogs/event-editor.c: ditto

	* gui/dialogs/task-editor.c: ditto

	* gui/dialogs/task-details-page.c: ditto

	* gui/dialogs/select-source-dialog.c
	(primary_selection_changed_cb): fix warning

svn path=/trunk/; revision=27576
2004-10-14 14:22:12 +00:00
6637268444 ditto
2004-10-13  JP Rosevear  <jpr@novell.com>

	* gui/dialogs/task-page.c: ditto

	* gui/calendar-component.h: remove e-source-selector include

	* gui/tasks-component.h: ditto

	* gui/calendar-component.c: update include to libedataserverui for
	source selector and option menus

	* gui/e-cal-popup.c: ditto

	* gui/dialogs/url-editor-dialog.h: ditto

	* gui/dialogs/select-source-dialog.c: ditto

	* gui/tasks-component.c: ditto

	* importers/icalendar-importer.c: ditto

	* gui/e-itip-control.c: ditto; use G_DEFINE_TYPE instead of
	E_MAKE_TYPE

	* gui/dialogs/event-page.c: ditto

	* gui/dialogs/task-page.c: ditto

svn path=/trunk/; revision=27569
2004-10-13 18:37:05 +00:00
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
6e8aede2cc Fixes #60289
2004-07-09  Rodrigo Moya <rodrigo@novell.com>

	Fixes #60289

	* gui/dialogs/select-source-dialog.c (select_source_dialog): set the
	absolute URI on the selected source, so that the ESource we keep
	around has a valid URI.

	* gui/e-calendar-view.c (transfer_item_to): when copying appointments,
	change the UID.
	(transfer_selected_items): don't pass hardcoded values to transfer_item_to.

svn path=/trunk/; revision=26608
2004-07-09 16:13:43 +00:00
176a9fed3f Fixes #56892
2004-06-21  Rodney Dawes  <dobey@novell.com>

	Fixes #56892

	* gui/dialogs/select-source-dialog.c (row_activated_cb): Add this
	callback to activate the OK button when we double-click or press
	the Enter key on a row
	(select_source_dialog): Change the default size to be reasonable
	Use ensure_style instead of realize on the dialog
	Set the default response for the dialog to OK
	Fix the packing of the group label to not have extraneous padding
	Connect up the callback for row_activated

svn path=/trunk/; revision=26444
2004-06-21 21:10:47 +00:00
c532d3d984 Fixes #57579
2004-06-08  Rodrigo Moya <rodrigo@novell.com>

	Fixes #57579

	* gui/dialogs/select-source-dialog.c (select_source_dialog): start
	with the OK button disabled.
	(primary_selection_changed_cb): enable/disable the OK button depending
	on the selection on the ESourceSelector.

svn path=/trunk/; revision=26256
2004-06-08 17:07:18 +00:00
918e4a2d3a Use gtk_window_set_icon_list() here instead of gtk_window_set_icon().
2004-05-25  Jeffrey Stedfast  <fejj@novell.com>

	* gui/dialogs/url-editor-dialog.c (init_widgets): Use
	gtk_window_set_icon_list() here instead of gtk_window_set_icon().

	* gui/dialogs/select-source-dialog.c (select_source_dialog): Use
	gtk_window_set_icon_list() here instead of gtk_window_set_icon().

	* gui/dialogs/calendar-setup.c (source_to_dialog): Huh?? Why are
	integer colours in an array of char*? Fixed to be an array of
	guint32.

	* gui/dialogs/changed-comp.c (changed_component_dialog): Use
	gtk_window_set_icon_list() here instead of gtk_window_set_icon().

	* gui/dialogs/calendar-setup.c (calendar_setup_new_calendar):
	Don't bother calling tk_window_set_icon() if we are gonna call
	gtk_window_set_icon_list a few lines later.
	(calendar_setup_edit_calendar): Same.
	instead.
	(calendar_setup_new_task_list): Same.
	(calendar_setup_edit_task_list): Same.

	* gui/dialogs/alarm-options.c (alarm_options_dialog_run): Use
	gtk_window_set_icon_list() instead of gtk_window_set_icon() so gtk
	can do the Right Thing (tm).

svn path=/trunk/; revision=26086
2004-05-25 21:20:47 +00:00
f037405595 Fixes: #57472
2004-05-25  Trent Lloyd  <lathiat@bur.st>

	Fixes: #57472

	* gui/dialogs/alarm-options.c:
	* gui/dialogs/calendar-setup.c:
	* gui/dialogs/cancel-comp.c:
	* gui/dialogs/changed-comp.c:
	* gui/dialogs/delete-comp.c:
	* gui/dialogs/delete-error.c:
	* gui/dialogs/save-comp.c:
	* gui/dialogs/select-source-dialog.c:
	* gui/dialogs/send-comp.c
	* gui/dialogs/url-editor-dialog.c:
	- Add include of e-icon-factory.h
	- Set icon on window to be calendar/tasks icon rather than mail icon

svn path=/trunk/; revision=26073
2004-05-25 09:09:33 +00:00
5575f700c9 Fixes #56885
2004-05-17  H P Nadig  <hpnadig@pacific.net.in>

	Fixes #56885

	* gui/dialogs/select-source-dialog.c (select_source_dialog): Changed
	the window size of source dialog and a minor naming issue.

svn path=/trunk/; revision=25920
2004-05-17 11:24:53 +00:00
32aa719cf1 Make this dialog be HIG-compliant and accessible
2004-05-03  Rodney Dawes  <dobey@ximian.com>

	* gui/dialogs/select-source-dialog.c (select_source_dialog):
	Make this dialog be HIG-compliant and accessible

2004-05-03  Edgar Luna Díaz  <eald@linuxuanl.org>

	* gui/dialogs/select-source-dialog.c (select_source_dialog):
	Set the default window size to 276 x 320

	Fixes #57298

svn path=/trunk/; revision=25769
2004-05-03 22:02:16 +00:00
5f33086dd6 added some spacing.
2004-04-15  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/select-source-dialog.c (select_source_dialog): added some
	spacing.

svn path=/trunk/; revision=25477
2004-04-15 11:24:25 +00:00
3e3ddfa5fc create an ESourceSelector instead of a ESourceOptionMenu, to be consistent
2004-03-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/select-source-dialog.c (select_source_dialog): create
	an ESourceSelector instead of a ESourceOptionMenu, to be consistent
	with the other components, and create a scrolled window to hold the
	source selector.
	(primary_selection_changed_cb): callback for "primary_selection_changed"
	signal in the ESourceSelector.

svn path=/trunk/; revision=25120
2004-03-18 19:18:00 +00:00
adba504c23 new dialog for allowing the user to select a source.
2004-03-16  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/select-source-dialog.[ch]: new dialog for allowing the
	user to select a source.

	* gui/dialogs/copy-source-dialog.c (copy_source_dialog): use the
	select_source_dialog function to ask user for the source to use.
	(source_selected_cb): removed unneeded function.

	* gui/dialogs/Makefile.am: added new files.

svn path=/trunk/; revision=25093
2004-03-16 22:21:01 +00:00