Commit Graph

91 Commits

Author SHA1 Message Date
59324d9f4c Call setlocale() instead of gtk_set_locale().
gtk_set_locale() has been deprecated in GTK+ 2.23.3.
2011-06-29 18:41:14 +02:00
65eafc6769 Bug #636058 - Account setup issues express mode.
Widget name required to update.
2011-06-29 18:41:05 +02:00
aaf95d222d Bug #632962 - Duplicate "On this computer" sources after update 2011-06-29 18:41:04 +02:00
0e7b23b94d Miscellaneous fixups. 2010-10-18 14:31:16 -04:00
ec170e47fd Move more account utilities to e-account-utils.c. 2010-10-18 12:32:38 -04:00
35e55a8d6e Send errors to an EAlertSink instead of the task bar.
This marks the end of unintrusive error dialogs, which were too
unintrusive.  We now show errors directly in the main window using
the EAlert / EAlertSink framework.
2010-10-18 12:32:37 -04:00
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
afe6f502c3 Use new GDK keysym names if available.
In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*.

I've added backward-compatibility macors to gtk-compat.h, which can be
dumped as soon as we require GTK+ >= 2.22.0.
2010-09-17 18:39:59 -04:00
64f53f1a53 Increase safety on Windows
Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution.
2010-09-15 16:49:01 +02:00
cd53ba9900 Coding style cleanups. 2010-09-13 08:28:58 -04:00
ebcce86769 Coding style and whitespace cleanups. 2010-09-11 14:14:04 -04:00
38b1b83bf6 Bug 629250 - Fix translatable string format in mail-settings-view.c 2010-09-10 18:39:21 -04:00
ff35bad1de Bug 629253 - Remove unnecessary markup 2010-09-10 18:32:59 -04:00
8fbcab126e Remove the last traces of dbus-glib. 2010-08-29 07:42:26 -04:00
bd5e9031b9 Update autoconfig settings for live.com
Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
2010-08-23 12:36:51 +08:00
242593df87 Add encryption and authentication support for autoconfig
Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
2010-08-23 12:36:45 +08:00
46c2fbd4f7 build: Add libemformat to LDADD for evolution-settings 2010-08-11 13:31:34 +01:00
abd3e2a257 docs on where the repo for the web version lives, and how to deal with it 2010-08-10 15:32:03 +01:00
5c49c70d55 We are not using dbus-glib anymore, don't call dbus_g_thread_init 2010-08-05 01:01:19 +02:00
13cf1d104b Bug 624534 - Adapt to GTK+ GtkNotebookPage changes 2010-07-25 21:49:18 -04:00
ffc019e36f Coding style and whitespace cleanups. 2010-06-06 20:09:08 -04:00
7959b11113 Convert "startup-wizard" to an EExtension.
Convert the "startup-wizard" EPlugin to an EExtension, and fix up the
importing UI a bit (but it still needs a lot more love).  Importing
progress is now shown directly in the GtkAssistant window.

Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating
progress pages in a GtkAssistant.

Also, change EMAccountEditor semantics slightly: you now have to call
e_config_create_window() manually after creating a new EMAccountEditor
instance.  This allows extra EConfigItems (specifications for the window
content) to be added manually before the window is created.
2010-06-02 16:36:11 -04:00
3d9b0002c5 [win32] Relocate the position of mail-autoconfig directory 2010-05-31 12:53:11 +02:00
0b1cd2dd5b Coding style and whitespace cleanup. 2010-05-26 17:19:41 -04:00
c9ec8c3f4d Merge branch 'express2' 2010-05-26 13:09:33 -04:00
9653887891 Coding style and whitespace cleanup. 2010-05-25 10:15:32 -04:00
4aa2552cb4 Don't ask for password while editing accounts. 2010-05-07 13:55:33 +05:30
c30d29425e Coding style and whitespace cleanup. 2010-05-01 23:18:28 -04:00
7ef34bfaae equivocate on mail recommendation 2010-04-26 12:33:02 +01:00
b2121b1cf7 Add yahoo calendars support. 2010-04-26 15:18:32 +05:30
64b2fe23c4 Create Google group at instances when it is not created by default 2010-04-26 12:16:22 +05:30
bc90469e7f Camel is now GObject-based. 2010-04-24 11:05:27 -04:00
91020b05a3 Bug #360461 - Avoid markup in translatable messages 2010-04-23 11:20:50 +02:00
346a481edc Remove more ad-hoc spacings
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-22 14:54:56 -05:00
ce1bcb611b Reduce spacings in the mail capplet's Review page
This makes the page fit in 1024x600 without having a vertical scrollbar.

There was an extra 3 pixels between each row, added explicitly as ypadding when
each widget was attached to its parent table.  Now we just use the inter-row
spacing from the table itself.

Also, use a macro for each item's indentation instead of having the same magic value
all over the place.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-22 14:39:03 -05:00
ae650132ca Create Google Calendar and Contacts account optionally while creating
gmail accounts.
2010-04-22 12:21:37 +05:30
e9c4388490 Fix ergonomic details, and prettify (for small screens at least) 2010-04-21 16:52:25 +01:00
33fc38811d Add Password field to the account setup and prestore password. 2010-04-20 10:55:22 +05:30
8505a33d99 add proxy support to auto-configuration 2010-04-19 17:13:14 +01:00
96421ff37c Use accessor functions instead direct access (GSEAL work)
Still remaining:
GtkAccessible::widget
GtkAssistant::forward
GtkAssistant::back
GtkObject::flags
GtkTreeStore::stamp

The GtkAssistant fields are related to bug #596428.  We don't
need accessor functions so much as the enhancement described
there implemented.

https://bugzilla.gnome.org/show_bug.cgi?id=615613
2010-04-13 16:23:16 +02:00
3a5c89132b switch autoconfig to use the api.gnome.org API 2010-04-12 14:51:52 +01:00
a16f08974d Merge gnome-2-30 into express2 to get bugfixes
Note that express2 got some documentation for EExtensible and friends,
and that documentation is not in gnome-2-30 yet.  We need to cherry-pick
those commits into gnome-2-30 and elsewhere.
2010-04-09 12:21:32 -05:00
74e6e7c71d Remove gtk_notebook_set_tab_label_packing(). 2010-04-08 10:17:42 -04:00
f585bf4b61 Remove gtk_notebook_set_tab_label_packing(). 2010-04-08 10:16:18 -04:00
00217c7a2a Capplet cleanups. 2010-04-07 12:27:43 +01:00
a569d6d63b Ahem, use the right installation paths
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-07 12:07:28 +01:00
9cbf441430 Fallback to the offline case if we can't contact the server anyway
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-07 12:07:25 +01:00
6cf5297b72 Get the online status from the EShell
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-07 12:07:21 +01:00
5074cca8b1 Fix Makefile.am thinko
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-07 12:07:17 +01:00
045e4cffdd Fix compiler warnings
Oh, yes, I hate xmlChar.

Signed-off-by: Federico Mena Quintero <federico@novell.com>

Conflicts:

	capplet/settings/mail-guess-servers.c
2010-04-07 12:07:08 +01:00