|
|
2005-07-23 Chenthill Palanisamy <pchenthill@novell.com>
* Makefile.am: Added the new file process-meeting.c
and widgets/misc to include headers.
* org-gnome-groupwise-features.eplug.xml: Added the
hook for processing meetings.
* org-gnome-shared-folder.errors.xml: Added the message
for asking for error
2005-07-22 Vivek Jain <jvivek@novell.com>
* share-folder.c : Put back the fix I committed on
2005-03-31, not sure when it got reverted.
**Fixes #311217
2005-07-20 Shreyas Srinivasan <sshreyas@novell.com>
* proxy.c: Fix #310710. Make code little smart. Stop
adding tabs continously. Still does not reuse structures
on multiple invocations though.
2005-07-20 Vivek Jain <jvivek@novell.com>
* mail-send-options.c: connect to sod-signal and get the input data in
the callback "feed_input_data"
** Fixes #310854
2005-07-20 Sankar P <psankar@novell.com>
* Consolidated the proxy and proxy-login plugins into the
groupwise-features plugins and merged the ChangeLogs and copied the
following files from their old plugins directories.
* proxy.[ch]
* proxy-login.[ch]
* org-gnome-proxy-errors.xml
* org-gnome-proxy-login-errors.xml
* proxy-login-dialog.glade
* proxy-listing.glade
* proxy-add-dialog.glade
2005-07-19 Vivek Jain <jvivek@novell.com>
* junk-mail-settings.c: Marked strings for translation
2005-07-15 Sankar P <psankar@novell.com>
* proxy-login.h: Removed the permissions from the structure,
since it is no longer needed.
2005-07-15 Sankar P <psankar@novell.com>
* proxy-login.c: Put permissions on the store instead of the
global structure as it gets unref before store_add.
2005-07-14 Not Zed <NotZed@Ximian.com>
* proxy-login.c (proxy_login_add_new_store): fixed the store
permission names.
2005-07-14 Vivek Jain <jvivek@novell.com>
* proxy.c: (proxy_commit),(proxy_abort):
NULL checks before we do anything else here (quite likely to be NULL)
**Fixes #310347
2005-07-13 Tor Lillqvist <tml@novell.com>
* Makefile.am (LIBADD): Link with libeutil. Link with
libevolution-mail on Win32 only. (Have I understood correctly that
it isn't considered a good idea on Unix to link plugins at
link-time with libevolution-mail?)
* org-gnome-proxy-login.eplug.xml: Use SOEXT.
2005-07-13 Tor Lillqvist <tml@novell.com>
* Makefile.am (LIBADD): Link with libeutil.
2005-07-13 Tor Lillqvist <tml@novell.com>
* Makefile.am (NO_UNDEFINED_REQUIRED_LIBS): As the code does use
functions from libevolution-mail, link with it. But OK, let's do
it (at build time) only on Win32, then.
2005-07-12 Sankar P <psankar@novell.com>
* Makefile.am :
Added CLEANFILES element and glade and error files to EXTRA_DIST.
2005-07-12 Sankar P <psankar@novell.com>
* Makefile.am :
Added missed header files to the SOURCES.
2005-07-12 Sankar P <psankar@novell.com>
* Makefile.am :
Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and
added CLEANFILES.
2005-07-12 Sankar P <psankar@novell.com>
* Makefile.am :
Added missed header files to the SOURCES.
2005-07-12 Vivek Jain <jvivek@novell.com>
transferred ChangeLog entry here
(2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>)
* plugins/groupwise-features/*: Remove the
camel-groupwise-listener code as it runs in a different plugin.
2005-07-11 Sankar P <psankar@novell.com>
* proxy.c : (org_gnome_proxy)
Made changes so that the proxy list will be loaded only when the
account edited is enabled. So a new connection need not be created,
when an account is edited and a connection is not present.
Fixes #309999
2005-07-11 Sankar P <psankar@novell.com>
* proxy.c :
(proxy_edit_account) : Added code to hide the contacts button
while editing proxy access rights for a proxy.
Fixes #309992
2005-07-11 Sankar P <psankar@novell.com>
* proxy.c :
Included <string.h> header to avoid the compiler warnings.
2005-07-07 Frederic Crozat <fcrozat@mandriva.com>
* send-options.c: Add missing header.
2005-07-07 Vivek Jain <jvivek@novell.com>
* org-gnome-groupwise-features.eplug.xml:
have one more hookitem in folderview.popup
for displaying junk mail settings
added four more files
* junk-mail-settings.c
* junk-settings.c
* junk-settings.h
* junk-settings.glade
* Makefile.am : updated to add these files
2005-06-27 Sushma Rai <rsushma@novell.com>
* org-gnome-groupwise-features.eplug.xml:
Not loading on start-up and not linking to libevolution-mail.
2005-06-27 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries.
2005-06-25 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Reverting previous commit. Do not remove
$(EVOLUTION_MAIL_LIBS) from LIBADD. The addressbook dependency
is not required atm.
2005-06-25 Sushma Rai <rsushma@novell.com>
* Makefile.am: Linking to libevolution-mail and libevolution-addressbook
2005-06-24 Sushma Rai <rsushma@novell.com>
* org-gnome-groupwise-features.eplug.xml: Set load-on-startup.
2005-06-18 Tor Lillqvist <tml@novell.com>
* org-gnome-groupwise-features.eplug.xml: Use SOEXT.
2005-05-24 Vivek Jain <jvivek@novell.com>
* org-gnome-groupwise-features.eplug.xml:
removed "Item" tag entries, included a factory method
* shared-folder-common.c: changed callback (org_gnome_create_option)
to a factory method, check uri before adding the option to the menu.
New folder dialog now comes in another callback (create_shared_folder)
also added a function to free the item list.
2005-05-23 Vivek Jain <jvivek@novell.com>
Created a plugin "groupwise-features" which is a consolidation of
following existing plugins
* groupwise-account-setup
* addressbook-groupwise
* shared-folder
* groupwise-send-options
* groupwise-status-tracking
* send-options
2005-05-16 Not Zed <NotZed@Ximian.com>
* camel-gw-listener.c: moved e-error to e-util.
2005-05-16 Not Zed <NotZed@Ximian.com>
* share-folder-common.c: moved e-error to e-util
* Makefile.am: error filename changes.
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #273063
* org-gnome-shared-folder-errors.xml:
* org-gnome-shared-folder-errors.xml.h:Removed the unwanted
tabs and new line characters.
2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com>
* properties.glade : Fixed a typo #273064
2005-05-05 Srinivasa Ragavan <sragavan@novell.com>
* properties.glade : Fixed a typo 272538
2005-03-31 Parthasarathi Susarla <sparthasarathi@novell.com>
* share-folder-common.c:(create_folder):
check the store state, can create a shared
folder only in online mode
Fixes bug 74002
2005-03-31 Vivek Jain <jvivek@novell.com>
**Fixes #74002
* share-folder-common.c :
(get_cnc): return cnc as NULL if evoluiton is in offline.
(create_folder): return -1 if in offline
2005-03-31 Vivek Jain <jvivek@novell.com>
**Fixes #73787 (bugzilla innerweb.novell)
* share-folder.c :
(add_right_clicked)
(edit_right_clicked)
(delete_right_clicked) : use path passed in the callback to get the
current iterator
also including some NULL checks
2005-03-28 Vivek Jain <jvivek@novell.com>
**Fixes #73198
* share-folder-common.c :
(org_gnome_shared_folder_factory):
(create_folder__created) : pass the full name in get_conatiner_id
(get_container_id) : break the full name and start looking for the
name from the top most parent. This will give proper container id
even in the case of the duplicate names at different hierarchies
2005-03-18 Vivek Jain <jvivek@novell.com>
* send-options.h:
* send-options.c: (org_gnome_compose_send_options): replace
X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE
2005-03-18 Vivek Jain <jvivek@novell.com>
**Fixes #73473
* send-options.c :(org_gnome_compose_send_options)
user proper entry to calculate the date of reply requested
2005-03-10 Vivek Jain <jvivek@novell.com>
**Fixes #73201
* share-folder-common.c : (org_gnome_shared_folder_factory)
use full_name given by CamelFolder to get the selected folder name
2005-03-09 Sankar P <psankar@novell.com>
* send-options.c: (org_gnome_compose_send_options)
Updated code to add priority to the appropriate header
Fixes the problem of Priority not set in outgoing mails
2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (add_addressbook_sources) :
don't free container list here. It is chaced in
connection and will be frred later.
Fixes #72807
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-shared-folder.eplug.in: Added Groupwise to name.
Fixed description and added author.
Added xml tag.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-gw-account-setup.eplug.in: Added author and fixed
description.
2005-02-23 JP Rosevear <jpr@novell.com>
* org-gnome-gw-account-setup.eplug.in: add account wizard item
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.
2005-02-17 Vivek Jain <jvivek@novell.com>
* share-folder-common.c : (get_cnc):
use ssl when "always" and "whenever possible" is enabled
changed "soap_ssl" to "use_ssl"
use the default port "7191" instead of "7181"
2005-02-16 Not Zed <NotZed@Ximian.com>
* groupwise-account-setup.c (org_gnome_gw_account_setup): return
NULL, not an invisible, so it doesn't interfere with account
editor.
2005-02-16 Not Zed <NotZed@Ximian.com>
* groupwise-account-setup.c (org_gnome_gw_account_setup): return
NULL, not an invisible, so it doesn't interfere with account
editor.
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.
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
* 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
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
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
2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listener.c: (add_calendar_tasks_sources):
Assiged value to URL.
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
2005-01-18 Vivek Jain <jvivek@novell.com>
*install-shared.c
(org_gnome_popup_wizard): removed unnecessary stuff for the display of
wizard
2005-01-18 Parthasarathi Susarla <sparthasarathi@novell.com>
*install-shared.c
(org_gnome_popup_wizard): displays the message without the
mime headers
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
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
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 itself.
(user_selected): modified to display proper rights when owner is selected.
* share-folder-common.c : calling share_folder with a cnc in it.
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
2004-12-17 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (add_esource) : read "soap_ssl" from
the camel url instead of "use_ssl"
2004-12-15 Vivek Jain <jvivek@novell.com>
Added (Create a shared folder) functionality in the plugin
* org-gnome-shared-folder.eplug.in : added a plugin in the plugin list
* share-folder-common.c : included functions to create a shared folder
2004-12-15 Vivek Jain <jvivek@novell.com>
* shared-folder-common.c : (org_gnome_shared_folder_factory)
* shared-folder.c : some whitespace changes, typecasting widgets,
in (on_add_clicked) removed assigning the rights portion
|