aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-delegates-user.c
Commit message (Collapse)AuthorAgeFilesLines
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-11/+13
| | | | svn path=/trunk/; revision=36443
* ** 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
* Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.Matthew Barnes2008-06-041-1/+0
| | | | | | | | | | | 2008-06-04 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-delegates-user.c: Don't undef DISABLE_DEPRECATED macros in source code. That's just evil. svn path=/trunk/; revision=35593
* ** Patch from OpenSUSE.Srinivasa Ragavan2008-02-181-0/+5
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Patch from OpenSUSE. * exchange-delegates-user.c: Warnings. svn path=/trunk/; revision=35032
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-22/+22
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-2/+2
| | | | svn path=/trunk/; revision=34458
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-4/+6
| | | | svn path=/trunk/; revision=34192
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Generate HTML Mail instead of ascii text for summarizing permissions.Veerapuram Varadhan2007-08-011-19/+27
| | | | | | * Generate HTML Mail instead of ascii text for summarizing permissions. svn path=/trunk/; revision=33917
* Added translator comments.Chenthill Palanisamy2007-07-301-8/+18
| | | | svn path=/trunk/; revision=33904
* ** Fix for bug #458511Hiroyuki Ikezoe2007-07-261-5/+5
| | | | | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #458511 * exchange-delegates-user.c: (exchange_delegates_user_edit): each message is enclosed with double quotes line by line. svn path=/trunk/; revision=33841
* Fix a bunch of new implicit function declarations.Matthew Barnes2007-07-131-2/+7
| | | | | | | | | | 2007-07-12 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-delegates-user.c: Fix a bunch of new implicit function declarations. svn path=/trunk/; revision=33802
* reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-091-7/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-09 Chenthill Palanisamy <pchenthill@novell.com> reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> * exchange-delegates-user.c: (map_to_full_role_name), (em_utils_delegates_done), (exchange_delegates_user_edit): * exchange-delegates-user.h: * exchange-delegates.c: (add_button_clicked_cb), (edit_button_clicked_cb), (email_look_up), (table_click_cb): * exchange-delegates.glade: * exchange-delegates.h: * exchange-mail-send-options.c: (append_to_header): * exchange-send-options.c: (exchange_send_options_get_widgets_data), (get_widgets), (exchange_send_options_fill_widgets_with_data), (exchange_send_options_cb), (delegate_option_toggled), (addressbook_dialog_response), (addressbook_entry_changed), (address_button_clicked), (exchange_sendoptions_dialog_run), (exchange_sendoptions_dialog_init): * exchange-send-options.glade: * exchange-send-options.h: * org-gnome-exchange-operations.error.xml: Added the exchange delegation support. Committing on behalf of Bharath Acharya <abharath@novell.com> svn path=/trunk/; revision=33784
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+0
| | | | svn path=/trunk/; revision=33432
* Use GLib marshallers wherever possible.Matthew Barnes2007-04-051-1/+1
| | | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-config-listener.c (class_init): * plugins/exchange-operations/exchange-delegates-user.c (class_init): Use GLib marshallers wherever possible. svn path=/trunk/; revision=33387
* Removed the repleted window title and added translator comments. Fixes #313545.Sushma Rai2005-12-191-1/+3
| | | | svn path=/trunk/; revision=30882
* Removed the warning that are generated when compiled with GCC 4.Praveen Kumar2005-08-241-4/+4
| | | | | | | | | | | | | | | | | | | | 2005-08-24 Praveen Kumar <kpraveen@novell.com> * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/exchange-operations/exchange-delegates-user.c: * plugins/exchange-operations/exchange-folder-size-display.c: * plugins/exchange-operations/exchange-folder.c: * plugins/exchange-operations/exchange-operations.c: Removed the warning that are generated when compiled with GCC 4. * plugins/exchange-operations/exchange-calendar.c: Fixed a build break due to the modification of the 'source_type' field in the ECalConfigTargetSource class. svn path=/trunk/; revision=30237
* Added entries for the files providing the delegation assistant featurePraveen Kumar2005-07-081-4/+4
| | | | | | | | | | | | | | | | 2005-07-08 Praveen Kumar <kpraveen@novell.com> * Makefile.am : Added entries for the files providing the delegation assistant feature * exchange-user-dialog.c : Added new * exchange-user-dialog.h : Added new * exchange-account-setup.c (btn_dass_clicked) : Enabled the code for for invoking the delegation assistant window * exchange-delegates-user.c : Modified to include the header files from include path instead of the local directory * exchange-permissions-dialog.c : Modified an occurence to include the file exchange-user-dialog.c instead of e2k-folder-dialog.c svn path=/trunk/; revision=29686
* Added a new plugin directory for renaming exchange-account-setup asSarfraaz Ahmed2005-06-131-0/+332
2005-06-12 Sarfraaz Ahmed <asarfraaz@novell.com> * plugins/exchange-operations : Added a new plugin directory for renaming exchange-account-setup as exchange-operations. svn path=/trunk/; revision=29498