Commit Graph

12231 Commits

Author SHA1 Message Date
86a201c22b remove the uid from the map if was archived and is now deleted
001-10-26  JP Rosevear  <jpr@ximian.com>

	* conduits/todo/todo-conduit.c (pre_sync): remove the uid from the
	map if was archived and is now deleted

	* conduits/calendar/calendar-conduit.c: ditto

svn path=/trunk/; revision=14151
2001-10-26 18:15:27 +00:00
b4fe462986 prevent double unref (cursor_cb): correct typo (card_removed): remove the
001-10-26  JP Rosevear  <jpr@ximian.com>

	* conduit/address-conduit.c (e_addr_context_destroy): prevent
	double unref
	(cursor_cb): correct typo
	(card_removed): remove the card from the map if was archived and
	is now deleted

svn path=/trunk/; revision=14150
2001-10-26 18:10:44 +00:00
dde7904757 added status bar messages
2001-10-26  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-calendar_table.c (delete_selected_components):
	(selection_received): added status bar messages

	* gui/e-day-view.c (e_day_view_cut_clipboard):
	(selection_received): likewise

	* gui/e-week-view.c (e_week_view_cut_clipboard):
	(selection_received): likewise

svn path=/trunk/; revision=14149
2001-10-26 17:57:06 +00:00
7cf48456bd Set the GdkWindow of the FolderBrowser, not the GtkWindow...
2001-10-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (providers_config): Set the GdkWindow of the
	FolderBrowser, not the GtkWindow...

svn path=/trunk/; revision=14148
2001-10-26 17:39:40 +00:00
743527c36f add archived records with pilot id of 0 (map_write_foreach): use the uid
2001-10-26  JP Rosevear  <jpr@ximian.com>

	* e-pilot-map.c (map_sax_start_element): add archived records
	with pilot id of 0
	(map_write_foreach): use the uid map for writing
	(e_pilot_map_write): write using the uid map

svn path=/trunk/; revision=14147
2001-10-26 17:23:18 +00:00
2eb4d40d4f Updated Ukrainian Translation
svn path=/trunk/; revision=14146
2001-10-26 16:07:00 +00:00
16cfa4e791 Updated Polish translation by GNOME PL Team <translators@gnome.pl>
svn path=/trunk/; revision=14145
2001-10-26 15:57:51 +00:00
d0f283ae50 Updated Ukrainian Translation
svn path=/trunk/; revision=14144
2001-10-26 15:41:03 +00:00
f113b35e50 free up old memory first (e_pilot_map_destroy): free allocated memory when
2001-10-26  JP Rosevear  <jpr@ximian.com>

	* e-pilot-map.c (e_pilot_map_insert): free up old memory first
	(e_pilot_map_destroy): free allocated memory when destroying

svn path=/trunk/; revision=14143
2001-10-26 15:29:49 +00:00
67b2ea50b1 Updated Swedish translation.
2001-10-26  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=14142
2001-10-26 15:26:25 +00:00
1d2c000759 Removed the reference to the non-existant
2001-10-26  Christian Rose  <menthos@menthos.com>

	* POTFILES.in: Removed the reference to the non-existant
	"wombat/GNOME_Evolution_Wombat.oaf.in".

svn path=/trunk/; revision=14141
2001-10-26 15:04:28 +00:00
6834ebe96b Updated Ukrainian Translation
svn path=/trunk/; revision=14140
2001-10-26 15:03:04 +00:00
382f46586e modify fields
2001-10-26  JP Rosevear  <jpr@ximian.com>

	* conduits/calendar/calendar-conduit.h: modify fields

	* conduits/todo/todo-conduit.h: as above

	* conduits/calendar/calendar-conduit.c (print_remote): free the
	struct after use
	(e_calendar_context_new): explicitly init context fields
	(e_calendar_context_destroy): free local records and properly free
	changed hash elements
	(start_calendar_server_cb): tidy
	(start_calendar_server): ditto
	(free_local): free a local record
	(local_record_to_pilot_record): use a static buffer to avoid leaks
	(local_record_from_comp): only copy over alarm stuff from the
	original record, we sync everything else
	(local_record_from_uid): unref the comp when we are done
	(pre_sync): free change_id
	(post_sync): ditto
	(for_each): track locals
	(for_each_modified): ditto
	(free_match): use free_local

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

