Remove debugging printout from hooke.playlist.load.
[hooke.git] / hooke / playlist.py
2010-08-22 W. Trevor KingRemove debugging printout from hooke.playlist.load.
2010-08-22 W. Trevor KingCleaned up hooke.playlist.load() and its use in `load...
2010-08-22 W. Trevor KingAdjust Hooke internals to use unsafe YAML (not just...
2010-08-21 W. Trevor KingDon't ignore Curve.data in playlist serialization ...
2010-08-21 W. Trevor KingClear NoteIndexList in .__setstate__ to avoid doubling...
2010-08-21 W. Trevor KingAdded hooke.util.yaml fixing YAML/NumPy type issues...
2010-08-21 W. Trevor KingTracked down problems saving playlists with loaded...
2010-08-21 W. Trevor KingRemove CommandStack.__getstate__ to avoid type ambiguit...
2010-08-21 W. Trevor KingAdd hooke.playlist.Playlists for better playlist serial...
2010-08-21 W. Trevor KingTransition from v0.1 XML playlists to v0.2 YAML playlists.
2010-08-19 W. Trevor KingAllow flattening of path-less playlists for command.
2010-08-17 W. Trevor KingAdd test/note.py and adjust playlist handling so NoteFi...
2010-08-15 W. Trevor KingAdd "or '.'" after dirname() calls in hooke.command_sta...
2010-08-14 W. Trevor KingAdded command stack saving and loading.
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingAdded CurveEngine.run_command and reorganized CommandSt...
2010-08-12 W. Trevor KingInitial work on hooke.command_stack and hooke.playlist...
2010-08-07 W. Trevor KingSet ._digest after saving in hooke.playlist.FilePlaylis...
2010-08-07 W. Trevor KingAdd 'new playlist' command and clean up 'Creating a...
2010-08-07 W. Trevor KingUse Playlist.__str__ code for __repr__ and __unicode__...
2010-08-03 W. Trevor KingFix NoteIndexList.index implementation and add NoteInde...
2010-08-03 W. Trevor KingAdd NoteIndexList.index() so other classes can avoid...
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 KingAdjust hooke.playlist to allow spaces in .info keys.
2010-08-02 W. Trevor KingAdd hooke.compat.minidom to fix Python's XML generation...
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.