aboutsummaryrefslogtreecommitdiffstats
path: root/shell/test/e-test-shell-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some bootstrapping issues.Matthew Barnes2008-09-101-17/+28
| | | | svn path=/branches/kill-bonobo/; revision=36291
* Fix some bugs in the way the shell widgets get initialized.Matthew Barnes2008-09-091-28/+17
| | | | svn path=/branches/kill-bonobo/; revision=36279
* Progress update:Matthew Barnes2008-09-091-16/+28
| | | | | | | | - Merge ETaskBar into EShellTaskbar. - Remember the last view, and make --component work. svn path=/branches/kill-bonobo/; revision=36278
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-76/+9
| | | | svn path=/branches/kill-bonobo/; revision=36260
* Preferences window awesomeness.Matthew Barnes2008-08-301-3/+11
| | | | svn path=/branches/kill-bonobo/; revision=36215
* Progress update:Matthew Barnes2008-08-301-0/+8
| | | | | | | | | | | - Contacts module partially working! - Implement UI merging. Also merge EInfoLabel into ESidebar. The shell window now manages the icon and labels and keeps them up-to-date via EShellView properties. svn path=/branches/kill-bonobo/; revision=36214
* Progress update:Matthew Barnes2008-08-271-6/+84
| | | | | | | | - Get the test module to demonstrate populating the shell window (particularly, the various notebooks) with some stupid widgets. svn path=/branches/kill-bonobo/; revision=36094
* 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