svn path=/trunk/; revision=14139
2001-10-26 14:34:37 +00:00
3ad502003f new member
2001-10-26  JP Rosevear  <jpr@ximian.com>

	* conduit/address-conduit.h: new member

	* conduit/address-conduit.c (print_remote): free the struct after
	using it
	(e_addr_context_new): make consistent with other conduits
	(e_addr_context_destroy): properly destroy the context
	(cursor_cb): no need to ref the card, its done for us
	(clear_entry_text): util function to free a field
	(free_local): free a local record
	(local_record_to_pilot_record): use a static buffer so we don't
	have to free it later
	(local_record_from_ecard): only fill in the fields we might not
	sync, clear a field before replacing the contents
	(for_each): track locals
	(for_each_modified): ditto
	(free_match): use free_local

svn path=/trunk/; revision=14138
2001-10-26 14:26:44 +00:00
d609a3a09c Added has_cursor argument. Setting the argument to TRUE if the minicard
2001-10-26  Christopher James Lahey  <clahey@ximian.com>

	* gui/widgets/e-minicard.c, gui/widgets/e-minicard.h
	(set_has_cursor): Added has_cursor argument.  Setting the argument
	to TRUE if the minicard doesn't have focus will grab the focus.
	Fixes Ximian bug #3024.

svn path=/trunk/; revision=14137
2001-10-26 13:24:50 +00:00
2ea215ff87 Added cursor_changed handling to set the has_cursor argument of the
2001-10-26  Christopher James Lahey  <clahey@ximian.com>

	* gal/widgets/e-reflow.c, gal/widgets/e-reflow.h: Added
	cursor_changed handling to set the has_cursor argument of the
	contained objects.

svn path=/trunk/; revision=14136
2001-10-26 13:23:14 +00:00
ecca55ac5a Corrected email address of the GNOME PL Team.
svn path=/trunk/; revision=14135
2001-10-26 13:19:17 +00:00
b0ab0a15e0 Document allow-grouping attribute.
2001-10-26  Christopher James Lahey  <clahey@ximian.com>

	* docs/etablexml.txt: Document allow-grouping attribute.

	* tests/test-table-1.c (SPEC): Updated this to test the
	allow_grouping=\"false\" attribute.

From gal/e-table/ChangeLog:

2001-10-26  Christopher James Lahey  <clahey@ximian.com>

	* e-table-config.c (config_group_info_update,
	config_fields_info_update): Added some checks for NULL labels
	here.

	* e-table-specification.c, e-table-specification.h: Added
	allow_grouping field.  Fixes Ximian bug #13412.

	* e-table.c, e-table.h: Added allow_grouping field.  Set this
	field for the sort infos from state objects.

svn path=/trunk/; revision=14134
2001-10-26 11:48:53 +00:00
15555e2bdb Updated SLovak translation.
2001-10-26  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated SLovak translation.

svn path=/trunk/; revision=14133
2001-10-26 11:16:06 +00:00
22cd779002 Fixed warnings here.
2001-10-26  Christopher James Lahey  <clahey@ximian.com>

	* gal/util/e-iconv.c (e_iconv), gal/widgets/e-font.c
	(e_font_to_native), gal/widgets/e-unicode.c
	(e_utf8_from_iconv_string_sized, e_utf8_to_iconv_string_sized,
	e_utf8_from_gtk_string_sized, e_utf8_to_gtk_string_sized): Fixed
	warnings here.

