Commit 8be1fcea authored by Benjamin Pracht's avatar Benjamin Pracht

* playlist.* support for DnD from Finder

* BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
parent b9491a09
......@@ -7,12 +7,12 @@ Feel free to work on these :)
Regressions from previous versions
----------------------------------
*** OS X preferences
*** OS X playlist
*** OS X resampler
* CDDAX
** Playlist : previous item sometimes doesn't get any item, or an item
** Playlist : the "previous item" action sometimes doesn't get any item, or an item
at the other edge of the playlist, when at the beginning of a node
* Sort by Author unimplemented
*** wxWindows : Play button state
......
......@@ -97,6 +97,7 @@
- (IBAction)sortNodeByAuthor:(id)sender;
- (void)appendArray:(NSArray*)o_array atPos:(int)i_position enqueue:(BOOL)b_enqueue;
- (void)appendNodeArray:(NSArray*)o_array inNode:(playlist_item_t *)p_node atPos:(int)i_position inView:(int)i_view enqueue:(BOOL)b_enqueue;
- (playlist_item_t *)selectedPlaylistItem;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment