hooke.git
2010-08-16 W. Trevor KingAdjust test/flat_filter_peaks.py to account for 01ff934...
2010-08-16 W. Trevor KingUpgraded hooke.plugin.polymer_fit commands to ColumnAdd...
2010-08-16 W. Trevor KingPoint to config.txt rather than hardcoding hooke.cfg...
2010-08-16 W. Trevor KingRewrap a line in test/zero_surface_contact_point.py
2010-08-16 W. Trevor KingApply constant offset to contact region in 'polynomial...
2010-08-16 W. Trevor KingFix playlist filename preservation for 'load playlist...
2010-08-15 W. Trevor KingMove NoteFilterCommand from plugin.playlist to plugin...
2010-08-15 W. Trevor KingAdded test/tutorial.py. Works until you get to note_fi...
2010-08-15 W. Trevor KingMention playlist navigation commands in doc/tutorial.txt
2010-08-15 W. Trevor KingFix existing Driver.is_me's crashes if path is a directory.
2010-08-15 W. Trevor KingLog a warning (rather than raising a Failure) on glob...
2010-08-15 W. Trevor KingUpdated tutorial's new_playlist call for new PlaylistAd...
2010-08-15 W. Trevor KingUse input name in 'new playlist' and 'load playlist...
2010-08-15 W. Trevor KingCleanups to playlist name handling in 'load playlist'.
2010-08-15 W. Trevor KingLowercase initial word in some log messages.
2010-08-15 W. Trevor KingAdd "or '.'" after dirname() calls in hooke.command_sta...
2010-08-15 W. Trevor Kingbin/hooke -> bin/hk.py in setup.py. Thanks to amantedp...
2010-08-14 W. Trevor KingBring doc/config.txt up to speed
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-14 W. Trevor KingAdd logging import to hooke.ui
2010-08-14 W. Trevor KingUpdate (don't re-add) already loaded playlists in Hooke...
2010-08-14 W. Trevor KingDon't process unhandled arguments (e.g. 'driver') in...
2010-08-14 W. Trevor KingFix self.command.name -> command.name in gui.HookeFrame...
2010-08-14 W. Trevor KingFix toolbar -> self._c['toolbar'] in gui.panel.plot...
2010-08-14 W. Trevor KingOops, protect hk.py's hooke.main() call with if __name_...
2010-08-14 W. Trevor KingRenamed bin/hooke -> bin/hk.py.
2010-08-13 W. Trevor KingFleshed out hooke.plugin.command_stack except for save...
2010-08-13 W. Trevor KingRemove superfluous doctest comment from test/load_playl...
2010-08-13 W. Trevor KingLowercase initial word in some log messages.
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...
next