Ran update_copyright.py.
[hooke.git] / hooke / plugin / cut.py
2011-04-28 W. Trevor KingRan update_copyright.py.
2010-09-29 W. Trevor KingAdd os.path.expanduser() wrappers to user-supplied...
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-03 W. Trevor KingRan update_copyright.py
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-03 W. Trevor KingAdd headers to output of 'cut' and 'export block'.
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-05-19 W. Trevor KingUse numpy.savetxt (handles multiple columns) rather...
2010-05-18 W. Trevor KingActually, pass plugin instance to Command.__init__.
2010-05-18 W. Trevor KingRework Plugin.commands() to include _setup_commands().
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-12 W. Trevor KingMoved system commands from hooke_cli to plugin.system.
2010-05-10 W. Trevor KingAdd hooke.playlist.NoteIndexList and refactor exception...
2010-05-10 W. Trevor KingPass Hooke instance to CommandEngine.run(), not UserInt...
2010-05-10 W. Trevor KingArgument parser now works for command execution as...
2010-05-10 W. Trevor KingAdded command parser to hooke.ui.commandline for argume...
2010-05-09 W. Trevor KingFinished off hooke.hooke and fleshed out hooke.ui.
2010-05-08 W. Trevor KingAssorted changes so import hooke.plugin works ;).
2010-05-08 W. Trevor KingMoved hooke.libhookecurve -> hooke.curve and rewrote...
2010-05-08 W. Trevor KingConverted hooke.plugin.cut to new Plugin architecture.
2010-05-08 W. Trevor KingMoved Argument and other class definitions after Command
2010-05-04 W. Trevor KingMerged with trunk
2009-12-17 W. Trevor KingAll classes should at least subclass 'object' to avoid...
2009-12-17 W. Trevor KingRemoved sha-bang from non-executable python files ...
2009-12-17 W. Trevor KingAdded README and reorganized directory structure (break...