aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-taskbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-11/+12
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Continue documenting the new shell API.Matthew Barnes2008-10-011-0/+12
| | | | svn path=/branches/kill-bonobo/; revision=36511
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-1/+1
| | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-14/+2
| | | | | | | | | 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
* Finally got the "Current View" menu under control.Matthew Barnes2008-09-191-0/+86
svn path=/branches/kill-bonobo/; revision=36380