hooke.git
2010-07-30 W. Trevor KingAdd hooke/license.py to .hgignore
2010-07-30 W. Trevor KingAdded pyfile output to update_copyright.py.
2010-07-30 W. Trevor KingFix Command._run signatures in hooke.command and hooke...
2010-07-30 W. Trevor KingAdd ability to bypass troublesome imports to hooke...
2010-07-30 W. Trevor Kingget prev/next playlist buttons working in the navbar
2010-07-30 W. Trevor KingCleaned up playlist panel's curve selection
2010-07-30 W. Trevor KingFilled in the playlist panel's _on_delete handling
2010-07-30 W. Trevor KingRestored the playlist panel + cleanups now that I can...
2010-07-29 W. Trevor KingDocstring cleanups in gui.panel.commands
2010-07-29 W. Trevor KingCan successfully run 'load playlist' from CommandsPanel
2010-07-29 W. Trevor KingFill out prop_from_arguments so PropertyPanel displays...
2010-07-29 W. Trevor KingAdded simple PathProperty (same as StringProperty).
2010-07-29 W. Trevor Kinghooke.plugin.playlist.AddGlobCommand's 'input' argument...
2010-07-29 W. Trevor KingAdded FloatProperty and ChoiceProperty.
2010-07-29 W. Trevor KingAdded BoolProperty and StringProperty
2010-07-29 W. Trevor KingAdded gui.panel.propertyeditor2 to work around *nix...
2010-07-29 W. Trevor KingArgument-less command execution in GUI working!
2010-07-29 W. Trevor KingAdded gui.panel.output for displaying text output
2010-07-29 W. Trevor KingAdded gui.panel.output for displaying text output
2010-07-28 W. Trevor KingOops. Remove PerspectiveHooks relic of aborted MixIn...
2010-07-27 W. Trevor KingReordered gui.HookeFrame methods to group by category
2010-07-27 W. Trevor KingGot 'Perspectives' menu working
2010-07-27 W. Trevor KingBreak out hooke.util.pluggable.submods.
2010-07-27 W. Trevor KingViewMenu now works with new gui layout
2010-07-27 W. Trevor KingOops, meant to include hooke.ui.gui.panel.selection...
2010-07-27 W. Trevor Kinghooke.ui.gui was getting complicated, so I stripped...
2010-07-26 W. Trevor KingBroke menu, navbar, statusbar, panel.notebook, and...
2010-07-26 W. Trevor KingRearranged gui.panel.commands
2010-07-26 W. Trevor KingMajor rework of gui.panel.playlist.
2010-07-25 W. Trevor KingAdded in_callback() to hooke.util.callback and pulled...
2010-07-25 W. Trevor KingAdded hooke.util.callback defining the @callback decorator.
2010-07-24 W. Trevor KingBound events down through folders. To go: commands...
2010-07-24 W. Trevor KingCleaning up hooke.ui.gui. Can initialize, but without...
2010-07-24 W. Trevor KingFix hooke -> commands typos in ui and ui.commandline.
2010-07-24 W. Trevor KingRestore hooke.jpg which was damaged by an old update_co...
2010-07-24 W. Trevor KingRework gui/__init__.py imports
2010-06-18 W. Trevor KingHack merge illysam's hooke.py into hooke/ui/gui/__init__.py
2010-06-18 W. Trevor KingRestore illysam's hooke.py with GUI initialization...
2010-06-18 W. Trevor KingStarted converting GUI to new UserInterface architecture
2010-06-18 W. Trevor KingRun reload_config when initializing UIs
2010-06-18 W. Trevor KingMarkup corrections in doc/gui.txt
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-18 W. Trevor KingUse numpy.loadtxt instead of newer numpy.genfromtxt...
2010-06-17 W. Trevor KingMoved hooke.driver.hemingclamp to hemingway and updated...
2010-06-17 W. Trevor KingMoved Closing from hooke.driver.jpk to hooke.util.util
2010-06-17 W. Trevor KingAdded calibration file support to the JPK driver.
2010-06-14 W. Trevor KingUse PEP 343's 'with' instead of try:/finally: x.close()
2010-06-14 W. Trevor KingBring hooke.config and hooke.util.peak doctests up...
2010-06-14 W. Trevor KingAlso override hooke.util.encoding.get_encoding in test...
2010-06-14 W. Trevor KingImport os.path when we use it in test/*_driver.py
2010-06-14 W. Trevor KingAdjust test/wtk_driver.py since I didn't add all my...
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 KingUpdated JPK driver for JPK's version 0.5 format and...
2010-06-14 W. Trevor KingBe slightly more path-seperator agnostic in test/*_driv...
2010-06-14 W. Trevor KingAdd logger configuration options.
2010-06-13 W. Trevor KingRemoved redundant picoforcealt driver
2010-06-04 W. Trevor KingSplit out curve renaming to PicoForceDriver._replace_name
2010-06-04 W. Trevor KingAdded explicit pickle test and fixed curve.Data pickling.
2010-06-04 W. Trevor KingAdjust hooke.curve.Data so .info is picklable.
2010-06-04 W. Trevor KingRemove debugging trace files from hooke.driver.picoforce
2010-06-04 W. Trevor KingBrought picoforce driver up to speed with 0x06130001...
2010-06-04 W. Trevor KingExtend test.mfp3d_driver to test both MFP3D file versio...
2010-06-04 W. Trevor KingMinor consistency cleanups in wtk and picoforce drivers
2010-06-04 W. Trevor KingBrought mfp3d driver up to the new architecture.
2010-06-04 W. Trevor KingAdded post-data optional field processing to igorbinary...
2010-06-04 W. Trevor KingAutomatically split version 5 Igor wave files into...
2010-06-04 W. Trevor KingAdded MFP3D files from tanxx06.
2010-06-04 W. Trevor KingAdded JPK files from albedomanu.
2010-06-04 W. Trevor KingAdded version 0x06130001 PicoForce file from Fabrizio...
2010-06-04 W. Trevor KingAdded Yukken's mfp3d example data
2010-06-04 W. Trevor KingRan update_copyright.py on igorbinarywave.py
2010-06-04 W. Trevor KingAdd hooke.driver.igorbinarywave so Hooke can read Igor...
2010-06-03 W. Trevor KingDon't join directory in WTKDriver.__find_previous_canti...
2010-06-03 W. Trevor KingAdd headers to output of 'cut' and 'export block'.
2010-06-03 W. Trevor KingFix help message when too many arguments are passed...
2010-06-03 W. Trevor KingFlip deflection sign in picoforce driver so +deflection...
2010-06-03 W. Trevor KingOops, forgot to convert 'z piezo gain' to a float in...
2010-06-03 W. Trevor KingAdd better comment parsing to hooke.ui.commandline.
2010-06-03 W. Trevor KingAdded illysam's 0x07200000 picoforce example
2010-06-03 W. Trevor KingUse Sphinx's :manpage: construct for python(1).
2010-06-02 W. Trevor KingUpdated doc/tutorial.txt for currently implemented...
2010-06-02 W. Trevor KingAdd FilePlaylist._ignored_keys for boring fields
2010-06-02 W. Trevor KingTranslate find_contact_point_fmms to new architecture.
2010-06-02 W. Trevor King'wtk' -> self.name in WTKDriver to reduce duplication
2010-06-02 W. Trevor KingAdd PYTHONPATH reminders to doc/tutorial.txt and doc...
2010-06-02 W. Trevor KingRestrict the setup.py package search to the hooke/...
2010-06-02 W. Trevor KingIgnore distutils build/ directory
2010-06-02 W. Trevor KingFix 'min_deviations + std' -> 'min_deviations * std...
2010-06-02 W. Trevor KingFixups in hooke.plugin.vclamp parameter guess and check.
2010-06-02 W. Trevor KingFlip deflection sign for hooke.driver.wtk.
2010-06-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
2010-06-02 W. Trevor KingRemove blank column in wtk driver retraction curves.
2010-06-02 W. Trevor KingFix (retract,approach,params) -> (approach,retract...
2010-06-02 W. Trevor KingAdd hooke.playlist.NoteIndexList._setup_item
2010-06-02 W. Trevor KingAdditional cleanups in fit.py
2010-06-01 W. Trevor KingAdded hooke.util.fit for easy Levenberg-Marquardt fitting.
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-06-01 W. Trevor KingRan update_copyright.py which updated hooke.util.encoding
next