Matthew Barnes
a06e4484b8
Give MailSession a permanent home.
...
Global variables in shared libraries are a bad idea. EMailBackend now
owns the MailSession instance, which is actually now EMailSession.
Move the blocking utility functions in mail-tools.c to e-mail-session.c
and add asynchronous variants. Same approach as Camel.
Replace EMailReader.get_shell_backend() with EMailReader.get_backend(),
which returns an EMailBackend. Easier access to the EMailSession.
2010-10-12 13:58:59 -04:00
Matthew Barnes
31b57ed038
Adapt to Camel API changes.
2010-09-28 11:35:55 -04:00
Matthew Barnes
cd53ba9900
Coding style cleanups.
2010-09-13 08:28:58 -04:00
Rob Bradford
b6b72b0c4a
addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon theme
...
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
2010-08-02 10:58:43 +01:00
Kjartan Maraas
13cf1d104b
Bug 624534 - Adapt to GTK+ GtkNotebookPage changes
2010-07-25 21:49:18 -04:00
Matthew Barnes
137b0743dd
Migrate from CamelException to GError.
2010-07-08 14:37:52 -04:00
Michael Meeks
36f1f29b9a
Fix transience problems with ENameSelectorDialogs ...
2010-07-08 16:10:59 +01:00
Matthew Barnes
bc90469e7f
Camel is now GObject-based.
2010-04-24 11:05:27 -04:00
Matthew Barnes
fabb6b035c
Only #include Camel's top-level header.
2010-04-02 16:59:20 -04:00
Milan Crha
fdd0b87471
Bug #347330 - Mark forgotten strings for translation
2010-04-02 13:23:48 +02:00
Matthew Barnes
ec73f5522f
Coding style and whitespace cleanup.
2010-01-30 18:09:19 -05:00
Jonathon Jongsma
31204c9cc2
Port all error code to use GObject-ified EAlert / EAlertDialog
...
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.
2009-12-07 12:25:23 -06:00
Jonathon Jongsma
c2ee0afbc8
Rename EError to EAlert to match general use better
...
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
2009-11-30 13:33:04 -06:00
Jonathon Jongsma
68d3608b81
port plugins to use new EError API
...
https://bugzilla.gnome.org/show_bug.cgi?id=602963
2009-11-30 13:32:22 -06:00
Matthew Barnes
054c088169
Bug 589153 - Use GtkBuilder instead of libglade
2009-11-16 19:33:32 -05:00
Milan Crha
e06b88c4fd
Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'
2009-10-13 16:24:10 +02:00
Milan Crha
ffe9df88b2
GN-bug #593617 - GroupWise plugins are not built
2009-09-22 18:46:33 +02:00
Matthew Barnes
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
Matthew Barnes
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
Matthew Barnes
8771a6de35
More code cleanup.
2009-06-01 19:09:19 -04:00
Matthew Barnes
6413227cef
Whitespace cleanup.
2009-05-28 13:13:05 -04:00
Matthew Barnes
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
Matthew Barnes
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00
Matthew Barnes
ffa17ed195
Fix compiler warnings in plugins.
2009-05-26 16:56:30 -04:00
Matthew Barnes
f575a7626a
Eliminate redundant E_ICON_SIZE_* enumeration.
2009-05-24 11:54:43 -04:00
Matthew Barnes
b915f8b5bd
More gnome-init cleanup for bug #567283 .
2009-04-30 22:21:49 -04:00
Gabor Kelemen
09eddb5ec7
Add translator comment to the occurrences of the Proxy term. Fixes bug
...
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
2008-10-01 09:54:29 +00:00
Sankarasivasubramanian Pasupathilingam
762ac32d75
Change License from GPL to LGPL
...
svn path=/trunk/; revision=36443
2008-09-24 11:02:48 +00:00
Jeffrey Stedfast
abda2bda85
updated novell copyright notices (left others alone)
...
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
Matthew Barnes
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
Sankar P
05c0a6191a
We are using some g_object_set on EAccount. We should also avoid
...
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
2008-03-25 11:42:56 +00:00
Milan Crha
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
Matthew Barnes
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
Matthew Barnes
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
Johnny Jacob
b8ae445474
Fix for bug #458715
...
svn path=/trunk/; revision=34022
2007-08-17 08:23:18 +00:00
Sankar P
e7ec0eee48
** Fix for bug #330968
...
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-13 05:46:00 +00:00
Milan Crha
f02772e536
2007-08-10 mcrha Fix for bug #327977
...
svn path=/trunk/; revision=33972
2007-08-10 06:10:35 +00:00
Hiroyuki Ikezoe
3f9cf32172
** Fix for bug #462010
...
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
2007-08-03 11:53:48 +00:00
Shreyas Srinivasan
977ccdda60
Fix more brokenness. doh check if its the proxy page. Need whack on the
...
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
2006-02-20 19:18:23 +00:00
Shreyas Srinivasan
3c48cf5fc0
Fix more brokenness. doh check if its the proxy page.
...
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
2006-02-20 11:47:44 +00:00
Shreyas Srinivasan
4dab3a631e
Initialize connection only when the proxy tab is clicked.
...
2006-02-16 Shreyas Srinivasan <sshreyas@novell.com >
* proxy.c: Initialize connection only when the proxy tab is
clicked.
svn path=/trunk/; revision=31535
2006-02-16 10:54:01 +00:00
Kjartan Maraas
45f799eb86
Make this place a bit more quiet
...
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
Simon Zheng
2a6d2286cd
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
...
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
2006-01-06 06:57:13 +00:00
Tor Lillqvist
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
Parthasarathi Susarla
19d9717dd1
initialize CamelException.
...
2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com >
* proxy.c: initialize CamelException.
Fixes bug #314576
svn path=/trunk/; revision=30717
2005-12-05 06:04:12 +00:00
Parthasarathi Susarla
80f4fd336f
*** empty log message ***
...
svn path=/trunk/; revision=30647
2005-11-23 07:16:14 +00:00
Shreyas Srinivasan
722114449f
Dont try to connect when the account is offline. Also connect to the
...
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
2005-10-19 09:40:06 +00:00
Vivek Jain
85f2509163
"use_ssl" should be Null checked before comparing it with any value. its
...
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
2005-10-14 08:14:19 +00:00
Sankar P
7b3f66098f
Added code to handle the extra blank email that will be returned from the
...
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
2005-09-28 08:20:41 +00:00
Sankar P
a43f0b1905
Replaced g_object_unref with g_free since priv was created using g_new.
...
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
2005-08-29 06:33:58 +00:00