Commit Graph

232 Commits

Author SHA1 Message Date
1582f7e652 Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBox
2005-03-03  Rodney Dawes  <dobey@novell.com>

	* itip-view.c (itip_view_init): Set the spacing for ourself to 12
	to be HIG compliant as we are a GtkHBox derivative
	Align the icon at 0.5 in the X direction to be HIG compliant
	Set the spacing between table rows/columns to be HIG compliant
	Fix the spacing/padding for all the boxes and packing calls to be
	HIG compliant

	Fixes #41235

svn path=/trunk/; revision=28693
2005-02-03 16:53:35 +00:00
edb8dc5eb3 Use $(weatherdir) instead of duplicating the define for it below
2005-02-02  Rodney Dawes  <dobey@novell.com>

	* Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the
	define for it below
	(weatherdir): Fix to use the correct versioned directory

svn path=/trunk/; revision=28691
2005-02-03 16:35:12 +00:00
70a29853c0 removing the file since the name is incorrect
svn path=/trunk/; revision=28690
2005-02-03 14:34:48 +00:00
aa180f31ae Added functions to destroy the dialog when the composer is destroyed to
2005-02-03  Chenthill Palanisamy  <pchenthill@novell.com>

	* send-options.c: (add_day_to_time), (send_options_commit),
	(org_gnome_compose_send_options):Added functions to destroy
	the dialog when the composer is destroyed to solve the crash.
	Removed the return statement so that the send options gets
	added to the composer headers. Made modification in setting
	the values for some headers.
	Changing the file name from Changelog to ChangeLog.

svn path=/trunk/; revision=28689
2005-02-03 14:32:22 +00:00
0f51e447db reviewed by Harish Krishnaswamy <kharish@novell.com>
2005-02-02  Chenthill Palanisamy  <pchenthill@novell.com>

	reviewed by Harish Krishnaswamy <kharish@novell.com>

	Fixes #71460
	* itip-formatter.c: (view_response_cb): If the my_address
	is not set. Set it from the backend.

svn path=/trunk/; revision=28675
2005-02-02 09:08:14 +00:00
ed3a279616 Michael's patch.. for supporting tables in e-config, handling hide bits and
corrected exchange-accout-setup plugin code.

svn path=/trunk/; revision=28650
2005-02-01 04:38:43 +00:00
6390bd1ab7 initialize GError* to NULL Fixes #71512
2005-01-31   Sivaiah Nallagatla <snallagatla@novell.com>

        * gaimbuddies.c (bbdb_sync_buddy_list) : initialize
        GError* to NULL
        Fixes #71512

        * bbdb.c (bbdb_open_addressbook) : ditto

svn path=/trunk/; revision=28636
2005-01-31 18:34:41 +00:00
778ebccf30 Patch by Michael, to supporting tables in e-config, handling hide bits and
corrected exchange-accout-setup plugin codewas.

svn path=/trunk/; revision=28624
2005-01-31 08:52:16 +00:00
59f5a62601 initial commit of addressbook-groupwise plguin
svn path=/trunk/; revision=28613
2005-01-29 13:13:37 +00:00
d9185870b6 Remove leading "%s" in the message. Similar to #36137
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>

        * camel-gw-listner.c (get_address_book_names_from_server)
        : Remove leading "%s" in the message. Similar to
        #36137

svn path=/trunk/; revision=28594
2005-01-28 09:11:51 +00:00
7d76d9858a make tomorrow and this week strings work properly
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-view.c (format_date_and_time_x): make tomorrow and this
	week strings work properly

svn path=/trunk/; revision=28591
2005-01-28 04:30:30 +00:00
4fca3e656f remove debug test
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (find_cal_opened_cb): remove debug test

svn path=/trunk/; revision=28590
2005-01-28 02:02:41 +00:00
da4bb89f31 add some debugging spew
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c: add some debugging spew

svn path=/trunk/; revision=28584
2005-01-27 18:10:03 +00:00
851a0d55d3 add some debugging spew
2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c: add some debugging spew

