Commit Graph

195 Commits

Author SHA1 Message Date
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
2995dc7ab7 handle UTC dtstart/dtend properly
2005-01-14  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (format_itip_object): handle UTC dtstart/dtend
	properly

svn path=/trunk/; revision=28401
2005-01-14 15:09:11 +00:00
c16c98164e Changes to take advantage of Siva's performance improvements to the
Changes to take advantage of Siva's performance improvements to the
addressbook search API.

2005-01-13  Nat Friedman  <nat@novell.com>

	* gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug
	printfs.
	(bbdb_sync_buddy_list): Do not query for the IM name, which is
	slow.  Instead, query by alias and only commit the contact if we
	have changes for it.
	(bbdb_merge_buddy_to_contact): Return a boolean indicating whether
	we dirtied the contact or not.

svn path=/trunk/; revision=28392
2005-01-13 15:43:58 +00:00
30bab8c491 changed the function find_node to return user node corresponding to the
2005-01-13 Vivek Jain <jvivek@novell.com>
	* share-folder.c :changed the function find_node to return user node
	corresponding to the mail address given.
	(add_clicked): added a condition so that user can't share folder to himself.
	(user_selected): modified to display proper rights when owner is selected.
	* share-folder-common.c : calling share_folder with a cnc in it.

svn path=/trunk/; revision=28390
2005-01-13 11:32:17 +00:00
b52ceae690 Combined all the exchange account setup plugins into one plugin.
svn path=/trunk/; revision=28388
2005-01-13 05:42:06 +00:00
a72eddc040 forgot to cvs remove
svn path=/trunk/; revision=28384
2005-01-13 01:13:38 +00:00
70a4144cf3 added prototypes for exported functions, re-arranged slightly to staticise
2005-01-13  Not Zed  <NotZed@Ximian.com>

        * new-mail-notify.c: added prototypes for exported functions,
        re-arranged slightly to staticise internal functions.

        * new-mail-notify.h: removed.

2005-01-12  Miguel Angel Lopez Hernandez  <miguel@gulev.org.mx>

        * new-mail-notify.[ch]: Fix author's name, changes in code
        to maintain coding style
        (org_gnome_new_mail_notify): Now sends the dbus message using
        the send_dbus_message function
        (org_gnome_message_reading_notify): Added function, called when
        a message.reading event is fired
        (send_dbus_message): Added function, generic function to send
        dbus messages

        * org-gnome-new-mail-notify.eplug.in: define the message reading
        event

svn path=/trunk/; revision=28383
2005-01-13 00:55:22 +00:00
bba1aae483 fix spelling
2005-01-12  David Trowbridge <trowbrds@cs.colorado.edu>
	* calendar-weather.c (e_calendar_weather_units): fix spelling

svn path=/trunk/; revision=28381
2005-01-12 17:27:03 +00:00
863c66f94e Added some functons to change the global send options.
2005-01-12 Chenthill Palanisamy <pchenthill@novell.com>

	* Makefile.am:
	* send-options.c: (get_cnc), (e_send_options_load_general_opts),
	(e_sendoptions_clicked_cb), (org_gnome_send_options),
	(e_send_options_copy_general_opts),
	(e_send_options_copy_status_options),
	(check_status_options_changed), (check_general_changed),
	(send_options_copy_check_changed), (get_source),
	(add_return_value), (put_options_in_source),
	(add_send_options_to_source), (send_options_commit): Added some
	functons to change the global send options.

svn path=/trunk/; revision=28378
2005-01-12 13:56:35 +00:00
d4101f86f7 error check for old exchange library
svn path=/trunk/; revision=28375
2005-01-12 11:51:03 +00:00
828cd2b6b1 Adding a entry widgett o editor page and using Excahnge connector
defined function to validate user

svn path=/trunk/; revision=28374
2005-01-12 10:45:10 +00:00
a7fe81b508 use a single setting for metric/imperial rather than separate temperature
2005-01-12  David Trowbridge <trowbrds@cs.colorado.edu>
	* plugins/calendar-weather/(calendar-weather.c,
	org-gnome-calendar-weather.eplug.in): use a single setting for
	metric/imperial rather than separate temperature and snowfall settings

svn path=/trunk/; revision=28369
2005-01-12 07:22:49 +00:00
bb94c723d1 Fixes #29985
2005-01-11  JP Rosevear  <jpr@novell.com>

	Fixes #29985

	* itip-formatter.c (view_response_cb): set the message flags to
	answered if we send successfully

svn path=/trunk/; revision=28361
2005-01-12 02:01:55 +00:00
749d230538 add new-mail-notify.h so it gets disted
2005-01-11  JP Rosevear  <jpr@novell.com>

	* Makefile.am: add new-mail-notify.h so it gets disted

svn path=/trunk/; revision=28360
2005-01-11 19:26:24 +00:00
8ca3f6b56a bump version
2005-01-11  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version

svn path=/trunk/; revision=28357
2005-01-11 13:55:10 +00:00
bea2b62875 killed compile time warnings by including suitable definitions and type
2005-01-11 Vivek Jain <jvivek@novell.com>
killed compile time warnings by including suitable definitions
and type casting widgets

svn path=/trunk/; revision=28356
2005-01-11 10:57:25 +00:00
905e34eb2f Added an extra button and prompting for password on button click,
instead of page next signal of druid

svn path=/trunk/; revision=28352
2005-01-11 07:40:35 +00:00
f66d06bd89 Fixed a compiler warning.
* itip-formatter.c (update_item): Fixed a compiler warning.

