enthought / ensemble

High-level widgets for building Python applications
Other
4 stars 7 forks source link

Add the CTF management code from the demo/volume-sandbox branch #22

Closed jwiggins closed 10 years ago

jwiggins commented 10 years ago

This continues the steady march of pulling in features from the experimental demo/volume-sandbox branch. This replaces the save/load context menu actions in the CTF editor with a CtfManager class which allows a more user-friendly CTF-wrangling UI to be built.

tonysyu commented 10 years ago

Could you add tests for this?

jwiggins commented 10 years ago

Tests added.

tonysyu commented 10 years ago

I forgot to ask: What do you think about adding a remove function to CtfManager? I'm OK with punting, but it'd definitely be nice to have.

jwiggins commented 10 years ago

Save it for later. Once all these features from demo/volume-sandbox are in master, we should play around with the volume viewer for a little while and then do another round of tweaks.

tonysyu commented 10 years ago

Thanks for the updates!