aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-composer-activity.c
Commit message (Collapse)AuthorAgeFilesLines
* WebKit port - port addressbook, calendar and update composer to keep working ↵Dan Vrátil2012-03-291-5/+5
| | | | with GtkHtml
* Composer cleanups.Matthew Barnes2012-01-011-2/+5
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
|
* Bug 632127 - Composer is editable while sending messageMatthew Barnes2010-10-151-10/+38
|
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-0/+156
'Send' and 'Save Draft' are now asynchronous and run outside of Evolution's MailMsg infrastructure. Add an EActivityBar to the composer window so these asynchronous operations can be tracked and cancelled even in the absense of a main window. Also add an EAlertBar to the composer window so error messages can be shown directly in the window. Instead of calling e_alert_dialog_run_for_args(), call e_alert_submit() and pass the EMsgComposer as the widget argument. The EMsgComposer will decide whether to show an EAlertDialog or use the EAlertBar, depending on the GtkMessageType of the alert.