2010-07-31 |
W. Trevor King | Rework update_copyright and short_license to allow... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Added 'get playlist' and hooke.plugin.playlists |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Added hooke.plugin.license and removed get-warrenty... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Add hooke/license.py to .hgignore |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Added pyfile output to update_copyright.py. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Fix Command._run signatures in hooke.command and hooke... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Add ability to bypass troublesome imports to hooke... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | get prev/next playlist buttons working in the navbar |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Cleaned up playlist panel's curve selection |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Filled in the playlist panel's _on_delete handling |
commit | commitdiff | tree | snapshot |
2010-07-30 |
W. Trevor King | Restored the playlist panel + cleanups now that I can... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Docstring cleanups in gui.panel.commands |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Can successfully run 'load playlist' from CommandsPanel |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Fill out prop_from_arguments so PropertyPanel displays... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Added simple PathProperty (same as StringProperty). |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | hooke.plugin.playlist.AddGlobCommand's 'input' argument... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Added FloatProperty and ChoiceProperty. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Added BoolProperty and StringProperty |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Added gui.panel.propertyeditor2 to work around *nix... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Argument-less command execution in GUI working! |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Added gui.panel.output for displaying text output |
commit | commitdiff | tree | snapshot |
2010-07-29 |
W. Trevor King | Added gui.panel.output for displaying text output |
commit | commitdiff | tree | snapshot |
2010-07-28 |
W. Trevor King | Oops. Remove PerspectiveHooks relic of aborted MixIn... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
W. Trevor King | Reordered gui.HookeFrame methods to group by category |
commit | commitdiff | tree | snapshot |
2010-07-27 |
W. Trevor King | Got 'Perspectives' menu working |
commit | commitdiff | tree | snapshot |
2010-07-27 |
W. Trevor King | Break out hooke.util.pluggable.submods. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
W. Trevor King | ViewMenu now works with new gui layout |
commit | commitdiff | tree | snapshot |
2010-07-27 |
W. Trevor King | Oops, meant to include hooke.ui.gui.panel.selection... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
W. Trevor King | hooke.ui.gui was getting complicated, so I stripped... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
W. Trevor King | Broke menu, navbar, statusbar, panel.notebook, and... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
W. Trevor King | Rearranged gui.panel.commands |
commit | commitdiff | tree | snapshot |
2010-07-26 |
W. Trevor King | Major rework of gui.panel.playlist. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
W. Trevor King | Added in_callback() to hooke.util.callback and pulled... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
W. Trevor King | Added hooke.util.callback defining the @callback decorator. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
W. Trevor King | Bound events down through folders. To go: commands... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
W. Trevor King | Cleaning up hooke.ui.gui. Can initialize, but without... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
W. Trevor King | Fix hooke -> commands typos in ui and ui.commandline. |
commit | commitdiff | tree | snapshot |
2010-07-24 |
W. Trevor King | Restore hooke.jpg which was damaged by an old update_co... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
W. Trevor King | Rework gui/__init__.py imports |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Hack merge illysam's hooke.py into hooke/ui/gui/__init__.py |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Restore illysam's hooke.py with GUI initialization... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Started converting GUI to new UserInterface architecture |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Run reload_config when initializing UIs |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Markup corrections in doc/gui.txt |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Finished remarking doc/gui.txt in Sphinx's reStructured... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Merged Rolf Schmidt's illysam branch |
commit | commitdiff | tree | snapshot |
2010-06-18 |
W. Trevor King | Use numpy.loadtxt instead of newer numpy.genfromtxt... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
W. Trevor King | Moved hooke.driver.hemingclamp to hemingway and updated... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
W. Trevor King | Moved Closing from hooke.driver.jpk to hooke.util.util |
commit | commitdiff | tree | snapshot |
2010-06-17 |
W. Trevor King | Added calibration file support to the JPK driver. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Use PEP 343's 'with' instead of try:/finally: x.close() |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Bring hooke.config and hooke.util.peak doctests up... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Also override hooke.util.encoding.get_encoding in test... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Import os.path when we use it in test/*_driver.py |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Adjust test/wtk_driver.py since I didn't add all my... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Skip PoorFit curves in flatfilt and convfilt. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Avoid possible negative p[2] values in SurfacePositionM... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Updated JPK driver for JPK's version 0.5 format and... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Be slightly more path-seperator agnostic in test/*_driv... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
W. Trevor King | Add logger configuration options. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
W. Trevor King | Removed redundant picoforcealt driver |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Split out curve renaming to PicoForceDriver._replace_name |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Added explicit pickle test and fixed curve.Data pickling. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Adjust hooke.curve.Data so .info is picklable. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Remove debugging trace files from hooke.driver.picoforce |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Brought picoforce driver up to speed with 0x06130001... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Extend test.mfp3d_driver to test both MFP3D file versio... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Minor consistency cleanups in wtk and picoforce drivers |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Brought mfp3d driver up to the new architecture. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Added post-data optional field processing to igorbinary... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Automatically split version 5 Igor wave files into... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Added MFP3D files from tanxx06. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Added JPK files from albedomanu. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Added version 0x06130001 PicoForce file from Fabrizio... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Added Yukken's mfp3d example data |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Ran update_copyright.py on igorbinarywave.py |
commit | commitdiff | tree | snapshot |
2010-06-04 |
W. Trevor King | Add hooke.driver.igorbinarywave so Hooke can read Igor... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Don't join directory in WTKDriver.__find_previous_canti... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Add headers to output of 'cut' and 'export block'. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Fix help message when too many arguments are passed... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Flip deflection sign in picoforce driver so +deflection... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Oops, forgot to convert 'z piezo gain' to a float in... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Add better comment parsing to hooke.ui.commandline. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Added illysam's 0x07200000 picoforce example |
commit | commitdiff | tree | snapshot |
2010-06-03 |
W. Trevor King | Use Sphinx's :manpage: construct for python(1). |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Updated doc/tutorial.txt for currently implemented... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Add FilePlaylist._ignored_keys for boring fields |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Translate find_contact_point_fmms to new architecture. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | 'wtk' -> self.name in WTKDriver to reduce duplication |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Add PYTHONPATH reminders to doc/tutorial.txt and doc... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Restrict the setup.py package search to the hooke/... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Ignore distutils build/ directory |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Fix 'min_deviations + std' -> 'min_deviations * std... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Fixups in hooke.plugin.vclamp parameter guess and check. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Flip deflection sign for hooke.driver.wtk. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Moved contact point detection from plugin.fit -> plugin... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Remove blank column in wtk driver retraction curves. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Fix (retract,approach,params) -> (approach,retract... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Add hooke.playlist.NoteIndexList._setup_item |
commit | commitdiff | tree | snapshot |
2010-06-02 |
W. Trevor King | Additional cleanups in fit.py |
commit | commitdiff | tree | snapshot |
next |