svn path=/trunk/; revision=14132
2001-10-26 11:07:44 +00:00
16f1b8e591 Updated Ukrainian Translation
svn path=/trunk/; revision=14131
2001-10-26 09:46:45 +00:00
be6ff97858 Updated Ukrainian Translation
svn path=/trunk/; revision=14130
2001-10-26 09:41:54 +00:00
c1e7c69efe Updated Ukrainian Translation
svn path=/trunk/; revision=14129
2001-10-26 09:10:42 +00:00
ec99a18271 If the root node is hidden and selected, don't count it in the selected
2001-10-26  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-selection-model.c (etsm_selected_count): If the root node
	is hidden and selected, don't count it in the selected path count.

	* e-tree.c (et_canvas_root_event): Attach to the event handler on
	the root canvas item instead of the canvas itself when making the
	ETree leave editing state.

svn path=/trunk/; revision=14128
2001-10-26 09:00:36 +00:00
464c50e4d7 Updated Ukrainian Translation
svn path=/trunk/; revision=14127
2001-10-26 08:06:00 +00:00
1a5179564e Get a fresh CORBA_Environment for every CORBA call. Hopefully will fix
2001-10-26  Federico Mena Quintero  <federico@ximian.com>

	* pcs/cal.c (cal_construct): Get a fresh CORBA_Environment for
	every CORBA call.  Hopefully will fix #11978, but I'm not sure
	about what else could be happening.
	(cal_get_password): Free the exception.

svn path=/trunk/; revision=14126
2001-10-26 07:13:00 +00:00
92e4146738 Updated my email address.
2001-10-26  Kevin Breit  <mrproper@ximian.com>

	* AUTHORS: Updated my email address.

svn path=/trunk/; revision=14125
2001-10-26 04:55:39 +00:00
6784b6928a Fixes Ximian bug #6832.
2001-10-25  Federico Mena Quintero  <federico@ximian.com>

	Fixes Ximian bug #6832.

	* e-table.c (e_table_setup_table): Use a callback instead of
	gtk_widget_queue_draw() for focus events, as the latter does not
	have the correct prototype for an event handler.
	(group_start_drag): Emit START_DRAG, not KEY_PRESS!
	(focus_first_etable_item): Focus the first row in the first
	ETableItem if there is no focused item.

	* e-tree.c (e_tree_setup_table): Same change as in
	e_table_setup_table().
	(table_canvas_focus_event_cb): Focus the first row in the tree
	item if there is no focused item.

svn path=/trunk/; revision=14124
2001-10-26 04:47:53 +00:00
ccdcf468c8 Desensitize the parent dialog. (rule_edit): Same. (add_editor_clicked):
2001-10-26  Jeffrey Stedfast  <fejj@ximian.com>

	* rule-editor.c (rule_add): Desensitize the parent dialog.
	(rule_edit): Same.
	(add_editor_clicked): Re-sensitize it.
	(edit_editor_clicked): Same.

svn path=/trunk/; revision=14123
2001-10-26 04:06:42 +00:00
7c6257f9a9 Keep track of the current editor dialog window so that on exit, we can
2001-10-25  Jeffrey Stedfast  <fejj@ximian.com>

	* rule-editor.c: Keep track of the current editor dialog window so
	that on exit, we can close it too.
	(rule_edit): Don't make the dialog modal and set it's parent
	window as well as don't allow more than a single editor window to
	be popped up.
	(rule_add): Same.

svn path=/trunk/; revision=14122
2001-10-26 03:44:35 +00:00
6
8b01bc9334 Use a timeout not an idle handler.
2001-10-26    <NotZed@Ximian.com>

        * component-factory.c (owner_unset_cb): Use a timeout not an idle handler.

        * mail-callbacks.c (providers_config): Only set the parent window.

        * mail-accounts.c (mail_edit): Set the parent on the account editor.

svn path=/trunk/; revision=14121
2001-10-26 02:03:22 +00:00
f8b3f5bb88 added a missing close paren
svn path=/trunk/; revision=14120
2001-10-26 01:58:05 +00:00
966680aa9f Add accelerators for "Work Offline" and "Work Online".
* e-shell-view-menu.c (update_offline_menu_item): Add accelerators
for "Work Offline" and "Work Online".

svn path=/trunk/; revision=14119
2001-10-26 01:15:22 +00:00
11d2026485 Updates from anna evolution/po/da.po
Updates from anna
evolution/po/da.po

