Add --debug option to bin/hooke and log CommandEngine.run_command()
[hooke.git] / hooke / hooke.py
2010-08-12 W. Trevor KingAdd --debug option to bin/hooke and log CommandEngine...
2010-08-12 W. Trevor KingAdded CurveEngine.run_command and reorganized CommandSt...
2010-08-10 W. Trevor KingAdd --command-no-exit to bin/hooke, making hardcoded...
2010-08-09 W. Trevor KingAdd --version option to hooke.hooke.main
2010-08-03 W. Trevor KingFix run cleanup if the UI ends without clearing non...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-07-30 W. Trevor KingAdd ability to bypass troublesome imports to hooke...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-14 W. Trevor KingAdd logger configuration options.
2010-06-03 W. Trevor KingFix help message when too many arguments are passed...
2010-05-19 W. Trevor KingRemove if __name__ == '__main__' section of hooke.hooke
2010-05-19 W. Trevor KingFix a pickling problems with hooke.plugin.playlist...
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingBroke out Hooke.run and Hooke.run_lines into HookeRunner.
2010-05-16 W. Trevor KingPull Hooke.run*() multiprocessing setup/teardown into...
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-13 W. Trevor KingAdd --script and --command to bin/hooke
2010-05-12 W. Trevor KingRemoved hooke.hooke.TestHooke.
2010-05-12 W. Trevor KingAdded hooke.hooke.TestHooke
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-09 W. Trevor KingFinished off hooke.hooke and fleshed out hooke.ui.
2010-05-09 W. Trevor KingAdded hooke.plugin.playlist.AddGlobCommand.
2010-05-09 W. Trevor KingMoved Playlist and FilePlaylist definitions back to...
2010-05-09 W. Trevor KingCleaned up Builtin handling and reduced driver/plugin...
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...
2010-05-08 W. Trevor KingAdd Hooke.commands, a list of available commands
2010-05-08 W. Trevor KingIroned out kinks in plugin/driver loading and configuring.
2010-05-06 W. Trevor KingAdded inclusion logic to hooke.plugin
2010-05-06 W. Trevor KingBeginning to rewrite Hooke to decouple from GUI.
2010-05-05 W. Trevor KingConvert from DOS to UNIX line endings.
2010-05-04 W. Trevor KingReally hideous merge of Rolf Schmidt's code.
2010-05-04 W. Trevor KingMerged with trunk
2010-05-04 W. Trevor KingAdded modular directory structure.
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...