Replace .config rather than reconstructing plugins, drivers, and UIs.
[hooke.git] / hooke /
2010-08-06 W. Trevor KingAdded CantileverAdjustedExtensionCommand to hooke.plugi...
2010-08-06 W. Trevor KingMoved hooke.plugin.fit -> polymer_fit & updated to...
2010-08-04 W. Trevor KingAdd support to GUI's property editor for argument.count...
2010-08-04 W. Trevor KingFix info.columns -> info['columns'] in vclamp.scale()
2010-08-04 W. Trevor KingFix single-parameter rescaling in hooke.util.fit.ModelF...
2010-08-04 W. Trevor KingAdded rescaling option to hooke.util.fit.ModelFitter
2010-08-04 W. Trevor KingRemove 'data = ...' line from the end of vclamp.Surface...
2010-08-04 W. Trevor KingExpose 'conditons' config settings to plugins directly.
2010-08-04 W. Trevor KingAdd better help string to 'conditions' config section
2010-08-04 W. Trevor KingAdd `block` argument to hooke.plugin.vclamp.scale and...
2010-08-04 W. Trevor KingMore cleanups to Setting/Argument type handling, mostly...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingAdded string, bool, int, and float conversion to HookeC...
2010-08-03 W. Trevor KingVelocityClampPlugin is a Plugin (not a Builtin)
2010-08-03 W. Trevor KingFix swapped docstrings for CurvePlugin's DifferenceComm...
2010-08-03 W. Trevor KingUse .index() instead of ._index for NoteIndexList access
2010-08-03 W. Trevor KingBring hooke.plugin.tutorial up to date with Plugin...
2010-08-03 W. Trevor KingFix NoteIndexList.index implementation and add NoteInde...
2010-08-03 W. Trevor KingAdd NoteIndexList.index() so other classes can avoid...
2010-08-03 W. Trevor KingFix PointRequest and improve command line handling...
2010-08-03 W. Trevor KingFix run cleanup if the UI ends without clearing non...
2010-08-03 W. Trevor KingOops. Fix "'." -> ".'" in dependency warning message.
2010-08-03 W. Trevor KingAdd dependency checking to hooke.plugin.load_graph
2010-08-03 W. Trevor KingAdd multi-y TODO comment to gui.panel.plot
2010-08-03 W. Trevor KingRemoved hooke/ui/gui/playlist.py, the last outdated...
2010-08-03 W. Trevor KingConsolidated point-handling modules in hooke.ui.gui...
2010-08-03 W. Trevor KingRemove outdated TODO: comments from hooke.ui.gui
2010-08-03 W. Trevor KingFlesh out HookeFrame._on_set_selected_playlist with...
2010-08-03 W. Trevor KingDon't save non-string portions of *.info in playlist...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-08-02 W. Trevor KingAlso escape quotes (") in minidom's _write_data.
2010-08-02 W. Trevor KingAdjust hooke.playlist to allow spaces in .info keys.
2010-08-02 W. Trevor KingAdd hooke.compat.minidom to fix Python's XML generation...
2010-08-02 W. Trevor KingUpdated gui.panel.note and simplified hooke.plugin...
2010-08-02 W. Trevor KingUpdate the curve in ui.gui after a vclamp plugin command.
2010-08-02 W. Trevor KingDon't plot data blocks that are missing a selected...
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.
next