aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-activity.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-180/+69
| | | | | | | | | | | everything to GtkUIManager/GtkActions. Saving progress mid-stream... not sure about the MIME part utilities yet. Also, add some EActivity subclasses. Considering an EFileActivity subclass for asynchronous GIO operations (loading/saving attachments, etc.), but still ironing out details. svn path=/branches/kill-bonobo/; revision=37389
* Fix a typo.Matthew Barnes2009-01-161-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=37088
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-6/+258
| | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-8/+8
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-0/+463
EActivity objects instead of numeric handler IDs. Create an EActivity, configure it, and (optionally) connect to its "cancelled" and "completed" signals. Then hand it to the shell view via e_shell_view_add_activity(). When finished with the activity, call e_activity_finish() and unref it. svn path=/branches/kill-bonobo/; revision=36391