aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/process-meeting.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-141-3/+13
|
* 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-4/+4
| | | | | | | | | | 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-3/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-3/+4
|
* Remove trailing whitespacesMilan Crha2009-09-231-1/+1
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-156/+42
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-3/+0
|
* More code cleanup.Matthew Barnes2009-06-021-4/+4
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-30/+30
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-15/+15
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-4/+4
|
* Adds the resend feature to GroupWise features.Chenthill Palanisamy2009-05-211-2/+262
|
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-13/+16
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #543756Milan Crha2008-07-281-4/+4
| | | | | | | | | | | | | 2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #543756 * org-gnome-shared-folder.errors.xml: * process-meeting.c: (process_meeting): Make question better translatable. svn path=/trunk/; revision=35851
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-11/+11
| | | | | | | | | 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
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* junk-settings.c proxy-login.c proxy.c Construct glade file name atTor Lillqvist2005-12-181-1/+1
| | | | | | | | | | | | | | 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
* Added the new file process-meeting.c and widgets/misc to include headers.Chenthill Palanisamy2005-07-251-0/+281
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 svn path=/trunk/; revision=29870