Added CPIA viewer that views blocks in the soup like the repository viewer
Added a workaround for the MiniCalendar delete crashing CPIA (#2364). This has been on Jed's plate for a few weeks now, so I narrowed it down further, which I hope will allow him to fix it.
Fixed a bug that cropped up where adding things to the sidebar stopped working.
Removed NeedsUpdate from RepositoryView and CPIA viewer
ReloadParcels now blows away the blocks in the soup with a minimum of left over garbage that isn't cleaned up. This leaves dangling references, and is a good example why we can't get by without garbage collection.
Modified Alex's delete of the MainViewRoot to use my version that leaves a minimium of garbage in the repository.
Rewrote the top level UI
Got rid of parcels/osaf/views/content
Removed all ascii strings with unicode strings in displayable text in my code
Fixed calendar so it displays when plugged into a TrunkParentBlock
Replaced kind filter bar with application bar
Rewrote Sidebar trunk delegates for new sidebar design
Found and fixed more cloud bugs in blocks
Discovered that our current ItemCollections doesn't work for Mimi's sidebar design
Narrowed down wxWidgets toolbar bug on Mac #2432 and checked in a workaround
Replaced "SingleRef" with "Item", in parcel XML, since it seems clearer