aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/share-folder.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-7/+8
|
* Bug #611154 - problem in accessing folder propertyVibha Yadav2010-09-161-1/+1
|
* Coding style cleanups.Matthew Barnes2010-09-131-44/+44
|
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-081-15/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-3/+3
|
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
|
* 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-3/+3
| | | | | | | | | | 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-2/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-38/+24
|
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-2/+2
|
* More whitespace cleanup.Matthew Barnes2009-07-191-20/+20
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-6/+0
|
* More code cleanup.Matthew Barnes2009-06-021-7/+7
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-8/+8
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-5/+9
|
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
|
* More gnome-init cleanup for bug #567283.Matthew Barnes2009-05-011-2/+0
|
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-13/+14
| | | | svn path=/trunk/; revision=36381
* 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-11/+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
* ** Fix for bug #511956Milan Crha2008-03-271-1/+1
| | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511956 * share-folder.c: (notification_clicked): Mark text for translation. * properties.glade: Make dialog nicer. svn path=/trunk/; revision=35268
* ** Fix for bug #511953Milan Crha2008-03-271-3/+3
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511953 * share-folder.c: (notification_clicked): Create dialog properly. svn path=/trunk/; revision=35266
* ** 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
* Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing ↵Suman Manjunath2007-12-071-0/+1
| | | | | | mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog) svn path=/trunk/; revision=34662
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-51/+51
| | | | | | | | | 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
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-271-4/+5
| | | | svn path=/trunk/; revision=33152
* junk-settings.c proxy-login.c proxy.c Construct glade file name atTor Lillqvist2005-12-181-2/+16
| | | | | | | | | | | | | | 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
* when we reach to the last item in the list, de-sensitize the removeVivek Jain2005-10-071-1/+2
| | | | | | | | | | 2005-10-07 Vivek Jain <jvivek@novell.com> * share-folder.c : (remove_clicked) when we reach to the last item in the list, de-sensitize the remove button. svn path=/trunk/; revision=30499
* moved code for comparing id's to the getcontainer list part, we break ifVivek Jain2005-10-051-72/+84
| | | | | | | | | | | 2005-10-05 Vivek Jain <jvivek@novell.com> * share-folder.c : (display_container) moved code for comparing id's to the getcontainer list part, we break if we find the matched. also check for null before comparing, free the values **Fixes #317906 svn path=/trunk/; revision=30494
* return the right type. (proxy_soap_login): fix pointer cast.Not Zed2005-08-241-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * proxy-login.c (proxy_get_password): return the right type. (proxy_soap_login): fix pointer cast. (proxy_login_add_new_store): fix pointer cast. (proxy_login_setup_tree_view): fix callback cast. (org_gnome_proxy_account_login): fix prototype to match use. * junk-settings.c (user_selected): fix calling. (junk_settings_construct): more stupid casts. * junk-mail-settings.c (junk_mail_settings): casts. * install-shared.c (install_folder_response): constify item_id. (install_folder_response): remove unused. (org_gnome_popup_wizard): fixed numerous problems with this, over-copying data around, not referencing information properly, freeing potentially unset variables, etc etc. (accept_free): add a free function. * share-folder.c (notification_clicked): fix a multitude of busted casts. (user_selected): fix broken calling conventions, busted style. (share_folder_construct): fix more busted/missing casts. * share-folder-common.c: add missing header. svn path=/trunk/; revision=30232
* Put back the fix I committed on 2005-03-31, not sure when it got reverted.Vivek Jain2005-07-221-14/+40
| | | | | | | | | | 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 svn path=/trunk/; revision=29843
* Created a plugin "groupwise-features" which is a consolidation ofVivek Jain2005-05-231-0/+746
23-05-2005 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 svn path=/trunk/; revision=29400