Commit Graph

10852 Commits

Author SHA1 Message Date
e1fce519bb Fixes for Belgium
svn path=/trunk/; revision=12617
2001-09-04 23:52:49 +00:00
416d92895c Acell clashes fixed
svn path=/trunk/; revision=12616
2001-09-04 23:46:38 +00:00
5bd216cdff Make the apply button activate when the new feed is added
svn path=/trunk/; revision=12615
2001-09-04 23:38:18 +00:00
261a380610 [Fixes by Neil Conway <neilconway@home.com, as per #8090.]
* configure.in: Fix the error message if scrollkeeper is not found.

* README: A bunch of minor fixes, tweaks and cleanups.

svn path=/trunk/; revision=12614
2001-09-04 23:34:28 +00:00
671c94e329 [Fix #8089, Undocumented Scrollkeeper dependency.]
* README: Add scrollkeeper 0.1.4 to the list of dependencies.

svn path=/trunk/; revision=12613
2001-09-04 23:22:03 +00:00
e68545150a [Fix ^#7675, Crashes trying to empty trash folder.]
* e-shortcuts.c (e_shortcuts_construct): Use
`gtk_signal_connect_while_alive()' so we don't invoke the
callbacks on dead EShortcuts objects.

svn path=/trunk/; revision=12612
2001-09-04 23:12:51 +00:00
4a0b4b24d0 Report errors in the dialog
svn path=/trunk/; revision=12611
2001-09-04 23:11:18 +00:00
bd7a7a7bb9 Check if the file is a VCard before importing
svn path=/trunk/; revision=12610
2001-09-04 23:11:00 +00:00
fef8a88102 Just ignore the request if the activity handler has the
* e-activity-handler.c (impl_operationProgressing): Just ignore
the request if the activity handler has the GTK_OBJECT_DESTROYED()
flag set.  This should prevent crashes like #7542 and friends when
the components are not well-behaved enough to respect the Bonobo
refcounting.
(impl_operationStarted): Likewise.
(impl_operationFinished): Likewise.
(impl_requestDialog): Likewise.

svn path=/trunk/; revision=12609
2001-09-04 22:57:18 +00:00
792ed138bd Change "Copy to Folder" to be Ctrl-Shift-Y so we are more like O* and
* evolution-mail-message.xml: Change "Copy to Folder" to be
Ctrl-Shift-Y so we are more like O* and don't get in the way of
the Ctrl-Shift-C for "New Contact".

svn path=/trunk/; revision=12608
2001-09-04 22:54:21 +00:00
fd5ddbb606 Validation.
2001-09-04  Aaron Weber  <aaron@ximian.com>

	* C/evolution.sgml: Validation.

	* C/usage-print.sgml: Add .ps information.

	* C/usage-mail-org.sgml: Virtual Folder/vFolder, Ximian Evolution/Evolution.

svn path=/trunk/; revision=12607
2001-09-04 22:51:00 +00:00
4b55768629 Don't use - in front of the temperature to mean No condition
svn path=/trunk/; revision=12606
2001-09-04 22:11:35 +00:00
1e251f23e6 [Fix #7542, "Crash Afer Closing".]
* component-factory.c (owner_unset_cb): NULL the
global_shell_client as the first thing here.  Otherwise we might
get into a slight race that causes the shell to crash.  [Still, of
course the shell shouldn't crash, but I haven't been able to track
that down yet.]

svn path=/trunk/; revision=12605
2001-09-04 21:52:00 +00:00
159c872ddf Fixes #7251
* mail-ops.c (add_vtrash_info): Mark "Trash" with U_(), not _().

svn path=/trunk/; revision=12604
2001-09-04 21:49:43 +00:00
00164176ef Check the file exists before trying to import it
svn path=/trunk/; revision=12603
2001-09-04 21:42:45 +00:00
ca52e80ea8 Unref the source folder here because it might be a POP folder. We do this
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (fetch_mail_fetch): Unref the source folder here
	because it might be a POP folder. We do this because on store
	finalize, we now try to disconnect cleanly which means that we may
	block.

svn path=/trunk/; revision=12602
2001-09-04 21:32:57 +00:00
b76d2415d6 Fixes #2465
* menus/gal-view-menus.c (build_menus):
Encode the label using bonobo_ui_util_encode_str and set "label"
attribute, not "_label".
I have no idea what the previous code was trying to do but it was
definitely wrong.

svn path=/trunk/; revision=12601
2001-09-04 21:22:11 +00:00
012f7f454a Shut down other components correctly when cancelling the first time startup dialog
svn path=/trunk/; revision=12600
2001-09-04 21:20:57 +00:00
099d43d698 Remove debugging message.
* e-tree.c (e_tree_drag_unhighlight): Remove debugging message.

svn path=/trunk/; revision=12599
2001-09-04 20:54:18 +00:00
1b240a84be Remove debugging message. (tree_drag_motion): Likewise.
* e-storage-set-view.c (tree_drag_motion): Remove debugging
message.
(tree_drag_motion): Likewise.

svn path=/trunk/; revision=12598
2001-09-04 20:53:22 +00:00
12718c4056 Get the correct name from the prefs file, or from the passwd file if one does
not exist

svn path=/trunk/; revision=12597
2001-09-04 20:50:34 +00:00
98b0ce35e9 Too late to sync the folders here... if this is gonna happen at all it
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-remote-store.c (remote_disconnect): Too late to sync the
	folders here... if this is gonna happen at all it should be done
	in the provider.

svn path=/trunk/; revision=12596
2001-09-04 20:36:48 +00:00
e35bc1ef62 Add an F9 accelerator for the "Send/Receive" item.
* evolution-mail-global.xml: Add an F9 accelerator for the
"Send/Receive" item.

svn path=/trunk/; revision=12595
2001-09-04 20:31:03 +00:00
3e05c18406 Add the root node to the hash. (e_storage_set_view_set_show_folders):
* e-storage-set-view.c (e_storage_set_view_construct): Add the
root node to the hash.
(e_storage_set_view_set_show_folders): Likewise.

svn path=/trunk/; revision=12594
2001-09-04 19:54:48 +00:00
1b7cf38b9c Do a clean disconnect.
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-service.c (camel_service_finalize): Do a clean disconnect.

svn path=/trunk/; revision=12593
2001-09-04 19:51:45 +00:00
774f68240c Add an accel for Search Message.
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add an accel for Search Message.

svn path=/trunk/; revision=12592
2001-09-04 18:19:30 +00:00
50bc54fcaf Fix capitalization. Fixes bug #7486.
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-send-recv.c (build_dialogue): Fix capitalization. Fixes bug
	#7486.

svn path=/trunk/; revision=12591
2001-09-04 18:14:49 +00:00
96c014f734 Wrote info on how to interract with attached iCal files.
2001-09-04  Kevin Breit  <battery841@mediaone.net>

	* C/usage-mail.sgml: Wrote info on how to interract with attached iCal files.

svn path=/trunk/; revision=12590
2001-09-04 18:08:38 +00:00
6fe406c265 Only check for OpenSSL if we were not able to find Mozilla's NSS
2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Only check for OpenSSL if we were not able to find
	Mozilla's NSS libraries.

svn path=/trunk/; revision=12588
2001-09-04 17:57:30 +00:00
cc790d8c6f More html stuff.
2001-09-04  Aaron Weber  <aaron@ximian.com>

	* C/usage-mail.sgml: More html stuff.

	* C/usage-mainwindow.sgml: Validate.

svn path=/trunk/; revision=12586
2001-09-04 17:26:09 +00:00
7ce46295b8 Removed >>>
svn path=/trunk/; revision=12583
2001-09-04 15:54:21 +00:00
a6e026a2a5 Spell check.
2001-09-04  Carlos Perelló Marín <carlos@gnome-db.org>

	* es.po: Spell check.

svn path=/trunk/; revision=12582
2001-09-04 15:53:08 +00:00
a576296195 Credit kmarass.
2001-09-04  Aaron Weber  <aaron@ximian.com>

	* C/apx-authors.sgml: Credit kmarass.

	* C/usage-contact.sgml: groups-of-contacts-management.

	* C/usage-mainwindow.sgml: Add more info, "whatis" section,
	"Ximian Evolution" and "vFolder."

	* C/evolution.sgml: "Ximian Evolution" not "Evolution"

	* C/preface.sgml: Moved "whatis" section to usage-mainwindow, as
	per new-outline.

	* C/usage-mail.sgml: Expand deletion info. Also composer work.

svn path=/trunk/; revision=12581
2001-09-04 15:46:16 +00:00
e7df94f6f7 Added infoa about Windows not handling .ps
2001-09-04  Kevin Breit  <battery841@mediaone.net>

	* C/usage-print.sgml: Added infoa about Windows not handling .ps

svn path=/trunk/; revision=12580
2001-09-04 15:41:09 +00:00
43cc7a078a Updated Hungarian translation.
2001-09-04  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=12579
2001-09-04 15:35:23 +00:00
3b17294f86 Remove the folder from the EvolutionStorage as well as the EStorage.
2001-08-30  Peter Williams  <peterw@ximian.com>

	* e-local-storage.c (async_xfer_folder_complete): Remove the folder from
	the EvolutionStorage as well as the EStorage.

2001-08-29  Peter Williams  <peterw@ximian.com>

	* e-storage-set-view.c (etree_node_destroy_func): Only call
	remove_node_from_hash if it's not the root node.
	(removed_storage_cb): Don't remove the node from the hash here,
	because it will be removed in the node_destroyed callback.
	(removed_folder_cb): Same.

	* e-shell-view.c (e_shell_view_remove_control_for_uri): Disconnect
	from the destroy signal so as not to confuse ourselves. Also, the
	page remove in the notebook destroys the control and the socket, so don't
	do that explicitly.

	* e-shell-folder-commands.c
	(folder_selection_dialog_folder_selected_callback): Remove the control
	for the source view if we're moving.

svn path=/trunk/; revision=12578
2001-09-04 15:30:13 +00:00
25001583d2 Don't put $(srcdir) in the file path twice.
2001-09-04  Peter Williams  <peterw@ximian.com>

	* omf-install/Makefile.am (install-data-local): Don't put
	$(srcdir) in the file path twice.

svn path=/trunk/; revision=12577
2001-09-04 15:10:38 +00:00
ca72422494 timezone druid icon
svn path=/trunk/; revision=12576
2001-09-04 12:23:06 +00:00
b5660966bd don't call calendar_config_check_timezone_set() now, since the startup
2001-09-03  Damon Chaplin  <damon@ximian.com>

	* gui/calendar-commands.c (calendar_control_activate):
	* gui/tasks-control.c (tasks_control_activate): don't call
	calendar_config_check_timezone_set() now, since the startup wizard
	handles that.

	* gui/e-tasks.c (e_tasks_class_init): changed selection_changed signal
	to GTK_RUN_LAST. It has no reason to be GTK_RUN_FIRST.

	* gui/gnome-cal.c:
	* gui/e-week-view.c:
	* gui/e-day-view.c: added "selection_changed" signal,
	XX_delete_event() and XX_get_num_events_selected().

	* gui/e-day-view-top-item.c (e_day_view_top_item_draw): fix the shadow
	around the dates at the top - it was 1 pixel off.

	* gui/calendar-commands.c: added sensitize_commands(), similar to in
	tasks-control.c, so we only make Cut/Copy/Delete sensitive when an
	event is selected. Also added delete_event_cmd().

	* gui/dialogs/task-page.c (task_page_set_summary):
	* gui/dialogs/event-page.c (event_page_set_summary): do nothing,
	since the summary only gets changed on the main event/task page now.
	Fixes bug #6939.

	* gui/e-day-view.c (e_day_view_on_main_canvas_drag_data_received):
	(e_day_view_on_top_canvas_drag_data_received): check that we are
	dragging an event from the same EDayView. We currently don't support
	DnD from other widgets.
	(e_day_view_update_top_canvas_drag): only get the summary if we
	actually have an event. Fixes bug #5162.

	* gui/e-day-view.c (e_day_view_on_editing_stopped): if the text hasn't
	changed we need to call e_day_view_update_event_label() to show the
	times again if necessary. Fixes bug #1813.

	* gui/dialogs/comp-editor.c (comp_editor_destroy): destroy the
	CompEditorPage objects here rather than in close_dialog(), after the
	widgets have been destroyed. We do this because the widgets have lots
	of signal handlers connected with the CompEditorPage objects as the
	signal data, so we want to ensure that the data pointer is always
	valid. (Alternatively we could disconnect all the handlers when the
	CompEditorPage objects are destroyed, or use connect_while_alive()).
	Fixes bug #7543.

	Note: there is still a small bug in that if you type in a time and
	then hit 'Save and Close', the time won't be saved. I'm not sure
	where this should be fixed - should the actions which close the
	dialog grab the focus to the toplevel, so any widgets currently
	being edited finish the edit and emit 'changed'?

	* gui/dialogs/recurrence-page.c (append_exception): use
	gtk_clist_set_row_data_full() so freeing is handled automatically by
	the GtkClist. This helps avoid problems at destroy-time.
	(exception_delete_cb): just call gtk_clist_remove() now. No need to
	free the row data as GtkCList now handles it.
	(recurrence_page_destroy): no need to free the data in the clist.

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

	* gui/dialogs/meeting-page.c: ditto.
	(etable_destroy_cb): save the ETable state in this new handler cb
	rather than in the destroy method, since the widget will already be
	destroyed by then.

svn path=/trunk/; revision=12575
2001-09-04 00:36:49 +00:00
154129242b - additions, improvements
svn path=/trunk/; revision=12574
2001-09-03 22:52:44 +00:00
d7a391ebc7 Removed addressbook/gui/widgets/alphabet.glade.
2001-09-03  Federico Mena Quintero  <federico@ximian.com>

	* POTFILES.in: Removed addressbook/gui/widgets/alphabet.glade.

svn path=/trunk/; revision=12573
2001-09-03 22:50:32 +00:00
540bb9140b Fixed brokenness
2001-09-03  Kevin Breit  <battery841@mediaone.net>

	* C/usage-mail.sgml: Fixed brokenness

svn path=/trunk/; revision=12572
2001-09-03 15:17:20 +00:00
5d47144207 Added info on Exchange interaction
2001-09-03  Kevin Breit  <battery841@mediaone.net>

	* C/usage-mainwindow.sgml: Added info on Exchange interaction

svn path=/trunk/; revision=12571
2001-09-03 15:14:05 +00:00
ccde111603 Updated Slovak translation.
2001-09-03  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.

svn path=/trunk/; revision=12570
2001-09-03 12:36:43 +00:00
5228ca46fc Shut up CVS -George
Shut up CVS
-George

svn path=/trunk/; revision=12566
2001-09-03 08:26:09 +00:00
7516eae6a9 Updated Polish translation
svn path=/trunk/; revision=12565
2001-09-02 21:01:02 +00:00
0e980a97a2 This file is no longer needed.
svn path=/trunk/; revision=12564
2001-09-02 20:14:05 +00:00
93b7d21156 I18n fixes (mainly making buttons on the right side less Anglocentric :-)
* backend/ebook/e-card-simple.c
(field_data): Marked "name" and "short_name" fields for translation.
(e_card_simple_get_name, e_card_simple_get_short_name): Return
localized version of the name (using U_() macro).

* gui/contact-editor/e-contact-editor.c (set_entry_changed_signals):
Connect "changed" signal from "entry-web" entry to widget_changed.
(changing this field wasn't making "Save and Close" button sensitive)

* gui/widgets/Makefile.am (glade_DATA): Removed alphabet.glade.

* gui/widgets/e-addressbook-view.c
(button_labels, button_letters): New strings containing a list of
labels and "values" of all buttons placed on the right side of the
addressbook view (intended for localization).
(struct LetterClosure): Changed the type of letter field to gunichar.
(e_utf8_split): New function, similar to g_strsplit, but operates on
UTF-8 strings.
(jump_to_letter): Don't hardcode letters, build queries dynamically
using UTF-8 and localized letters stored in button_letters.
(connect_button): Removed.
(create_alphabet): Don't use glade file, build buttons manually using
(localized) labels from button_labels. Use (localized) values from
button_letters when creating LetterClosure.

* gui/widgets/e-minicard-view-widget.[ch]
(e_minicard_view_widget_jump_to_letter): Changed the type of the
second argument from char to gunichar.

* gui/widgets/e-minicard-view.c
(compare_to_utf_str): Renamed from compare_to_letter, now operates on
UTF-8 string.
(e_minicard_view_jump_to_letter): Changed the type of the second
argument from char to gunichar + conversion to UTF-8 string.

* gui/widgets/e-minicard-view.h
(e_minicard_view_jump_to_letter): Changed the type of the second
argument from char to gunichar.

svn path=/trunk/; revision=12563
2001-09-02 20:09:16 +00:00
abef6d7dad Use e_iconv_from_locale, not e_iconv_to_locale.
* gal/widgets/e-unicode.c (e_utf8_from_locale_string_sized):
Use e_iconv_from_locale, not e_iconv_to_locale.

svn path=/trunk/; revision=12562
2001-09-02 20:06:40 +00:00
3b115f44f1 Updated French translation.
svn path=/trunk/; revision=12561
2001-09-02 19:41:44 +00:00