Commit Graph

21779 Commits

Author SHA1 Message Date
Harish Krishnaswamy 016fe283c9 Handle decline request by using update_item rather than remove_item, so
* gui/e-itip-control.c: (ok_clicked_cb): Handle decline request by
using update_item rather than remove_item, so the backend receives
the notification and can handle it. Also, do not rsvp if the backend
has the 'save_schedule' capability.

svn path=/trunk/; revision=26818
2004-08-04 04:32:12 +00:00
Adam Weinberger c7692c5c30 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=26817
2004-08-04 00:29:15 +00:00
Hans Petter Jansson e42af08627 Fixes #60529.
2004-08-02  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #60529.

	* gui/contact-list-editor/e-contact-list-editor.c
	(table_drag_drop_cb): Make sure to get the text/x-vcard target.

2004-08-02  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #62085.

	* gui/contact-list-editor/e-contact-list-editor.c
	(e_contact_list_editor_class_init): Set the save_contact method.
	(e_contact_list_editor_save_contact): Implement.

svn path=/trunk/; revision=26816
2004-08-03 22:53:33 +00:00
Jeffrey Stedfast f929f20b9f fixed changelog
svn path=/trunk/; revision=26815
2004-08-03 19:02:21 +00:00
Francisco Javier F. Serrador 681eb63a4b Updated Spanish translation.
2004-08-03  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po:  Updated Spanish translation.

svn path=/trunk/; revision=26814
2004-08-03 18:41:52 +00:00
Jeffrey Stedfast fa86654782 Pass a reconnect func.
2004-08-03  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-store.c (imap4_construct): Pass a
	reconnect func.

	* providers/imap4/camel-imap4-engine.c
	(camel_imap4_engine_iterate): Reconnect if needed.
	(camel_imap4_engine_new): Now takes a reconnect func.

svn path=/trunk/; revision=26813
2004-08-03 16:31:47 +00:00
Ilkka Tuohela 3496b28761 Updated finnish translation
svn path=/trunk/; revision=26809
2004-08-03 15:34:06 +00:00
Vincent van Adrighem 059322644d Translation updated by Daniel van Eeden.
2004-08-03  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Daniel van Eeden.

svn path=/trunk/; revision=26808
2004-08-03 13:20:36 +00:00
Ankitkumar Rameshchandra Patel bcf2661360 ankit@redhat.com 03/07/04
svn path=/trunk/; revision=26807
2004-08-03 12:03:57 +00:00
JP Rosevear 7496d3f7b9 bump version, requirements
2004-08-02  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version, requirements

svn path=/trunk/; revision=26803
2004-08-02 21:14:38 +00:00
Adam Weinberger 4a709ba81e Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=26802
2004-08-02 19:48:59 +00:00
Adam Weinberger 081a10cd0b Removed e-utils/e-pilot-settings.c
* POTFILES.in: Removed e-utils/e-pilot-settings.c

svn path=/trunk/; revision=26801
2004-08-02 19:33:16 +00:00
JP Rosevear 34752dbc1c find the source with the pilot-sync property (e_pilot_set_sync_source):
2004-08-01  JP Rosevear  <jpr@novell.com>

	* e-pilot-util.c (e_pilot_get_sync_source): find the source with
	the pilot-sync property
	(e_pilot_set_sync_source): give the source the pilot-sync property
	and make sure its the only one

	* e-pilot-util.h: add prototypes

	* Makefile.am (eutilincludedir): don't build pilot settings

svn path=/trunk/; revision=26800
2004-08-02 18:34:56 +00:00
JP Rosevear 30ffb7c72b get source uid (addrconduit_dupe_configuration): copy source_uid
2004-08-02  JP Rosevear  <jpr@novell.com>

	* conduit/address-conduit.c (addrconduit_load_configuration): get
	source uid
	(addrconduit_dupe_configuration): copy source_uid
	(addrconduit_destroy_configuration): free source_uid
	(e_addr_context_new): get the source list
	(e_addr_context_destroy): unref the source list
	(pre_sync): open the source that was set earlier
	(fill_widgets): set the source option menu value
	(create_settings_window): pass source list to pilot settings
	(save_settings): save source uid

	* conduit/Makefile.am: link to and include misc. widgets

