Commit Graph

22985 Commits

Author SHA1 Message Date
601b97decb Disabling auth sections in druid, and having it only in editor.
svn path=/trunk/; revision=28526
2005-01-24 14:39:32 +00:00
41b8acd59d if there are detached instances, disable recurrence date widgets.
2005-01-24  Rodrigo Moya <rodrigo@novell.com>

	* gui/dialogs/recurrence-page.c (sensitize_buttons): if there are
	detached instances, disable recurrence date widgets.

svn path=/trunk/; revision=28525
2005-01-24 12:58:44 +00:00
721fc61e13 Updated italian translation
svn path=/trunk/; revision=28524
2005-01-24 11:08:08 +00:00
222fa49b19 add a11y name for the option menu.
2005-01-24  Mengjie Yu  <meng-jie.yu@sun.com>

	* e-search-bar.c: (set_option):
	add a11y name for the option menu.

svn path=/trunk/; revision=28523
2005-01-24 10:13:48 +00:00
953d7ae963 Updated Simplified Chinese translation
svn path=/trunk/; revision=28522
2005-01-24 09:39:37 +00:00
bf2f99caf8 changed for 69122.
2005-01-24  Not Zed  <NotZed@Ximian.com>

        * searchtypes.xml: changed for 69122.

svn path=/trunk/; revision=28517
2005-01-24 07:09:16 +00:00
708e421fb8 Updated German translation.
2005-01-23  Frank Arnold  <farnold@cvs.gnome.org>

	* de.po: Updated German translation.

svn path=/trunk/; revision=28516
2005-01-23 21:07:11 +00:00
9b655562a5 Translation updated by Jo Vermeulen.
2005-01-23  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Jo Vermeulen.

svn path=/trunk/; revision=28515
2005-01-23 13:45:14 +00:00
9abf66f70a *** empty log message ***
svn path=/trunk/; revision=28514
2005-01-23 10:11:43 +00:00
d3efc61422 Added owa url entry to the config section in both druid and editor, and
fixed some compile time warnings.

svn path=/trunk/; revision=28513
2005-01-23 09:54:30 +00:00
7a33c0e150 Don't set offline_sync value taken from camel url instead set "1" or "0"
2005-01-23  Sivaiah Nallagatla <snalagatla@novell.com>

        * camel-gw-listener.c (add_esource)
        (modify_esource) (add_addressbook_sources) :
        Don't set offline_sync value taken from camel url
        instead set "1" or "0" depending upon offline is enabled
        or not

svn path=/trunk/; revision=28512
2005-01-23 09:16:31 +00:00
16b9513706 Check the buddy account name, not alias. Duh. (free_contact_list):
2005-01-22  Nat Friedman  <nat@novell.com>

	* gaimbuddies.c (im_list_contains_buddy): Check the buddy account
	name, not alias.  Duh.
	(free_contact_list): Removed.

