Flesh out command line help messages.
[hooke.git] / hooke / ui / commandline.py
2010-08-29 W. Trevor KingFlesh out command line help messages.
2010-08-20 W. Trevor KingCommand line UI now handles EOF during request/response...
2010-08-19 W. Trevor KingLog the troublesome command for command line option...
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 KingLog execution debug messages from the commandline UI...
2010-08-10 W. Trevor KingAllow commandline to load without readline for non...
2010-08-07 W. Trevor KingFixed empytline -> emptyline typo in hooke.ui.commandline.
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingFix PointRequest and improve command line handling...
2010-08-03 W. Trevor KingRan update_copyright.py
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-24 W. Trevor KingFix hooke -> commands typos in ui and ui.commandline.
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...
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 KingMoved config handling commands from hooke_cli to hooke...
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 KingRemoved hooke.libinput
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.