Added command stack saving and loading.
[hooke.git] / hooke / plugin /
2010-08-14 W. Trevor KingAdded command stack saving and loading.
2010-08-14 W. Trevor KingReplace .config rather than reconstructing plugins...
2010-08-14 W. Trevor KingFix p name collision bug in plugin.playlist.LoadCommand...
2010-08-13 W. Trevor KingFleshed out hooke.plugin.command_stack except for save...
2010-08-13 W. Trevor KingUse the playlist's basename if it doesn't colide with...
2010-08-13 W. Trevor KingRemove PlaylistArgument from plugin.playlist.SaveComman...
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingFix .split() -> .strip() typo in 'output peak column...
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingMove LocalHelpCommand and LocalExitCommand from ui...
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-12 W. Trevor KingWe'll keep most command stack functionality in a new...
2010-08-12 W. Trevor KingMoved QueueMessage and subclasses from hooke.ui to...
2010-08-12 W. Trevor KingRemove superflous ~ from flatfilt docstring.
2010-08-12 W. Trevor KingRenamed hooke.plugin.macro -> hooke.plugin.command_stack
2010-08-12 W. Trevor KingRestored hooke.plugin.macro from revision a008bd5c28ca.
2010-08-11 W. Trevor KingUpdated FlatFilterCommand's argument handling.
2010-08-11 W. Trevor KingMore detailed misnamed column error in ColumnAccessComm...
2010-08-11 W. Trevor KingUpdated FlatPeaksCommand to ColumnAddingCommand.
2010-08-11 W. Trevor KingUpdated vclamp to use new ColumnAddingCommand.
2010-08-11 W. Trevor KingAdd CurveCommand, BlockCommand, ColumnAccessCommand...
2010-08-11 W. Trevor KingPrint tutorial init message to stderr so it won't inter...
2010-08-11 W. Trevor KingRemove post-fit L/N conversions from polymer_fit.py...
2010-08-11 W. Trevor KingAdd 'ignore index' argument to SurfaceContactCommand
2010-08-11 W. Trevor KingWe don't seem to need to guess the scale in SurfacePosi...
2010-08-11 W. Trevor KingUpdate ModelFitters in polymer_fit.py to match new...
2010-08-11 W. Trevor KingUpdate SurfacePositionModel to match new diag/scale...
2010-08-10 W. Trevor KingAdd TranslateFlatPeaksCommand.
2010-08-10 W. Trevor KingUse numpy.nan to hide unfit portions of polymer tension...
2010-08-10 W. Trevor KingAdd 'polymer fit' error reporting to PolymerFitPeaksCommand
2010-08-10 W. Trevor KingAdded PolymerFitPeaksCommand to hooke.plugin.polymer_fit
2010-08-10 W. Trevor KingUpdate FlatPeaksCommand to use flexible column names.
2010-08-10 W. Trevor KingUpdate PolymerFitCommand to use flexible column names.
2010-08-09 W. Trevor KingConvert the old flatten plotmanip into vclamp's Flatten...
2010-08-08 W. Trevor KingRemove the old multiplier plotmanip from the vclamp...
2010-08-08 W. Trevor KingMoved interesting old vclamp commands over into the...
2010-08-08 W. Trevor KingRemove old vclamp commands replaced by the curve plugin...
2010-08-08 W. Trevor KingUpdate CantileverAdjustedExtensionCommand to use flexib...
2010-08-08 W. Trevor KingUpdate ForceCommand to use flexible column names.
2010-08-08 W. Trevor KingUse .run vs. old ._run in vclamp.scale() to normalize...
2010-08-08 W. Trevor KingClose parenthesis on column append in DifferenceCommand
2010-08-07 W. Trevor KingUpdate DifferenceCommand to use flexible column names.
2010-08-07 W. Trevor KingUpdate DerivativeCommand to use flexible column names.
2010-08-07 W. Trevor KingCreate extra block holding PowerSpectrumCommand output...
2010-08-07 W. Trevor KingUpdate SurfaceContactCommand to use flexible column...
2010-08-07 W. Trevor KingAdded 'delta' command to hooke.plugin.curve
2010-08-07 W. Trevor KingUpdated 'Configuring Hooke' section of tutorial.txt
2010-08-07 W. Trevor KingUpdate note section of tutorial.txt.
2010-08-07 W. Trevor KingAdd 'new playlist' command and clean up 'Creating a...
2010-08-07 W. Trevor KingRemoved cruft from procplots & vclamp plugins whose...
2010-08-07 W. Trevor KingRemove differentiation reference from difference's...
2010-08-07 W. Trevor KingRemove differentiation reference from power spectrum...
2010-08-07 W. Trevor KingRemove macro plugin.
2010-08-07 W. Trevor KingFixes to polymer_fit plugin.
2010-08-06 W. Trevor KingUse cantilever adjusted extension in polymer fitting.
2010-08-06 W. Trevor KingAdded CantileverAdjustedExtensionCommand to hooke.plugi...
2010-08-06 W. Trevor KingMoved hooke.plugin.fit -> polymer_fit & updated to...
2010-08-04 W. Trevor KingFix info.columns -> info['columns'] in vclamp.scale()
2010-08-04 W. Trevor KingRemove 'data = ...' line from the end of vclamp.Surface...
2010-08-04 W. Trevor KingExpose 'conditons' config settings to plugins directly.
2010-08-04 W. Trevor KingAdd `block` argument to hooke.plugin.vclamp.scale and...
2010-08-04 W. Trevor KingMore cleanups to Setting/Argument type handling, mostly...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingVelocityClampPlugin is a Plugin (not a Builtin)
2010-08-03 W. Trevor KingFix swapped docstrings for CurvePlugin's DifferenceComm...
2010-08-03 W. Trevor KingUse .index() instead of ._index for NoteIndexList access
2010-08-03 W. Trevor KingBring hooke.plugin.tutorial up to date with Plugin...
2010-08-03 W. Trevor KingOops. Fix "'." -> ".'" in dependency warning message.
2010-08-03 W. Trevor KingAdd dependency checking to hooke.plugin.load_graph
2010-08-03 W. Trevor KingRan update_copyright.py
2010-08-02 W. Trevor KingUpdated gui.panel.note and simplified hooke.plugin...
2010-07-30 W. Trevor KingAdded 'get playlist' and hooke.plugin.playlists
2010-07-30 W. Trevor KingAdded hooke.plugin.license and removed get-warrenty...
2010-07-29 W. Trevor Kinghooke.plugin.playlist.AddGlobCommand's 'input' argument...
2010-07-27 W. Trevor Kinghooke.ui.gui was getting complicated, so I stripped...
2010-06-18 W. Trevor KingFinished remarking doc/gui.txt in Sphinx's reStructured...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-14 W. Trevor KingSkip PoorFit curves in flatfilt and convfilt.
2010-06-14 W. Trevor KingAvoid possible negative p[2] values in SurfacePositionM...
2010-06-14 W. Trevor KingAdd logger configuration options.
2010-06-03 W. Trevor KingAdd headers to output of 'cut' and 'export block'.
2010-06-02 W. Trevor KingTranslate find_contact_point_fmms to new architecture.
2010-06-02 W. Trevor KingFixups in hooke.plugin.vclamp parameter guess and check.
2010-06-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-06-01 W. Trevor KingDon't die when flat-filtering curves shorter than blind...
2010-05-19 W. Trevor KingAdd another parameter-casting hack.
2010-05-19 W. Trevor KingUse numpy.savetxt (handles multiple columns) rather...
2010-05-19 W. Trevor KingAdjust path (if it exists) for the child playlist in...
2010-05-19 W. Trevor KingApply 'name' argument in plugin.playlist.FilterCommand
2010-05-19 W. Trevor KingFix typo .add -> .append in plugin.playlist.FilterCommand
2010-05-19 W. Trevor KingInitialize 'min peaks' from configuration (if required...
2010-05-19 W. Trevor KingFix some outstanding argument issues in flatfilt.
2010-05-19 W. Trevor KingMove 'blind window' and 'min peaks' from FlatPeaksComma...
2010-05-19 W. Trevor KingSuccess import and better peaks validation in flatfilt...
2010-05-19 W. Trevor KingRemoved trailing comma that turned 'median' into a...
2010-05-19 W. Trevor KingFix 'min deviation' -> 'min deviations' typos.
2010-05-19 W. Trevor KingClean up argument handling in hooke.plugin.convfilt...
2010-05-19 W. Trevor KingAdded preliminary hooke.plugin.vclamp.scale (just def...
2010-05-19 W. Trevor KingImport VelocityClamp in hooke.plugin.flatfilt for Convo...
next