svn path=/trunk/; revision=14118
2001-10-26 01:07:26 +00:00
e1930a2952 More updates to make it a little more usable.
* it.po: More updates to make it a little more usable.

svn path=/trunk/; revision=14117
2001-10-26 01:06:33 +00:00
b6df48bee7 Don't allow translators to translate "Ximian Evolution".
* e-shell-view.c (update_for_current_uri): Don't allow translators
to translate "Ximian Evolution".

svn path=/trunk/; revision=14116
2001-10-26 00:46:30 +00:00
3b577252a7 used functions to get PUBLISH_OPTIONS etc., so we can translate them.
2001-10-25  Damon Chaplin  <damon@ximian.com>

	* gui/e-itip-control.c: used functions to get PUBLISH_OPTIONS etc.,
	so we can translate them.

svn path=/trunk/; revision=14115
2001-10-26 00:42:10 +00:00
5
95235bb6eb s/iconv/e_iconv/.
2001-10-25    <NotZed@Ximian.com>

        * openpgp-utils.c (openpgp_verify): s/iconv/e_iconv/.

svn path=/trunk/; revision=14114
2001-10-26 00:38:02 +00:00
5
5b449d9ca7 Remove the stupid warning that should never have been there in the first
2001-10-25    <NotZed@Ximian.com>

        * camel-search-private.c (utf8_get): Remove the stupid warning
        that should never have been there in the first place.

        * camel-sasl-digest-md5.c (digest_response): s/iconv/e_iconv/

        * camel-pgp-context.c (pgp_verify): "

        * camel-mime-utils.c (rfc2047_decode_word, rfc2047_decode_word,
        append_8bit, rfc2047_encode_word, rfc2184_decode,
        header_decode_param): "

        * camel-mime-part-utils.c (convert_buffer, convert_buffer): "

        * camel-mime-filter-charset.c (reset, complete, filter): "

svn path=/trunk/; revision=14113
2001-10-26 00:37:52 +00:00
6
b822bc381f Bump gal requirement.
2001-10-26    <NotZed@Ximian.com>

	* configure.in: Bump gal requirement.

svn path=/trunk/; revision=14112
2001-10-26 00:37:30 +00:00
5
ac091e954d Bumped version to 0.15.99.4 for e-iconv changes.
2001-10-25    <NotZed@Ximian.com>

        * configure.in: Bumped version to 0.15.99.4 for e-iconv changes.

        * gal/widgets/e-unicode.c (e_utf8_from_iconv_string_sized): "
        (e_utf8_to_iconv_string_sized): "
        (e_utf8_from_gtk_string_sized): "
        (e_utf8_to_gtk_string_sized): "

        * gal/widgets/e-font.c (e_font_to_native): s/iconv/e_iconv/

        * gal/util/e-iconv.c (e_iconv): Implement a wrapper for iconv() to
        make sure we link with and execute the right iconv to match the
        right iconv_open.  (BLAH!)

svn path=/trunk/; revision=14111
2001-10-26 00:35:20 +00:00
79c7cb13de New helper function. (e_component_registry_restart_component): Use it.
* e-component-registry.c (wait_for_corba_object_to_die): New
helper function.
(e_component_registry_restart_component): Use it.
(component_free): Call it to wait for the unowned object to die.

