Updated vclamp to use new ColumnAddingCommand.
[hooke.git] / hooke /
2010-08-02 W. Trevor KingRemove debugging printout from gui.panel.commands
2010-08-02 W. Trevor KingRename _on_mouse_over -> _on_motion in panel.propertyeditor
2010-08-02 W. Trevor KingAdd help tooltips to commands in gui.panel.commands
2010-08-02 W. Trevor KingAdded axes-selection choice widgets to gui.panel.plot...
2010-08-01 W. Trevor KingRemove LocalWords (accidental Emacs spellcheck) from...
2010-08-01 W. Trevor KingMake gui.panel.plot's toolbar optional & start generali...
2010-07-31 W. Trevor KingUse 'hooke' log vs. print to output debugging messages...
2010-07-31 W. Trevor KingAlso remove crufty old gui.plugin.plot
2010-07-31 W. Trevor KingRemoved some old cruft from hooke/ui/gui/
2010-07-31 W. Trevor KingMoved MemoDialog from hookepropertyeditor -> dialog...
2010-07-31 W. Trevor KingMoved HookeScalarFormatter from formatter -> panel...
2010-07-31 W. Trevor KingMake hooke.config.HookeConfigParser's options case...
2010-07-31 W. Trevor Kingprettyformat -> hooke.util.si, and 'plot SI format...
2010-07-31 W. Trevor KingSeveral changes while getting 'plot' panel working
2010-07-31 W. Trevor KingUse RawConfigParser instead of SafeConfigParser as...
2010-07-31 W. Trevor KingFixed curve/playlist choice argument handling in panel...
2010-07-31 W. Trevor KingFix postprocess_get_curve in the case that nothing...
2010-07-31 W. Trevor KingDon't expand plugins in CommandsPanel by deefault ...
2010-07-31 W. Trevor KingRework update_copyright and short_license to allow...
2010-07-30 W. Trevor KingAdded 'get playlist' and hooke.plugin.playlists
2010-07-30 W. Trevor KingAdded hooke.plugin.license and removed get-warrenty...
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 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 KingStarted converting GUI to new UserInterface architecture
2010-06-18 W. Trevor KingRun reload_config when initializing UIs
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 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 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 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 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-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 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
next