svn path=/trunk/; revision=26799
2004-08-02 18:34:30 +00:00
JP Rosevear 5bf015c170 get source list and source (todoconduit_dupe_configuration): copy source
2004-08-01  JP Rosevear  <jpr@novell.com>

 	* conduits/todo/todo-conduit.c (todoconduit_load_configuration):
 	get source list and source
 	(todoconduit_dupe_configuration): copy source list and source
 	(todoconduit_destroy_configuration): unref source list and source
 	(start_calendar_server): open the source that was set earlier
 	(fill_widgets): set the source option menu value
 	(create_settings_window): pass source list to pilot settings
 	(save_settings): mark source with pilot-sync property

 	* conduits/calendar/calendar-conduit.c: as above

 	* conduits/todo/Makefile.am: link to and include misc. widgets

 	* conduits/calendar/Makefile.am: ditto

svn path=/trunk/; revision=26798
2004-08-02 18:33:39 +00:00
JP Rosevear 3014d0ac20 accessor (e_pilot_settings_set_source): ditto (build_ui): show the source
2004-08-01  JP Rosevear  <jpr@novell.com>

	* e-pilot-settings.c (e_pilot_settings_get_source): accessor
	(e_pilot_settings_set_source): ditto
	(build_ui): show the source option menu
	(e_pilot_settings_new): use above

	* e-pilot-settings.h: add prototypes

svn path=/trunk/; revision=26797
2004-08-02 18:32:14 +00:00
JP Rosevear 627a7965ce add libedataserver to E_UTIL flags
004-08-01  JP Rosevear  <jpr@novell.com>

	* configure.in: add libedataserver to E_UTIL flags

svn path=/trunk/; revision=26796
2004-08-02 18:31:43 +00:00
Rodney Dawes 697f828127 Make the main dialog here be an actual GtkDialog instead of a GtkWindow
2004-08-02  Rodney Dawes  <dobey@novell.com>

	* gui/component/ldap-config.glade: Make the main dialog here be
	an actual GtkDialog instead of a GtkWindow
	Fix up a few small spacing issues with the UI
	Change "Contacts Group" to "Address Book"

	* gui/component/addressbook-config.c (query_for_supported_bases):
	Use gtk_widget_ensure_style instead of gtk_widget_realize
	(addressbook_add_server_dialog):
	Use gtk_widget_ensure_style on the dialog and fix the spacing and
	border width of the dialog containers

	Fixes #61365

svn path=/trunk/; revision=26795
2004-08-02 18:03:04 +00:00
Jeffrey Stedfast 1b83ca38eb Fixed to work for both LE and BE architectures.
2004-08-02  Jeffrey Stedfast  <fejj@novell.com>

	* lib/e-pkcs12.c (prompt_for_password): Fixed to work for both LE
	and BE architectures.

svn path=/trunk/; revision=26794
2004-08-02 17:46:03 +00:00
Miloslav Trmac 86de6327c6 Updated Czech translation.
2004-08-02  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.

svn path=/trunk/; revision=26793
2004-08-02 17:07:00 +00:00
JP Rosevear e19ffca408 Update to just call us "Evolution" and be more accurate about the new
2004-08-01  JP Rosevear  <jpr@novell.com>

	* default/C/Inbox: Update to just call us "Evolution" and be more
	accurate about the new features included

