Replace .config rather than reconstructing plugins, drivers, and UIs.
[hooke.git] / hooke / ui /
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-13 W. Trevor KingAdd --script and --command to bin/hooke
2010-05-13 W. Trevor KingFix str() bug in hooke.ui.commandline.LocalExitCommand...
2010-05-13 W. Trevor KingFix bug in hooke.ui.commandline.DoCommand._check_argume...
2010-05-12 W. Trevor KingSync doc/tutorial.txt splash text with hooke.ui.UserInt...
2010-05-12 W. Trevor KingMore commands moved from hooke_cli to hooke.ui.gui...
2010-05-12 W. Trevor KingMoved config handling commands from hooke_cli to hooke...
2010-05-12 W. Trevor KingMoved plot commands from hooke_cli -> hooke.ui.gui...
2010-05-12 W. Trevor KingMoved export command from hooke_cli -> hooke.ui.gui...
2010-05-12 W. Trevor KingMoved note handling commands to hooke.plugin.note.
2010-05-12 W. Trevor KingRun hooke.command.Argument.callback every time (if...
2010-05-12 W. Trevor KingFix hooke.ui.commandline imports following hooke.intera...
2010-05-12 W. Trevor KingMoved hooke.formatter -> hooke.ui.gui.formatter.
2010-05-12 W. Trevor KingMoved Interaction related classes from hooke.command...
2010-05-12 W. Trevor KingRemoved hooke.libinput
2010-05-12 W. Trevor KingUse *_SETTING_SECTION in hooke.plugin/.driver/.ui for...
2010-05-12 W. Trevor KingDash separators consistent with hooke.ui.UserInterface...
2010-05-12 W. Trevor KingAdded Argument.count handling to hooke.ui.commandline.
2010-05-11 W. Trevor KingAdded interaction to hooke.ui.commandline.LocalCommandExit.
2010-05-10 W. Trevor KingBetter solution to internal/external names via `name_fn`.
2010-05-10 W. Trevor KingUse ._cl_name and ._cl_aliases instead of overwriting...
2010-05-10 W. Trevor KingAdd hooke.playlist.NoteIndexList and refactor exception...
2010-05-10 W. Trevor KingPass Hooke instance to CommandEngine.run(), not UserInt...
2010-05-10 W. Trevor KingArgument parser now works for command execution as...
2010-05-10 W. Trevor KingAdded command parser to hooke.ui.commandline for argume...
2010-05-09 W. Trevor Kinghelp_* working in commandline UI.
2010-05-09 W. Trevor KingAdded basic commandline framework to ui.commandline...
2010-05-09 W. Trevor KingFinished off hooke.hooke and fleshed out hooke.ui.
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...
2010-05-08 W. Trevor KingRework hooke.driver and hooke.driver.tutorial along...
2010-05-08 W. Trevor KingMoved hooke.libhookecurve -> hooke.curve and rewrote...
2010-05-05 W. Trevor KingConvert from DOS to UNIX line endings.
2010-05-04 W. Trevor KingReally hideous merge of Rolf Schmidt's code.