c5e04ca040
EWebView popup menu enhancements.
...
Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
2009-11-13 11:26:43 -05:00
c1d59b0e9e
Bug 601626 - pst-import missing link to libeutil
2009-11-12 10:44:53 -05:00
623d0541ee
More build failures due to missing internal lib dependencies
2009-11-11 11:28:07 -06:00
43a98ec41e
Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGS
...
The code uses ical stuff and the libical CFLAGS are present in
EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS.
2009-11-11 15:31:31 +02:00
1239230591
Enable building without Canberra-GTK
2009-11-11 15:29:51 +02:00
3dfdf087fc
Kill more redundant save dialogs and related utilities.
2009-11-10 18:18:11 -05:00
bd5d405fe3
EMFormat plugins should always be enabled.
...
Marks them as "system plugins" so they're not shown in Plugin Manager.
This is a temporary fix until I can rework EMFormat to use GTypeModule
extensions instead of EPlugins.
2009-11-09 19:57:13 -05:00
e13eb8a5b5
Add zooming and drag-and-drop to the plugin.
...
A bunch of crusty old code in em-format-html-display.c falls out.
2009-11-09 19:57:12 -05:00
6db0e25419
Prototype an inline image plugin.
...
Uses GtkImageView to display the image.
2009-11-09 19:57:09 -05:00
214f3a8038
Bug 600926 - Fails to build due to missing dependencies
2009-11-09 19:11:03 -05:00
5783bb4eb0
Kill more redundant save functions.
2009-11-07 16:09:05 -05:00
db0d0594b0
Bug #482327 - Save attached calendar with multiple items easily
2009-11-06 18:05:39 +01:00
c46630b0d5
Build filename using g_build_filename instead of hardcoding forward-slash
2009-11-05 19:00:31 +00:00
8cff3c4e4c
Quote filename during restore to prevent user assisted arbitrary code execution
...
Fixes bug 540516.
2009-11-05 19:00:31 +00:00
fa057e9f04
Bug #557505 - [bbdb] hangs and is unresponsive
...
Reverted some parts of bug #599199 and did the same differently
2009-11-04 14:33:09 +01:00
daa8339f17
Bug #464400 - New mail notify should display sender and subject
2009-10-30 17:01:01 +01:00
eff08fcad7
Bug #583450 - [prefer-plain] Ability to hide html attachments
2009-10-30 14:03:45 +01:00
7e8315f353
Bug #570835 - Custom e-mail headers inserted with double column
2009-10-29 18:59:31 +01:00
d474c030d7
Bug #561843 - Properly check for filename being set, to not crash
2009-10-29 18:09:32 +01:00
1cdf521ff7
Bug #552727 - Flooded by spam checking errors if bogofilter not installed
2009-10-27 22:32:40 +01:00
9b4c243865
Bug #550049 - Disable Mark messages as read actions when unusable
2009-10-27 21:18:01 +01:00
2b16aef841
Cleanup and rename filter classes.
2009-10-27 09:25:01 -04:00
58166e6459
Prefer G_N_ELEMENTS over sizeof calculations.
2009-10-27 09:25:01 -04:00
a09f553458
Prefer GLib mutexes over pthread mutexes.
2009-10-27 09:25:00 -04:00
d00a56d4cc
Bug #599199 - Hangs regularly when synchro with pidgin is activated
...
The sync is done only once on idle after start. The method of checking for
buddy list changes is done by md5 checksum now, as the pidgin start/stop
changed file time, which was the old method of detecting changes. Also not
using getenv("HOME"), but g_get_home_dir() instead.
2009-10-27 11:45:17 +01:00
d48348f340
Coding style and whitespace cleanups.
2009-10-24 01:10:42 -04:00
a952dca522
Bug #575208 - Use complete template message with all attachments
2009-10-23 22:28:56 +02:00
224c0cb2b9
Bug 599245 - Use bitwise AND instead of logical AND for checking flags
2009-10-22 00:19:09 -04:00
72854d0bb8
Bug 480361 - Useful action when clicking on a mail notification
2009-10-20 23:45:01 -04:00
be17ff02ab
Bug #470291 - [prefer-plain] Be able to show HTML only messages
2009-10-16 12:05:04 +02:00
f74a144894
Bug #322261 - vCalendar replies are sent out using the default account
2009-10-15 21:02:42 +02:00
47dcdfdd70
Bug #329710 - [PublishCal] 'Enable' button should update on change
2009-10-15 16:55:08 +02:00
2d089faf78
Bug #373297 - Option for autocomplete in address book preferences
2009-10-15 16:51:19 +02:00
c27b8cbd63
Bug #523335 - [mail-to-task] Enhancements
2009-10-15 16:27:20 +02:00
b3b783f146
Bug #573878 - [face] Plugin is unusable
2009-10-15 15:41:32 +02:00
51f9daed70
Bug #597123 - Composer's Send Options doesn't work
2009-10-13 18:50:20 +02:00
e06b88c4fd
Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'
2009-10-13 16:24:10 +02:00
cdd5f2c711
Bug #456240 - Move exchange plugin to exchange package
...
Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
2009-10-02 15:07:03 +02:00
656178049b
Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.
2009-10-01 16:24:49 -04:00
f62728b55e
Bug 596848 - Use per-target CPPFLAGS in automake files
2009-09-30 23:37:50 -04:00
3b2cfae176
Trim unused or unnecessary bits from the import framework.
2009-09-26 10:28:05 -04:00
face752169
Overlooked compiler warnings from exchange-operations plugin
2009-09-25 10:51:27 +02:00
17ccb42efb
Bug #593609 - Have buildable exchange-operations plugin again
2009-09-25 10:25:40 +02:00
8bbaca9faf
Fix duplicate symbols in Glade files.
2009-09-24 17:52:24 -04:00
e48aee61c9
Rework optional plugin detection to fix distcheck.
2009-09-23 16:41:27 -04:00
268fade61f
Remove trailing whitespaces
2009-09-22 18:51:15 +02:00
ffe9df88b2
GN-bug #593617 - GroupWise plugins are not built
2009-09-22 18:46:33 +02:00
5a80f92d37
Kill the ipod-sync plugin, along with the HAL dependency.
2009-09-22 07:48:11 -04:00
acb28fef9d
Goodbye libgnome and libgnomeui!!
2009-09-18 12:34:47 -04:00
0177724596
Fix crashes in mail-to-task plugin.
2009-09-12 23:07:42 -05:00