svn path=/trunk/; revision=26792
2004-08-02 14:29:25 +00:00
Amanpreet Singh Alam 829368d2d5 update
svn path=/trunk/; revision=26791
2004-08-02 12:51:50 +00:00
Rodrigo Moya 31eb98be3b Fixes #57622
2004-07-30  Rodrigo Moya <rodrigo@novell.com>

	Fixes #57622

	* gui/e-cal-model.h: added ECalModelFlags enum type.

	* gui/e-cal-model.c (e_cal_model_set_flags, e_cal_model_get_flags):
	new functions.
	(e_cal_model_init): initialize the new internal field to keep the flags.
	(e_cal_view_objects_added_cb): expand recurrences if the model flags
	contain the EXPAND_RECUR bit.
	(e_cal_view_objects_modified_cb): if EXPAND_RECUR is on, remove all
	recurrences and regenerate them.
	(e_cal_view_objects_removed_cb): remove all instances for given UIDs.
	(add_new_client): killed warning.
	(get_dtstart): use the instance_start time when dealing with recurrences.

	* gui/e-cal-model-calendar.c (get_dtend): use the instance_end time
	when dealing with recurrences.

	* gui/e-cal-list-view.c (e_cal_list_view_new): set the EXPAND_RECUR
	flag on the model for the list view.

	* gui/e-week-view.c (e_week_view_add_event):
	* gui/e-day-view.c (e_day_view_add_event): fill in the instance's
	start and end times in the ECalModelComponent struct.

	* gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence):
	use the instance_start field to retrieve the RECUR-ID, now that all the
	views fill it in.

svn path=/trunk/; revision=26790
2004-08-02 07:33:38 +00:00
Ankitkumar Rameshchandra Patel 56f7abcb15 ankit@redhat.com 02/08/04
svn path=/trunk/; revision=26789
2004-08-02 07:30:26 +00:00
JP Rosevear 94256b9919 added last_version item.
* apps_evolution_shell.schemas.in.in: added last_version item.

 	* shell-errors.xml: added upgrade-remove-1-4 and
 	upgrade-remove-1-4-confirm dialogues.

 	* e-shell.c (remove_dir): utility to recursively delete a tree of
	files and folders.
 	(e_shell_attempt_upgrade): keep track of the last upgraded
 	version, if != current version, and < 1.5, and it exists, offer to
 	remove ~/evolution.  Confirm the offer before actually doing it.

 	* e-shell-window-commands.c: include gnome-about.
 	(command_help_faq): fix comment structure

 	* e-shell.c (attempt_upgrade): moved most of this into
 	e_shell_attempt_upgrade.
 	(e_shell_attempt_upgrade): moved most of this into
	attempt_upgrade, removed rev args.  It makes sense, really!
 	(e_shell_construct): call e_shell_attempt_upgrade instead.

svn path=/trunk/; revision=26788
2004-08-01 17:58:08 +00:00
Jordi Mallach 2b14bee53e Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.
svn path=/trunk/; revision=26787
2004-07-31 19:45:56 +00:00
JP Rosevear 6b1ac1a6ce creating new items no longer needs to be disabled since the user can
2004-07-29  JP Rosevear  <jpr@novell.com>

 	* gui/e-calendar-view.c: creating new items no longer needs to be
 	disabled since the user can switch to a writable calendar and the
 	editor ui is disabled properly

svn path=/trunk/; revision=26786
2004-07-31 18:13:29 +00:00
JP Rosevear a66da4d33d use Invitations not Meetings (event_editor_edit_comp): ditto
2004-07-31  JP Rosevear  <jpr@novell.com>

 	* gui/dialogs/event-editor.c (show_meeting): use Invitations not
 	Meetings
 	(event_editor_edit_comp): ditto

svn path=/trunk/; revision=26785
2004-07-31 18:12:33 +00:00
JP Rosevear 8190659ab2 guard with is_instance instead of has_recurrences because most of the
2004-07-31  JP Rosevear  <jpr@novell.com>

	* gui/e-day-view.c (e_day_view_finish_long_event_resize): guard
	with is_instance instead of has_recurrences because most of the
	backends don't support this yet
	(e_day_view_finish_resize): ditto
	(e_day_view_change_event_time): ditto
	(e_day_view_on_editing_stopped): ditto
	(e_day_view_on_top_canvas_drag_data_received): ditto
	(e_day_view_on_main_canvas_drag_data_received): ditto

	* gui/e-week-view.c (e_week_view_change_event_time): ditto
	(e_week_view_on_editing_stopped): ditto

