aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/eshell.types
Commit message (Collapse)AuthorAgeFilesLines
* Document EExtensible and EExtension.Matthew Barnes2010-03-221-0/+2
| | | | | | The mechanism here is simple but hard to explain without leaning heavily on object-oriented jargon. Consider this a rough draft. Illustrations would certainly help clarify.
* Refactor the EShell search API.Matthew Barnes2009-12-191-0/+1
| | | | | | | | | | | | | | | | | Move the search interface to a new widget: EShellSearchbar The current search rule is now stored in EShellView, and the search context in EShellViewClass similar to GalViewCollection (since it's class-specific, not instance-specific). Also add a couple new signals to EShellView: "clear-search" and "custom-search" ("custom" refers to an advanced search or a saved search -- something more complex than a quick search). Still working out a few kinks. The search entry is clearly trying to be too many things. We need a different way of indicating that you're looking at search results. Perhaps a search results banner similar to Nautilus.
* Show import progress directly in the assistant window.Matthew Barnes2009-09-261-1/+0
|
* Convert the shell importer to a widget class.Matthew Barnes2009-09-261-0/+1
|
* Developer documentation improvements.Matthew Barnes2009-09-231-0/+5
|
* Adapt tasks to EShellBackend changes.Matthew Barnes2009-05-091-1/+1
|
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-8/+5
| | | | | | | | | 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/+11
svn path=/branches/kill-bonobo/; revision=36337