aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-shell-module.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compilation errors.Matthew Barnes2008-10-051-2/+2
| | | | svn path=/branches/kill-bonobo/; revision=36561
* Support migration in the new shell design.Matthew Barnes2008-10-051-0/+14
| | | | | | Some code got duplicated for calendars and tasks. Made a note to revisit. svn path=/branches/kill-bonobo/; revision=36560
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-2/+0
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-10/+2
| | | | svn path=/branches/kill-bonobo/; revision=36538
* Continue documenting the new shell API.Matthew Barnes2008-10-011-0/+9
| | | | svn path=/branches/kill-bonobo/; revision=36511
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-0/+8
| | | | | | | | | 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
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+140
svn path=/branches/kill-bonobo/; revision=36337