Update view menu checkbox on pane-close button activity.
[hooke.git] / hooke / ui / gui / __init__.py
2010-08-22 W. Trevor KingUpdate view menu checkbox on pane-close button activity.
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-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 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-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 KingAdded point-click status notification 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 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 KingAdd help tooltips to commands in gui.panel.commands
2010-07-31 W. Trevor KingUse 'hooke' log vs. print to output debugging messages...
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 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 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 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 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 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 KingMerged Rolf Schmidt's illysam branch