Added 'get playlist' and hooke.plugin.playlists
[hooke.git] / hooke / playlist.py
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-02 W. Trevor KingAdd FilePlaylist._ignored_keys for boring fields
2010-06-02 W. Trevor KingAdd hooke.playlist.NoteIndexList._setup_item
2010-06-01 W. Trevor KingCorrect relative path generation in hooke.playlist...
2010-05-18 W. Trevor KingAllow extra arguments to NoteIndexList.filter's filter_fn
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingAdd Curve loading to hooke.playlist.Playlist.
2010-05-16 W. Trevor KingAdd hooke.playlist.NoteIndexList.__str__() method.
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 KingSave playlist digest on loading.
2010-05-13 W. Trevor KingActually set self.name in hooke.playlist.FilePlaylist...
2010-05-13 W. Trevor KingActually set self.path in hooke.playlist.FilePlaylist...
2010-05-13 W. Trevor KingFix typos in hooke.playlist.FilePlaylist.set_path
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-09 W. Trevor KingAdded hooke.plugin.playlist.AddGlobCommand.
2010-05-09 W. Trevor KingOops, I'd forgotten to version the restored hooke.playl...
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...
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.