aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-taskbar.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add more EShell API documentation.Matthew Barnes2008-10-021-0/+52
| | | | svn path=/branches/kill-bonobo/; revision=36533
* Continue documenting the new shell API.Matthew Barnes2008-10-011-4/+2
| | | | svn path=/branches/kill-bonobo/; revision=36511
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-98/+133
| | | | | | | | | 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/+335
svn path=/branches/kill-bonobo/; revision=36380