aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-module.c
Commit message (Collapse)AuthorAgeFilesLines
* Begin documenting the new shell design.Matthew Barnes2008-09-151-2/+89
| | | | svn path=/branches/kill-bonobo/; revision=36337
* Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-111-0/+26
| | | | svn path=/branches/kill-bonobo/; revision=36303
* Progress update:Matthew Barnes2008-09-071-0/+9
| | | | | | | | | - Contacts module mostly working now. - View and search UI not yet working. - Still refining shell design. svn path=/branches/kill-bonobo/; revision=36268
* Progress update:Matthew Barnes2008-08-271-5/+22
| | | | | | | | | - Further refinements of the shell API. - Kill ESMenu and EUserCreatableItemsHandler. - Start ripping apart the addressbook component. svn path=/branches/kill-bonobo/; revision=36093
* Progress update:Matthew Barnes2008-08-231-51/+65
| | | | | | | | | | - Discard libnm-glib method of monitoring network connectivity. - Decided to make EShell a singleton GObject after all. Makes the design cleaner, despite having to pass a singleton instance around. - Make the switcher button style persistent. svn path=/branches/kill-bonobo/; revision=36043
* Committing the day's progress.Matthew Barnes2008-08-191-26/+48
| | | | | | | | | | | | | Realized the "New" menu construction algorithm needs to live independently of shell view instances since we lazy load the shell views but have to display all possible "New" items immediately. Prototype the mechanisms for managing the various shell views and keeping track of which one is current. Various other tightening up and rethinking of APIs. svn path=/branches/kill-bonobo/; revision=36022
* Work through more compilation errors.Matthew Barnes2008-08-091-1/+14
| | | | | | Rewrite EMultiConfigDialog to not use ETable. svn path=/branches/kill-bonobo/; revision=35942
* Fix some compilation errors.Matthew Barnes2008-08-081-1/+3
| | | | svn path=/branches/kill-bonobo/; revision=35938
* Commit progress, which breaks everything.Matthew Barnes2008-08-081-0/+34
| | | | svn path=/branches/kill-bonobo/; revision=35930
* Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-171-0/+270
svn path=/branches/kill-bonobo/; revision=35748