svn path=/trunk/; revision=26784
2004-07-31 18:11:22 +00:00
Gareth Owen efae6951e5 Updated British English translation
svn path=/trunk/; revision=26783
2004-07-31 14:44:08 +00:00
Laszlo Dvornik d5774d1a24 Updated Hungarian translation.
2004-07-31  Laszlo Dvornik  <dvornik@gnome.hu>

	* hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=26782
2004-07-31 12:09:54 +00:00
Jeffrey Stedfast 5b7760d260 This needs to prequeue the CAPABILITY command rather than queue it
2004-07-30  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-engine.c
	(camel_imap4_engine_capability): This needs to prequeue the
	CAPABILITY command rather than queue it normally for the case of
	reconnecting.
	(camel_imap4_engine_namespace): Same.

svn path=/trunk/; revision=26781
2004-07-30 21:02:19 +00:00
Jeffrey Stedfast 25fc2454a2 fixed sed-o's (s/IMAP44/IMAP4/g)
svn path=/trunk/; revision=26780
2004-07-30 18:49:58 +00:00
Jeffrey Stedfast 986136ecf9 bleh
svn path=/trunk/; revision=26779
2004-07-30 18:19:14 +00:00
Chris Toshok 47912d36f7 [ fixes #61365 and other misc issues with the addressbook source editors ]
2004-07-30  Chris Toshok  <toshok@ximian.com>

	[ fixes #61365 and other misc issues with the addressbook source
	editors ]

	* gui/component/ldap-config.glade: change the
	supported-bases-dialog to be initially hidden.

	* gui/component/addressbook-view.c (editor_weak_notify): new
	function, remove the editor from our hash.
	(source_list_changed_cb): destroy the editors for given sources if
	they're up when the source disappears.
	(edit_addressbook_cb): add the editor (and some other misc info we
	need) to our uid_to_editor hash so we can look it up later.  only
	create the editor if one doesn't exist for the given source.
	(destroy_editor): GHFunc that destroys the widgets.
	(addressbook_view_dispose): destroy uid_to_editor.
	(addressbook_view_init): init uid_to_editor.

	* gui/component/addressbook-config.h: change return values for
	_edit_source and _new_source - they both return GtkWidget*s now.

	* gui/component/addressbook-config.c (addressbook_ldap_init):
	attempt set the protocol version to LDAPv3.  This makes the
	ldap_auth stuff work if the server requires v3.
	(addressbook_root_dse_query): we don't need the separate window
	arg, since all of this now happens *before* the supported bases
	dialog is shown.  we just use the source dialog's window for the
	various error dialogs.
	(do_ldap_root_dse_query): same.
	(query_for_supported_bases): same, and set the supported bases
	dialog as transient-for the source dialog, and make it modal.
	Lastly, don't make the editor modal.
	(addressbook_config_edit_source): return the editor's window.
	(addressbook_config_create_new_source): same.

svn path=/trunk/; revision=26778
2004-07-30 18:06:17 +00:00
Jeffrey Stedfast a07cfcb2bd Similar fix as below in a later if-statement. Thanks to Suresh for
2004-07-30  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.c (camel_header_encode_string): Similar fix as
	below in a later if-statement. Thanks to Suresh for spotting this
	one.

svn path=/trunk/; revision=26776
2004-07-30 15:30:38 +00:00
N Jayaradha 05394295b7 yet to complete
svn path=/trunk/; revision=26775
2004-07-30 13:08:25 +00:00
Harish Krishnaswamy a319a04768 Handle E_CALENDAR_STATUS_BUSY conditions and do not
remove the source from the gnome-calendar.

svn path=/trunk/; revision=26774
2004-07-30 12:43:21 +00:00
Larry Ewing c228009c17 hide dialog items that don't apply when editing properties.
004-07-28  Larry Ewing  <lewing@novell.com>

	* gui/dialogs/calendar-setup.c (dialog_hide_unused_options): hide
	dialog items that don't apply when editing properties.
	(general_update_dialog): check to make sure we have a source
	before checking its state.

svn path=/trunk/; revision=26773
2004-07-30 07:37:02 +00:00
Ankitkumar Rameshchandra Patel 85eab7b378 ankit@redhat.com 30/07/04
svn path=/trunk/; revision=26772
2004-07-30 07:27:00 +00:00
Christophe Merlet 78f830307f Updated French translation.
svn path=/trunk/; revision=26771
2004-07-29 22:02:13 +00:00
Francisco Javier F. Serrador 2ea38c3fc0 Updated Spanish translation.
2004-07-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=26770
2004-07-29 21:23:34 +00:00
Jeffrey Stedfast b99bbc4232 Fixed an ABR that may have been responsible for bug #62029.
2004-07-28  Jeffrey Stedfast  <fejj@novell.com>

	* camel-mime-utils.c (camel_header_encode_string): Fixed an ABR
	that may have been responsible for bug #62029.

svn path=/trunk/; revision=26769
2004-07-29 14:24:10 +00:00
Ankitkumar Rameshchandra Patel afcf6bb7de ankit@redhat.com 29/07/04
svn path=/trunk/; revision=26768
2004-07-29 13:21:48 +00:00
N Jayaradha 2f1eafa2d8 yet to complete
svn path=/trunk/; revision=26767
2004-07-29 13:02:57 +00:00
Sivaiah Nallagatla 9c26a7412a add the error message needed for groupwise account setup
2004-07-29  Sivaiah Nallagatla <snallagatla@novell.com>

        * mail-errors.xml : add the error message needed for groupwise
        account setup

svn path=/trunk/; revision=26766
2004-07-29 06:47:31 +00:00
Sivaiah Nallagatla bbfd4edac1 Add an entry to specify POA address and a check box to say whehter ssl has
2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com>

        * proivders/groupwise/camel-groupwise-provider.c :
        Add an entry to specify POA address and a check box to
        say whehter ssl has to be used for SOAP or not
        (groupwise_auto_detect_cb) : new function to
        automatically fill POA address with host specified in receiving mail page
        (camel_provider_module_init) : use the new auto_detect funcntion

        * providers/groupwise/camel-gw-listener.c (modify_esource)
        (account_changed) (add_calendar_tasks_sources)
        (remove_calendar_tasks_sources) (get_addressbook_names_from_server)
        (add_addressbook_sources) (modify_addressbook_sources)
        (remove_addressbook_sources) : while forming the uri, use the value
        from new poa_address setting instead of url->host. Also use ssl
        setting from the new check box provider instaed of imap one

        (get_addressbook_names_from_server) : display an error to user
        when connection cpuld not be established with server during account setup

svn path=/trunk/; revision=26765
2004-07-29 06:46:26 +00:00
Not Zed f000b8fa4f ** See #61958.
2004-07-28  Not Zed  <NotZed@Ximian.com>

        ** See #61958.

        * mail-folder-cache.c (real_flush_updates): remove the soreinfo
        lookup, it isn't used anywhere anymore.
        (mail_note_folder): hook onto the events outside of the lock, and
        don't pass the mfi pointer anymore.
        (mail_note_store): hook onto the events outside of the lock.
        (folder_changed, folder_finalised, folder_renamed): lookup the mfi
        if needed, it is no longer passed to the callback.
        (unset_folder_info): change unhook calls for new parameters.

svn path=/trunk/; revision=26764
2004-07-29 03:00:42 +00:00
Gareth Owen a46a470a9d Updated British English translation
svn path=/trunk/; revision=26763
2004-07-29 00:36:58 +00:00
Kjartan Maraas 0692a593be Updated Norwegian translation.
2004-07-28  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.

svn path=/trunk/; revision=26762
2004-07-28 18:13:18 +00:00