Ran update_copyright.py, updating all the copyright blurbs and adding AUTHORS.
[hooke.git] / hooke / plugin / playlist.py
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 all_drivers_callback to hooke.plugin.playlist.LoadC...
2010-05-12 W. Trevor KingMoved printlist command from hooke_cli -> hooke.plugin...
2010-05-12 W. Trevor KingMoved index command from hooke_cli -> hooke.plugin...
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 KingMoved system commands from hooke_cli to plugin.system.
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 KingFinished off hooke.hooke and fleshed out hooke.ui.
2010-05-09 W. Trevor KingAdded hooke.plugin.playlist.AddGlobCommand.
2010-05-09 W. Trevor KingMinor fix to hooke.plugin.playlist.__doc__
2010-05-09 W. Trevor KingMoved Playlist and FilePlaylist definitions back to...
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...