hooke.git
2010-08-13 W. Trevor KingConsolidate UI command submission to hooke.ui.UserInter...
2010-08-13 W. Trevor KingRemoved hooke.compat.forking since issue8534 can't...
2010-08-13 W. Trevor KingAdded log warnings on monkey patch imports
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 KingAdded nicer CommandMessage string-ification methods
2010-08-12 W. Trevor KingRename ./bin/hooke's --command-no-exit to --persist.
2010-08-12 W. Trevor KingRemove unnecessary doctest comments from test/get_curve.py
2010-08-12 W. Trevor KingAdjust test/get_curve.py for Curve.__str__, etc. change...
2010-08-12 W. Trevor KingFix .split() -> .strip() typo in 'output peak column...
2010-08-12 W. Trevor KingAdd hooke.compat.forking to fix Python's ImportError...
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 KingAdd --save-config to bin/hooke and don't silently save...
2010-08-12 W. Trevor KingChange CommandMessage.command from Command instance...
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-12 W. Trevor KingInitial work on hooke.command_stack and hooke.playlist...
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 KingFix '@Sens. ZSensorSens' KeyError loading picoforce...
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 KingAdd test/difference.py
2010-08-11 W. Trevor KingAdd test/export_block.py
2010-08-11 W. Trevor KingAdd test/delta.py
2010-08-11 W. Trevor KingAdd test/get_curve.py
2010-08-11 W. Trevor KingRemove outdated type TODOs from hooke/command (conversi...
2010-08-11 W. Trevor KingPrint tutorial init message to stderr so it won't inter...
2010-08-11 W. Trevor KingAllow fallback to XeX notation for efor extreme powers...
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-11 W. Trevor KingOops, correct my faulty interpretation of leastsq's...
2010-08-10 W. Trevor KingAdd TranslateFlatPeaksCommand.
2010-08-10 W. Trevor KingAdjust GUI initialization to handle already loaded...
2010-08-10 W. Trevor KingFix tree method exposure in playlist GUI pansl
2010-08-10 W. Trevor KingAdd --command-no-exit to bin/hooke, making hardcoded...
2010-08-10 W. Trevor KingLog execution debug messages from the commandline UI...
2010-08-10 W. Trevor KingSet hand1 logging handler level to WARN by default...
2010-08-10 W. Trevor KingLog warning for invalid section/option settings
2010-08-10 W. Trevor KingUse numpy.nan to hide unfit portions of polymer tension...
2010-08-10 W. Trevor KingMake ModelFitter._data_scale_factor determination more...
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 KingCollapse None entries for Argument.count == -1 in the GUI
2010-08-10 W. Trevor KingEnable hackish support for Argument.count == -1 (by...
2010-08-10 W. Trevor KingUpdate FlatPeaksCommand to use flexible column names.
2010-08-10 W. Trevor KingBetter None-handling in convert and propertyeditor
2010-08-10 W. Trevor KingAllow None values for plot clicks or SI values
2010-08-10 W. Trevor KingAllow commandline to load without readline for non...
2010-08-10 W. Trevor KingUpdate PolymerFitCommand to use flexible column names.
2010-08-09 W. Trevor Kingversion 1.0.0.alpha
2010-08-09 W. Trevor KingUpdated version information to 1.0.0.alpha (Ninken).
2010-08-09 W. Trevor KingAdd --version option to hooke.hooke.main
2010-02-01 W. Trevor Kingversion 0.9.0
2008-04-24 W. Trevor Kingversion 0.8.3
2010-08-09 W. Trevor KingAdjust Mercurial repository URL to avoid NFS mounting...
2010-08-09 W. Trevor KingAllow hooke.ui to load with missing hooke.license submo...
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 KingUpdate Git -> Mercurial repo link in doc/install.txt.
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 'Analsis' section to doc/hacking.txt
2010-08-07 W. Trevor KingRemove Assistant panel from GUI (get help via mouseover...
2010-08-07 W. Trevor KingUpdated doc/gui.txt and add and use Sphinx' todo extension.
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 KingSet ._digest after saving in hooke.playlist.FilePlaylis...
2010-08-07 W. Trevor KingUpdate note section of tutorial.txt.
2010-08-07 W. Trevor KingFix POSIX URL and markup in tutorial.txt
2010-08-07 W. Trevor KingFix POSIX footnote in tutorial.txt
2010-08-07 W. Trevor KingAdd :: before new playlist creation code samples.
2010-08-07 W. Trevor KingAdd 'new playlist' command and clean up 'Creating a...
2010-08-07 W. Trevor KingFixed empytline -> emptyline typo in hooke.ui.commandline.
2010-08-07 W. Trevor KingFix another wget -o -> -O typo in doc/install.txt
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 KingDon't number properties in if count == 1 in gui.panel...
2010-08-07 W. Trevor KingRemove macro plugin.
next