Broke out Hooke.run and Hooke.run_lines into HookeRunner.
[hooke.git] / hooke / hooke.py
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...