aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Picks a random color for proxy calendars, Checks the Memo/Notes componentSankar P2007-02-091-0/+6
| | | | | | | | | | | | 2007-02-09 Sankar P <psankar@novell.com> * camel-gw-listener.c: (add_esource), (remove_esource), (add_proxy_sources): Picks a random color for proxy calendars, Checks the Memo/Notes component for proxies svn path=/trunk/; revision=33189
* Add code to prune dead proxy entries (so they are executed regardless ofHarish Krishnaswamy2006-12-041-0/+11
| | | | | | | | | | | | | | | 2006-12-03 Harish Krishnaswamy <kharish@novell.com> * plugins/groupwise-account-setup/camel-gw-listener.c: (add_esource), (add_calendar_tasks_sources), (get_addressbook_names_from_server), (add_proxy_sources), (prune_proxies), (camel_gw_listener_construct): Add code to prune dead proxy entries (so they are executed regardless of which component gets loaded first). Clean up the existing code, fix leaks and ensure new proxy calendars have their (different) color set. svn path=/trunk/; revision=33037
* Mark description for translation.Kjartan Maraas2006-12-041-0/+5
| | | | | | | | | 2006-09-19 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-gw-account-setup.eplug.xml: Mark description for translation. svn path=/trunk/; revision=33034
* Chain up to parent's finalize() method.Matthew Barnes2006-09-191-0/+5
| | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-gw-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32785
* Added support for Gw notes.Chenthill Palanisamy2006-07-221-0/+6
| | | | svn path=/trunk/; revision=32379
* Add default color to the GW source created. Fixes #167102Harish Krishnaswamy2006-04-191-0/+6
| | | | | | | | | | 2006-04-19 Harish Krishnaswamy <kharish@novell.com> * camel-gw-listener.c: (add_esource): Add default color to the GW source created. Fixes #167102 (bugzilla.novell.com). svn path=/trunk/; revision=31830
* Fixes the first time account setup issue.Sushma Rai2006-03-111-0/+7
| | | | svn path=/trunk/; revision=31691
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-0/+7
| | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * camel-gw-listener.c: * camel-gw-listener.h: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31077
* Fixes #320119Chenthill Palanisamy2005-12-211-0/+9
| | | | svn path=/trunk/; revision=30924
* Fix make-clean issues.Harish Krishnaswamy2005-12-121-0/+4
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
* Groupwise address book, new warning message if the user's frequent contactsSushma Rai2005-11-241-0/+7
| | | | | | folder is not createdi. svn path=/trunk/; revision=30653
* check if string (eg. use_ssl) are NULL before strcmp(). prevents aParthasarathi Susarla2005-11-091-0/+6
| | | | | | | | | | 2005-11-09 Parthasarathi Susarla <sparthasarathi@novell.com> * camel-gw-listener.c (get_addressbook_names_from_server): check if string (eg. use_ssl) are NULL before strcmp(). prevents a violation. svn path=/trunk/; revision=30588
* Using writable property to find the GroupWise system address book, whileSushma Rai2005-09-281-0/+6
| | | | | | marking it for offline usage, instead of it's name. svn path=/trunk/; revision=30385
* *** empty log message ***Parthasarathi Susarla2005-09-161-0/+8
| | | | svn path=/trunk/; revision=30352
* def9ine before defining.Not Zed2005-08-241-0/+7
| | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * groupwise-account-setup.c (org_gnome_groupwise_account_setup): def9ine before defining. * camel-gw-listener.c (account_added): fix warning. svn path=/trunk/; revision=30231
* Added code to get the password from the cache, instead of asking the userSankar P2005-08-041-0/+7
| | | | | | | | | | | 2005-07-27 Sankar P <psankar@novell.com> * camel-gw-listener.c (get_addressbook_names_from_server) : Added code to get the password from the cache, instead of asking the user twice. and also freeing the password that was leaking before. Fixes #310353 svn path=/trunk/; revision=29981
* Marking "Novell GroupWise Address Book" for offline usage, by default.Sushma Rai2005-07-231-0/+6
| | | | svn path=/trunk/; revision=29856
* Don't return a value from a void funtion.Tor Lillqvist2005-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-13 Tor Lillqvist <tml@novell.com> * calendar-weather/calendar-weather.c (e_calendar_weather_migrate): Don't return a value from a void funtion. * groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: Use SOEXT. * groupwise-features/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. * mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line. (LDFLAGS): Use NO_UNDEFINED. (LIBADD): Link with the required libraries, but let's do it only on Win32. * mail-account-disable/org-gnome-mail-account-disable.eplug.xml: Use SOEXT. * proxy/Makefile.am (LIBADD): Link with libeutil. * proxy-login/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?) * proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT. svn path=/trunk/; revision=29753
* included missing header fileVivek Jain2005-07-121-0/+12
| | | | | | | | | | | | | | | | 2005-07-12 Vivek Jain <jvivek@novell.com> * Makefile.am: included missing header file 2005-07-12 Vivek Jain <jvivek@novell.com> have a ChangeLog and transfer the changelog entry from the main ChangeLog (2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>) * groupwise-account-setup/*: Make the camel-groupwise-listener load on startup. (new plugin) svn path=/trunk/; revision=29731
* Removed unneeded filesJain Vivek2005-06-131-75/+0
| | | | svn path=/trunk/; revision=29497
* error file moves/e-error.h movesMichael Zucci2005-05-161-0/+4
| | | | svn path=/trunk/; revision=29370
* don't free container list here. It is chaced in connection and will beSivaiah Nallagatla2005-03-071-0/+8
| | | | | | | | | | | | 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 svn path=/trunk/; revision=28973
* (forgot to commit this from ages ago)Not Zed2005-03-031-0/+6
| | | | | | | | | | 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. svn path=/trunk/; revision=28946
* bump version, requiresJP Rosevear2005-03-011-0/+4
| | | | | | | | | | | | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: add startup wizard plugin 2005-02-28 JP Rosevear <jpr@novell.com> * plugins/Makefile.am: dist standard and experimental plugins * configure.in: move "all" plugins to standard and experimental and default to building the standard set svn path=/trunk/; revision=28927
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-251-0/+5
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include <libedataserverui/e-passwords.h>. * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * mail-session.c: * mail-config.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * e-shell-window-commands.c: * e-shell.c: * main.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * send-options.c: Include <libedataserverui/e-passwords.h>. svn path=/trunk/; revision=28871
* Remove leading "%s" in the message. Similar to #36137Sivaiah Nallagatla2005-01-281-0/+6
| | | | | | | | | | 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
* *** empty log message ***Sivaiah Nallagatla2005-01-231-0/+8
| | | | svn path=/trunk/; revision=28514
* changed the item type from "item" to "item_table". avoids some debug spewSivaiah Nallagatla2005-01-221-0/+6
| | | | | | | | | | 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
* Assiged value to URL.Sivaiah Nallagatla2005-01-201-0/+5
| | | | | | | | | 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
* use url->host instead of reading "poa" parameter everywhere. use "use_ssl"Sivaiah Nallagatla2005-01-181-0/+7
| | | | | | | | | | | 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
* fixing ssl issueSivaiah Nallagatla2004-12-171-0/+5
| | | | svn path=/trunk/; revision=28142
* Add camel-gw-listener.h to SOURCESRodney Dawes2004-12-161-0/+4
| | | | | | | | 2004-12-15 Rodney Dawes <dobey@novell.com> * Makefile.am: Add camel-gw-listener.h to SOURCES svn path=/trunk/; revision=28131
* fixed some includes to get it build as pluginSivaiah Nallagatla2004-12-041-0/+3
svn path=/trunk/; revision=28059