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
e841a0b223
Bug 594863 - Message body doesn't allow right click pop up menu
2009-09-12 22:35:45 -05:00
32b1aabf2d
Bug 595002 - There should not be a space before ? in strings
2009-09-12 14:26:18 -05:00
cd230e5a21
Bug #582780 - Use proxy in Google calendar setup plugin
2009-09-10 20:31:39 +02:00
fa9051e040
Finish killing Bonobo.
2009-09-08 14:53:45 -04:00
959ebe30bd
Bug 594284 - FTBFS: missing links
2009-09-06 08:33:56 -04:00
016805f54d
Get the mailing-list-actions plugin working.
...
Also get mail-to-task working for the message browser window.
Came up with a new technique for managing actions and action groups in
the process. Also gave the EMailReader interface an "update-actions"
signal for plugins to connect to.
2009-09-05 11:35:02 -04:00
e9fe87ee99
Remove some obsolete utility functions.
2009-09-04 21:18:15 -04:00
54b282cf4f
Make dbus-glib mandatory.
2009-09-04 18:15:52 -04:00
983fce5e53
Kill the default parent window hack in e-error.c.
...
Fix as many cases that relied on it as I could find, but there may be
more cases out there. They should be fixed too. Passing a NULL parent
window to e_error_new() is illegal and will emit a runtime warning.
2009-09-04 17:07:15 -04:00
8122853b20
Bug 593442 - plugin-manager: HIG-ify main screen
...
The main screen of the plugin-manager is a bit sloppy. HIG-ify it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl >
2009-09-04 11:38:57 +02:00
643db16894
Get the "save-calendar" plugin working.
...
Based on initial work by Milan Crha.
2009-09-03 13:27:31 -04:00
8962868ff9
Relax the EBinding API to reduce GObject casting.
...
Also make it more fault-tolerant by warning about non-existent
property names instead of just crashing.
2009-09-01 21:12:44 -04:00
136adee476
Get the publish-calendar plugin working.
2009-09-01 19:51:55 -04:00
e37231b9e1
Kill debug messages in default-mailer plugin.
2009-09-01 16:41:11 -04:00
fddcc93ac6
Cleanup up templates using EPluginUI callback feature.
2009-09-01 15:51:00 -04:00
7d37241d11
Bug 593675 - Freeze on startup
2009-08-31 20:00:45 -04:00
1d64a0655a
Bug #593648 - mail-to-task used full path in .eplug file
...
just a part-of-bug, this doesn't fix whole bug.
2009-08-31 12:29:40 +02:00
06d9b59770
Fix for few compiler warnings
2009-08-31 11:47:12 +02:00
cfb9c32b66
Merge commit 'origin/kill-bonobo'
2009-08-30 01:40:49 -04:00
0f7f4cfe38
Coding style and whitespace cleanup.
2009-08-30 00:48:57 -04:00
32f545cdf0
Simplify EPlugin loading at startup.
...
- Require all EPlugin and EPluginHook subtypes be registered before
loading plugins. This drastically simplifies the EPlugin/EPluginHook
negotiation.
- Turn most EPluginHook subtypes into GTypeModules and register their
types from an e_module_load() function (does not include shell hooks).
- Convert EPluginLib and the Mono and Python bindings to GTypeModules
and register their types from an e_module_load() function, and kill
EPluginTypeHook.
2009-08-29 17:23:20 -04:00
d7534a2ac7
Bug #590687 - Evolution not restoring data from backup archive
2009-08-28 15:06:33 +02:00
520d90a9cc
Build with -Wl,--no-undefined and fix linker errors.
2009-08-28 08:09:02 -04:00
86518a22f7
Bug #592873 - Initialize Force Read only check state properly
2009-08-26 17:21:27 +02:00
0221ae1e0e
Cleanup mail-notification configuration page.
2009-08-23 09:53:56 -04:00
ff7084ffe4
Bug 571488 - Migrate from deprecated gnome_sound to libcanberra
2009-08-23 08:31:14 -04:00
dc3973b535
Bug #592551 - Build break fix caused by bug #581288
2009-08-21 12:33:28 +02:00