hooke.git
2010-08-20 W. Trevor KingName Hemingway data blocks so they may be viewed in...
2010-08-20 W. Trevor KingUse 'Indexes' to split MFP3D curves into blocks.
2010-08-20 W. Trevor KingFirst attempt at temperature extraction for MFP3D ...
2010-08-20 W. Trevor KingAttach raw info etc. to curve in MFP3D driver (used...
2010-08-20 W. Trevor KingConvert JPK deflection sign to follow Hooke convention.
2010-08-20 W. Trevor KingFast curve review seems to be a GUI-specific feature.
2010-08-20 W. Trevor KingCommand line UI now handles EOF during request/response...
2010-08-20 W. Trevor KingRemove debugging printout from JPK driver
2010-08-20 W. Trevor KingConvert all channels to their default calibration in...
2010-08-20 W. Trevor KingSet filetype and experiment fields in JPK driver.
2010-08-20 W. Trevor KingPush GUI config setting changes to the engine process...
2010-08-20 W. Trevor KingRan update_copyright.py, which fixed some spellcheck...
2010-08-20 W. Trevor KingFlesh out command stack execution.
2010-08-19 W. Trevor King'new playlist' now puts the new playlist into outqueue...
2010-08-19 W. Trevor KingSet Curve._hooke after joining engine in HookeRunner...
2010-08-19 W. Trevor KingRemove duplicate Command arguments (e.g. help, stack...
2010-08-19 W. Trevor KingLog the troublesome command for command line option...
2010-08-19 W. Trevor KingPatch GUI to handle 'new playlist' and 'glob curves...
2010-08-19 W. Trevor KingAllow flattening of path-less playlists for command.
2010-08-19 W. Trevor KingPoint out in doc/gui.txt that the folders panel is...
2010-08-19 W. Trevor KingCopy spring constant into block info in JPK driver.
2010-08-17 W. Trevor KingAdded 'Command stack' section to doc/tutorial.txt
2010-08-17 W. Trevor KingUpdate WLC/FJC fitting section of doc/tutorial.txt
2010-08-17 W. Trevor KingUpdate distance-measurement sections of doc/tutorial...
2010-08-17 W. Trevor KingRemove export and distance sections from test/tutorial...
2010-08-17 W. Trevor KingUse UUID in test/config.py's output file name.
2010-08-17 W. Trevor KingBroke config section of test/tutorial.py out into test...
2010-08-17 W. Trevor KingAdded 'save config'. Adjusted test/tutorial.py (and...
2010-08-17 W. Trevor KingUpdate test/flat_filter_playlist.py to explicitly speci...
2010-08-17 W. Trevor KingUse 'simple' conversion handler to process 'file'-type...
2010-08-17 W. Trevor KingMake file-format-version=0.5 support explicit in JPKDriver
2010-08-17 W. Trevor KingConfirm big-endian binary data format for JPK files.
2010-08-17 W. Trevor KingAdd test/note.py and adjust playlist handling so NoteFi...
2010-08-16 W. Trevor KingAdded hooke.util.itertools with reverse_enumerate
2010-08-16 W. Trevor KingDon't save Curve._hooke when pickling or deepcopying.
2010-08-16 W. Trevor KingAdjust test/tutorial.py to account for 4f4640207a50
2010-08-16 W. Trevor KingAdjust test/polynomial_flatten.py to account for 01ff93...
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
next