test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / ui / gui /
2012-11-19 W. Trevor KingConvert from "print ..." to "print(...)"
2012-11-18 W. Trevor KingRan update-copyright.py
2012-08-20 W. Trevor KingMove wxversion.select call to hooke.ui.gui and remove...
2012-03-08 W. Trevor KingAdd a `Delete` button to the GUI NavBar, and cleanup...
2012-03-08 W. Trevor KingUse Python AUI implementation (instead of C++) in hooke...
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-11-11 W. Trevor KingMove everything except `GUI` from `hooke.ui.gui` to...
2011-11-11 W. Trevor KingRemove nominal wxWidgets 2.8 support.
2011-11-11 W. Trevor KingInitial work transitioning to wxWidgets 2.9.
2011-11-10 W. Trevor KingCall 'remove curve from playlist' when deleting curves...
2011-11-09 W. Trevor KingAdd GUI postprocessing for 'name playlist' so the new...
2011-11-09 W. Trevor KingDon't delete curve files through the GUI's delete function.
2011-04-28 W. Trevor KingClean up and adjust names of commands requiring curve...
2011-04-28 W. Trevor KingRan update_copyright.py.
2010-11-03 W. Trevor KingRan update_copyright.py, updating hooke/ui/gui/dialog...
2010-09-29 W. Trevor KingCleanups so hooke/ui/gui/ passes unittests.
2010-09-29 W. Trevor KingAdd os.path.expanduser() wrappers to user-supplied...
2010-09-02 W. Trevor KingRemove 'results' panel from GUI. Use 'block info'...
2010-08-27 W. Trevor KingAdd 'command stack' to list of ignored commands in...
2010-08-27 W. Trevor KingAdded CommandStack.explicit_user_call to distinguish...
2010-08-23 W. Trevor KingRemove ._on_notebook_page_close binding for the removed...
2010-08-23 W. Trevor KingRestore HookeFrame.select_plugin (was removed in 298662...
2010-08-22 W. Trevor KingCleaned non-folders-panel cruft methods out of hooke...
2010-08-22 W. Trevor KingUpdate view menu checkbox on pane-close button activity.
2010-08-22 W. Trevor KingShift function key accelerators down by one (from F5...
2010-08-22 W. Trevor KingAdd menu title hotkeys to the GUI.
2010-08-20 W. Trevor KingPush GUI config setting changes to the engine process...
2010-08-19 W. Trevor KingPatch GUI to handle 'new playlist' and 'glob curves...
2010-08-14 W. Trevor KingUpdate (don't re-add) already loaded playlists in Hooke...
2010-08-14 W. Trevor KingDon't process unhandled arguments (e.g. 'driver') in...
2010-08-14 W. Trevor KingFix self.command.name -> command.name in gui.HookeFrame...
2010-08-14 W. Trevor KingFix toolbar -> self._c['toolbar'] in gui.panel.plot...
2010-08-13 W. Trevor KingConsolidate UI command submission to hooke.ui.UserInter...
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingChange CommandMessage.command from Command instance...
2010-08-12 W. Trevor KingMoved QueueMessage and subclasses from hooke.ui to...
2010-08-10 W. Trevor KingAdjust GUI initialization to handle already loaded...
2010-08-10 W. Trevor KingFix tree method exposure in playlist GUI pansl
2010-08-10 W. Trevor KingAdd --command-no-exit to bin/hooke, making hardcoded...
2010-08-10 W. Trevor KingCollapse None entries for Argument.count == -1 in the GUI
2010-08-10 W. Trevor KingEnable hackish support for Argument.count == -1 (by...
2010-08-10 W. Trevor KingBetter None-handling in convert and propertyeditor
2010-08-10 W. Trevor KingAllow None values for plot clicks or SI values
2010-08-07 W. Trevor KingRemove Assistant panel from GUI (get help via mouseover...
2010-08-07 W. Trevor KingAdd 'new playlist' command and clean up 'Creating a...
2010-08-07 W. Trevor KingDon't number properties in if count == 1 in gui.panel...
2010-08-07 W. Trevor KingAdded point-click status notification to gui.panel...
2010-08-07 W. Trevor KingAdd ability to select multiple y columns to gui.panel...
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 KingMore cleanups to Setting/Argument type handling, mostly...
2010-08-03 W. Trevor KingUse .index() instead of ._index for NoteIndexList access
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 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 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 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 hooke.plugin.license and removed get-warrenty...
2010-07-30 W. Trevor KingAdded pyfile output to update_copyright.py.
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 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 KingViewMenu now works with new gui layout
next