CallItemMethodAsync now messages named blocks in addition to items. I'm using this to get rid of access of Globals.view, which will eventually go away. I updated the Amazon parcel to take advantage of this new feature, which simplifies the code and eliminates the confusion between repository views and UI views.
Removed lots of references to Globals.views
GenerateItems no longer requires a UI view
Grant noticed that some obscure windows specific wxToolbar setting was accidentally pasted in the wrong place. I fixed that and updated it.
Refactored Block Event posting so that the sender is optional.
While removing a reference to Globals.views in ImportImage, which I noticed was broken, I refactored it -- moving it to the parcel it belongs to and using the correct Block Event to implement the functionality. Surprisingly it broke a Calendar functional test. Jeffrey tracked it down to a seemingly unreleated update problem between the detail view and calendar view.
Participated in the Python Eggs meeting where we discussed how internationalization and parcels will be packaged into Eggs.