projects
/
hooke.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
hooke.git
2010-05-12
W. Trevor King
Run hooke.command.Argument.callback every time (if...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Fix hooke.ui.commandline imports following hooke.intera...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Moved hooke.libpeakspot -> hooke.plugin.peakspot
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Moved hooke.formatter -> hooke.ui.gui.formatter.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Moved Interaction related classes from hooke.command...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Removed hooke.liboutlet/.libviewer/.plugin.viewer.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Removed hooke.libinput
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Use *_SETTING_SECTION in hooke.plugin/.driver/.ui for...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Removed hooke.hooke.TestHooke.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Fix problem in Queuing odict/HookeConfigParser.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Added hooke.config.TestHookeConfigParser
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Added hooke.hooke.TestHooke
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Dash separators consistent with hooke.ui.UserInterface...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Moved debuging commands from hooke_cli and plugin.syste...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Moved system commands from hooke_cli to plugin.system.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Added Argument.count handling to hooke.ui.commandline.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Rework hooke.command.Command.handle_arguments (again...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
W. Trevor King
Adjust hooke.command.UncaughtException to properly...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
W. Trevor King
Added interaction to hooke.ui.commandline.LocalCommandExit.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Better solution to internal/external names via `name_fn`.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Use ._cl_name and ._cl_aliases instead of overwriting...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Add hooke.playlist.NoteIndexList and refactor exception...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Pass Hooke instance to CommandEngine.run(), not UserInt...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Don't crash when Command._run() raises an uncaught...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Argument parser now works for command execution as...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
W. Trevor King
Added command parser to hooke.ui.commandline for argume...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
help_* working in commandline UI.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Added basic commandline framework to ui.commandline...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Finished off hooke.hooke and fleshed out hooke.ui.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Added hooke.plugin.playlist.AddGlobCommand.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Oops, I'd forgotten to version the restored hooke.playl...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
A number of minor documentation cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Updated to doc building framework. Added Sphinx extens...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Minor fix to hooke.plugin.playlist.__doc__
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Moved Playlist and FilePlaylist definitions back to...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Cleaned up Builtin handling and reduced driver/plugin...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
W. Trevor King
Moved hooke.playlist -> hooke.plugin.playlist and added...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Add Hooke.commands, a list of available commands
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Ironed out kinks in plugin/driver loading and configuring.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Rework hooke.driver and hooke.driver.tutorial along...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Assorted changes so import hooke.plugin works ;).
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Moved hooke.libhookecurve -> hooke.curve and rewrote...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Converted hooke.plugin.cut to new Plugin architecture.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Use .type.upper() (vs. old .name.upper()) for Argument...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Moved Argument and other class definitions after Command
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Added Command and related classes to hooke.plugin
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
W. Trevor King
Added hooke.plugin.Plugin.name attribute.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
W. Trevor King
Added tip-to-root/root-to-tip flexibility to hooke...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
W. Trevor King
Added inclusion logic to hooke.plugin
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
W. Trevor King
Added the graph module I'd developed for Bugs-Everywhere
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
W. Trevor King
Beginning to rewrite Hooke to decouple from GUI.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
W. Trevor King
Added Sphinx documentation framework
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
W. Trevor King
Convert from DOS to UNIX line endings.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
W. Trevor King
Really hideous merge of Rolf Schmidt's code.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
W. Trevor King
Oops, fix libinput import in hooke.plugin.review. ...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
W. Trevor King
Removed busy loop from hooke/plugin/flatfilts.py.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
W. Trevor King
Merged with trunk
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
fabrizio.benedetti.82
WLC and FJC output are now with 2 decimal precision...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
fabrizio.benedetti.82
Added the possibility to manually choose the peaks...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
fabrizio.benedetti.82
Correct number of digits of many output, improvement...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
albertogomcas
Fixes bad call to wlc/fjc fit
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
W. Trevor King
Added modular directory structure.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
albertogomcas
fit.py : extended FJC fit (models water bridges of...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
albertogomcas
multifit.py : slope can be measured from data or form...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-17
albertogomcas
multifit.py : slope can be measured manually
commit
|
commitdiff
|
tree
|
snapshot
2010-03-16
albertogomcas
mfp3d.py : the retraction speed is extracted from Veloc...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-15
albertogomcas
multifit.py : some graphical niceties
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
albertogomcas
multifit.py : proper formatting of help section
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
albertogomcas
multifit.py : Fixed a wrong named var
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
albertogomcas
multifit.py : new plugin, mouse input based
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
albertogomcas
review.py: fixed crash when a file is not valid
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
albertogomcas
review.py: avoided crash when displaying final stats
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
fabrizio.benedetti.82
Corrected a bug for the command txt when it is invoked...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
fabrizio.benedetti.82
A correction on autopeak.py due to the add of curvetool...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
fabrizio.benedetti.82
Corrected some bugs in the scale of graphs.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-18
albertogomcas
Fixed some bugs
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
fabrizio.benedetti.82
Scale of axis are now in engineering format.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
devicerandom
(generalvclamp.py) Error checking in flatten plot manip...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-05
albertogomcas
review.py plugin allows to review curves in groups...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
fabrizio.benedetti.82
Added two plugin: jumpstat.py and multidistance.py...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
albertogomcas
Command 'note' saves notes into 'hookedir/output' direc...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
albertogomcas
New plotmanip 'centerzero' shifts the curves to 0 force
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
albertogomcas
Support for HDF5 files created with Igor Pro (see wiki...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
albertogomcas
Fix: genlist can now import files without extension
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
W. Trevor King
Added Alberto's mailing list comments about lib*.py...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
W. Trevor King
Added config_dir to libhooke.HookeConfig to match new...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
W. Trevor King
Added USAGE file based on code.google.com/p/hooke/wiki...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
W. Trevor King
All classes should at least subclass 'object' to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
W. Trevor King
Removed sha-bang from non-executable python files ...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
W. Trevor King
Added README and reorganized directory structure (break...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
devicerandom
(fit.py) Quick kludgy patch for crash of issue 0028
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
devicerandom
(fit.py) Fixed -maybe- FJC plotting
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
fabrizio.benedetti.82
(autopeak.py) Corrected a bug introduced in r208
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
fabrizio.benedetti.82
(autopeak.py) Repeatedly asks for correct input.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
fabrizio.benedetti.82
Added multidistance plugin.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
devicerandom
(autopeak.py) fixed autopeak documentation
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
devicerandom
(autopeak.py) autopeak can now use FJC or WLC
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
devicerandom
(fit.py) wording output is consistent with fit function...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
devicerandom
(fit.py) WLC and FJC now aliases of fit command
commit
|
commitdiff
|
tree
|
snapshot
2009-10-31
devicerandom
Got FJC drawing right.
commit
|
commitdiff
|
tree
|
snapshot
next