Replace .config rather than reconstructing plugins, drivers, and UIs.
[hooke.git] / hooke / plugin /
2010-05-19 W. Trevor KingFix broken hooke.plugin.playlist.playlist_name_callback
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-19 W. Trevor KingMajor plugin restructuring.
2010-05-19 W. Trevor KingFix a pickling problems with hooke.plugin.playlist...
2010-05-18 W. Trevor KingAllow extra arguments to NoteIndexList.filter's filter_fn
2010-05-18 W. Trevor KingMove argument_to_setting before plugin loading code...
2010-05-18 W. Trevor KingAdd hooke.plugin.argument_to_setting to convert Argumen...
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-18 W. Trevor KingFix syntax errors in hooke.plugin.curve
2010-05-18 W. Trevor KingFinish translating the hooke.plugin.curve Commands...
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-17 W. Trevor KingMerged hooke.plugin.plotmanip into hooke.plugin.curve.
2010-05-17 W. Trevor KingRemove leftover curve.InfoCommand cruft from ExportComm...
2010-05-17 W. Trevor KingMoving hooke.plugin.procplots to .curve in preparation...
2010-05-17 W. Trevor KingStarted translating hooke.plugin.multifit to new Plugin...
2010-05-16 W. Trevor KingAdd hooke.plugin.curve (moved from hooke.plugin.curvetools)
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 KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-13 W. Trevor KingAdd all_drivers_callback to hooke.plugin.playlist.LoadC...
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 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 KingRun hooke.command.Argument.callback every time (if...
2010-05-12 W. Trevor KingMoved hooke.libpeakspot -> hooke.plugin.peakspot
2010-05-12 W. Trevor KingRemoved hooke.liboutlet/.libviewer/.plugin.viewer.
2010-05-12 W. Trevor KingUse *_SETTING_SECTION in hooke.plugin/.driver/.ui for...
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-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-09 W. Trevor KingAdded hooke.plugin.playlist.AddGlobCommand.
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 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-06 W. Trevor KingAdded inclusion logic to hooke.plugin
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 KingOops, fix libinput import in hooke.plugin.review. ...
2010-05-04 W. Trevor KingRemoved busy loop from hooke/plugin/flatfilts.py.
2010-05-04 W. Trevor KingMerged with trunk
2010-05-04 W. Trevor KingAdded modular directory structure.
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...