Remove outdated type TODOs from hooke/command (conversion handled by UIs).
[hooke.git] / hooke / command.py
2010-08-11 W. Trevor KingRemove outdated type TODOs from hooke/command (conversi...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-07-30 W. Trevor KingFix Command._run signatures in hooke.command and hooke...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-05-19 W. Trevor KingRestore plugin setup in hooke.command.Command.__init__
2010-05-18 W. Trevor KingActually, pass plugin instance to Command.__init__.
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-17 W. Trevor KingStarted translating hooke.plugin.multifit to new Plugin...
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 KingRun hooke.command.Argument.callback every time (if...
2010-05-12 W. Trevor KingMoved Interaction related classes from hooke.command...
2010-05-12 W. Trevor KingRemoved hooke.libinput
2010-05-12 W. Trevor KingRework hooke.command.Command.handle_arguments (again...
2010-05-12 W. Trevor KingAdjust hooke.command.UncaughtException to properly...
2010-05-11 W. Trevor KingAdded interaction to hooke.ui.commandline.LocalCommandExit.
2010-05-10 W. Trevor KingBetter solution to internal/external names via `name_fn`.
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 KingDon't crash when Command._run() raises an uncaught...
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 Kinghelp_* working in commandline UI.
2010-05-09 W. Trevor KingFinished off hooke.hooke and fleshed out hooke.ui.