aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style cleanups.Matthew Barnes2010-09-131-21/+21
|
* addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon themeRob Bradford2010-08-021-1/+1
| | | | | | | Since gnome-icon-theme 2.30.x the icon name for the default avatar has changed from stock_person to avatar-default Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616822
* Bug 624534 - Adapt to GTK+ GtkNotebookPage changesKjartan Maraas2010-07-261-2/+2
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-6/+5
|
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-081-3/+1
|
* Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-2/+0
|
* Bug #347330 - Mark forgotten strings for translationMilan Crha2010-04-021-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-3/+3
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-5/+5
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port plugins to use new EError APIJonathon Jongsma2009-12-011-4/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-45/+33
|
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-7/+7
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-1/+0
|
* More whitespace cleanup.Matthew Barnes2009-07-191-3/+3
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-4/+0
|
* More code cleanup.Matthew Barnes2009-06-021-2/+2
|
* Whitespace cleanup.Matthew Barnes2009-05-291-7/+7
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-19/+19
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+2
|
* Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
|
* More gnome-init cleanup for bug #567283.Matthew Barnes2009-05-011-2/+0
|
* Add translator comment to the occurrences of the Proxy term. Fixes bugGabor Kelemen2008-10-011-0/+3
| | | | | | | | | | | | | 2008-10-01 Gabor Kelemen <kelemeng@gnome.hu> * org-gnome-proxy-errors.xml: * org-gnome-proxy-login-errors.xml: * proxy.c: * proxy-listing.glade: * proxy-login-dialog.glade: Add translator comment to the occurrences of the Proxy term. Fixes bug #554297 svn path=/trunk/; revision=36523
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-15/+15
| | | | svn path=/trunk/; revision=36443
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-12/+0
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* We are using some g_object_set on EAccount. We should also avoidSankar P2008-03-251-0/+2
| | | | | | | | | | 2008-03-25 Sankar P <psankar@novell.com> * proxy.c: (org_gnome_proxy): We are using some g_object_set on EAccount. We should also avoid double-free later. So reffing. svn path=/trunk/; revision=35241
* ** Fix for bug #511952Milan Crha2008-03-181-1/+1
| | | | | | | | | | | | | | | | | 2008-03-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #511952 * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_create_name_selector): * plugins/groupwise-features/share-folder.c: (share_folder_construct): * plugins/groupwise-features/proxy.c: (proxy_add_account): * plugins/exchange-operations/exchange-folder-subscription.c: (setup_name_selector): * plugins/exchange-operations/exchange-send-options.c: (exchange_sendoptions_dialog_run): Marking text for translation. svn path=/trunk/; revision=35212
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-95/+95
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Fix for bug #458715Johnny Jacob2007-08-171-1/+17
| | | | svn path=/trunk/; revision=34022
* ** Fix for bug #330968Sankar P2007-08-131-13/+17
| | | | | | | | | | | | | 2007-08-13 Sankar P <psankar@novell.com> ** Fix for bug #330968 * proxy.c: (proxy_page_changed_cb): Fixes a crash on account-editor. Proxy Preferences Crash Fix. svn path=/trunk/; revision=33993
* 2007-08-10 mcrha Fix for bug #327977Milan Crha2007-08-101-4/+4
| | | | svn path=/trunk/; revision=33972
* ** Fix for bug #462010Hiroyuki Ikezoe2007-08-031-0/+4
| | | | | | | | | | | | 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #462010 * proxy.c: (proxy_update_tree_view): * proxy-login.c: (proxy_login_update_tree): Plugged memory leak. svn path=/trunk/; revision=33942
* Fix more brokenness. doh check if its the proxy page. Need whack on theShreyas Srinivasan2006-02-211-1/+10
| | | | | | | | | 2006-02-21 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Fix more brokenness. doh check if its the proxy page. Need whack on the head for sucky reckless commit. svn path=/trunk/; revision=31549
* Fix more brokenness. doh check if its the proxy page.Shreyas Srinivasan2006-02-201-4/+4
| | | | | | | | | 2006-02-16 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Fix more brokenness. doh check if its the proxy page. svn path=/trunk/; revision=31547
* Initialize connection only when the proxy tab is clicked.Shreyas Srinivasan2006-02-161-2/+4
| | | | | | | | | 2006-02-16 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Initialize connection only when the proxy tab is clicked. svn path=/trunk/; revision=31535
* Make this place a bit more quietKjartan Maraas2006-01-281-7/+7
| | | | svn path=/trunk/; revision=31328
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-2/+2
| | | | | | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * junk-mail-settings.c: * mail-send-options.c: * proxy-login.c: * proxy.c: * proxy.h: * send-options.c: 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=31078
* junk-settings.c proxy-login.c proxy.c Construct glade file name atTor Lillqvist2005-12-181-3/+23
| | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * junk-settings.c * proxy-login.c * proxy.c * share-folder.c: Construct glade file name at run-time. * process-meeting.c (find_attendee): Use g_ascii_strcasecmp() instead of g_strcasecmp(). svn path=/trunk/; revision=30844
* initialize CamelException.Parthasarathi Susarla2005-12-051-0/+2
| | | | | | | | | | 2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com> * proxy.c: initialize CamelException. Fixes bug #314576 svn path=/trunk/; revision=30717
* *** empty log message ***Parthasarathi Susarla2005-11-231-2/+2
| | | | svn path=/trunk/; revision=30647
* Dont try to connect when the account is offline. Also connect to theShreyas Srinivasan2005-10-191-6/+48
| | | | | | | | | | 2005-10-19 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c (org_gnome_proxy): Dont try to connect when the account is offline. Also connect to the server only when the proxy tab is clicked. * Fixes #314297, #314345 svn path=/trunk/; revision=30531
* "use_ssl" should be Null checked before comparing it with any value. itsVivek Jain2005-10-141-1/+1
| | | | | | | | | | 2005-10-14 Vivek Jain <jvivek@novell.com> * proxy.c :(proxy_get_cnc) "use_ssl" should be Null checked before comparing it with any value. its NULL when evo is not compiled with ssl support and caused crash. svn path=/trunk/; revision=30505
* Added code to handle the extra blank email that will be returned from theSankar P2005-09-281-1/+8
| | | | | | | | | | | 2005-09-28 Sankar P <psankar@novell.com> * proxy.c (proxy_dialog_store_widgets_data): Added code to handle the extra blank email that will be returned from the ENameSelector, while auto-completion. Fixes #317400 svn path=/trunk/; revision=30384
* Replaced g_object_unref with g_free since priv was created using g_new.Sankar P2005-08-291-1/+1
| | | | | | | | | | 2005-08-25 Sankar P <psankar@novell.com> * proxy.c: (proxy_dialog_finalize): Replaced g_object_unref with g_free since priv was created using g_new. Fixes #312309 svn path=/trunk/; revision=30281
* Revert patchShreyas Srinivasan2005-08-241-21/+4
| | | | | | | | 2005-08-24 Shreyas Srinivasan <sshreyas@novell.com> * Revert patch svn path=/trunk/; revision=30242
* Dont try to connect when the account is offline.CVSShreyas Srinivasan2005-08-221-4/+21
| | | | | | | | | 2005-08-22 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c (org_gnome_proxy): Dont try to connect when the account is offline.CVS svn path=/trunk/; revision=30190
* : Check "prd" for NULL, ALWAYS.Veerapuram Varadhan2005-08-121-2/+5
| | | | | | | * proxy.c: (proxy_commit) : Check "prd" for NULL, ALWAYS. svn path=/trunk/; revision=30092
* : Changed the way in which the EDIT and DELETED flags are handled so thatSankar P2005-08-101-3/+10
| | | | | | | | | | | | 2005-08-10 Sankar P <psankar@novell.com> * proxy.c : (proxy_dialog_store_widgets_data) (proxy_commit) : Changed the way in which the EDIT and DELETED flags are handled so that any proxy can be deleted without closing account-editor. Fixes #312313 svn path=/trunk/; revision=30070
* Moved the GList to maintain the list of proxies, into the proxyDialogSankar P2005-08-101-37/+37
| | | | | | | | | | | | | | 2005-08-10 Sankar P <psankar@novell.com> * proxy.c : Moved the GList to maintain the list of proxies, into the proxyDialog structure. Fixes #312352, #312309 * proxy.h : Added free_proxy_list declaration to avoid compiler warning svn path=/trunk/; revision=30069
* Disabling giving proxy rights to self. Fixes #312365Sankar P2005-08-061-2/+6
| | | | | | | | | | 2005-08-06 Sankar P <psankar@novell.com> * proxy.c: (proxy_dialog_store_widgets_data) Disabling giving proxy rights to self. Fixes #312365 svn path=/trunk/; revision=30014
* Fix #310710. Make code little smart. Stop adding tabs continously. StillShreyas Srinivasan2005-07-201-51/+70
| | | | | | | | | | 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. svn path=/trunk/; revision=29819
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-201-0/+912
2005-07-19 Sankar P <psankar@novell.com> * configure.in : Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. svn path=/trunk/; revision=29805