svn path=/trunk/; revision=14110
2001-10-25 23:37:32 +00:00
9900118629 added bug number
svn path=/trunk/; revision=14109
2001-10-25 23:29:11 +00:00
e4e894969e subtract 1 from any positive BYSETPOS value, since our array is 0-based.
2001-10-25  Damon Chaplin  <damon@ximian.com>

	* cal-util/cal-recur.c (cal_obj_bysetpos_filter): subtract 1 from
	any positive BYSETPOS value, since our array is 0-based.

	* gui/dialogs/recurrence-page.c (simple_recur_to_comp):
	(recurrence_page_fill_widgets): Outlook (2000) will not accept monthly
	recurrences like BYDAY=2TU. Instead it uses BYDAY=TU;BYSETPOS=2.
	So to be compatable with it we now do the same, although we still
	accept and convert the old format.

	* cal-client/cal-client.c (cal_client_get_component_as_string): new
	function to return a complete VCALENDAR string containing a VEVENT
	or VTODO with all the VTIMEZONEs it uses.

	* gui/dialogs/comp-editor.c (save_as_ok): use above function so we
	save the VTIMEZONE data with the VEVENT/VTODO. Fixes bug #????.
	Also made sure we output "METHOD:PUBLISH" since Outlook (2000) will
	not import it otherwise.

	* gui/dialogs/comp-editor.c (page_mapped_cb):
	(page_unmapped_cb): install/uninstall the GtkAccelGroup for the page.
	(comp_editor_append_page): connect to the map/unmap signals to
	install/uninstall the accelerators. (This is all for bug #11609,
	though of course it doesn't work too well in GTK+ 1.2 anyway.)

	* gui/dialogs/task-page.c (get_widgets):
	* gui/dialogs/task-details-page.c (get_widgets):
	* gui/dialogs/schedule-page.c (get_widgets):
	* gui/dialogs/recurrence-page.c (get_widgets):
	* gui/dialogs/meeting-page.c (get_widgets):
	* gui/dialogs/event-page.c (get_widgets):
	* gui/dialogs/alarm-page.c (get_widgets): got the GtkAccelGroup from
	the original window, ref'ed it and placed it in the CompEditorPage
	struct.

	* gui/dialogs/comp-editor-page.c (comp_editor_page_destroy): unref
	any GtkAccelGroup for the page.

	* gui/dialogs/task-page.glade: changed '_Confidential' to
	'Con_fidential' as it clashed with '_Contacts'. It now matches the
	event editor as well.

	* gui/dialogs/event-page.glade:
	* gui/dialogs/task-page.glade: Set CAN_FOCUS to TRUE for the custom
	EDateEdit widgets, and set them as the accel targets of the labels.

svn path=/trunk/; revision=14108
2001-10-25 23:28:15 +00:00
750c920dcd Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAME
2001-10-25  Damon Chaplin  <damon@ximian.com>

	* src/libical/icaltimezone.c (icaltimezone_get_tznames_from_vtimezone):
	Outlooks (2000) places "Standard Time" and "Daylight Time" in the
	TZNAME strings, which is useless, so return NULL in that case.
	ETimezoneEntry will then use the TZID instead, in which Outlook does
	place the actual timezone name. (I just hope Outlook doesn't translate
	"Standard Time" to other languages, as we won't be able to fix it then)

svn path=/trunk/; revision=14107
2001-10-25 23:27:47 +00:00
62f4997a26 add separator before text size menu
2001-10-25  Larry Ewing  <lewing@ximian.com>

	* evolution-mail-message.xml: add separator before text size menu

svn path=/trunk/; revision=14106
2001-10-25 22:54:53 +00:00
8ede51a94d Updated Norwegian (bokmål) translation. Updated with some missing files.
2001-10-26  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
	* POTFILES.in: Updated with some missing files.

svn path=/trunk/; revision=14105
2001-10-25 22:31:07 +00:00
fb5bec84e9 Handle failure from XGetClassHint properly. Also, free res_name and
* e-shell.c (impl_Shell_selectUserFolder): Handle failure from
XGetClassHint properly.  Also, free res_name and res_class in case
of success.  Fixes #13554.

svn path=/trunk/; revision=14104
2001-10-25 22:28:13 +00:00
5fe02094b8 Don't forget to unref the filter driver here.
2001-10-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (send_mail_free): Don't forget to unref the filter
	driver here.

svn path=/trunk/; revision=14103
2001-10-25 22:04:48 +00:00
54433d0888 Don't display an icon for storages that have subfolders.
* e-storage-set-view.c (etree_icon_at): Don't display an icon for
storages that have subfolders.

svn path=/trunk/; revision=14102
2001-10-25 21:55:39 +00:00