aboutsummaryrefslogtreecommitdiffstats
path: root/shell/test/e-test-shell-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Progress update:Matthew Barnes2008-08-271-9/+9
| | | | | | | | | - Further refinements of the shell API. - Kill ESMenu and EUserCreatableItemsHandler. - Start ripping apart the addressbook component. svn path=/branches/kill-bonobo/; revision=36093
* Committing the day's progress.Matthew Barnes2008-08-191-4/+6
| | | | | | | | | | | | | 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
* Demonstrate displaying the test shell view.Matthew Barnes2008-08-141-0/+79
Also get the "Switcher Appearance" menu working... mostly. Still need to respond to GtkSettings notifications and make the preference persistent. svn path=/branches/kill-bonobo/; revision=35985