svn path=/trunk/; revision=28511
2005-01-22 20:03:45 +00:00
8b7763b464 Adding camel_url_free() at proper position
svn path=/trunk/; revision=28510
2005-01-22 13:18:33 +00:00
f3c3367dfc missed plugin definition in org-gnome-exchange-account-setup.eplug.in
svn path=/trunk/; revision=28509
2005-01-22 13:16:22 +00:00
4086c09720 Setting owa url value in account editor and handlig ssl connection.
svn path=/trunk/; revision=28508
2005-01-22 10:32:33 +00:00
9c061e8079 Updated Simplified Chinese translation
svn path=/trunk/; revision=28507
2005-01-22 07:53:23 +00:00
5f15a7706d make intltool happy. Added missing files
svn path=/trunk/; revision=28506
2005-01-22 07:43:38 +00:00
28c64b7dcc Updated Simplified Chinese translation
svn path=/trunk/; revision=28505
2005-01-22 07:42:51 +00:00
b717324710 forgot in last commit
svn path=/trunk/; revision=28504
2005-01-22 04:47:58 +00:00
59dd1b2a26 renamed the signal CONTACT_REMOVED to CONTACTS_REMOVED and chaned the
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>

       * gui/widgets/e-addressbook-model.[ch]
       (eab_model_class_init) : renamed the signal
       CONTACT_REMOVED to CONTACTS_REMOVED and chaned
       the param type POINTER from INT
       (remove_contact) : delete all the contacts
       from the model and emit CONATCTS_REMOVED
       signal instead of emitting it many times

       * gui/widgets/e-addressbook-reflow-adpater.c
       (e_addressbook_reflow_adapter_construct)
       (remove_contacts) : renamed remove_contact to remove_contacts
       and when number of conacts is more than 1 use _model_changed
       instead of _remove_item

       * gui/widgets/e-addressbook-table-adapter.c
       (eab_table_adapter_construct)
       (remove_contacts) : ditto

       * gui/widgets/e-addressbook-view.c
       (eab_view_new) :
       (contacts_removed) : renamed contact_removed
       to contacts_removed and traverese over indices
       to find displayed contact indiex

       fixes #71448

svn path=/trunk/; revision=28503
2005-01-22 04:03:51 +00:00
2420ae32bd Don't pass in the "fill_color" property for creating the canvas item for
2005-01-21  Rodney Dawes  <dobey@novell.com>

	* gal/e-text/e-text.c (_do_tooltip): Don't pass in the "fill_color"
	property for creating the canvas item for the tooltip
	* gal/widgets/e-reflow.c (set_empty): Don't pass in the "fill_color"
	property for creating the EText canvas item

	Fixes #9413

svn path=/trunk/; revision=28501
2005-01-22 03:44:36 +00:00
60fdfc9af6 Change the xpad and ypad to 0 here, we don't need the extra padding Add
2005-01-21  Rodney Dawes  <dobey@novell.com>

	* gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog):
	Change the xpad and ypad to 0 here, we don't need the extra padding
	Add the GTK_DIALOG_NO_SEPARATOR flag for creating the dialog
	Set proper border widths on some dialog containers for the HIG
	Set the row/column spacings for the table widget
	Create the labels outside of the table packing calls and set the proper
	alignment for them to be HIG compliant
	Set the border width of the table widget to 12 for HIG compliance

	* gui/widgets/eab-popup-control.c (edit_contact_info_cb): Removed
	(eab_popup_control_display_contact): Just go ahead and open the
	editor, no need to have an intermittent window with a button for it
	(add_contacts_cb): Remove this as we don't need it any more
	(eab_popup_control_no_matches): Just go straight to the quick-add
	dialog, and don't pop up an intermittent window with a button

	Fixes #41210 #60852

svn path=/trunk/; revision=28499
2005-01-21 22:07:31 +00:00
637fbe0446 Call gtk_widget_ensure_style to ensure that we set the border widths of
2005-01-21  Rodney Dawes  <dobey@novell.com>

	* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
	Call gtk_widget_ensure_style to ensure that we set the border widths
	of some dialog containers properly for HIG compliance

svn path=/trunk/; revision=28498
2005-01-21 21:56:12 +00:00
d03a5b84de Fix some spacing and remove the separator for HIG compliance Set proper
2005-01-21  Rodney Dawes  <dobey@novell.com>

	* gui/merging/eab-contact-duplicate-detected.glade:
	Fix some spacing and remove the separator for HIG compliance
	* gui/merging/eab-contact-merging.c (match_query_callback):
	Set proper border widths on some dialog containers for the HIG

	Fixes #41228

