e06b88c4fd
Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'
2009-10-13 16:24:10 +02:00
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
8771a6de35
More code cleanup.
2009-06-01 19:09:19 -04:00
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00
ffa17ed195
Fix compiler warnings in plugins.
2009-05-26 16:56:30 -04:00
e4fa8fe104
Fix several types of pedantic compiler warnings.
2009-05-16 12:11:55 -04:00
b915f8b5bd
More gnome-init cleanup for bug #567283 .
2009-04-30 22:21:49 -04:00
f9f3b67162
Change license from GPL to LGPL
...
svn path=/trunk/; revision=36381
2008-09-19 06:02:55 +00:00
abda2bda85
updated novell copyright notices (left others alone)
...
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
4503c052d0
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
...
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
2008-06-06 15:12:53 +00:00
787be15b58
** Fix for bug #511956
...
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
2008-03-27 11:25:56 +00:00
107a40775f
** Fix for bug #511953
...
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
2008-03-27 11:21:44 +00:00
f74f3eb5c2
** Fix for bug #511952
...
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
2008-03-18 13:56:22 +00:00
af3502a88b
Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog)
...
svn path=/trunk/; revision=34662
2007-12-06 17:45:37 +00:00
9e4fcb29cf
** Remove trailing whitespace from source code.
...
2007-11-14 Matthew Barnes <mbarnes@redhat.com >
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
8e47917e8c
Update FSF address in header comments ( #469886 ). Patch from Tobias
...
2007-09-02 Matthew Barnes <mbarnes@redhat.com >
* Update FSF address in header comments (#469886 ).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
44eb71780a
Mark strings as translatable. See bug #399381 for details.
...
svn path=/trunk/; revision=33152
2007-01-26 23:53:57 +00:00
9f37d3bd9a
junk-settings.c proxy-login.c proxy.c Construct glade file name at
...
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
2005-12-17 18:45:07 +00:00
08e459d65f
when we reach to the last item in the list, de-sensitize the remove
...
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
2005-10-07 10:56:23 +00:00
2fffd4b350
moved code for comparing id's to the getcontainer list part, we break if
...
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
2005-10-05 12:04:37 +00:00
db4eb8ad23
return the right type. (proxy_soap_login): fix pointer cast.
...
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
2005-08-24 03:15:26 +00:00
dd200e8567
Put back the fix I committed on 2005-03-31, not sure when it got reverted.
...
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
2005-07-22 08:42:58 +00:00
128075a77e
Created a plugin "groupwise-features" which is a consolidation of
...
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
2005-05-23 09:44:26 +00:00