<div>
                    <h2><span style="font-size: 12px; font-weight: normal; ">== This Week ==</span></h2>
<p>This week I mostly spent coding. I've implemented:
</p>
<ul><li> Added shortcuts to buttons (can be enabled or disabled from python)
</li><li> Double height buttons (can be set from python)
</li><li> New icons and icon only buttons
</li><li> Implemented a new Object and Edit mode toolbar and some extra panels
</li><li> Removed operator redo panel
</li><li> Right click menu has been extended with operator defaults.
</li><li> Implemented a button for closed panels that show the panel's buttons in a popup.
</li></ul>
<p>Apart from coding I made some <a href="http://wiki.blender.org/index.php/User:Ack-err/GSoC_2013/Toolbar_Designs_2" title="User:Ack-err/GSoC 2013/Toolbar Designs 2"> new mockups for the toolbar</a> (most of which has now been implemented).</p><p><span style="font-size: 12px;">== Next Week ==</span></p>
<p>Next week I'll be working with Ton at the Blender foundation for some days and it will
 likely be a week of planning the next months as well as continuing work
 on the toolbar.
</p><p><span style="font-size: 12px; ">== Questions ==</span></p>
<p>How do I properly removed old regions from a .blend file? I've  
managed to get something working, but I'm not sure this is the way in  
which it's supposed to be done.
</p><p>Is it possible to pass RNA pointers to operators through its  
properties? It seems this isn't possible because the PointerRNA doesn't  
have all the setter/getter functions that PropertyPointerRNA does.
</p><p>The operator defaults that can be set on a button's right click  
seemed like a good idea, but I've found it to be problematic. Because it
 is only available for toolbar buttons it isn't available for all  
operators. Perhaps an extra button "make default" in the F6 panel is  
more natural.
</p><p>The operator defaults are now saved in a wmOperator linked to by  
the wmOperatorType. This isn't a good solution and I would like to  
discuss with someone what would be the best way of doing this. Currently
 there is a memory leak here. I thought I could clean up the wmOperator  
on some sort of popup close callback, but I can't readily see how to do  
this.&nbsp;</p>
                </div>
                <div><div><span style="font-size: 12px;">I've made a fair few changes that are all over the place, so another pair of experienced eyes to go over them would be welcome.</span></div></div>