Replace .config rather than reconstructing plugins, drivers, and UIs.
[hooke.git] / hooke / ui /
2010-08-14 W. Trevor KingAdd logging import to hooke.ui
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 KingMove LocalHelpCommand and LocalExitCommand from ui...
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 KingLog execution debug messages from the commandline UI...
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-10 W. Trevor KingAllow commandline to load without readline for non...
2010-08-09 W. Trevor KingAllow hooke.ui to load with missing hooke.license submo...
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 KingFixed empytline -> emptyline typo in hooke.ui.commandline.
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 KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingUse .index() instead of ._index for NoteIndexList access
2010-08-03 W. Trevor KingFix PointRequest and improve command line handling...
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 KingFix Command._run signatures in hooke.command and 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 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
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-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-03 W. Trevor KingAdd better comment parsing to hooke.ui.commandline.
2010-05-19 W. Trevor KingInput codec messes with readline.
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-19 W. Trevor KingRemove two debugging prints from hooke.ui.commandline
2010-05-19 W. Trevor KingMajor plugin restructuring.
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
next