35929a37e7
Bug 594002 - Stuck mail activities when error occurs
2009-09-04 17:39:59 -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
586725125f
Bug #593922 - Reply freezes evo
2009-09-02 16:30:37 +02: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
1ecad022dd
Bug 592169 - "Checking for new mail" doesn't show which folder
2009-09-01 08:21:04 -04:00
140aa99d94
Bug #593779 - re-committing patch from bug #214238
2009-09-01 12:51:01 +02:00
e7a7e7d1b4
Bug 593614 - efh_format_secure() recurses forever
2009-08-31 18:26:24 -04:00
c450a333ee
Bug 593685 - Insensitive actions after start
2009-08-31 15:56:26 -04:00
78b5ff3b82
Fix distcheck errors.
2009-08-30 11:38:25 -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
92d0be6822
Fix return types
2009-08-26 22:12:52 +02:00
f6355e1fde
Add menu item ellipsis according to bug #324492 .
2009-08-25 11:40:56 -04:00
0362cc8c00
Bug 488409 - Remember size of filter/vfolder editor windows
2009-08-25 08:24:39 -04:00
ffde0e3758
Stop killing evolution-data-server services.
...
That includes startup and --force-shutdown.
2009-08-23 10:53:42 -04:00
ff7084ffe4
Bug 571488 - Migrate from deprecated gnome_sound to libcanberra
2009-08-23 08:31:14 -04:00
dbd93b7981
Re-enable more calendar bits.
2009-08-18 15:03:42 -04:00
de528db6c1
Bug 567260 - Migrate from GnomeDruid to GtkAssistant
2009-08-18 10:00:23 -04:00
9ff9063fe6
Bug 591829 - Dragging mails to folder tree does not work
2009-08-17 16:54:42 -04:00
ca961d3346
Bug 591830 - Inline attachments no longer shown
2009-08-17 15:30:25 -04:00
cee7273ff2
Bug 592032 - Marks message as read when preview is off
2009-08-17 14:14:03 -04:00
a1b2b4261c
Fix a duplicate mnemonic.
2009-08-17 12:36:07 -04:00
ff736e48b2
Bug 592034 - Reply to List doesn't work
2009-08-17 12:15:57 -04:00
672adf12a0
Fix compiler warnings and deprecated GTK+ API usage.
2009-08-16 11:42:26 -04:00
6575bf9d46
Fix the Labels tab in mail-config.glade.
...
Also, explicitly specifiy GtkVBox orientations so Glade doesn't stupidly
assume it's horizontal. Makes them kind of hard to edit otherwise.
2009-08-12 11:51:49 -04:00
50302d03b3
Bug #205137 - Configurable date formats in components
2009-08-11 15:44:27 -04:00
cd6f86108b
Clean up setup assistant strings
2009-08-11 08:40:20 -04:00
3a4e536dfb
Clean up setup assistant strings
2009-08-11 08:37:18 -04:00
61923c8dae
Make Port string only for Anjal.
2009-08-10 16:46:18 -04:00
cd5ed0e6a2
Bug #563041 - Template plugin doesn't work; added new variables
...
$sender_name and $sender_email
2009-08-10 16:39:03 -04:00
45d475c31b
Kill EMMenu and EMPopup.
...
Also finish adapting Templates plugin to EPluginUI.
It was still leaning pretty hard on EMPopup.
2009-08-10 10:32:03 -04:00
052e89dd42
Seal up ESignature and add GObject properties.
2009-08-06 20:00:49 -04:00
9abce97958
Remove some unnecessary Bonobo includes.
2009-08-05 18:12:38 -04:00
fac731e735
Simplify binding EShellSettings properties to GConf keys.
2009-07-31 14:02:14 -04:00
2c4510e858
Merge commit 'EVOLUTION_2_27_5' into kill-bonobo
2009-07-28 11:24:49 -04:00
6fd1081b2d
BUG #472079 (BNC) - Cannot Edit Account When Proxy
...
* em-account-prefs.c (account_edit_clicked),
(account_cursor_change): Do not disable the option to edit accounts
when proxy accounts are enabled.
Bug Description:
If you open a Groupwise proxy, and then go into Edit >> Preferences you cannot
edit your own email account until the proxy is closed. The Edit button is
grayed out.
2009-07-27 10:55:45 +05:30
30ac043b6e
Coding style and whitespace cleanups.
2009-07-26 08:18:59 -04:00
0e72ddbf7c
BUG #589494 : Doesn't print full list of recipients
...
Display all email addresses by default for the To, Cc and Bcc fields.
2009-07-24 11:45:29 +05:30
e502c83e15
Unref idle loops in finalize.
2009-07-24 00:23:03 +05:30
606f6c15db
Bug #339361 (bnc) - soap threading not working.
2009-07-23 18:55:25 +05:30
92c3639a0f
Bug #589412 - Wrong notice in message list when messages are hidden
2009-07-22 20:15:17 +02:00
0f0ec12960
Hide signatures for Anjal.
2009-07-22 19:18:40 +05:30
70c950a1f9
Make it possible to have send receive with out dialog
2009-07-22 10:59:57 +05:30
a5fd4e8ffc
Bug #588787 - Crash on search in an active account or all accounts
2009-07-21 18:49:32 +02:00
1482abed5e
Change for Anjal to support forwarding of mails
2009-07-20 14:30:42 +05:30
7060f61636
Add code to have optional status bar for Anjal.
2009-07-20 10:50:04 +05:30
e77bac3e5c
Add code to handle mail-mt's requirement.
2009-07-20 10:50:04 +05:30
fa360fde28
More whitespace cleanup.
2009-07-18 14:07:42 -04:00
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
becd78e26e
Fix an activity cancellation crasher.
2009-07-17 16:51:53 -04:00
d98dc0105e
Implement the mail backend's quit strategy.
2009-07-17 11:44:21 -04:00