Commit Graph

17872 Commits

Author SHA1 Message Date
b868a12602 remove duplicate HOME_COUNTRY field add.
2003-04-29  Gilbert Fang  <gilbert.fang@sun.com>

	* tools/evolution-addressbook-export-list-cards.c
	(set_pre_defined_field): remove duplicate HOME_COUNTRY field add.

svn path=/trunk/; revision=21015
2003-04-29 18:39:45 +00:00
e882d3e46d Update calendar news.
svn path=/trunk/; revision=21014
2003-04-29 18:33:31 +00:00
c84abc0e0c don't use unicode ellipsis so that we don't break on broken font setups.
2003-04-29  Mike Kestner  <mkestner@ximian.com>

	* e-cell-text.c (build_layout): don't use unicode ellipsis so
	that we don't break on broken font setups.

2003-04-29  Mike Kestner  <mkestner@ximian.com>

	* e-cell-text.c (generate_layout): don't set width on the layout
	during edit

svn path=/trunk/; revision=21012
2003-04-29 18:27:04 +00:00
d4332bb119 add blurb about 41910
svn path=/trunk/; revision=21011
2003-04-29 18:25:50 +00:00
8bbfbedf54 [ fixes bug #41910 ] change from model_changed to row_deleted here.
2003-04-28  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #41910 ]
	* gui/contact-list-editor/e-contact-list-model.c
	(e_contact_list_model_remove_row): change from model_changed to
	row_deleted here.  model_changed causes the table to free its
	ETableSelection, which is what we iterate over when deleting
	contacts.
	(e_contact_list_model_add_destination): no need to be calling
	model_changed here either.

svn path=/trunk/; revision=21010
2003-04-29 18:24:46 +00:00
d6f1a4d5e7 updated
svn path=/trunk/; revision=21009
2003-04-29 18:23:34 +00:00
36b97dcf5d ** See bug #41972
2003-04-29  Not Zed  <NotZed@Ximian.com>

	** See bug #41972

	* message-list.c (ml_tree_value_at): fix (void *) casts on trinary
	ops.

	* folder-browser.c (on_right_click): Store the label tag in the
	label callback data, not the translated name.

	* mail-config.c (label_defaults[]): Initialise with the tag
	values.
	(config_clear_labels): free tag field.
	(config_cache_labels): setup the tag field based on the position
	of the label name.
	(mail_config_get_label_color_by_name): Lookup colour by the
	untranslated TAG, not the translated/customisable tag.

	* mail-config.h (MailConfigLabel): Add a tag field, we were using
	the translated name as the label(!).

svn path=/trunk/; revision=21008
2003-04-29 18:18:36 +00:00
693f508f97 Update Czech translation
svn path=/trunk/; revision=21007
2003-04-29 17:49:26 +00:00
8a3def40ba Fix for bug #41578.
2003-04-24  Jeffrey Stedfast  <fejj@ximian.com>

	Fix for bug #41578.

	* rule-editor.c (rule_move): Pass re->source instead of
	re->current->source to rule_context_get_rank_rule(). Also updated
	to pass re->source to rule_context_rank_rule().
	(rule_editor_play_undo): Updated to pass re->source to
	rule_context_rank_rule().

	* rule-context.c (rule_context_rank_rule): Now takes a 'source'
	argument rather than using rule->source (vfolder editor lists
	rules of all sources, not just same-source rules).
	(revert): Pass frule->source/part->source to
	rule_context_rank_rule() - might not be right but should preserve
	the prior behaviour at least.

svn path=/trunk/; revision=21006
2003-04-29 17:08:40 +00:00
71c542d2b3 updated
svn path=/trunk/; revision=21005
2003-04-29 17:07:37 +00:00
9d4c20abb6 Remove preceding whitespace
* mail-format.c (write_xmailer_header): Remove preceding whitespace

svn path=/trunk/; revision=21004
2003-04-29 17:00:08 +00:00
fa9dddd005 Remove this so that GtkContainer's destroy method will destroy all of the
* e-dateedit.c (e_date_edit_forall): Remove this so that
        GtkContainer's destroy method will destroy all of the internal
        widgets. (This is how other compound-widgets-that-aren't-
        meant-to-be-used-as-containers behave.) #41458

svn path=/trunk/; revision=21003
2003-04-29 16:59:12 +00:00
f5353de1b3 Updated for mailer fixes
2003-04-28  Jeffrey Stedfast  <fejj@ximian.com>

	* NEWS: Updated for mailer fixes

svn path=/trunk/; revision=21002
2003-04-29 16:59:04 +00:00
9391bb6d08 Change the "would you like to recover unsaved drafts?" dialog a QUESTION
2003-04-28  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (autosave_manager_query_load_orphans): Change
	the "would you like to recover unsaved drafts?" dialog a QUESTION
	dialog rather than an ERROR dialog. Fixes bug #42024.

svn path=/trunk/; revision=21001
2003-04-29 16:55:52 +00:00
f921ed094e kill warnings
2003-04-25  JP Rosevear  <jpr@ximian.com>

	* gui/itip-utils.c (itip_send_comp): kill warnings

svn path=/trunk/; revision=21000
2003-04-29 16:34:59 +00:00
8f2a49962f [#41013]
2003-04-28  Not Zed  <NotZed@Ximian.com>

        [#41013]

        * e-shell-importer.c (html_size_req): removed.
        (create_help): renamed from create_html.  Only creates a plain
        label widget now, with line wrap turned on.  Also make the
        g_return an assert, it failing is entirely based on internal code.
        (show_import_wizard): s/create_html/create_help/g

        [#41648]

        * e-config-upgrade.c (upgrade_xml_file): upgrade_xml_file_1_0 made
        a bit more generic, this handles io, a callback handles xml
        changes.
        (is_xml1encoded): new function to tell if a string is in gal's
        xml1 'encoded' format, or raw locale text.
        (decode_xml1): decode xml1 encoded format to valid utf8.
        (upgrade_xml_1_2_rec): upgrades xml1 encoded or badly encoded xml
        content for specific parent->child nodes.
        (CONF_REVISION): bump the config revision to 1.3.1.
        (e_config_upgrade): if config revision < 1.3.1, then check xml
        files for xml1 content.

svn path=/trunk/; revision=20999
2003-04-29 02:40:56 +00:00
56bb2117f0 Added #include <netinet/in.h> for the sockaddr_in6 typedef for at least
2003-04-28  Jeffrey Stedfast  <fejj@ximian.com>

	* e-host-utils.c: Added #include <netinet/in.h> for the
	sockaddr_in6 typedef for at least MacOS X.

svn path=/trunk/; revision=20998
2003-04-29 02:14:37 +00:00
99a26e26b6 fix logic for updating selection after a delete when @move_selection_mode
2003-04-28  Chris Toshok  <toshok@ximian.com>

	* gal/util/e-bit-array.c (e_bit_array_delete_real): fix logic for
	updating selection after a delete when @move_selection_mode ==
	TRUE.

svn path=/trunk/; revision=20997
2003-04-28 21:22:28 +00:00
abb5fe7759 Fix up some stuff for the nognome script Fix up nognome script for Sun
2003-04-28  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Fix up some stuff for the nognome script
	* evolution-nognome.in: Fix up nognome script for Sun GNOME2

svn path=/trunk/; revision=20996
2003-04-28 21:21:00 +00:00
5283d07d81 don't do wrapping during edit
2003-04-28  Mike Kestner  <mkestner@ximian.com>

	* e-cell-text.c (build_layout): don't do wrapping during edit

svn path=/trunk/; revision=20995
2003-04-28 21:03:35 +00:00
8f52c9c406 Fixes #41916
2003-04-28  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41916

	* evolution-storage.c (get_folder_list_foreach): removed comment which
	does not apply any more.
	(impl_Storage__get_folderList): set sequence's maximum number of items
	to e_folder_tree_get_count as is.

svn path=/trunk/; revision=20994
2003-04-28 20:22:12 +00:00
6465c66649 Updated Swedish translation.
2003-04-28  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=20993
2003-04-28 19:47:44 +00:00
67074d45c7 Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION)
2003-04-28  Rodney Dawes  <dobey@ximian.com>

	* data/cde_app_root/: Use $(privdatadir) instead of
	$(prefix)/share/evolution-$(BASE_VERSION) for the cde stuff

svn path=/trunk/; revision=20992
2003-04-28 19:25:38 +00:00
432b014a9f Added HIG-blessed padding to the alarm options dialog. Fixes bug #41221.
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/alarm-options.glade: Added HIG-blessed padding
	to the alarm options dialog. Fixes bug #41221.

svn path=/trunk/; revision=20991
2003-04-28 19:08:56 +00:00
7fc668b1c4 Added appropriate spacing and padding to the calendar/tasks page of the
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/cal-prefs-dialog.glade: Added appropriate spacing
	and padding to the calendar/tasks page of the settings dialog.
	Fixes bug #41129

svn path=/trunk/; revision=20990
2003-04-28 19:06:38 +00:00
f36a8560bc Finishes up fixing #41256 by adding appropriate spacing/padding to the
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/task-page.glade: Finishes up fixing #41256 by
	adding appropriate spacing/padding to the main task page.

	* gui/dialogs/task-details-page.glade: Added appropriate
	spacing and padding to the task-details page. Partially
	fixes #41256.

svn path=/trunk/; revision=20989
2003-04-28 19:03:21 +00:00
ca3492eb33 Added padding/spacing to this page as specified by the HIG. Partially
2003-04-28  Anna Marie Dirks  <anna@ximian.com>

	* gui/dialogs/recurrence-page.glade: Added padding/spacing
	to this page as specified by the HIG. Partially fixes #41215.

	* gui/dialogs/alarm-page.glade: Added padding/spacing/stock
	buttons to the alarm page. Partially fixes #41215.

	* gui/dialogs/event-page.glade: Added padding/spacing to the
	event-page (partially fixes #41215)

svn path=/trunk/; revision=20988
2003-04-28 19:00:04 +00:00
8cb06f7966 (main): Add e_proxy_init()
svn path=/trunk/; revision=20987
2003-04-28 18:17:22 +00:00
e8a5147580 (mail_session_forget_passwords): Forget all
passwords again.  [#41817]

svn path=/trunk/; revision=20986
2003-04-28 18:04:09 +00:00
8910fc09d9 Don't convert the label charset from UTF-8 into the locale charset.
2003-04-23  Jeffrey Stedfast  <fejj@ximian.com>

	* menus/gal-view-menus.c (build_menus): Don't convert the label
	charset from UTF-8 into the locale charset.

svn path=/trunk/; revision=20985
2003-04-28 17:48:02 +00:00
bb0d02c04b Fixes #35814
2003-04-27  Rodney Dawes  <dobey@ximian.com>

	Fixes #35814

	* calendar/gui/calendar-component.c: Change mnemonic/keybinding for
	New Meeting to not conflict with other items in the File->New menu

	* ui/evolution.xml: Changed the New Folder keybinding to C-S-f

svn path=/trunk/; revision=20984
2003-04-28 16:47:35 +00:00
aea82dfd60 Made toplevel container widgets set a border-width (including toplevel
2003-04-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.glade: Made toplevel container widgets set a
	border-width (including toplevel widgets within frames), set the
	table/hbox/vbox spacings, set the spacing between an image and the
	description text in hboxes to 12pts (as suggested by the HIG),
	Changed Add/Delete buttons to the stock Add/Remove buttons, etc

2003-04-24  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_init): Cache the allowable
	mime-types.
	(mail_config_get_allowable_mime_types): New public function to get
	an array of allowable mime-types.

	* mail-format.c (mail_lookup_handler): Only allow a
	bonobo-component handler if the mime-type is something handled by
	evolution or the user has specifically chosen that type as
	available for viewing with a bonobo component in the gconf
	database.
	(mime_type_uses_evolution_component): New convenience function.
	(mime_type_can_use_component): Checks gconf to see if the user has
	allowed the mime-type to be viewed by a component.

svn path=/trunk/; revision=20983
2003-04-28 16:00:47 +00:00
d4876ac1ad If we fail to load the icon that gnome_vfs_get_icon() gave us, the default
2003-04-25  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c (pixbuf_for_mime_type): If we
	fail to load the icon that gnome_vfs_get_icon() gave us, the
	default back to gnome-unknown.png. This is the only POSSIBLE way
	for Anna to be getting a NULL pixbuf if she has gnome-unknown.png
	that I can see. Should fix bug #41513.

svn path=/trunk/; revision=20982
2003-04-28 15:58:43 +00:00
89aadcbd29 correcting the order and the callouts filenames
svn path=/trunk/; revision=20981
2003-04-28 14:25:06 +00:00
0743249ed0 Update Cezech translation
svn path=/trunk/; revision=20980
2003-04-28 11:56:42 +00:00
3793123c56 add blurbs for 41843 and 41779
svn path=/trunk/; revision=20979
2003-04-28 10:47:00 +00:00
aceae3820a [ fixes bug #41843] use e_card_simple_get_ecard_field instead of
2003-04-28  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #41843]
	* tools/evolution-addressbook-export-list-cards.c
	(e_card_simple_csv_get_name): use e_card_simple_get_ecard_field
	instead of e_card_simple_get_name, so the return value won't be
	localized.

svn path=/trunk/; revision=20978
2003-04-28 10:14:13 +00:00
a3a311f702 [ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the old
2003-04-28  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #41779 ]
	* gui/component/e-address-popup.c (mini_wizard_container_add): we
	don't need to call gtk_widget_destroy on the old child, since
	gtk_container_remove will unref it for us.

svn path=/trunk/; revision=20977
2003-04-28 08:36:51 +00:00
bccf5a543b some Docbook taggin
svn path=/trunk/; revision=20976
2003-04-27 13:38:50 +00:00
f355db03d2 Updated portuguese translation.
2003-04-27  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated portuguese translation.

svn path=/trunk/; revision=20975
2003-04-27 12:52:19 +00:00
4cff7179cf Updated Swedish translation.
2003-04-26  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=20974
2003-04-26 21:17:35 +00:00
da12dd29a8 Fixes #41661
2003-04-24  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41661

	* idl/evolution-calendar.idl: added discardAlarm method to
	GNOME:Evolution:Calendar:Cal interface.

	* pcs/cal.c (cal_class_init): set new epv's method.
	(impl_Cal_discardAlarm): implementation of new CORBA method.

	* pcs/cal-backend.[ch]: added 'discard_alarm' virtual method, and
	CAL_BACKEND_RESULT_NOT_IMPLEMENTED to CalBackendResult enum.
	(cal_backend_class_init): initialize new class method.
	(cal_backend_discard_alarm): new method.
	(cal_backend_update_objects, cal_backend_remove_object): return
	proper CalBackendResult values.

	* pcs/cal-backend-file.c (cal_backend_file_class_init): initialize
	new class method.
	(cal_backend_file_discard_alarm): implementation of new method.

	* pcs/cal-client.[ch] (cal_client_discard_alarm): new function.

	* gui/alarm-notify/alarm-queue.c (remove_qeueud_alarm): don't remove
	the alarm directly from the component, call cal_client_discard_alarm
	and let the backend deal with it.

svn path=/trunk/; revision=20973
2003-04-26 16:44:49 +00:00
49802408e2 Updated Norwegian translation. Added calendar/gui/dialogs/delete-error.c
2003-04-26  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
	* POTFILES.in: Added calendar/gui/dialogs/delete-error.c

svn path=/trunk/; revision=20972
2003-04-26 12:51:54 +00:00
1b000411d9 Updated Spanish translation by Francisco Javier Fernandez
2003-04-25  Pablo Gonzalo del Campo <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation by
                 Francisco Javier Fernandez <serrador@arrakis.es>

svn path=/trunk/; revision=20971
2003-04-25 21:51:46 +00:00
d5b19144de filter order.
svn path=/trunk/; revision=20970
2003-04-25 19:39:21 +00:00
419e8fd017 Comment out the pinging code again since it's only being used by
* evolution-shell-component.c (impl_setOwner): Comment out the
	pinging code again since it's only being used by Connector, where
	it's triggering an unrelated bug.

svn path=/trunk/; revision=20969
2003-04-25 17:33:20 +00:00
1fbfda671f (async_open_cb): Added a missing unref of the
storage in the closure.
(async_open_folder_idle): Add the pending open to the pending open
list before calling asyncOpenFolder, instead of after.

svn path=/trunk/; revision=20968
2003-04-25 17:03:51 +00:00
1564340ffe A 24x24 version of Jimmac's stock edit icon.
svn path=/trunk/; revision=20967
2003-04-25 16:03:28 +00:00
9a7c709843 An icon from Jakub to use on Evo's edit buttons.
svn path=/trunk/; revision=20966
2003-04-25 15:45:32 +00:00
645bc49e43 toolbar is not strictly a guilabel: «GUILabel identifies text that appears as a label in a graphical user interface»
svn path=/trunk/; revision=20965
2003-04-25 15:15:03 +00:00