svn path=/trunk/; revision=28497
2005-01-21 21:53:43 +00:00
ca1b5bd325 Fixes #46404
2005-01-21  JP Rosevear  <jpr@novell.com>

	Fixes #46404

	* gui/widgets/e-addressbook-view.c (eab_view_print): just show the
	dialog, not show all (margin settings aren't supposed to be used);
	use e_print to get the dialog
	(eab_view_print_preview): use e_print config for previewing

	* printing/e-contact-print.c (e_contact_print_preview): get the
	e_print config for previewing
	(e_contact_print_contact_dialog_new): use e_print to get the
	print dialog

	* printing/e-contact-print-envelope.c
	(e_contact_print_envelope_dialog_new): use e_print to get the
	print dialog

svn path=/trunk/; revision=28496
2005-01-21 21:05:13 +00:00
1963958705 Fix date
svn path=/trunk/; revision=28495
2005-01-21 21:04:48 +00:00
f3eac17348 Fixes #46404
2005-01-18  JP Rosevear  <jpr@novell.com>

	Fixes #46404

	* em-folder-view.c (emfv_print_response): use the config in the
	print data and free it
	(em_folder_view_print): load the config from e_print and use the
	dialog from e_print

svn path=/trunk/; revision=28494
2005-01-21 21:04:28 +00:00
f9ef9f29ea changed the item type from "item" to "item_table". avoids some debug spew
2005-01-21  Sivaiah Nallagatla <snallagtla@novell.com>

        * org-gnome-gw-account-setup.eplug.in : changed
        the item type from "item" to "item_table". avoids
        some debug spew on the console

svn path=/trunk/; revision=28493
2005-01-21 20:41:06 +00:00
b58518837f close long tag
2005-01-21  JP Rosevear  <jpr@novell.com>

	* apps_evolution_shell.schemas.in.in: close long tag

svn path=/trunk/; revision=28492
2005-01-21 19:21:38 +00:00
3616939b82 e-util needs libgnomeprintui now
2005-01-21  JP Rosevear  <jpr@novell.com>

	* configure.in: e-util needs libgnomeprintui now

svn path=/trunk/; revision=28491
2005-01-21 19:16:32 +00:00
dad5fd71fa Fixes #46404
2005-01-21  JP Rosevear  <jpr@novell.com>

	Fixes #46404

	* gui/tasks-control.c (tasks_control_print_cmd): just call print
	tasks, we don't do the dialog here

	* gui/print.h: update protos

	* gui/print.c (print_calendar): use e_print routines for config
	and dialog and make copies and range settings properly available
	(print_comp): ditto
	(print_table): bring up dialog here so that printing for calendar
	list view works correctly

	* gui/calendar-commands.c (print): pass extra params to print
	table

svn path=/trunk/; revision=28490
2005-01-21 18:15:42 +00:00
37a44d001d add print_config schema item
2005-01-21  JP Rosevear  <jpr@novell.com>

	* apps_evolution_shell.schemas.in.in: add print_config schema item

svn path=/trunk/; revision=28489
2005-01-21 18:10:44 +00:00
c2d6d3afb9 Fixes #46404
2005-01-21  JP Rosevear  <jpr@novell.com>

	Fixes #46404

	* Makefile.am: build new files

	* e-print.[hc]: print related config and dialog routines

svn path=/trunk/; revision=28488
2005-01-21 17:17:35 +00:00
ee49a6715e mark priv->finished as true first so we don't access freed memory if we
2005-01-21  JP Rosevear  <jpr@novell.com>

	* e-shell-offline-handler.c
	(impl_OfflineProgressListener_updateProgress): mark priv->finished
	as true first so we don't access freed memory if we get finalized
	during the signal emmission
	(cancel_offline): ditto
	(finalize_offline): ditto
	(e_shell_offline_handler_put_components_offline): ditto

svn path=/trunk/; revision=28487
2005-01-21 16:01:54 +00:00
2f6c84abec added addressbook-file plugin
2005-01-21  Sivaiah Nallagatla <snallagatla@novell.com>

        * configure.in : added addressbook-file plugin

svn path=/trunk/; revision=28486
2005-01-21 15:31:03 +00:00
758c3802ba initial check for address book file plugin
svn path=/trunk/; revision=28485
2005-01-21 15:29:02 +00:00
e225daa7c3 reverting my last change, we will acheive the same thing with
2005-01-21  Sivaiah Nallagatla <snallagatla@novell.com>

        * gui/component/address-config.c (eabc_commit) :
        reverting my last change, we will acheive
        the same thing with addressbook-file plguin
        in a better way

svn path=/trunk/; revision=28484
2005-01-21 15:26:17 +00:00
78aed93da8 Updated Lithuanian translation.
2005-01-21  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.

svn path=/trunk/; revision=28483
2005-01-21 12:43:26 +00:00
60df9d6a21 Update Update
2005-01-18  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Update
	* no.po: Update

svn path=/trunk/; revision=28480
2005-01-21 09:08:53 +00:00
2e6b3c8604 Don't set properties on the contact immediately. (clicked_cb): Set the
2005-01-21  Hans Petter Jansson  <hpj@novell.com>

	* gui/contact-editor/e-contact-quick-add.c (quick_add_set_name)
	(quick_add_set_email): Don't set properties on the contact immediately.
	(clicked_cb): Set the properties on the contact immediately before
	passing it on. This way, the FULL_NAME will only be set once, and so
	the FILE_AS field will be updated here.

svn path=/trunk/; revision=28479
2005-01-21 08:37:52 +00:00
faf8d6d785 ** See bug #60664.
2005-01-21  Not Zed  <NotZed@Ximian.com>

        ** See bug #60664.

        * em-format-html-display.c (efhd_init, efhd_gtkhtml_style_set): if
        the style changes, re-calculate the page colours, and redraw.

svn path=/trunk/; revision=28478
2005-01-21 06:38:29 +00:00
5d45c0d9ad Close import wizard on 'ESC'
2005-01-20  Mengjie Yu  <meng-jie.yu@sun.com>

	* e-shell-importer.c: (import_druid_esc),
	(e_shell_importer_start_import):
	Close import wizard on 'ESC'

svn path=/trunk/; revision=28477
2005-01-21 06:18:54 +00:00
17d98c0038 in case of new book set the uid of the source as the relative uri.
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>

        * gui/component/addressbook-config.c
        (eabc_commit) : in case of new book
        set the uid of the source as the relative
        uri.

svn path=/trunk/; revision=28470
2005-01-21 00:15:06 +00:00
4024f16221 added deafult source plguin
svn path=/trunk/; revision=28469
2005-01-21 00:09:26 +00:00
b0cf4de8c4 intial commit
svn path=/trunk/; revision=28468
2005-01-21 00:00:25 +00:00
bd9b9819b1 Added a description function for copying folders (so we don't get a
2005-01-20  Jeffrey Stedfast  <fejj@novell.com>

	* em-folder-tree.c (emft_copy_folders__desc): Added a description
	function for copying folders (so we don't get a "Working 0x..."
	status message).

	* mail-mt.c (do_op_status): Always g_free(what) since we always
	strdup it.

svn path=/trunk/; revision=28467
2005-01-20 17:49:15 +00:00
a50635be1f Updated Spanish translation.
2005-01-20  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.

svn path=/trunk/; revision=28466
2005-01-20 17:04:53 +00:00
a7f9e241e7 added a plugin for displaying the groupwise status tracking options
2005-01-20  Parthasarathi Susarla <sparthasarathi@novell.com>

	* configure.in : added a plugin for displaying the
	  groupwise status tracking options

svn path=/trunk/; revision=28465
2005-01-20 15:43:52 +00:00
b89afbe366 2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> Chenthill Palanisamy <pchenthill@novell.com>
* first commit of the status tracking plugin

svn path=/trunk/; revision=28464
2005-01-20 15:43:24 +00:00
0213708d6f Updated German translation.
2005-01-20  Frank Arnold  <farnold@cvs.gnome.org>

	* de.po: Updated German translation.

svn path=/trunk/; revision=28463
2005-01-20 14:03:13 +00:00