svn path=/trunk/; revision=28583
2005-01-27 18:01:55 +00:00
8371bae83c deal with the itip message having an individual instance.
2005-01-27  Rodrigo Moya <rodrigo@novell.com>

	* itip-formatter.c (update_attendee_status): deal with the itip
	message having an individual instance.

svn path=/trunk/; revision=28580
2005-01-27 13:25:09 +00:00
1ea95238a9 Fixes #71485
2005-01-26  JP Rosevear  <jpr@novell.com>

	Fixes #71485

	* itip-formatter.c (update_attendee_status): fix message paste-o

	* itip-view.c (format_date_and_time_x): improve translator
	comments

svn path=/trunk/; revision=28569
2005-01-27 04:37:49 +00:00
af035046d8 fix typo
2005-01-26  David Trowbridge <trowbrds@cs.colorado.edu>

	* org-gnome-calendar-weather.eplug.in: fix typo

svn path=/trunk/; revision=28568
2005-01-27 00:19:06 +00:00
d997701441 actually destroy the client hashes so the signals get cleaned up
2005-01-25  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (pitip_free): actually destroy the client
	hashes so the signals get cleaned up
	(format_itip): create a proper unique classid for the pobject

svn path=/trunk/; revision=28558
2005-01-26 04:52:12 +00:00
3b881594ff set all new categories to not searchable.
2005-01-25  Rodrigo Moya <rodrigo@novell.com>

	* calendar-weather.c (e_plugin_lib_enable): set all new categories to
	not searchable.

svn path=/trunk/; revision=28551
2005-01-25 12:28:23 +00:00
ec7f3aa586 Fixed empty string being marked for translation.
svn path=/trunk/; revision=28542
2005-01-25 04:46:58 +00:00
435673264c Changed the item_type to section instead of item. Made the necessary
2005-01-24  Chenthill Palanisamy  <pchenthill@novell.com>


	* org-gnome-send-options.eplug.in: Changed the item_type to
	section instead of item.
	* send-options.c (get_cnc): Made the necessary changes to get cnc
	since some part of dependant code was changed in groupwise account
	set up plugin.
	(org_gnome_send_options): Changed the prototype of the function
	to return the widget.
	(send_options_commit): Added a warning message if the Modification
	was not sent to the server.

svn path=/trunk/; revision=28530
2005-01-24 15:57:23 +00:00
ffb6743fa4 *properties.glade : changed the layout of the widgets *share-folder.[ch]:
2005-01-24  Vivek Jain <jvivek@novell.com>
	*properties.glade : changed the layout of the widgets
	*share-folder.[ch]: removed the checkbuttons for display of rights
			  : removed new_list, update_list and remove_list
			    added  users_list
	*share-folder.c   : removed function (update_list_update)
	(share_folder_construct) : added gtk_cell_renderer_toggle for
	displaying rights
	added one structure SharedUsers to have a single list instead of three
	different lists. Made corresponding changes in all functions.
	*share-folder-common.c : (new_folder_response): use
	gtk_widget_reparent to pack the widget
	added two files
	*org-gnome-shared-folder-errors.xml
	*org-gnome-shared-folder-errors.xml.h : to display error message
	*Makefile.am : included error data

svn path=/trunk/; revision=28529
2005-01-24 14:52:32 +00:00
e928d33d44 to display error messages
2005-01-24  Vivek Jain <jvivek@novell.com>
	to display error messages

svn path=/trunk/; revision=28528
2005-01-24 14:50:51 +00:00
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
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
b717324710 forgot in last commit
svn path=/trunk/; revision=28504
2005-01-22 04:47:58 +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
758c3802ba initial check for address book file plugin
svn path=/trunk/; revision=28485
2005-01-21 15:29:02 +00:00
b0cf4de8c4 intial commit
svn path=/trunk/; revision=28468
2005-01-21 00:00:25 +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
90dd82818f Assiged value to URL.
2005-01-20  Sivaiah Nallagatla <snallagatla@novell.com>

	* camel-gw-listener.c: (add_calendar_tasks_sources):
	Assiged value to URL.

