hooke.git
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 KingAdd hooke.playlist.NoteIndexList.__str__() method.
2010-05-16 W. Trevor KingUnset executible bits in curvetools.py and jumpstat...
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUse ALIASES and AUTHOR_HACKS handling in update_copyrig...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-16 W. Trevor KingFurther author/year workarounds in update_copyright.py.
2010-05-16 W. Trevor KingAdd AUTHOR_HACKS and YEAR_HACKS to update_copyright.py
2010-05-15 W. Trevor KingUpdate canonical copyright names for 'illysam' and...
2010-05-15 W. Trevor KingFix some doctests in update_copyright.py.
2010-05-14 W. Trevor KingRearrange license text and add update_copyright.py.
2010-05-14 W. Trevor KingAdded integration test directory test/ and load_playlis...
2010-05-14 W. Trevor KingUpdated .hgignore to ignore documentation build files.
2010-05-14 W. Trevor KingAdded .hgignore masking *.pyc files
2010-05-14 W. Trevor KingAdded distutils-based setup.py.
2010-05-14 W. Trevor KingFix git->hg and wget -o -> -O in doc/install.txt snapsh...
2010-05-14 W. Trevor KingUpdated fork project info for Rolf and my branches...
2010-05-13 W. Trevor KingAdd --script and --command to bin/hooke
2010-05-13 W. Trevor KingSave playlist digest on loading.
2010-05-13 W. Trevor KingActually set self.name in hooke.playlist.FilePlaylist...
2010-05-13 W. Trevor KingFix str() bug in hooke.ui.commandline.LocalExitCommand...
2010-05-13 W. Trevor KingMove hooke/test/default.000 -> test/data/picoforce.000
2010-05-13 W. Trevor KingActually set self.path in hooke.playlist.FilePlaylist...
2010-05-13 W. Trevor KingAdd all_drivers_callback to hooke.plugin.playlist.LoadC...
2010-05-13 W. Trevor KingFix typos in hooke.playlist.FilePlaylist.set_path
2010-05-13 W. Trevor KingFix bug in hooke.ui.commandline.DoCommand._check_argume...
2010-05-13 W. Trevor KingMoved test and mfp_igor_scripts directories around
2010-05-13 W. Trevor KingSplit out "Troubleshooting" into doc/bugs.txt.
2010-05-13 W. Trevor KingFix doc/index.txt references to auto-generated pages
2010-05-13 W. Trevor KingDocumentation cleanups.
2010-05-12 W. Trevor KingDon't abbreviate multiprocessing.Queue in hacking.txt
2010-05-12 W. Trevor KingRemove ~~ in info attribute reference of doc/hacking.txt
2010-05-12 W. Trevor KingFix hooke.utils -> hooke.util typo in doc/hacking.txt
2010-05-12 W. Trevor KingAdd :class: bit to many `...` escapes in hacking.txt...
2010-05-12 W. Trevor KingStandardize example indentation to 4 spaces in doc...
2010-05-12 W. Trevor KingSync doc/tutorial.txt splash text with hooke.ui.UserInt...
2010-05-12 W. Trevor KingNothing useful left in hooke_cli, removed.
2010-05-12 W. Trevor KingMore commands moved from hooke_cli to hooke.ui.gui...
2010-05-12 W. Trevor KingMoved config handling commands from hooke_cli to hooke...
2010-05-12 W. Trevor KingMoved printlist command from hooke_cli -> hooke.plugin...
2010-05-12 W. Trevor KingMoved index command from hooke_cli -> hooke.plugin...
2010-05-12 W. Trevor KingRemoved next/previous commands from hooke_cli
2010-05-12 W. Trevor KingMoved plot commands from hooke_cli -> hooke.ui.gui...
2010-05-12 W. Trevor KingMoved export command from hooke_cli -> hooke.ui.gui...
2010-05-12 W. Trevor KingMoved txt command from hooke_cli -> hooke.plugin.curvet...
2010-05-12 W. Trevor KingMoved note handling commands to hooke.plugin.note.
2010-05-12 W. Trevor Kingnotelog has been superseded by hooke.plugin.playlist...
2010-05-12 W. Trevor KingRun hooke.command.Argument.callback every time (if...
2010-05-12 W. Trevor KingFix hooke.ui.commandline imports following hooke.intera...
2010-05-12 W. Trevor KingMoved hooke.libpeakspot -> hooke.plugin.peakspot
2010-05-12 W. Trevor KingMoved hooke.formatter -> hooke.ui.gui.formatter.
2010-05-12 W. Trevor KingMoved Interaction related classes from hooke.command...
2010-05-12 W. Trevor KingRemoved hooke.liboutlet/.libviewer/.plugin.viewer.
2010-05-12 W. Trevor KingRemoved hooke.libinput
2010-05-12 W. Trevor KingUse *_SETTING_SECTION in hooke.plugin/.driver/.ui for...
2010-05-12 W. Trevor KingRemoved hooke.hooke.TestHooke.
2010-05-12 W. Trevor KingFix problem in Queuing odict/HookeConfigParser.
2010-05-12 W. Trevor KingAdded hooke.config.TestHookeConfigParser
2010-05-12 W. Trevor KingAdded hooke.hooke.TestHooke
2010-05-12 W. Trevor KingDash separators consistent with hooke.ui.UserInterface...
2010-05-12 W. Trevor KingMoved debuging commands from hooke_cli and plugin.syste...
2010-05-12 W. Trevor KingMoved system commands from hooke_cli to plugin.system.
2010-05-12 W. Trevor KingAdded Argument.count handling to hooke.ui.commandline.
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 KingUse ._cl_name and ._cl_aliases instead of overwriting...
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 KingAdded basic commandline framework to ui.commandline...
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 KingOops, I'd forgotten to version the restored hooke.playl...
2010-05-09 W. Trevor KingA number of minor documentation cleanups.
2010-05-09 W. Trevor KingUpdated to doc building framework. Added Sphinx extens...
2010-05-09 W. Trevor KingMinor fix to hooke.plugin.playlist.__doc__
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-08 W. Trevor KingRework hooke.driver and hooke.driver.tutorial along...
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 KingUse .type.upper() (vs. old .name.upper()) for Argument...
2010-05-08 W. Trevor KingMoved Argument and other class definitions after Command
2010-05-08 W. Trevor KingAdded Command and related classes to hooke.plugin
2010-05-08 W. Trevor KingAdded hooke.plugin.Plugin.name attribute.
2010-05-07 W. Trevor KingAdded tip-to-root/root-to-tip flexibility to hooke...
2010-05-06 W. Trevor KingAdded inclusion logic to hooke.plugin
2010-05-06 W. Trevor KingAdded the graph module I'd developed for Bugs-Everywhere
2010-05-06 W. Trevor KingBeginning to rewrite Hooke to decouple from GUI.
2010-05-06 W. Trevor KingAdded Sphinx documentation framework
next