aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-activity-proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-101-3/+3
| | | | | | | | | | | I don't have to keep writing the algorithm over and over again. Add EFileActivity, which provides a GCancellable for GIO operations. Cancelling the activity cancels the GIO operation, and vice versa. Also provides a handy GFileProgressCallback function which updates the activity's "percent" property. svn path=/branches/kill-bonobo/; revision=37396
* Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-291-1/+1
| | | | | | | | | | | | | | | | | Make EShell a subclass of UniqueApp and handle single-instance negotiation. When another Evolution process is running: - Running "evolution" will simply present the existing windows. - Running "evolution -c <view>" will open a shell window set to <view>. - Running "evolution <uri>" will open an appropriate window for <uri>. The second process will then terminate immediately. svn path=/branches/kill-bonobo/; revision=37147
* Fix a crash when cancelling a task in the task bar.Matthew Barnes2009-01-251-0/+3
| | | | | | Tinker with task bar padding. svn path=/branches/kill-bonobo/; revision=37131
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-4/+2
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-14/+45
| | | | | | 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/+313
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