svn path=/trunk/; revision=28462
2005-01-20 08:41:05 +00:00
3e7d185788 *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused by
2005-01-19  Vivek Jain <jvivek@novell.com>
	*install-shared.c
	(org_gnome_popup_wizard): fixed a crash, caused by g_free
	(install_folder_response): free the memory

svn path=/trunk/; revision=28448
2005-01-19 13:17:28 +00:00
d2262a0eb1 Setting save password flag if user has selected remember password option.
svn path=/trunk/; revision=28447
2005-01-19 10:37:41 +00:00
01ca679d17 Reading the user validate function return value, so that reference count is
handled properly and password dialog comes up on pressing ok button, in failure
cases.

svn path=/trunk/; revision=28439
2005-01-18 14:03:35 +00:00
b9b54b85c8 *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff for
2005-01-18  Vivek Jain <jvivek@novell.com>
	*install-shared.c
	(org_gnome_popup_wizard): removed unnecessary stuff for the display of
	wizard

svn path=/trunk/; revision=28436
2005-01-18 13:05:11 +00:00
45cc3ccaf1 Fix for #71384, Making page check work for exchange account, when
hostname is not read.

svn path=/trunk/; revision=28435
2005-01-18 12:32:16 +00:00
9c3e0bf51d use url->host instead of reading "poa" parameter everywhere. use "use_ssl"
2005-01-15  Sivaiah Nallagatla <snallagatla@novell.com>

        * camel-gw-listner.c : use url->host instead of reading "poa"
        parameter everywhere. use "use_ssl" param instead of soap_ssl
        We not longer have separate settings for soap as we use soap for mail
        now

svn path=/trunk/; revision=28433
2005-01-18 09:47:07 +00:00
23694d6f45 Initializing host name with a dummy name
svn path=/trunk/; revision=28431
2005-01-18 08:52:21 +00:00
0d1b87cd9c *install-shared.c (org_gnome_popup_wizard): displays the message without
2005-01-18  Parthasarathi Susarla <sparthasarathi@novell.com>

	*install-shared.c
	 (org_gnome_popup_wizard): displays the message without the
	 mime headers

svn path=/trunk/; revision=28430
2005-01-18 08:33:05 +00:00
3938735187 Code movement, using accessor functions, and reading url values from
gconf and setting it in EAccount.

svn path=/trunk/; revision=28426
2005-01-18 06:12:47 +00:00
5d2343810c *install-shared.c : (org_gnome_popup_wizard): included a condition (null
2005-01-17 Vivek Jain <jvivek@novell.com>
	*install-shared.c : (org_gnome_popup_wizard): included a condition
	(null check) to fix a crash
	* shared-folder-common.c :(org_gnome_shared_folder_factory): some
	condition checks to avoid the possible crashes
	(get_container_id): included code to return top level container id if
	folder name is passed as null

svn path=/trunk/; revision=28423
2005-01-17 14:14:30 +00:00
c51ffb4a5f Makefile change to link to camel libs
svn path=/trunk/; revision=28419
2005-01-17 09:31:33 +00:00
00d0c032c2 new function to correctly retrieve the body of the message.
2005-01-14  Rodrigo Moya <rodrigo@novell.com>

	* mail-to-task.c (set_description): new function to correctly
	retrieve the body of the message.
	(do_mail_to_task): call set_description.

svn path=/trunk/; revision=28406
2005-01-14 16:20:53 +00:00
439bcf6a86 use camel_data_wrapper_decode_to_stream instead of
2005-01-14  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (extract_itip_data): use
	camel_data_wrapper_decode_to_stream instead of
	camel_data_wrapper_write_to_stream

svn path=/trunk/; revision=28404
2005-01-14 15:40:29 +00:00