svn path=/trunk/; revision=28347
2005-01-11 04:19:45 +00:00
d521e9581b (org_gnome_new_mail_notify): fixed some warnings & formatting
svn path=/trunk/; revision=28345
2005-01-11 03:03:07 +00:00
958da58b2d fix LDFLAGS variable name.
2005-01-11  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: fix LDFLAGS variable name.

svn path=/trunk/; revision=28344
2005-01-11 02:39:33 +00:00
486d746d1a initial import of a new mail -> dbus message bridge plugin
svn path=/trunk/; revision=28343
2005-01-11 01:46:06 +00:00
63dea9ffd7 use HIG-compliant button order.
2005-01-10  Rodrigo Moya <rodrigo@novell.com>

	* calendar-weather.c (create_source_selected): use HIG-compliant
	button order.

svn path=/trunk/; revision=28340
2005-01-10 23:04:53 +00:00
ac271b80ee Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify the
2005-01-10  Rodney Dawes  <dobey@novell.com>

	* Makefile.am (INCLUDES): Clean up spacing
	(liborg_gnome_send_options_la_LIBADD): Don't specify the path to
	the la file directly, use the _LIBS variables that correspond with
	those in INCLUDES to link to the correct libraries

svn path=/trunk/; revision=28339
2005-01-10 22:14:36 +00:00
bab92a55dc set to the new items, duh
2005-01-10  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (update_item): set to the new items, duh

svn path=/trunk/; revision=28338
2005-01-10 22:00:37 +00:00
34225b40c4 *** empty log message ***
svn path=/trunk/; revision=28336
2005-01-10 19:42:23 +00:00
e6dc2252a2 compare pointers instead of content id
2005-01-10  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (update_item): compare pointers instead of
	content id

svn path=/trunk/; revision=28335
2005-01-10 19:39:10 +00:00
91fed89ab4 More attachment updates
svn path=/trunk/; revision=28334
2005-01-10 19:37:31 +00:00
678a2586c7 dont handle attachments in case of decline
svn path=/trunk/; revision=28333
2005-01-10 18:17:34 +00:00
4f21ad147f corrected api arguments
svn path=/trunk/; revision=28330
2005-01-10 16:58:06 +00:00
fb874ce0c9 first crack at saving attachments for the backend (extract_itip_data):
2005-01-10  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (update_item): first crack at saving
	attachments for the backend
	(extract_itip_data): tell the user what to do for more than one
	attachment

svn path=/trunk/; revision=28328
2005-01-10 15:51:55 +00:00
a943c41dde initial check in for groupwise send options
2005-01-10  Parthasarathi@novell.com <sparthasarathi@novell.com>

	* initial check in for groupwise send options

svn path=/trunk/; revision=28325
2005-01-10 15:23:03 +00:00
e09e6ea9b7 first crack at saving attachments for the backend
2005-01-10  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (update_item): first crack at saving
	attachments for the backend

svn path=/trunk/; revision=28323
2005-01-10 14:53:14 +00:00
9eba51db53 2005-01-10 Vivek Jain <jvivek@novell.com> Included
* install-shared.c : opens up a wizard on reading a shared folder
         notification and installs shared folder at the recepient end.
       * share-folder-common.c : added
         (refresh_folder_tree) : to refresh the folder tree when a folder is shared or
         a shared folder is created so that different icons are displayed
         (get_cnc): to get a connection
         (get_container_id):to get the container id of the folder user selects
       * share-folder.c : minor changes to fix the crash
       * Makefile.am : including install-shared.c in sources
       * org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for
         the message-read event

svn path=/trunk/; revision=28320
2005-01-10 14:06:56 +00:00
01c7f390e7 Included * ChangeLog and * install-shared.c to accept a
2005-01-10 Vivek Jain <jvivek@novell.com>
Included * ChangeLog
and * install-shared.c to accept a shared-folder-notification and install a shared folder

svn path=/trunk/; revision=28319
2005-01-10 14:00:12 +00:00
61e1d0ff64 Plugin file to add the send options button in the account editor. Adds the
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>

	* MakeFile.am:
	* org-gnome-send-options.eplug.in: Plugin file to add
          the send options button in the account editor.
    	* send-options.c: Adds the send options button inside a frame
	  in the defaults page of the account editor for groupwise
    	  accounts. Clicking on the button gets the settings from the
  	  server and shows it in the send options dialog box.

svn path=/trunk/; revision=28318
2005-01-10 13:59:41 +00:00
25364488bb Plugin to read the exchange OWA URL instead of host name
svn path=/trunk/; revision=28310
2005-01-10 11:03:18 +00:00
bb2c3ad2dd remove error mode
2005-01-09  JP Rosevear  <jpr@novell.com>

	* itip-view.h: remove error mode

	* itip-formatter.c (set_itip_error): show error information to the
	user
	(extract_itip_data): use above
	(format_itip_object): no more "error" mode

svn path=/trunk/; revision=28306
2005-01-10 03:54:42 +00:00
884bc8d163 accessor (itip_view_get_delegator): ditto
2005-01-09  JP Rosevear  <jpr@novell.com>

	* itip-view.c (itip_view_set_delegator): accessor
	(itip_view_get_delegator): ditto

	* itip-view.h: new protos

	* itip-formatter.c (extract_itip_data): put delegate sections back
	in and handle default reminder
	(format_itip_object): set the delegator for requests, find the
	delegator calendar if necessary

svn path=/trunk/; revision=28305
2005-01-10 02:59:27 +00:00